Home
last modified time | relevance | path

Searched refs:SUBTAG (Results 1 – 11 of 11) sorted by relevance

/dports/www/wsmake/wsmake-0.7.901/src/libwsmake/
H A DwsParser.h40 SUBTAG = 263, enumerator
74 #define SUBTAG 263 macro
H A DwsParser.ypp48 %token WORD INCLUDE REGEX SUBTAG DATA PART SCRIPT COMMAND PRINT
126 subtag : SUBTAG string '=' arg {
129 | SUBTAG regex '=' arg {
H A DwsScanner.lpp81 [Ss]ub[Tt]ag { return SUBTAG; }
H A DwsParser.cpp58 SUBTAG = 263, enumerator
92 #define SUBTAG 263 macro
H A DwsScanner.cpp862 { return SUBTAG; }
/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dimcparser.h145 SUBTAG = 344, enumerator
261 #define SUBTAG 344 macro
H A Dimcc.y1080 %token <t> MULTI SUBTAG VTABLE_METHOD LOADLIB SUB_INSTANCE_OF SUBID
1475 SUBTAG '(' subtags ')' { $$ = 0; }
H A Dimcc.l305 <emit,INITIAL>":tag" return SUBTAG;
H A Dimcparser.c1245 SUBTAG = 344, enumerator
1361 #define SUBTAG 344 macro
H A Dimclexer.c2463 return SUBTAG;
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/tests/
H A Dliblog_test.cpp2125 android_errorWriteWithInfoLog(TAG, SUBTAG, UID, payload, DATA_LEN); in android_errorWriteWithInfoLog_helper()
2173 unsigned subtag_len = strlen(SUBTAG); in android_errorWriteWithInfoLog_helper()
2178 if (memcmp(SUBTAG, eventData, subtag_len)) { in android_errorWriteWithInfoLog_helper()
2283 static void android_errorWriteLog_helper(int TAG, const char* SUBTAG, in android_errorWriteLog_helper() argument
2312 if (!SUBTAG) { in android_errorWriteLog_helper()
2327 if (memcmp(SUBTAG, eventData, strlen(SUBTAG))) continue; in android_errorWriteLog_helper()
2339 int retval_android_errorWriteLog = android_errorWriteLog(TAG, SUBTAG); in android_errorWriteLog_helper()
2340 if (SUBTAG) { in android_errorWriteLog_helper()
2367 if (!SUBTAG) { in android_errorWriteLog_helper()
2385 ASSERT_EQ(strlen(SUBTAG), get4LE(eventData)); in android_errorWriteLog_helper()
[all …]