HomeSort by relevance Sort by last modified time
    Searched full:test_category (Results 1 - 25 of 27) sorted by null

1 2

  /cts/apps/CtsVerifier/
AndroidManifest.xml 89 <meta-data android:name="test_category" android:value="@string/test_category_device_admin" />
102 <meta-data android:name="test_category" android:value="@string/test_category_device_admin" />
128 <meta-data android:name="test_category" android:value="@string/test_category_networking" />
139 <meta-data android:name="test_category" android:value="@string/bt_control" />
150 <meta-data android:name="test_category" android:value="@string/bt_device_communication" />
161 <meta-data android:name="test_category" android:value="@string/bt_device_communication" />
172 <meta-data android:name="test_category" android:value="@string/bt_device_communication" />
183 <meta-data android:name="test_category" android:value="@string/bt_device_communication" />
193 <meta-data android:name="test_category" android:value="@string/bt_device_communication" />
203 <meta-data android:name="test_category" android:value="@string/bt_device_communication" /
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
admx_writer_unittest.py 37 'win_mandatory_category_path': ['test_category'],
76 ' <category displayName="$(string.test_category)"'
77 ' name="test_category"/>\n'
103 '<category displayName="$(string.test_category)"'
104 ' name="test_category"/>\n'
109 ' <parentCategory ref="test_category"/>\n'
137 '<category displayName="$(string.test_category)"'
138 ' name="test_category"/>\n'
143 ' <parentCategory ref="test_category"/>\n'
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 67 private static final String TEST_CATEGORY = "testCategory";
133 mIntent.addCategory(TEST_CATEGORY);
163 mIntent.addCategory(TEST_CATEGORY);
165 assertEquals(TEST_CATEGORY, target.toArray()[0]);
296 assertFalse(mIntent.hasCategory(TEST_CATEGORY));
297 mIntent.addCategory(TEST_CATEGORY);
298 assertTrue(mIntent.hasCategory(TEST_CATEGORY));
541 assertFalse(mIntent.hasCategory(TEST_CATEGORY));
542 mIntent.addCategory(TEST_CATEGORY);
543 assertTrue(mIntent.hasCategory(TEST_CATEGORY));
    [all...]
  /cts/tests/tests/content/
AndroidManifest.xml 27 <category android:name="com.android.cts.content.category.TEST_CATEGORY" />
  /frameworks/base/core/tests/coretests/EnabledTestApp/
AndroidManifest.xml 26 <category android:name="com.android.frameworks.coretests.enabled_app.TEST_CATEGORY" />
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 55 * <meta-data android:name="test_category" android:value="@string/test_category_security" />
75 private static final String TEST_CATEGORY_META_DATA = "test_category";
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ComponentTest.java 102 private static final String TEST_CATEGORY =
103 "com.android.frameworks.coretests.enabled_app.TEST_CATEGORY";
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_dfp1.c 163 test_func_t test_category; member in struct:test_table
495 while ((func = all_tests[i].test_category)) {
test_dfp2.c 244 test_func_main_t test_category; member in struct:test_table
666 while ((func = all_tests[i].test_category)) {
test_dfp5.c 239 test_driver_func_t test_category; member in struct:test_table
586 while ((func = all_tests[i].test_category)) {
test_dfp4.c 344 test_driver_func_t test_category; member in struct:test_table
617 while ((func = all_tests[i].test_category)) {
test_dfp3.c 673 test_driver_func_t test_category; member in struct:test_table
    [all...]
test_isa_2_06_part3.c 372 test_func_t test_category; member in struct:test_table
    [all...]
test_isa_2_06_part1.c 1062 test_func_t test_category; member in struct:test_table
    [all...]
test_isa_2_06_part2.c 512 test_func_t test_category; member in struct:test_table
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp1.c 163 test_func_t test_category; member in struct:test_table
495 while ((func = all_tests[i].test_category)) {
test_dfp2.c 244 test_func_main_t test_category; member in struct:test_table
666 while ((func = all_tests[i].test_category)) {
test_dfp5.c 239 test_driver_func_t test_category; member in struct:test_table
586 while ((func = all_tests[i].test_category)) {
test_dfp4.c 344 test_driver_func_t test_category; member in struct:test_table
617 while ((func = all_tests[i].test_category)) {
test_dfp3.c 673 test_driver_func_t test_category; member in struct:test_table
    [all...]
test_isa_2_06_part3.c 372 test_func_t test_category; member in struct:test_table
    [all...]
test_isa_2_06_part1.c 1062 test_func_t test_category; member in struct:test_table
    [all...]
test_isa_2_06_part2.c 512 test_func_t test_category; member in struct:test_table
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicodedata.py 139 def test_category(self): member in class:UnicodeFunctionsTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicodedata.py 139 def test_category(self): member in class:UnicodeFunctionsTest

Completed in 1603 milliseconds

1 2