Searched
refs:split (Results
2401 -
2425 of
6499) sorted by null
<<919293949596979899100>>
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
| _parseaddr.py | 50 data = data.split() 61 stuff = data[0].split('-') 94 tm = tm.split(':')
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| uuid.py | 307 words = line.lower().split() 358 value = line.split(':')[-1].strip().lower() 422 if int(os.uname()[2].split('.')[0]) >= 9:
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
| expatreader.py | 310 pair = name.split() 323 parts = aname.split() 344 pair = name.split()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| UserString.py | 118 def split(self, sep=None, maxsplit=-1): member in class:UserString 119 return self.data.split(sep, maxsplit) 223 called_in_dir, called_as = os.path.split(sys.argv[0])
|
| uuid.py | 307 words = line.lower().split() 358 value = line.split(':')[-1].strip().lower() 422 if int(os.uname()[2].split('.')[0]) >= 9:
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
| bdist_rpm.py | 365 l = string.split(string.strip(line)) 539 spec_file.extend(string.split(open(val, 'r').read(), '\n')) 570 for line in string.split(string.strip(changelog), '\n'):
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| _parseaddr.py | 50 data = data.split() 61 stuff = data[0].split('-') 94 tm = tm.split(':')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
| expatreader.py | 310 pair = name.split() 323 parts = aname.split() 344 pair = name.split()
|
| /test/vts-testcase/hal/script/configure/ |
| test_case_creator.py | 71 [package, version] = hal_package_name.split('@') 155 sub_names = self._hal_name.split('.') 285 imported_package_str, imported_package_version = imported_package.split(
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
| ITestSuiteTest.java | 372 * Test for {@link ITestSuite#split(int)} for modules that are not shardable. We end up with a 379 Collection<IRemoteTest> tests = mTestSuite.split(3); 389 Collection<IRemoteTest> tests = mTestSuite.split(2); 402 Collection<IRemoteTest> tests = mTestSuite.split(3);
|
| /cts/tests/tests/text/src/android/text/cts/ |
| TextUtilsTest.java | [all...] |
| /external/v8/benchmarks/ |
| regexp.js | 282 s52[i].split(re20); [all...] |
| /external/skia/infra/bots/ |
| gen_tasks.go | 105 ec = strings.Split(val, "_") [all...] |
| /art/test/137-cfi/src/ |
| Main.java | 167 return s.split("\0");
|
| /art/test/968-default-partial-compile-gen/util-src/ |
| generate_java.py | 68 args = args.split()
|
| /art/test/971-iface-super/util-src/ |
| generate_smali.py | 639 for split in SUBTREES[num]: 641 for sub in split: 654 for split in SUBTREES[num]: 656 for sub in split:
|
| /art/tools/ |
| analyze-init-failures.py | 38 lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n')
|
| /bionic/libc/tools/ |
| generate-NOTICE.py | 128 lines = content.split("\n")
|
| gensyscalls.py | 428 return_type = line[:pos_lparen].strip().split() 466 syscall_aliases = string.split(alias_list, ',') 471 syscall_params = line[pos_lparen+1:pos_rparen].split(',') 492 for arch in string.split(arch_list, ','):
|
| /bionic/tools/versioner/src/ |
| SymbolDatabase.cpp | 125 llvm::StringRef(platform_file).split(symbols, "\n");
|
| /build/blueprint/ |
| ninja_writer.go | 53 // We know we can safely split the line here. 67 // The line has grown too long and is splittable. Split it at the 68 // last split point.
|
| /build/make/tools/ |
| event_log_tags.py | 68 parts = re.split(r"\s+", line, 2)
|
| post_process_props.py | 85 key, value = line.split("=", 1)
|
| /build/soong/android/ |
| hooks.go | 27 // before the module has been split into architecture variants, and before defaults modules have 36 // Arch hooks are run after the module has been split into architecture variants, and can be used
|
| /cts/apps/CameraITS/tests/scene1/ |
| test_crop_region_raw.py | 26 NAME = os.path.basename(__file__).split(".")[0]
|
Completed in 1406 milliseconds
<<919293949596979899100>>