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

<<11121314151617181920>>

  /external/autotest/client/site_tests/platform_CheckCriticalProcesses/
platform_CheckCriticalProcesses.py 27 fields = re.split('\s+',line)
60 processes_names = p.split('|')
  /external/autotest/client/tests/hackbench/
hackbench.py 52 lines = self.results.split('\n')
55 time_val = line.split()[1]
  /external/autotest/client/tests/tsc/
tsc.py 46 threshold = int(args.split()[1])
50 cur_delta = int(ln.split('=', 2)[1])
  /external/autotest/server/site_tests/brillo_MemorySizeTest/
brillo_MemorySizeTest.py 39 meminfo_dict = dict([[tok.strip() for tok in line.split(':', 1)]
47 actual_mem = actual_mem.split()[0]
  /external/autotest/server/site_tests/firmware_CompareInstalledToShellBall/
firmware_CompareInstalledToShellBall.py 33 parts = line.split()
36 parts = line.split()
  /external/autotest/server/site_tests/native_Benchmarks/
vp8.py 43 'value': dec.split()[-2][1:],
47 'value': enc.split()[-2][1:],
  /external/cldr/tools/java/org/unicode/cldr/util/props/
UnicodePropertySymbolTable.java 44 // String[] propertyNames = propertyName.split("[*]");
102 GC_REMAP.put("c", "Cc Cf Cn Co Cs".split(" "));
105 GC_REMAP.put("l", "Ll Lm Lo Lt Lu".split(" "));
108 GC_REMAP.put("lc", "Ll Lt Lu".split(" "));
111 GC_REMAP.put("m", "Mc Me Mn".split(" "));
114 GC_REMAP.put("n", "Nd Nl No".split(" "));
117 GC_REMAP.put("p", "Pc Pd Pe Pf Pi Po Ps".split(" "));
121 GC_REMAP.put("s", "Sc Sk Sm So".split(" "));
124 GC_REMAP.put("z", "Zl Zp Zs".split(" "));
  /external/deqp/external/openglcts/scripts/verify/
summary.py 54 for words in cmdLine.split():
56 caseList = words.split("=")[1]
  /external/deqp/scripts/src_util/
common.py 103 relativePaths = output.split('\0')[:-1] # remove trailing ''
108 relativePaths = output.split('\0')[:-1] # remove trailing ''
  /external/elfutils/config/
known-dwarf.awk 44 split(DW[set], elts, ",");
  /external/flatbuffers/android/jni/
msbuild.py 51 aa = string.split(a, ".")
52 bb = string.split(b, ".")
  /external/harfbuzz_ng/src/
gen-os2-unicode-ranges.py 30 fields = re.split(r'\t+', line)
38 ranges = re.split("-", fields[1])
  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 43 foreach $f (split('\n', $fileNames)) {
  /external/iproute2/examples/
cbqinit.eth1 32 # defmap and split say that best effort ttraffic, not classfied
37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d
49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2
69 # New element: split is not 1:0, but 1:7FFE. It means,
75 prio 6 maxburst 10 split 1:7FFE defmap ffff
  /external/libaom/libaom/av1/encoder/
context_tree.h 31 // Search all the partition types in this plane except split.
33 // Skip search partition on this plane. Go split directly.
80 int split; member in struct:__anon26590
98 struct PC_TREE *split[4]; member in struct:PC_TREE
  /external/libaom/libaom/build/cmake/
version.pl 39 my @split_line = split(" ", $line, 3);
48 # In either case we want the first element of the array returned by split.
49 $version_string = (split("-", $version_data))[0];
57 my @version_components = split('\.', $version_string, 4);
64 my @git_desc_components = split('-', $git_desc, 2);
  /external/libaom/libaom/tools/
intersect-diffs.py 45 rhs_file = rhs_hunk.right.filename.split("/")[1:]
48 lhs_file = lhs_hunk.left.filename.split("/")[1:]
  /external/libvpx/libvpx/tools/
intersect-diffs.py 43 rhs_file = rhs_hunk.right.filename.split("/")[1:]
46 lhs_file = lhs_hunk.left.filename.split("/")[1:]
  /external/llvm/utils/git/
find-rev 31 lastCommit = ln.split(' ',2)[1]
33 _,repo,_ = ln.strip().split(' ')
  /external/mesa3d/src/gallium/docs/source/exts/
formatting.py 10 envvar, t, default = sig.split(" ", 2)
20 opcode, desc = sig.split("-", 1)
  /external/python/cpython2/Tools/framer/framer/
struct.py 28 lines = filter(None, s.split("\n")) # get non-empty lines
41 words = line.split()
structparse.py 22 lines = filter(None, s.split("\n")) # get non-empty lines
35 words = line.split()
  /external/python/cpython2/Tools/i18n/
makelocalealias.py 25 locale, alias = line.split()
42 lang, encoding = locale.split('.')[:2]
  /external/python/cpython2/Tools/scripts/
svneol.py 70 L = int(line.split()[1])
76 L = int(line.split()[1])
  /external/python/pyasn1-modules/
setup.py 17 doclines = [x.strip() for x in doclines.split('\n') if x]
93 'version': open('pyasn1_modules/__init__.py').read().split('\'')[1],
101 'classifiers': [x for x in classifiers.split('\n') if x],

Completed in 1584 milliseconds

<<11121314151617181920>>