Searched refs:quote (Results 1 – 10 of 10) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostTest.java | 1084 String regex = "(?<!" + Pattern.quote(esc) + ")" + Pattern.quote(delim); in setOptionToLoadedObject() 1093 Pattern.quote(esc) + Pattern.quote(delim), delim); in setOptionToLoadedObject() 1104 value = fields[1].replaceAll(Pattern.quote(esc) + Pattern.quote(delim), delim); in setOptionToLoadedObject()
|
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiConnector.java | 72 private static String quote(String str) { in quote() method in WifiConnector 135 config.SSID = quote(ssid); in addNetwork() 147 config.preSharedKey = quote(psk); in addNetwork() 160 if (quote(ssid).equals(config.SSID)) { in getNetworkId()
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | shell.py | 131 self.run('grep %s %s' % (shlex.quote(search_string), file_name)) 154 return self.run('echo %s > %s' % (shlex.quote(data), file_name)) 163 return self.run('echo %s >> %s' % (shlex.quote(data), file_name))
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 78 adb_cmd = [shlex.quote(adb_path)] 256 shlex.quote(command), 261 return self._exec_adb_cmd_nb('shell', shlex.quote(command))
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | radvd.py | 95 self._radvd_binary, shlex.quote(self._config_file), 96 shlex.quote(self._pid_file), self._log_file)
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WifiHelper.java | 576 sb.append(quote(arg.getValue())); in buildWifiUtilCmdFromMap() 612 private static String quote(String str) { in quote() method in WifiHelper
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/ |
D | instrumentation_command_builder.py | 120 call.append(shlex.quote(value))
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ClassPathScanner.java | 256 return classPath.split(Pattern.quote(File.pathSeparator)); in getClassPath()
|
/tools/repohooks/tools/ |
D | cpplint.py | 1482 head, quote, tail = match.groups() 1484 if quote == '"':
|
/tools/repohooks/ |
D | README.md | 103 force your own quote handling.
|