Home
last modified time | relevance | path

Searched refs:EXPRESSION (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dlogging.h153 #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/
DMf2Serializer.java41 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/
Dforeach.m4244 # m4_map_args_pair(EXPRESSION, [END-EXPR = EXPRESSION], ARG...)
247 # EXPRESSION([ARG1], [ARG2]). If there are an odd number of ARGs, the
Dm4sugar.m4218 # 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/
DCURLOPT_WILDCARDMATCH.md52 ## [ - BRACKET EXPRESSION
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc117 #define CHARACTER_CLASS(NAME, EXPRESSION) \ argument
120 static inline bool InClass(char c) { return EXPRESSION; } \
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp322 #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/
Dutils.texi769 @c man begin EXPRESSION EVALUATION
1085 @c man end EXPRESSION EVALUATION
/third_party/python/Doc/reference/
Dcompound_stmts.rst438 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/
DBitcodeAnalyzer.cpp346 STRINGIFY_CODE(METADATA, EXPRESSION) in GetCodeName()
/third_party/pulseaudio/po/
Dpulseaudio.pot19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
/third_party/pcre2/pcre2/doc/
Dpcre2.txt6227 PCRE2 REGULAR EXPRESSION DETAILS
10577 PCRE2 REGULAR EXPRESSION SYNTAX SUMMARY