Home
last modified time | relevance | path

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

123

/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/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dnum_token.hpp23 enum type {BEGIN, REGEX, OREXP, SEQUENCE, SUB, EXPRESSION, REPEAT, enumerator
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/
Dparser.hpp183 case token::EXPRESSION: in reduce()
265 BOOST_ASSERT(handle_.top ()._type == token::EXPRESSION); in sub()
279 token_stack_.push (token::EXPRESSION); in repeat()
/third_party/boost/boost/phoenix/core/detail/
Dexpression.hpp85 #define BOOST_PHOENIX_DEFINE_EXPRESSION_BASE(NAME_SEQ, GRAMMAR_SEQ, EXPRESSION, RULE, RESULT_OF_MAK… argument
107 EXPRESSION(NAME_SEQ, GRAMMAR_SEQ, DATA) \
/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/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.texi759 @c man begin EXPRESSION EVALUATION
1075 @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/gettext/gettext-runtime/po/
Dde.po54 # EXPRESSION - AUSDRUCK
Dtr.po1387 #~ msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
1417 #~ "with \"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
Dbe.po1349 #~ msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
Dsl.po1385 #~ msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
1429 #~ "with \"Plural-Forms: nplurals=INTEGER; plural=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/gettext/gettext-tools/po/
Dja.po2925 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
2926 msgstr "�������إå�����ȥ�� \"plural=EXPRESSION\" °��������ޤ���"
2960 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
2963 "nplurals=INTEGER; plural=EXPRESSION;\" �Ȥ����إå�����ȥ꤬����ޤ���"
Dpa.po2698 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
2699 msgstr "ਪਰ ਹੈੱਡਰ ਐਂਟਰੀ ਵਿੱਚ \"plural=EXPRESSION\" ਗੁਣ ਨਹੀਂ ਹੈ"
2735 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
Dfr.po3179 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
3180 msgstr "mais l'attribut « plural=EXPRESSION » est absent de l'en-tête"
3216 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
3219 "il manque une entrée « Plural-Forms: nplurals=INTEGER; plural=EXPRESSION; » "
Dbe.po2915 #| msgid "...but header entry lacks a \"plural=EXPRESSION\" attribute"
2916 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
2963 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
Deu.po2913 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
2950 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
2953 "nplurals=INTEGER; plural=EXPRESSION;\" goiburuan"
Dde.po59 # EXPRESSION - AUSDRUCK
3240 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
3277 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
Dzh_CN.po2828 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
2863 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
Dzh_TW.po2855 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
2890 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
Dbg.po3042 msgid "but header entry lacks a \"plural=EXPRESSION\" attribute"
3079 "\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""
/third_party/pulseaudio/po/
Dpulseaudio.pot19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

123