| /test/vts-testcase/fuzz/script/config/ |
| config_gen.py | 115 test_name += ''.join(map(lambda x: x.title(), hal_name.split('.')))
|
| /test/vts-testcase/kernel/api/proc/ |
| KernelProcFileTestBase.py | 115 (t.value[0], t.lexer.lineno, t.value.split()[0]))
|
| /test/vts-testcase/performance/audio_loopback_test/ |
| AudioLoopbackTest.py | 119 stdout_lines = results[const.STDOUT][0].split("\n")
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
| explode | 159 @l = split(//, $l);
|
| /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
| shell.py | 119 pieces = line.split()
|
| /tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
| aware_test_utils.py | 631 p_ipv6 = p_dut.droid.connectivityGetLinkLocalIpv6Address(p_aware_if).split( 633 s_ipv6 = s_dut.droid.connectivityGetLinkLocalIpv6Address(s_aware_if).split( 685 init_aware_if).split('%')[0] 687 resp_aware_if).split('%')[0]
|
| /tools/test/connectivity/tools/lab/utils/ |
| shell.py | 119 pieces = line.split()
|
| /tools/tradefederation/core/prod-tests/src/com/android/monkey/ |
| MonkeyBase.java | 413 CLog.d("Kernel Error #%d: %s", i + 1, stack.split("\n")[0].trim()); 419 CLog.d("Kernel Reset #%d: %s", i + 1, stack.split("\n")[0].trim()); 566 String[] args = arg.split(":"); 606 String uptime = mTestDevice.executeShellCommand("cat /proc/uptime").split(" ")[0];
|
| /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
| HermeticLaunchTest.java | 210 String[] activityNameSplit = activityName.split("\\."); 344 String[] splitString = formattedString.split("s"); 364 String[] filePaths = filePathAll.split(","); 372 String[] splitName = filePaths[count].split("-");
|
| /tools/tradefederation/core/prod-tests/src/com/android/sdk/ |
| EmulatorBootTest.java | 140 String[] cmdResultLines = cmdResult.split("\n");
|
| /tools/tradefederation/core/src/com/android/tradefed/build/ |
| SdkBuildInfo.java | 165 return result.getStdout().split("\n");
|
| /tools/tradefederation/core/src/com/android/tradefed/result/ |
| ConsoleResultReporter.java | 142 String lines[] = stack.split("\\r?\\n");
|
| DeviceFileReporter.java | 160 for (String filename : fileList.split("\r?\n")) {
|
| /tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
| PushFilePreparer.java | 124 String[] pair = pushspec.split("->");
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
| ModuleSplitter.java | 34 * Helper to split a list of modules represented by {@link IConfiguration} into a list of execution 47 * IShardableTest#split()}. 91 // but still split the individual IRemoteTest in a pool. 116 Collection<IRemoteTest> shardedTests = ((IShardableTest) test).split(shardCount);
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| BuildTestsZipUtils.java | 51 String apkBase = apkFileName.split("\\.")[0];
|
| ClassPathScanner.java | 224 return classPath.split(Pattern.quote(File.pathSeparator));
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
| TestSuiteStub.java | 144 public Collection<IRemoteTest> split(int shardCountHint) { method in class:TestSuiteStub
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
| Check.py | 371 List = Record[1].replace('/', '\\').split('\\')
[all...] |
| /external/mksh/src/ |
| eval.c | 49 /* split "$@" / call waitlast in $() */ 50 bool split; member in struct:__anon28822 840 if (quote && x.split) 850 /* pseudo-field-split reliably */ 856 /* do not field-split */ 857 if (x.split) { 865 if (quote && !x.split) 874 if (quote && x.split) { 927 if (x.split) 1280 xp->split = tobool(c == '@') [all...] |
| /art/test/099-vmdebug/src/ |
| Main.java | 147 String[] buckets = s.split(","); 155 String[] kv = bucket.split(":");
|
| /cts/apps/CameraITS/tools/ |
| run_all_tests.py | 144 camera_ids = s[7:].split(',') 146 scenes = s[7:].split(',') 314 subprocess.call(cmd.split()) 326 subprocess.Popen(rig.split())
|
| /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
| CompatibilityTestTest.java | 182 * Test {@link CompatibilityTest#split()} when a shard number is specified. 187 assertEquals(4, mTest.split().size()); 191 * Test {@link CompatibilityTest#split()} when no shard number is specified. 194 assertNull(mTest.split());
|
| /development/python-packages/gdbrunner/ |
| __init__.py | 115 columns = output.pop(0).split() 121 columns = output.pop().split()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
| config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep)
83 self.library_dirs = self.library_dirs.split(os.pathsep)
|