Searched
refs:split (Results
826 -
850 of
6499) sorted by null
<<31323334353637383940>>
| /compatibility/cdd/ |
| make_cdd.py | 45 number = int((file.split('_')[1])) 50 'title': dir.split('_')[-1], 55 'number': int(''.join((dir.split('_')[:-1])).replace("_", ".")), 56 'title': dir.split('_')[-1],
|
| /cts/apps/CameraITS/tests/inprog/ |
| test_3a_remote.py | 28 NAME = os.path.basename(__file__).split(".")[0]
|
| test_crop_region.py | 24 name = os.path.basename(__file__).split(".")[0]
|
| test_param_black_level_lock.py | 30 NAME = os.path.basename(__file__).split(".")[0]
|
| test_rawstats.py | 26 NAME = os.path.basename(__file__).split(".")[0]
|
| /cts/apps/CameraITS/tests/scene1/ |
| test_yuv_plus_dng.py | 24 NAME = os.path.basename(__file__).split(".")[0]
|
| /cts/apps/CameraITS/tools/ |
| validate_scene.py | 41 scene_name = re.split("/|\.", out_path)[-2]
|
| /cts/common/device-side/util/src/com/android/compatibility/common/util/ |
| PropertyUtil.java | 54 for (String tag : Build.TAGS.split(",")) {
|
| /cts/common/host-side/util/src/com/android/compatibility/common/util/ |
| PropertyUtil.java | 50 for (String tag : buildTags.split(",")) {
|
| /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
| BaseDevicePolicyTest.java | 201 String[] lines = commandOutput.split("\\r?\\n"); 206 String[] tokens = lines[i].split("\\{|\\}|:"); 371 /** Returns true if the system supports the split between system and primary user. */ 410 for (String feature: commandOutput.split("\\s+")) { 412 String[] tokens = feature.split(":"); 445 String[] tokens = commandOutput.split("\\s+"); 469 String[] tokens = commandOutput.split("\\s+"); 494 String[] tokens = commandOutput.split("\\n"); 498 String[] split = token.split("serialNo=") local [all...] |
| /cts/hostsidetests/media/bitstreams/common/src/android/media/cts/bitstreams/ |
| MediaBitstreams.java | 73 String codec = bitstreamPath.split("/", 2)[0];
|
| /cts/hostsidetests/sample/src/android/sample/cts/ |
| SampleHostDeviceInfo.java | 41 store.addListResult("abi", Arrays.asList(abi.split(",")));
|
| SampleHostJUnit4Test.java | 105 testString = line.split(":")[1].trim();
|
| /cts/hostsidetests/security/src/android/cts/security/ |
| FileSystemPermissionTest.java | 48 String [] found = output.length() > 0 ? output.split("\\s") : new String[0];
|
| /cts/hostsidetests/trustedvoice/src/android/trustedvoice/cts/ |
| TrustedVoiceHostTest.java | 116 testString = line.split(":")[1].trim();
|
| /cts/tests/tests/mediastress/src/android/mediastress/cts/ |
| MediaPlayerStressTest.java | 109 for (String entry : trackFormatString.split(",")) { 110 String[] kv = entry.split("="); 130 String[] components = mediaName.split(VIDEO_TOP_DIR); 134 String[] trackFormatStrings = mediaFormatString.split(";");
|
| /cts/tests/tests/net/src/android/net/cts/ |
| DhcpInfoTest.java | 58 String ipSegs[] = ipString.split("[.]");
|
| /cts/tests/tests/os/src/android/os/cts/ |
| EnvironmentTest.java | 57 final String[] fields = line.split(" ");
|
| /cts/tools/testng/src/com/android/cts/testng/ |
| SingleTestNGTestRunner.java | 41 String[] classAndMethod = args[0].split("#");
|
| /development/ndk/ |
| annotate_version_script.py | 46 name, _ = line.split(';') 97 name_part, rest = line.split(';') 113 _, old_tags = rest.split('#') 115 for tag in old_tags.strip().split(' '):
|
| /development/tools/axl/ |
| log.py | 40 for ln in " ".join(map(str, logstrs)).split("\n"):
|
| /development/tools/idegen/src/com/android/idegen/ |
| MakeFileParser.java | 66 return Splitter.on(VALUE_DELIMITER).trimResults().omitEmptyStrings().split(str); 123 arr = line.split(":="); 125 arr = line.split("\\+="); 170 String[] tokens = value.split(" ");
|
| /device/lge/bullhead/ |
| releasetools.py | 206 to_bkp_flash = release_backup_partitions.split() 207 to_flash = release_nobackup_partitions.split() 209 to_bkp_flash = debug_backup_partitions.split() 210 to_flash = debug_nobackup_partitions.split()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| SimpleHTTPServer.py | 161 path = path.split('?',1)[0]
162 path = path.split('#',1)[0]
166 words = path.split('/')
171 head, word = os.path.split(word)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
| pp.py | 49 for line in optarg.split('\n'):
99 ' \t \t \tif FS: F = L.split(FS)',
100 ' \t \t \telse: F = L.split()'
|
Completed in 1482 milliseconds
<<31323334353637383940>>