HomeSort by relevance Sort by last modified time
    Searched refs:testArgs (Results 1 - 25 of 43) sorted by null

1 2

  /external/testng/src/test/java/test/name/
ITestSample.java 30 public void init(Object[] testArgs) {
31 testName.set((String) testArgs[0]);
35 public void tearDown(Object[] testArgs) {
36 Assert.assertEquals((String) testArgs[0], this.testName.get());
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
ApplicationVisibilityTest.java 131 final Map<String, String> testArgs = new HashMap<>();
132 testArgs.put("testUser", Integer.toString(installUserId));
147 testArgs);
159 final Map<String, String> testArgs = new HashMap<>();
160 testArgs.put("testUser", Integer.toString(installUserId));
171 testArgs);
241 final Map<String, String> testArgs = new HashMap<>();
242 testArgs.put("testUser", Integer.toString(installUserId));
257 testArgs);
269 final Map<String, String> testArgs = new HashMap<>()
    [all...]
EphemeralTest.java 280 for (Map<String, String> testArgs : EXPECTED_EXPOSED_INTENTS) {
281 final boolean exposed = isIntentExposed(testArgs);
283 runDeviceTests(EPHEMERAL_1_PKG, TEST_CLASS, "testExposedActivity", testArgs);
285 CLog.w("Skip intent; " + dumpArgs(testArgs));
425 final HashMap<String, String> testArgs = new HashMap<>();
426 testArgs.put("action", action);
428 testArgs.put("category", category);
431 testArgs.put("mime_type", mimeType);
433 return testArgs;
449 private boolean isIntentExposed(Map<String, String> testArgs)
    [all...]
Utils.java 41 String testMethodName, Map<String, String> testArgs)
43 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, testArgs);
52 String testMethodName, int userId, Map<String, String> testArgs)
55 runDeviceTests(device, packageName, testClassName, testMethodName, userId, testArgs,
60 String testMethodName, int userId, Map<String, String> testArgs, long timeout,
76 if (testArgs != null && testArgs.size() > 0) {
77 for (String name : testArgs.keySet()) {
78 final String value = testArgs.get(name);
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
CompatibilitySuiteModuleLoader.java 35 * @param testArgs the list of test ({@link IRemoteTest}) arguments.
41 List<String> testArgs,
43 super(includeFilters,excludeFilters,testArgs,moduleArgs);
CompatibilityTestSuite.java 99 List<String> testArgs,
102 excludeFiltersFormatted, testArgs, moduleArgs);
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
SuiteModuleLoaderTest.java 140 List<String> testArgs = new ArrayList<>();
141 testArgs.add(
144 testArgs.add(
147 testArgs.add(
150 testArgs.add(
153 testArgs.add(
163 testArgs,
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 172 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0};
210 testArgs[0] = Formattable((int32_t)i);
211 testArgs[2] = testArgs[0];
212 res2 = pattform->format(testArgs, 3, str, fpos, status );
276 testArgs[0] = Formattable((int32_t)i);
277 testArgs[2] = testArgs[0];
278 res2 = pattform->format(testArgs, 3, str, fpos, status );
tmsgfmt.cpp 253 Formattable testArgs[] = {
326 form->format(testArgs, count, result, fieldpos, success);
358 if (values == 0 || testArgs[j] != values[j]) {
359 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
700 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
707 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
722 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
729 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
744 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}
    [all...]
selfmts.cpp 315 Formattable testArgs = Formattable("other");
316 selFmt1->format( testArgs, result1 , ignore , status1);
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.hpp 98 std::string createTestName(const StageType& stageType, const LayoutBindingParameters& testArgs);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleDistanceTest.java 63 List<Arguments> testArgs = new ArrayList<Arguments>();
66 testArgs.add(new Arguments(line));
69 Arguments[] tests = testArgs.toArray(new Arguments[testArgs.size()]);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleDistanceTest.java 60 List<Arguments> testArgs = new ArrayList<Arguments>();
63 testArgs.add(new Arguments(line));
66 Arguments[] tests = testArgs.toArray(new Arguments[testArgs.size()]);
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
IModuleRepo.java 41 List<String> deviceTokens, List<String> testArgs, List<String> moduleArgs,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegressionTest.java 501 Object[] testArgs = {new Long(12373), "MyDisk"};
502 logln(form1.format(testArgs));
503 logln(form2.format(testArgs));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessageRegressionTest.java 498 Object[] testArgs = {new Long(12373), "MyDisk"};
499 logln(form1.format(testArgs));
500 logln(form2.format(testArgs));
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
BaseTestSuite.java 237 * @param testArgs the list of test ({@link IRemoteTest}) arguments.
244 List<String> testArgs,
247 includeFiltersFormatted, excludeFiltersFormatted, testArgs, moduleArgs);
SuiteModuleLoader.java 70 * @param testArgs the list of test ({@link IRemoteTest}) arguments.
76 List<String> testArgs,
82 parseArgs(testArgs, mTestOptions);
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 20 my @testArgs; # different kinds of tests we want to do
  /cts/tests/tests/media/src/android/media/cts/
MediaSession2Test.java 762 final Bundle testArgs = new Bundle();
763 testArgs.putString("args", "testSendCustomAction");
771 assertTrue(TestUtils.equals(testArgs, args));
779 mSession.sendCustomCommand(testCommand, testArgs);
784 mSession.sendCustomCommand(controllerInfo, testCommand, testArgs, null);
    [all...]
MediaController2Test.java 597 final Bundle testArgs = new Bundle();
598 testArgs.putString("args", "testSendCustomAction");
608 assertTrue(TestUtils.equals(testArgs, args));
617 controller.sendCustomCommand(testCommand, testArgs, null);
    [all...]
  /external/boringssl/src/util/
all_tests.go 284 var testArgs [][]string
285 if err := decoder.Decode(&testArgs); err != nil {
290 for _, args := range testArgs {
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 22 my @testArgs; # different kinds of tests we want to do
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java     [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaSession2Test.java     [all...]

Completed in 952 milliseconds

1 2