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

1 2 3

  /external/clang/include/clang/Basic/
DiagnosticCategories.h 17 #define CATEGORY(X, ENUM) ENUM,
19 #undef CATEGORY
DiagnosticIDs.h 51 SFINAE,CATEGORY,NOWERROR,SHOWINSYSHEADER) ENUM,
177 /// \brief Return the category number that a specified \p DiagID belongs to,
178 /// or 0 if no category.
184 /// \brief Given a category ID, return the name of the category.
188 /// category.
198 /// deduction fall into this category.
203 /// Warnings generally fall into this category.
209 /// template instantiation depth exceeded) fall into this category.
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer_unittest.py 62 CATEGORY !!chromium
65 END CATEGORY
67 CATEGORY !!chromium_recommended
70 END CATEGORY
106 CATEGORY !!google
107 CATEGORY !!googlechrome
120 END CATEGORY
121 END CATEGORY
123 CATEGORY !!google
124 CATEGORY !!googlechrome_recommende
    [all...]
  /external/clang/include/clang/AST/
CommentDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
ASTDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Lex/
LexDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 19 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /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...]
  /external/clang/tools/diagtool/
DiagnosticNames.cpp 32 SFINAE,NOWERROR,SHOWINSYSHEADER,CATEGORY) \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 39 CATEGORY = "category"
108 CATEGORY,
sre_parse.py 45 r"\d": (IN, [(CATEGORY, CATEGORY_DIGIT)]),
46 r"\D": (IN, [(CATEGORY, CATEGORY_NOT_DIGIT)]),
47 r"\s": (IN, [(CATEGORY, CATEGORY_SPACE)]),
48 r"\S": (IN, [(CATEGORY, CATEGORY_NOT_SPACE)]),
49 r"\w": (IN, [(CATEGORY, CATEGORY_WORD)]),
50 r"\W": (IN, [(CATEGORY, CATEGORY_NOT_WORD)]),
146 UNITCODES = (ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY)
sre_compile.py 150 elif op is CATEGORY:
197 elif op is CATEGORY:
222 elif op is CATEGORY:
318 elif op is CATEGORY:
319 # XXX: could expand category
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 39 CATEGORY = "category"
108 CATEGORY,
sre_parse.py 45 r"\d": (IN, [(CATEGORY, CATEGORY_DIGIT)]),
46 r"\D": (IN, [(CATEGORY, CATEGORY_NOT_DIGIT)]),
47 r"\s": (IN, [(CATEGORY, CATEGORY_SPACE)]),
48 r"\S": (IN, [(CATEGORY, CATEGORY_NOT_SPACE)]),
49 r"\w": (IN, [(CATEGORY, CATEGORY_WORD)]),
50 r"\W": (IN, [(CATEGORY, CATEGORY_NOT_WORD)]),
146 UNITCODES = (ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY)
sre_compile.py 150 elif op is CATEGORY:
197 elif op is CATEGORY:
222 elif op is CATEGORY:
318 elif op is CATEGORY:
319 # XXX: could expand category
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 84 values.put(Media.CATEGORY, "test");
119 assertEquals("test", c.getString(c.getColumnIndex(Media.CATEGORY)));
145 values.put(Media.CATEGORY, "test1");
172 assertEquals("test1", c.getString(c.getColumnIndex(Media.CATEGORY)));
  /external/checkpolicy/
policy_scan.l 123 CATEGORY |
124 category { return(CATEGORY); }
policy_parse.y 115 %token CATEGORY
266 category_def : CATEGORY identifier alias_def ';'
268 | CATEGORY identifier ';'
870 | CATEGORY { $$ = require_cat; }
  /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 

Completed in 547 milliseconds

1 2 3