HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 651 - 675 of 4729) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 100 lines = fp.read().split("\n")
120 format = fp.read().split("\n")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
checkextensions.py 46 for w in w.split():
65 head, tail = os.path.split(w)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
InfSectionParser.py 79 SubSectionList = str(SectionLine).split(TAB_COMMA_SPLIT)
81 SectionList = SubSection.split(TAB_SPLIT)
  /external/ImageMagick/PerlMagick/demo/
annotate_words.pl 5 # Take the internal string, split it into words and try to annotate each
25 my (@words) = split ' ',$str;
  /external/adhd/cras/src/tests/
audio_test_gui.py 25 node = filter(None, re.split(r'\s+|\*+', lines[i]))
69 dump_lines = dump.split('\n')
  /external/antlr/runtime/Ruby/test/functional/parser/
calc.rb 80 ].strip!.split( /\n/ ).map { |line|
81 expr, val = line.strip.split( /\s+=\s+/, 2 )
  /external/autotest/client/common_lib/cros/network/
netblock.py 31 addr_str, prefix_len_str = addr.split('/')
124 self._octets = map(int, addr_str.split('.'))
  /external/autotest/client/common_lib/cros/
tpm_utils.py 33 lines = out.split('\n')
36 item = item.split(':')
  /external/autotest/client/profilers/perf/
perf.py 26 for line in perf_help.split('\n'):
30 self.sort_keys = [k.rstrip(",") for k in line.split() if
  /external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py 33 return utils.run(cgpt_command).stdout.strip('\n').split('\n')
51 node = entry.split(' ')[0]
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 28 for line in proc_stat.split('\n'):
30 times = line[4:].strip().split(' ')
  /external/autotest/client/site_tests/security_SysVIPC/
security_SysVIPC.py 54 fields = re.split('\s+', line)
68 fields = re.split('\s+', line)
  /external/autotest/client/site_tests/touch_UpdateErrors/
touch_UpdateErrors.py 32 For devices where this applies, split the logs by Linux version. Since
45 version_entries = utils.run(log_cmd).stdout.strip().split('\n')
110 error_msg = log_entries.split('\n')[0]
  /external/autotest/client/tests/reaim/
reaim.py 78 for line in results.split('\n'):
83 fields = line.split()
  /external/autotest/client/tests/unixbench/
unixbench.py 77 words = line.split()
91 keyval['score'] = line.split()[-1]
  /external/autotest/server/site_tests/power_USBHotplugInSuspend/
power_USBHotplugInSuspend.py 39 lines = self._host.run('lsusb').stdout.strip().split('\n')
42 devices = set(line.split()[5] for line in lines)
  /external/autotest/site_utils/
seed_test_attr.py 91 'suite:' + x.strip() for x in cd.suite.split(',') if x.strip())
117 'suite:' + x.strip() for x in suite.split(',') if x.strip())
  /external/bcc/tools/
btrfsdist.py 172 a = line.rstrip().split()
174 name = name.split("\t")[0]
ext4dist.py 159 (addr, size, name) = line.rstrip().split(" ", 2)
160 name = name.split("\t")[0]
  /external/bzip2/
bzip2recover.c 467 Char* split; local
472 split = strrchr (outFileName, BZ_SPLIT_SYM);
473 if (split == NULL) {
474 split = outFileName;
476 ++split;
478 /* Now split points to the start of the basename. */
479 ofs = split - outFileName;
480 sprintf (split, "rec%5d", wrBlock+1);
481 for (p = split; *p != 0; p++) if (*p == ' ') *p = '0';
  /external/clang/utils/check_cfc/
obj_diff.py 28 return filter(keep_line, out.split(os.linesep))
37 return filter(keep_line, out.split(os.linesep))
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPluralRuleGeneration.java 72 for (String orPart : rulesString.split("\\s*or\\s*")) {
73 for (String andPart : orPart.split("\\s*and\\s*")) {
  /external/cldr/tools/java/org/unicode/cldr/util/
XChoiceFormat.java 84 String[] items = pattern.split("[|]");
141 String[] parts = ((String) test).split("[{}]");
  /external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
CpuFeatures.java 118 return Arrays.asList(features.split("\\s"));
141 String[] parts = outputString.split("\\s+");
  /external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
CpuFeatures.java 114 return Arrays.asList(features.split("\\s"));
137 String[] parts = outputString.split("\\s+");

Completed in 1212 milliseconds

<<21222324252627282930>>