Searched refs:EXPRESSION (Results 1 – 12 of 12) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | logging.h | 153 #define GOOGLE_CHECK(EXPRESSION) \ argument 154 GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": " 181 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION) argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
D | Mf2Serializer.java | 41 EXPRESSION, enumConstant 66 case "Expression": type = Type.EXPRESSION; break; in Token() 264 case EXPRESSION: in parseSelector() 291 case EXPRESSION: in parseDeclaration() 317 case EXPRESSION: in parsePattern() 419 case EXPRESSION: // intentional fall-through in parseExpression()
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
D | foreach.m4 | 244 # m4_map_args_pair(EXPRESSION, [END-EXPR = EXPRESSION], ARG...) 247 # EXPRESSION([ARG1], [ARG2]). If there are an odd number of ARGs, the
|
D | m4sugar.m4 | 218 # m4_assert(EXPRESSION, [EXIT-STATUS = 1]) 220 # This macro ensures that EXPRESSION evaluates to true, and exits if 221 # EXPRESSION evaluates to false. 1012 # m4_for(VARIABLE, FIRST, LAST, [STEP = +/-1], EXPRESSION) 1014 # Expand EXPRESSION defining VARIABLE to FROM, FROM + 1, ..., TO with 1017 # VARIABLE names. Changing VARIABLE inside EXPRESSION will not impact 1021 # the _m4_for call so that EXPRESSION is only parsed once. 1127 # m4_foreach(VARIABLE, LIST, EXPRESSION) 1130 # Expand EXPRESSION assigning each value of the LIST to VARIABLE. 1171 # m4_foreach_w(VARIABLE, LIST, EXPRESSION) [all …]
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_WILDCARDMATCH.md | 52 ## [ - BRACKET EXPRESSION
|
/third_party/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 117 #define CHARACTER_CLASS(NAME, EXPRESSION) \ argument 120 static inline bool InClass(char c) { return EXPRESSION; } \
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 322 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \ in executeStencilDpFailAndPass() argument 331 …stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (EXPRESSION), stencilState.writeM… in executeStencilDpFailAndPass()
|
/third_party/ffmpeg/doc/ |
D | utils.texi | 769 @c man begin EXPRESSION EVALUATION 1085 @c man end EXPRESSION EVALUATION
|
/third_party/python/Doc/reference/ |
D | compound_stmts.rst | 438 with EXPRESSION as TARGET: 443 manager = (EXPRESSION) 1469 async with EXPRESSION as TARGET: 1474 manager = (EXPRESSION)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 346 STRINGIFY_CODE(METADATA, EXPRESSION) in GetCodeName()
|
/third_party/pulseaudio/po/ |
D | pulseaudio.pot | 19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 6227 PCRE2 REGULAR EXPRESSION DETAILS 10577 PCRE2 REGULAR EXPRESSION SYNTAX SUMMARY
|