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

1 2

  /external/clang/include/clang/Basic/
DiagnosticCategories.h 17 #define CATEGORY(X, ENUM) ENUM,
19 #undef CATEGORY
DiagnosticIDs.h 53 SFINAE,ACCESS,CATEGORY,NOWERROR,SHOWINSYSHEADER) ENUM,
175 /// getCategoryNumberForDiag - Return the category number that a specified
176 /// DiagID belongs to, or 0 if no category.
182 /// getCategoryNameFromID - Given a category ID, return the name of the
183 /// category.
187 /// ARC diagnostic category;
197 /// deduction fall into this category.
202 /// Warnings generally fall into this category.
208 /// template instantiation depth exceeded) fall into this category.
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Lex/
LexDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/clang/include/clang/AST/
ASTDiagnostic.h 19 SFINAE,ACCESS,NOWERROR,SHOWINSYSHEADER,CATEGORY) ENUM,
  /external/checkpolicy/
policy_scan.l 123 CATEGORY |
124 category { return(CATEGORY); }
policy_parse.y 115 %token CATEGORY
224 category_def : CATEGORY identifier alias_def ';'
226 | CATEGORY identifier ';'
828 | CATEGORY { $$ = require_cat; }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 329 >Category: $CATEGORY_C
377 /^>Category/s/^>Category:.*/>Category: send-pr/
438 # 4) Category
440 PATTERN=">Category:"
441 CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
450 if [ -z "$CATEGORY" ]; then
451 echo "$COMMAND: you must include a Category: field in your report.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 329 >Category: $CATEGORY_C
377 /^>Category/s/^>Category:.*/>Category: send-pr/
438 # 4) Category
440 PATTERN=">Category:"
441 CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
450 if [ -z "$CATEGORY" ]; then
451 echo "$COMMAND: you must include a Category: field in your report.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 329 >Category: $CATEGORY_C
377 /^>Category/s/^>Category:.*/>Category: send-pr/
438 # 4) Category
440 PATTERN=">Category:"
441 CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
445 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi
450 if [ -z "$CATEGORY" ]; then
451 echo "$COMMAND: you must include a Category: field in your report.
    [all...]
  /external/bluetooth/glib/tests/
gen-casemap-txt.pl 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION);
39 $CATEGORY = 2;
201 my $type = $fields[$CATEGORY];
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 61 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));
416 mIntentFilter.addCategory(CATEGORY);
429 assertEquals(CATEGORY, intentFilter.getCategory(0));
448 cat.add(CATEGORY);
449 mIntentFilter.addCategory(CATEGORY);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java 71 values.put(Media.CATEGORY, "test");
106 assertEquals("test", c.getString(c.getColumnIndex(Media.CATEGORY)));
132 values.put(Media.CATEGORY, "test1");
159 assertEquals("test1", c.getString(c.getColumnIndex(Media.CATEGORY)));
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 46 unsigned Category : 5;
71 CATEGORY) \
73 NOWERROR, SHOWINSYSHEADER, CATEGORY, GROUP, \
146 /// getCategoryNumberForDiag - Return the category number that a specified
147 /// DiagID belongs to, or 0 if no category.
150 return Info->Category;
155 // The diagnostic category names.
184 #define CATEGORY(X, ENUM) { X, STR_SIZE(X, uint8_t) },
195 /// getCategoryNameFromID - Given a category ID, return the name of the
196 /// category, an empty string if CategoryID is zero, or null if CategoryID i
    [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/openssh/
buildpkg.sh.in 253 CATEGORY="Security,application"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 163 private static final String CATEGORY = "category"; //$NON-NLS-1$
167 private static final String CATEGORY_PKG_PREFIX = "android.intent.category."; //$NON-NLS-1$
446 if ((ACTION.equals(nodeName) || CATEGORY.equals(nodeName))
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java     [all...]

Completed in 945 milliseconds

1 2