HomeSort by relevance Sort by last modified time
    Searched defs:testArgs (Results 1 - 17 of 17) sorted by null

  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
ApplicationVisibilityTest.java 127 final Map<String, String> testArgs = new HashMap<>();
128 testArgs.put("testUser", Integer.toString(installUserId));
139 testArgs);
151 final Map<String, String> testArgs = new HashMap<>();
152 testArgs.put("testUser", Integer.toString(installUserId));
163 testArgs);
229 final Map<String, String> testArgs = new HashMap<>();
230 testArgs.put("testUser", Integer.toString(installUserId));
241 testArgs);
253 final Map<String, String> testArgs = new HashMap<>()
    [all...]
BaseAppSecurityTest.java 71 final HashMap<String, String> testArgs;
73 testArgs = new HashMap<>();
74 testArgs.put("is_instant", Boolean.TRUE.toString());
76 testArgs = null;
79 testArgs);
EphemeralTest.java 308 for (Map<String, String> testArgs : EXPECTED_EXPOSED_INTENTS) {
309 final boolean exposed = isIntentExposed(testArgs);
312 "testExposedActivity", testArgs);
314 CLog.w("Skip intent; " + dumpArgs(testArgs));
489 final HashMap<String, String> testArgs = new HashMap<>();
490 testArgs.put("action", action);
492 testArgs.put("category", category);
495 testArgs.put("mime_type", mimeType);
497 return testArgs;
513 private boolean isIntentExposed(Map<String, String> testArgs)
    [all...]
  /external/icu/icu4c/source/test/intltest/
selfmts.cpp 315 Formattable testArgs = Formattable("other");
316 selFmt1->format( testArgs, result1 , ignore , status1);
msfmrgts.cpp 806 //Object[] testArgs = {new Long(12373), "MyDisk"};
807 Formattable testArgs [] = {
815 logln(form1->format(testArgs, 2, result, bogus, status));
818 logln(form2->format(testArgs, 2, result, bogus, status));
    [all...]
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 254 Formattable testArgs[] = {
327 form->format(testArgs, count, result, fieldpos, success);
359 if (values == 0 || testArgs[j] != values[j]) {
360 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
701 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
708 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
723 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
730 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
745 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
XLocaleDistanceTest.java 55 List<Arguments> testArgs = new ArrayList<>();
58 testArgs.add(new Arguments(line));
61 Arguments[] tests = testArgs.toArray(new Arguments[testArgs.size()]);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleDistanceTest.java 64 List<Arguments> testArgs = new ArrayList<Arguments>();
67 testArgs.add(new Arguments(line));
70 Arguments[] tests = testArgs.toArray(new Arguments[testArgs.size()]);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleDistanceTest.java 61 List<Arguments> testArgs = new ArrayList<Arguments>();
64 testArgs.add(new Arguments(line));
67 Arguments[] tests = testArgs.toArray(new Arguments[testArgs.size()]);
  /cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
ListeningPortsTest.java 98 final Bundle testArgs = InstrumentationRegistry.getArguments();
99 final String procFileContents = testArgs.getString(PROC_FILE_CONTENTS_PARAM);
100 final boolean isTcp = Boolean.valueOf(testArgs.getString(IS_TCP_PARAM));
101 final boolean loopback = Boolean.valueOf(testArgs.getString(LOOPBACK_PARAM));
  /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...]
TestMessageFormat.java 157 Object testArgs[] = {
222 form.format(testArgs, result, fieldpos);
243 // if (values == 0 || testArgs[j] != values[j]) {
244 // errln(((String)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
    [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...]
TestMessageFormat.java 154 Object testArgs[] = {
219 form.format(testArgs, result, fieldpos);
240 // if (values == 0 || testArgs[j] != values[j]) {
241 // errln(((String)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops_test.py 183 def testArgs(self):
    [all...]

Completed in 1830 milliseconds