HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 1326 - 1350 of 6499) sorted by null

<<51525354555657585960>>

  /external/autotest/client/tools/
diffprofile 14 a = line.split()
html_report.py     [all...]
  /external/autotest/frontend/afe/feeds/
feed.py 18 slug, param = url.split('/', 1)
  /external/autotest/scheduler/
email_manager.py 32 @param to_string: is split into a list which can be delimited by any of:
38 to_list = [x for x in re.split('\s|,|;|:', to_string) if x]
  /external/autotest/server/cros/network/
chaos_clique_utils.py 42 pcap_prefix = pcap.hostname.split('-')[0]
82 hostname = instance.hostname.split('.')[0]
96 hostname = instance.hostname.split('.')[0]
109 hostname = instance.hostname.split('.')[0]
  /external/autotest/server/cros/packet_generation/
IP_utils.py 85 return int(ra_count_str.split()[1])
  /external/autotest/server/cros/
remote_command.py 58 pkill_argument = os.path.basename(cmd.split()[0])
  /external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
enterprise_CFM_USBPeripheralHotplugDetect.py 51 cmd_output = self.client.run(cmd).stdout.strip().split('\n')
66 cmd_out = self.client.run(cmd).stdout.strip().split('\n')
70 details_list.append(line.split(None)[2])
197 crash_files = crash_out.strip().split('\n')
  /external/autotest/server/site_tests/firmware_TPMKernelVersion/
firmware_TPMKernelVersion.py 65 (kernver, fwver) = out[0].split(' ')
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
kernel_ExternalUsbPeripheralsDetectionStress.py 82 ignore_status=True).stdout.split('\n')
168 cmd_output = self.host.run(cmd).stdout.strip().split('\n')
229 stdout.strip().split('\n'))
261 stdout.strip().split('\n'))
  /external/autotest/server/site_tests/sonic_AppTest/
sonic_AppTest.py 69 for line in log.split('\n'):
  /external/autotest/server/
site_utils_unittest.py 39 build_parts = build.split('/')
  /external/autotest/site_utils/tester_feedback/
feedback_delegate.py 104 test_name, dut_name = client_id.split(':')
  /external/autotest/tko/
compose_query.cgi 122 return force_field.split()
156 not y.split('.')[0] in ('boot', 'build', 'install')):
159 not x.split('.')[0] in ('boot', 'build', 'install')):
248 return map_kernel_base(name.split(' ')[0])
draw_graphs 40 @data = split (/ /, $data);
plotgraph 31 ($count, my $version, my $job) = split (/\s+/, $data);
test.cgi 26 values = [val for val in form['values'].value.split(',')]
  /external/autotest/utils/
run_pylint.py 31 major, minor, release = pylint_version.split('.')
334 opt_name = args[2:].split('=')[0]
391 temp_files = [os.path.join(tempdir.name, file_path.split('/')[-1:][0])
470 os.environ.get('PRESUBMIT_FILES').split('\n'),
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesv8-armx.pl 919 foreach(split("\n",$code)) {
988 foreach(split("\n",$code)) {
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
reference.py 58 value_parts = value.split('.')
  /external/chromium-trace/catapult/devil/devil/android/sdk/
fastboot.py 78 return [line.split()[0] for line in output.splitlines()]
  /external/curl/tests/
symbol-scan.pl 101 my @a=split(/ +/, $rest);
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 60 void FilePath::split (std::vector<std::string>& components) const function in class:de::FilePath
99 split(components);
142 split(components);
149 split(components);
deFilePath.hpp 70 void split (std::vector<std::string>& components) const;
  /external/deqp/scripts/
check_resolution_list.py 47 params = line.split('\t')

Completed in 1278 milliseconds

<<51525354555657585960>>