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

<<81828384858687888990>>

  /external/autotest/client/site_tests/kernel_Delay/
kernel_Delay.py 207 available_freqs = [int(x) for x in f.readline().split()]
241 available_governors = set(f.readline().split())
  /external/autotest/client/site_tests/kernel_SchedBandwith/
kernel_SchedBandwith.py 48 (name, val) = ln.split()
88 values = list(int(val) for val in fd.readline().strip().split())
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 158 values = map(lambda l: float(l.split()[fieldnum]),
438 uptime = float(uptime_file.readline().split()[0])
  /external/autotest/client/site_tests/platform_FilePerms/
platform_FilePerms.py 310 fields = line.split()
325 'options': fields[3].split(',')}
  /external/autotest/client/tools/
crash_handler.py 33 ppid = int(open('/proc/%s/stat' % pid).read().split()[3])
114 m = m.split(" ")[0]
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 110 return dict([line.strip().split('=', 1)
191 network_id = int(line.split()[0])
  /external/autotest/server/hosts/
remote.py 277 all_labels = all_labels.split(',')
299 return result.stdout.strip().split()[0]
  /external/autotest/server/lib/
suite_report.py 111 job.name.split('/')[-1], status, start_time,
149 entry['task_name'] = hqe.name.split('/')[-1]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 45 return [int(i) for i in f.read().split()]
65 fields = f.read().split()
  /external/autotest/server/site_tests/brillo_BootLoader/
brillo_BootLoader.py 65 lines = cmd_output.stderr.split('\n')
81 if suffixes.rstrip(',').split(',') != [self.suffix_a, self.suffix_b]:
  /external/autotest/server/site_tests/brillo_Gtests/
brillo_Gtests.py 93 line = line.split('#')[0]
97 parts = line.split(',')
  /external/autotest/server/site_tests/firmware_Mosys/
firmware_Mosys.py 42 cmdlst = re.split('\s+', line)
224 row = line.split(' | ')
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 94 host_board = host.get_board().split(':')[1]
323 board = self._host.get_board().split(':')[1]
  /external/autotest/site_utils/
lab_inventory_unittest.py 666 Message text is represented as a list of strings, split on the
675 message_lines = _BOARD_MESSAGE_TEMPLATE.split('\n')
680 items = l.split()
730 self.inventory).split('\n')
797 message_lines = message_template.split('\n')
878 Parse message text is represented as a list of strings, split on
886 items = l.split()
    [all...]
  /external/autotest/site_utils/lxc/
lxc.py 49 active_containers = common_utils.run('sudo lxc-ls --active').stdout.split()
101 info_collection.append(dict(zip(constants.ATTRIBUTES, line.split())))
  /external/autotest/tko/
site_parse.py 128 version = job_name.rsplit('-', 3)[1].split('_')[-1]
129 arch, board, rev = job_name.split('-', 3)[:3]
  /external/chromium-trace/catapult/devil/devil/android/perf/
perf_control.py 36 (cpu, raw_governors.strip().split() if not exit_code else None)
115 output = '\n'.join(output).split('%~%')
  /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
protocol_loop.py 89 for option in url.split('/'):
91 option, value = option.split('=', 1)
  /external/clang/
Android.mk 54 llvm-split \
  /external/conscrypt/platform/src/main/java/org/conscrypt/
CertBlacklist.java 159 for(String value : serialBlacklist.split(",")) {
213 for (String value : pubkeyBlacklist.split(",")) {
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 506 int split = width/2 + rnd.getInt(-width/4, +width/4); local
507 randomPartition(dst, rnd, x, y, split, height);
508 randomPartition(dst, rnd, x+split, y, width-split, height);
512 int split = height/2 + rnd.getInt(-height/4, +height/4); local
513 randomPartition(dst, rnd, x, y, width, split);
514 randomPartition(dst, rnd, x, y+split, width, height-split);
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 493 int split = width/2 + rnd.getInt(-width/4, +width/4); local
494 randomPartition(dst, rnd, x, y, split, height);
495 randomPartition(dst, rnd, x+split, y, width-split, height);
499 int split = height/2 + rnd.getInt(-height/4, +height/4); local
500 randomPartition(dst, rnd, x, y, width, split);
501 randomPartition(dst, rnd, x, y+split, width, height-split);
  /external/e2fsprogs/doc/
Makefile.in 17 HTML=makeinfo --html --no-split
  /external/googletest/googletest/test/
gtest_output_test.py 300 normalized_golden.split('\n'),
301 normalized_actual.split('\n'),
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 153 this.parts = ImmutableList.copyOf(DOT_SPLITTER.split(name));
510 final String[] pieces = domain.split(DOT_REGEX, 2);

Completed in 1271 milliseconds

<<81828384858687888990>>