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

<<161162163164165166167168169170>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 276 String[] packageSegments = mAppName.split("\\."); //$NON-NLS-1$
291 // the split will not detect the last char being a '.'
  /sdk/find_java/src/source/
utils.h 174 CArray<CString> * split(char sep) const { function in class:CString
  /system/extras/tests/sdcard/
plot_sdcard.py 164 (time, value) = line.split(None, 1)
  /test/vts/compilation_tools/vtsc/test/
test_vtsc.py 184 [hal_name, hal_version] = hal_package_name.split("@")
  /test/vts-testcase/vndk/dependency/
VtsVndkDependencyTest.py 131 target_dir, *rel_path.split(os.path.sep))
  /toolchain/binutils/binutils-2.25/
src-release.sh 34 MAKEINFOFLAGS=--split-size=5000000
  /tools/repohooks/tools/
checkpatch.pl 125 my @words = split(" ", $line);
189 my @array = split(/,/, join(',', @$arrayRef));
516 my ($suspect, $fix) = split(/\|\|/, $line);
539 my ($suspect, $fix) = split(/->/, $line);
643 my @lines = split('\n', $text);
674 @include_files = split('\n', $files);
697 @include_files = split('\n', $files);
722 my @lines = split("\n", $output);
909 foreach my $path (split(/:/, $ENV{PATH})) {
921 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts"))
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
CameraLatencyTest.java 242 List<String> lines = Arrays.asList(contents.split("\n"));
  /tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
OtaStabilityTest.java 88 @Option(name = "shards", description = "Optional number of shards to split test into. " +
89 "Iterations will be split evenly among shards.", importance = Importance.IF_UNSET)
179 public Collection<IRemoteTest> split() { method in class:OtaStabilityTest
  /tools/tradefederation/core/src/com/android/tradefed/config/
ArgsOptionParser.java 321 String[] parts = p.split(tmp);
  /tools/tradefederation/core/src/com/android/tradefed/device/
CpuStatsCollector.java 247 String[] args = line.trim().split(",");
DeviceSelectionOptions.java 439 String[] parts = prod.split(VARIANT_SEPARATOR);
  /tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
StrictShardHelper.java 54 // Split tests in place, without actually sharding.
96 * Helper to return the full list of {@link IRemoteTest} based on {@link IShardableTest} split.
121 Collection<IRemoteTest> subTests = ((IShardableTest) test).split(shardCount);
137 * Split the list of tests to run however the implementation see fit. Sharding needs to be
141 * implementation strictly split by number of tests which is not always optimal. TODO: improve
  /tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/
XmlDefsTest.java 167 * Sets the number of shards test should be split into
380 public Collection<IRemoteTest> split() { method in class:XmlDefsTest
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepo.java 191 String[] parts = line.split(":");
579 * Helper to linearly split the list into shards with balanced runtimeHint.
583 List<List<IModuleDef>> res = LinearPartition.split(fullList, totalShard);
619 String[] parts = arg.split(":");
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
IntegrationTest.java 120 String suiteName = mAndroidFolder.getName().split("-")[1];
552 * Using the {@link CompatibilityTest#split()}.
572 List<IRemoteTest> tests = (List<IRemoteTest>) mTest.split();
602 * Using the {@link CompatibilityTest#split()}.
621 List<IRemoteTest> tests = (List<IRemoteTest>) mTest.split();
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BLASData.java 650 String[] results = data.split(" ");
666 String[] results = data.split(", ");
684 String[] results = data.split(", ");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 117 dir, name = os.path.split(pathname)
150 pname = ".".join(pname.split(".")[:-level])
630 addpath = addpath + a.split(os.pathsep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 255 hbytes = host.split('.')
818 parts = resp[left + 1:right].split(resp[left+1])
906 words = line.split()
    [all...]
modulefinder.py 117 dir, name = os.path.split(pathname)
150 pname = ".".join(pname.split(".")[:-level])
628 addpath = addpath + a.split(os.pathsep)
pstats.py 567 args = line.split()
665 if line and all((x in abbrevs) for x in line.split()):
666 self.stats.sort_stats(*line.split())
trace.py 755 for mod in val.split(","):
760 for s in val.split(os.pathsep):
799 sys.path[0] = os.path.split(progname)[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 301 dirName, baseName = os.path.split(self.baseFilename)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 126 _v = __version__.split()
557 ctype = ctype.split(';', 1)[0].strip()
837 parts = value.lower().split()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 184 List = Pair.split('=')
214 ArchList = Options.archList.split(',')
482 NameValue = Line.split('=')

Completed in 1683 milliseconds

<<161162163164165166167168169170>>