HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 3776 - 3800 of 6499) sorted by null

<<151152153154155156157158159160>>

  /test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
HidlProfilerPreparer.java 174 for (String traceFilePath : traceFileListString.split("\\s+")) {
VtsFilePusher.java 151 String[] pair = pushspec.split("->");
  /test/vts/testcases/template/llvmfuzzer_test/
llvmfuzzer_test.py 252 name_func=lambda x: x.split("/")[-1])
  /test/vts/utils/python/controllers/
android_device.py 141 clean_lines = str(device_list_str, 'utf-8').strip().split('\n')
144 tokens = line.strip().split('\t')
428 lines = out.decode("utf-8").split('\n', 1)
430 tokens = lines[0].split(' ')
    [all...]
  /test/vts-testcase/kernel/config/
VtsKernelConfigTest.py 127 config_name, config_state = line.split("=", 1)
  /tools/repohooks/rh/
git.py 177 return rh.utils.run_command(cmd, capture_output=True).output.split()
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DataPathTest.py 187 p_ipv6 = p_dut.droid.connectivityGetLinkLocalIpv6Address(p_aware_if).split(
189 s_ipv6 = s_dut.droid.connectivityGetLinkLocalIpv6Address(s_aware_if).split(
284 init_aware_if).split("%")[0]
286 resp_aware_if).split("%")[0]
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PreloadedClassesTest.java 231 .split(" ");
  /tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
UiPerformanceTest.java 133 String[] rawFileString = rawFileList.split("\r?\n");
UserActionBenchmark.java 172 List<String> lines = Arrays.asList(contents.split("\n"));
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
MediaPlayerStressTest.java 170 List<String> lines = Arrays.asList(contents.split("\n"));
MediaStressTest.java 147 List<String> lines = Arrays.asList(contents.split("\n"));
VideoEditingPerformanceTest.java 214 List<String> lines = Arrays.asList(contents.split("\n"));
  /tools/tradefederation/core/prod-tests/src/com/android/security/tests/
SELinuxDenialsTests.java 232 // split the multi-line output into List<String> so it can be passed into KernelLogParser
234 shellOutputString.split("\\r?\\n")));
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 78 List<String> list = Arrays.asList(options.split(","));
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
HostTest.java 477 String testName = t.toString().split("\\(")[0];
725 String[] fields = item.split(":");
728 String[] values = fields[1].split("=");
811 * We split by individual by either test class or method.
814 public Collection<IRemoteTest> split(int shardCount) { method in class:HostTest
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
TfSuiteRunner.java 206 String[] segments = originalName.split("/");
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenPcdDb.py 246 Guid = GuidString.split('-')
    [all...]
  /external/autotest/server/hosts/
cros_host.py 125 'rpm_recovery_boards', type=str).split(',')
    [all...]
  /external/mesa3d/scripts/
get_reviewer.pl 185 my @words = split(" ", $line);
1215 foreach my $path (split(/:/, $ENV{PATH})) {
1227 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 274 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
321 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
342 subdir, name = os.path.split(subpath)
345 msg.set_info(name.split(self.colon)[-1])
514 uniq = entry.split(self.colon)[0]
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 285 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
336 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
361 subdir, name = os.path.split(subpath)
364 msg.set_info(name.split(self.colon)[-1])
533 uniq = entry.split(self.colon)[0]
    [all...]
  /external/v8/tools/turbolizer/
graph-view.js 339 var components = this.id.split(',');
347 var components = this.id.split(',');
355 var components = this.id.split(',');
364 var components = this.id.split(',');
786 var components = this.id.split(',');
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
355 subdir, name = os.path.split(subpath)
358 msg.set_info(name.split(self.colon)[-1])
527 uniq = entry.split(self.colon)[0]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
355 subdir, name = os.path.split(subpath)
358 msg.set_info(name.split(self.colon)[-1])
527 uniq = entry.split(self.colon)[0]
    [all...]

Completed in 1356 milliseconds

<<151152153154155156157158159160>>