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

  /build/soong/cc/
test_data_test.go 132 android.ModuleFactoryAdaptor(newTest))
173 func newTest() android.Module {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
HceFReaderTestActivity.java 43 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_reader,
HceFEmulatorTestActivity.java 48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_emulator,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 58 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_sender,
61 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_receiver,
66 adapter.add(TestListItem.newTest(this, R.string.nfc_llcp_version_check,
73 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef,
76 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight,
82 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_reader_tests,
85 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_emulator_tests,
92 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_reader_tests,
95 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_f_emulator_tests,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceEmulatorTestActivity.java 50 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_default_route_emulator,
54 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_emulator,
58 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_emulator,
62 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_emulator,
66 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_emulator,
70 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_emulator,
74 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_emulator,
78 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_emulator,
82 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_emulator,
86 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_emulator
    [all...]
HceReaderTestActivity.java 44 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_protocol_params_reader,
48 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_payment_reader,
52 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_payment_reader,
56 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_change_default_reader,
60 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_payment_reader,
64 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_single_non_payment_reader,
68 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_dual_non_payment_reader,
72 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_conflicting_non_payment_reader,
76 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_foreground_non_payment_reader,
80 adapter.add(TestListItem.newTest(this, R.string.nfc_hce_throughput_reader
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 103 adapter.add(TestListItem.newTest(testcase.getTestName(), testcase.getTestId(),
P2pTestListActivity.java 71 adapter.add(TestListItem.newTest(this,
75 adapter.add(TestListItem.newTest(this,
81 adapter.add(TestListItem.newTest(this,
85 adapter.add(TestListItem.newTest(this,
91 adapter.add(TestListItem.newTest(this,
95 adapter.add(TestListItem.newTest(this,
100 adapter.add(TestListItem.newTest(this,
104 adapter.add(TestListItem.newTest(this,
109 adapter.add(TestListItem.newTest(this,
113 adapter.add(TestListItem.newTest(this
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
main.c 485 test_ll_t *newTest = NULL, *lastTest = NULL;
495 return newTest;
506 return newTest;
513 lastTest = newTest;
514 newTest = getNewTest(lastTest);
515 if (newTest != lastTest) {
516 memset(newTest->args->device, 0,
518 strncpy(newTest->args->device,
520 createChild(threadedMain, newTest);
522 newTest = lastTest
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerNegativeTestActivity.java 90 adapter.add(TestListItem.newTest(this, provisioningNegativeTestInfo.getTitle(),
92 adapter.add(TestListItem.newTest(this, R.string.enterprise_privacy_quick_settings_negative,
PolicyTransparencyTestListActivity.java 154 adapter.add(TestListItem.newTest(title, testId, intent, null));
176 adapter.add(TestListItem.newTest(title, testId, intent, null));
DeviceOwnerPositiveTestActivity.java 445 adapter.add(TestListItem.newTest(this,
463 return TestListItem.newTest(activity, titleRes, id, intent, null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
TestListActivity.java 64 adapter.add(TestListAdapter.TestListItem.newTest(this,
68 adapter.add(TestListAdapter.TestListItem.newTest(this,
72 adapter.add(TestListAdapter.TestListItem.newTest(this,
79 adapter.add(TestListAdapter.TestListItem.newTest(this,
83 adapter.add(TestListAdapter.TestListItem.newTest(this,
87 adapter.add(TestListAdapter.TestListItem.newTest(this,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
TestListActivity.java 69 adapter.add(TestListAdapter.TestListItem.newTest(this,
73 adapter.add(TestListAdapter.TestListItem.newTest(this,
79 adapter.add(TestListAdapter.TestListItem.newTest(this,
83 adapter.add(TestListAdapter.TestListItem.newTest(this,
89 adapter.add(TestListAdapter.TestListItem.newTest(this,
93 adapter.add(TestListAdapter.TestListItem.newTest(this,
99 adapter.add(TestListAdapter.TestListItem.newTest(this,
103 adapter.add(TestListAdapter.TestListItem.newTest(this,
109 adapter.add(TestListAdapter.TestListItem.newTest(this,
113 adapter.add(TestListAdapter.TestListItem.newTest(this
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 158 adapter.add(TestListItem.newTest(this, title, info.getTestId(),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 103 public static TestListItem newTest(Context context, int titleResId, String testName,
106 return newTest(context.getString(titleResId), testName, intent, requiredFeatures,
110 public static TestListItem newTest(Context context, int titleResId, String testName,
112 return newTest(context.getString(titleResId), testName, intent, requiredFeatures,
116 public static TestListItem newTest(Context context, int titleResId, String testName,
118 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null,
122 public static TestListItem newTest(String title, String testName, Intent intent,
129 public static TestListItem newTest(String title, String testName, Intent intent,
135 public static TestListItem newTest(String title, String testName, Intent intent,
141 public static TestListItem newTest(String title, String testName, Intent intent
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
TestMisc.java 402 Matcher newTest = PatternCache.get(formatted).matcher("");
405 if (!newTest.reset(it.getString()).matches()) {
    [all...]

Completed in 322 milliseconds