Searched
refs:split (Results
1226 -
1250 of
6499) sorted by null
<<41424344454647484950>>
| /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
| tkFileDialog.py | 64 path, file = os.path.split(result) 85 path, file = os.path.split(result[0]) 90 # Need to split result explicitly
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test__locale.py | 13 maj, min, mic = [int(part) for part in uname()[2].split(".")] 31 a = loc.split(".")
|
| test_linecache.py | 13 TESTS = TESTS.split() 15 MODULES = "linecache abc".split()
|
| /prebuilts/go/darwin-x86/src/go/types/ |
| eval_test.go | 175 str, typ := split(s[2:len(s)-2], ", ") 176 str, val := split(str, "=>") 184 // split splits string s at the first occurrence of s. 185 func split(s, sep string) (string, string) { func
|
| /prebuilts/go/linux-x86/src/go/types/ |
| eval_test.go | 175 str, typ := split(s[2:len(s)-2], ", ") 176 str, val := split(str, "=>") 184 // split splits string s at the first occurrence of s. 185 func split(s, sep string) (string, string) { func
|
| /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/ |
| extract.py | 62 bits = sym_str.split() 141 parts = s.split()
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
| tkFileDialog.py | 64 path, file = os.path.split(result) 85 path, file = os.path.split(result[0]) 90 # Need to split result explicitly
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test__locale.py | 13 maj, min, mic = [int(part) for part in uname()[2].split(".")] 31 a = loc.split(".")
|
| test_linecache.py | 13 TESTS = TESTS.split() 15 MODULES = "linecache abc".split()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
| tkFileDialog.py | 64 path, file = os.path.split(result) 85 path, file = os.path.split(result[0]) 90 # Need to split result explicitly
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
| module.py | 89 return os.path.splitext(os.path.split(sourcename)[1])[0] 148 splitname = sourcename.split(".")
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test__locale.py | 13 maj, min, mic = [int(part) for part in uname()[2].split(".")] 31 a = loc.split(".")
|
| test_linecache.py | 13 TESTS = TESTS.split() 15 MODULES = "linecache abc".split()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| GlobalLintConfiguration.java | 65 for (String assignment : assignments.split(",")) { //$NON-NLS-1$ 66 String[] s = assignment.split("="); //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| AdtProjectTest.java | 222 String[] split = destPath.split("/"); //$NON-NLS-1$ local 225 if (split.length == 1) { 229 IFolder folder = project.getFolder(split[0]); 234 for (int i = 1, n = split.length; i < n -1; i++) { 235 IFolder subFolder = folder.getFolder(split[i]); 241 name = split[split.length - 1];
|
| /test/vts/utils/python/controllers/ |
| adb.py | 98 clean_lines = str(out, 'utf-8').strip().split('\n') 101 tokens = line.split(" tcp:")
|
| /test/vts-testcase/fuzz/template/func_fuzzer_test/ |
| func_fuzzer_test.py | 71 out = str(self._dut.adb.shell(cmd)).split() 72 interfaces = map(lambda x: x.split('::')[-1], out)
|
| /test/vts-testcase/hal/script/build/ |
| vts_spec_parser.py | 81 package = package.split('::')[0] 123 (hal_name, hal_version) = os.path.split(hal_dir)
|
| /test/vts-testcase/kernel/ltp/ |
| test_cases_parser.py | 61 for item in line.split(ltp_enums.Delimiters.TESTCASE_DEFINITION) 185 testname = line.split()[0]
|
| /tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/ |
| FlatlandTest.java | 149 String[] lines = result.split(System.getProperty("line.separator")); 156 String[] items = lines[i].trim().split("\\|");
|
| /tools/tradefederation/core/prod-tests/src/com/android/media/tests/ |
| AudioJitterTest.java | 140 String lines[] = result.split("\\r?\\n"); 143 String[] tokens = line.split(" ");
|
| Camera2FrameworkStressTest.java | 127 String[] pairs = line.split("\\|"); 129 String[] keyValue = pair.split("=");
|
| /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
| VellamoBenchmark.java | 123 String[] results = line.split(" b: ")[1].split(",");
|
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| DumpsysPackageReceiver.java | 117 String[] prop = line.split("="); 121 // multiple props on one line. Split by both whitespace and = 122 String[] vn = line.split(" |=");
|
| /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/ |
| TraceMetric.java | 107 String[] parts = text.split(":"); 116 String[] paramSplit = parts[2].split("=");
|
Completed in 1896 milliseconds
<<41424344454647484950>>