HomeSort by: relevance | last modified time | path
    Searched refs:CATEGORY (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticCategories.h 16 #define CATEGORY(X, ENUM) ENUM,
18 #undef CATEGORY
DiagnosticAST.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticAnalysis.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticComment.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticCrossTU.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticDriver.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticFrontend.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticLex.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticParse.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticRefactoring.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticSema.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticSerialization.h 18 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
DiagnosticIDs.h 67 #define DIAG(ENUM, FLAGS, DEFAULT_MAPPING, DESC, GROUP, SFINAE, CATEGORY, \
234 /// Return the category number that a specified \p DiagID belongs to,
235 /// or 0 if no category.
241 /// Given a category ID, return the name of the category.
245 /// category.
255 /// deduction fall into this category.
260 /// Warnings generally fall into this category.
266 /// template instantiation depth exceeded) fall into this category.
  /src/share/locale/messages/
Makefile 9 CATEGORY= messages
  /src/share/locale/monetary/
Makefile 11 CATEGORY= monetary
  /src/share/locale/numeric/
Makefile 11 CATEGORY= numeric
  /src/share/locale/time/
Makefile 11 CATEGORY= time
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 36 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
57 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
82 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
115 uint8_t Category : 6;
173 SHOWINSYSHEADER, DEFERRABLE, CATEGORY) \
179 CATEGORY, \
214 // 1. Add the number of diagnostics in each category preceding the
215 // diagnostic and of the category the diagnostic is in. This gives us
216 // the offset of the category in the table.
217 // 2. Subtract the number of IDs in each category from our ID. This gives u
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateArgumentVisitor.h 51 #define VISIT_METHOD(CATEGORY) \
52 RetTy Visit##CATEGORY##TemplateArgument(REF(TemplateArgument) TA, \
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSDebug.h 234 extern void LogMsgWithLevel(mDNSLogCategory_t category, mDNSLogLevel_t level, const char *format, ...) IS_A_PRINTF_STYLE_FUNCTION(3,4);
262 * @param CATEGORY A custom log object previously created by the os_log_create function, and such an object is
263 * used to specify "subsystem" and "category". For mDNSResponder, the subsystem should always
264 * be set to "com.apple.mDNSResponder"; and the category is used for categorization and
310 #define LogRedact(CATEGORY, LEVEL, FORMAT, ...) \
313 if (!gSensitiveLoggingEnabled || ((CATEGORY) == (MDNS_LOG_CATEGORY_STATE))) \
315 os_log_with_type(CATEGORY, LEVEL, FORMAT, ## __VA_ARGS__); \
319 os_log_with_type(JOIN(CATEGORY, _redacted), LEVEL, FORMAT, ## __VA_ARGS__); \
325 #define LogRedact(CATEGORY, LEVEL, ...) \
326 do { if (mDNS_LoggingEnabled) LogMsgWithLevel(CATEGORY, LEVEL, __VA_ARGS__); } while (0
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
mDNSDebug.c 65 mDNSlocal void LogMsgWithLevelv(os_log_t category, os_log_type_t level, const char *format, va_list args)
69 os_log_with_type(category ? category : mDNSLogCategory_Default, level, "%{private}s", buffer);
72 mDNSlocal void LogMsgWithLevelv(const char *category, mDNSLogLevel_t level, const char *format, va_list args)
74 // Do not print the logs if the log category is MDNS_LOG_CATEGORY_DISABLED.
75 if (strcmp(category, MDNS_LOG_CATEGORY_DISABLED) == 0)
83 if (category) mDNS_snprintf_add(&dst, lim, "%s: ", category);
89 #define LOG_HELPER_BODY(CATEGORY, LEVEL) \
93 LogMsgWithLevelv(CATEGORY, LEVEL, format, args);
    [all...]
uds_daemon.c 165 #define UDS_LOG_CLIENT_REQUEST_WITH_DURATION(CATEGORY, LEVEL, REQUEST, LOG_DURATION, FORMAT, ...) \
170 LogRedact(CATEGORY, LEVEL, FORMAT ", duration: " PUB_TIME_DUR, \
175 LogRedact(CATEGORY, LEVEL, FORMAT, ##__VA_ARGS__); \
180 #define UDS_LOG_CLIENT_REQUEST_WITH_NAME_HASH_DURATION(CATEGORY, LEVEL, NAME_FOR_NAME_HASH, REQUEST, \
186 UDS_LOG_CLIENT_REQUEST_WITH_DURATION(CATEGORY, LEVEL, (REQUEST), LOG_DURATION, \
191 UDS_LOG_CLIENT_REQUEST_WITH_DURATION(CATEGORY, LEVEL, (REQUEST), LOG_DURATION, \
197 #define UDS_LOG_CLIENT_REQUEST(CATEGORY, LEVEL, OPERATION_STR, NAME_FOR_NAME_HASH, REQUEST, LOG_DURATION, \
204 CATEGORY, LEVEL, (NAME_FOR_NAME_HASH), (REQUEST), (LOG_DURATION), \
213 CATEGORY, LEVEL, (NAME_FOR_NAME_HASH), (REQUEST), (LOG_DURATION), \
219 #define UDS_LOG_CLIENT_REQUEST_WITH_DNSSEC_INFO(CATEGORY, LEVEL, OPERATION_STR, NAME_FOR_NAME_HASH, REQUEST,
    [all...]
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm 36 switch_warning ($CATEGORY);
166 Return the warning category descriptions.
181 `no-CATEGORY' turn off warnings in CATEGORY
239 =item C<switch_warning ($CATEGORY)>
241 If C<$CATEGORY> is C<mumble>, turn on channel C<mumble>.
303 Parse the argument of C<--warning=CATEGORY> or C<-WCATEGORY>.
306 C<CATEGORY>.
318 msg 'unsupported', "unknown warning category `$cat'"
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
DiagnosticNames.cpp 31 SFINAE,NOWERROR,SHOWINSYSHEADER,DEFER,CATEGORY) \
  /src/external/gpl2/send-pr/dist/send-pr/
send-pr.sh 36 # Where the gnats category tree lives.
264 CATEGORY_C='<problem report category - see top for list (one line)>'
367 >Category: $CATEGORY_C
401 /^>Category/s/^>Category:.*/>Category: send-pr/
461 # 4) Category
463 PATTERN=">Category:"
464 CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
468 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; f
    [all...]

Completed in 33 milliseconds

1 2