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

  /external/clang/include/clang/Basic/
DiagnosticCategories.h 17 #define CATEGORY(X, ENUM) ENUM,
19 #undef CATEGORY
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 46 unsigned Category : 5;
70 SHOWINSYSHEADER, CATEGORY) \
73 SHOWINSYSHEADER, CATEGORY, GROUP, STR_SIZE(DESC, uint16_t), DESC \
116 // 1. Add the number of diagnostics in each category preceding the
117 // diagnostic and of the category the diagnostic is in. This gives us
118 // the offset of the category in the table.
119 // 2. Subtract the number of IDs in each category from our ID. This gives us
120 // the offset of the diagnostic in the category.
125 #define CATEGORY(NAME, PREV) \
130 CATEGORY(DRIVER, COMMON
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 60 private static final String CATEGORY = "testCategory";
120 mIntentFilter.addCategory(CATEGORY + i);
128 assertEquals(CATEGORY + i, actual);
129 assertEquals(CATEGORY + i, mIntentFilter.getCategory(i));
130 assertTrue(mIntentFilter.hasCategory(CATEGORY + i));
131 assertFalse(mIntentFilter.hasCategory(CATEGORY + i + 10));
583 mIntentFilter.addCategory(CATEGORY);
596 assertEquals(CATEGORY, intentFilter.getCategory(0));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 314 milliseconds