| /external/protobuf/gtest/scripts/ |
| pump.py | 721 segs = [seg for seg in re.split(r'(\w+\W*)', comment) if seg != ''] 741 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg != '']
|
| /external/python/cpython2/Lib/distutils/ |
| ccompiler.py | 140 is a string that will be split into executable name and (optional) [all...] |
| /external/python/cpython2/Lib/test/ |
| test_gdb.py | 101 for opt in cflags.split(): 112 gdb_frame_dir = m.group(1).split(', ') [all...] |
| test_posix.py | 569 if tuple(int(n) for n in dt.split('.')[0:2]) < (10, 6): 577 set([int(x) for x in groups.split()]),
|
| test_urllib2_localnet.py | 152 parts = auth_str.split(",") 156 name, value = part.split("=")
|
| /external/toolchain-utils/crosperf/ |
| machine_manager_unittest.py | 206 image_call_args = image_call_args_str.split(' ') 208 self.assertEqual(image_call_args[1].split('/')[-1], 'image_chromeos.pyc') [all...] |
| /external/v8/testing/gtest/scripts/ |
| pump.py | 728 segs = [seg for seg in re.split(r'(\w+\W*)', comment) if seg != ''] 748 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg != '']
|
| /external/v8/tools/ |
| callstats.py | 189 chrome_flags += args.chrome_flags.split() 376 fields = line.split()
|
| grokdump.py | [all...] |
| logreader.js | 104 this.processLog_(chunk.split('\n'));
|
| /external/v8/tools/turbolizer/ |
| text-view.js | 242 let textLines = text.split(/[\n]/);
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
| pump.py | 728 segs = [seg for seg in re.split(r'(\w+\W*)', comment) if seg != ''] 748 segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg != '']
|
| /frameworks/base/core/java/android/content/ |
| Intent.java | [all...] |
| /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/ |
| PpsMoParser.java | 700 String[] oiStrArray = oiStr.split(","); [all...] |
| /frameworks/ml/nn/tools/test_generator/ |
| test_generator.py | 179 shape = [int(x) for x in real_shape.split(",")] 198 shape = [int(x) for x in real_shape.split(",")]
|
| /frameworks/native/cmds/surfacereplayer/replayer/ |
| Replayer.cpp | 183 std::vector<std::string> split(const std::string& s, const char delim) { function 218 std::vector<std::string> inputs = split(input, ' ');
|
| /frameworks/support/buildSrc/ |
| diff_and_docs.gradle | 111 // Track API change history prior to split versioning. 324 checkApiRelease.whitelistErrors = ignore.split(',')
|
| /libcore/luni/src/test/java/libcore/java/security/ |
| ProviderTest.java | 136 String[] parts = remainingAlgo.split("/"); 284 String[] typeAndAlg = id.split("\\.", 2); [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| KeyboardBuilder.java | [all...] |
| /packages/services/Car/service/src/com/android/car/pm/ |
| CarPackageManagerService.java | 458 String[] entries = whitelist.split(","); 460 String[] packageActivityPair = entry.split("/"); [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| ccompiler.py | 140 is a string that will be split into executable name and (optional) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| httplib.py | 375 [version, status, reason] = line.split(None, 2) 378 [version, status] = line.split(None, 1) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_tempfile.py | 50 (ndir, nbase) = os.path.split(name) 467 (ndir, nbase) = os.path.split(name)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| ccompiler.py | 140 is a string that will be split into executable name and (optional) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| httplib.py | 375 [version, status, reason] = line.split(None, 2) 378 [version, status] = line.split(None, 1) [all...] |