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

<<71727374757677787980>>

  /cts/apps/CameraITS/tests/scene1/
test_param_sensitivity.py 28 NAME = os.path.basename(__file__).split(".")[0]
test_param_shading_mode.py 31 NAME = os.path.basename(__file__).split(".")[0]
test_raw_sensitivity.py 25 NAME = os.path.basename(__file__).split(".")[0]
test_tonemap_sequence.py 25 NAME = os.path.basename(__file__).split(".")[0]
test_yuv_jpeg_all.py 26 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/scene2/
test_num_faces.py 22 NAME = os.path.basename(__file__).split('.')[0]
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 51 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tools/
run_parallel_tests.py 49 scenes = s[7:].split(',')
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
LinearPartition.java 24 * Helper for the shard splitting. Split linearly a list into N sublist with
31 * Split a list of {@link IModuleDef} into k sub list based on the runtime hint.
37 public static List<List<IModuleDef>> split(List<IModuleDef> seq, int k) { method in class:LinearPartition
OptionHelper.java 120 // split between the option name and value
121 String[] keyNameTokens = optionInput.split("[ =]", 2);
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
ShardableTestStub.java 71 public Collection<IRemoteTest> split() { method in class:ShardableTestStub
  /cts/common/util/src/com/android/compatibility/common/util/
TestSuiteFilter.java 63 // If the test is a suite it could contain multiple tests, these need to be split
88 // If the test is a suite it could contain multiple tests, these need to be split
102 String[] parts = fullName.split("[\\(\\)]");
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
TestAuthenticator.java 122 Arrays.asList(TextUtils.split(account.name.substring(p + 1), ","));
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerAmProfileTests.java 161 // "".split() returns { "" }, but we want an empty array
162 String[] lines = output.equals("") ? new String[0] : output.split("\n");
  /cts/hostsidetests/services/activityandwindowmanager/displayserviceapp/util/src/android/server/displayservice/
DisplayHelper.java 121 for (String line : dump.split("\\n")) {
  /cts/suite/audio_quality/lib/src/task/
TaskSound.cpp 64 std::unique_ptr<std::vector<android::String8> > tokens(StringUtil::split(type, ':'));
  /cts/tests/core/runner/src/com/android/cts/core/runner/
CoreTestRunner.java 140 String[] tests = arg.split(",");
157 String[] tests = arg.split(",");
164 String[] packages = arg.split(",");
171 String[] packages = arg.split(",");
  /cts/tests/tests/os/src/android/os/cts/
CpuFeaturesTest.java 81 return Arrays.asList(features.split("\\s"));
  /cts/tests/tests/provider/src/android/provider/cts/
ProviderTestUtils.java 97 for (String t : output.split(" ")) {
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 91 String[] elems = path.split(":");
  /cts/tools/dasm/src/dasm/
Utils.java 39 result = list.split("[\\s]*,[\\s]*|[\\s]*\\.\\.[\\s]*");
  /dalvik/dx/src/com/android/multidex/
Path.java 56 for (String filePath : definition.split(Pattern.quote(File.pathSeparator))) {
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 35 self.platforms.sort(key = lambda s: int(s.split('-')[1]))
108 version = int(target_platform.split('-')[1])
109 layers = filter(lambda s: int(s.split('-')[1]) <= version, self.platforms)
175 entry = (lambda s: s.split('-')[1] if s in history else '-')(platform)
  /development/testrunner/
make_tree.py 102 path_segs = path.split(os.sep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 208 tv = string.split(line)
216 values = string.split(value,'-')
224 pkg = string.split(line,'-')
284 l = string.split(string.strip(firstline))
457 l = string.split(version,'.')
888 l = string.split(release,'.')
    [all...]

Completed in 2002 milliseconds

<<71727374757677787980>>