HomeSort by relevance Sort by last modified time
    Searched refs:EXPRESSION (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 53 %s EXPRESSION
67 case ScriptFile::Expression:
101 <LDSCRIPT,EXPRESSION>"HIDDEN" { return token::HIDDEN; }
102 <LDSCRIPT,EXPRESSION>"PROVIDE" { return token::PROVIDE; }
103 <LDSCRIPT,EXPRESSION>"PROVIDE_HIDDEN" { return token::PROVIDE_HIDDEN; }
111 <EXPRESSION>"ABSOLUTE" { return token::ABSOLUTE; }
112 <EXPRESSION>"ADDR" { return token::ADDR; }
113 <LDSCRIPT,EXPRESSION>"ALIGN" { return token::ALIGN; }
114 <EXPRESSION>"ALIGNOF" { return token::ALIGNOF; }
115 <EXPRESSION>"BLOCK" { return token::BLOCK;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 78 EXPRESSION definitely in an expression
81 BOTH either EXPRESSION or SCRIPT
114 %s EXPRESSION
139 <BOTH,SCRIPT,EXPRESSION,VERS_START,VERS_NODE,VERS_SCRIPT,INPUTLIST>"/*" { comment (); }
147 <MRI,EXPRESSION>"$"([0-9A-Fa-f])+ {
153 <MRI,EXPRESSION>([0-9A-Fa-f])+(H|h|X|x|B|b|O|o|D|d) {
178 <SCRIPT,DEFSYMEXP,MRI,BOTH,EXPRESSION>((("$"|0[xX])([0-9A-Fa-f])+)|(([0-9])+))(M|K|m|k)? {
207 <BOTH,SCRIPT,EXPRESSION,MRI>"]" { RTOKEN(']');}
208 <BOTH,SCRIPT,EXPRESSION,MRI>"[" { RTOKEN('[');
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
logging.h 103 // Used to make the entire "LOG(BLAH) << etc." expression have a void return
151 #define GOOGLE_CHECK(EXPRESSION) \
152 GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
179 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliCodeFragmentFactoryTest.java 230 new TextWithImportsImpl(CodeFragmentKind.EXPRESSION, completionText),
253 new TextWithImportsImpl(CodeFragmentKind.EXPRESSION, variableName),
  /external/protobuf/src/google/protobuf/stubs/
common.h 253 // The expression is a compile-time constant, and therefore can be
357 // expression is true. For example, you could use it to verify the
368 // the expression is false, most compilers will issue a warning/error
388 // elements (and thus is invalid) when the expression is false.
671 // Used to make the entire "LOG(BLAH) << etc." expression have a void return
713 #define GOOGLE_CHECK(EXPRESSION) \
714 GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
740 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 253 // The expression is a compile-time constant, and therefore can be
357 // expression is true. For example, you could use it to verify the
368 // the expression is false, most compilers will issue a warning/error
388 // elements (and thus is invalid) when the expression is false.
671 // Used to make the entire "LOG(BLAH) << etc." expression have a void return
712 #define GOOGLE_CHECK(EXPRESSION) \
713 GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
737 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 253 // The expression is a compile-time constant, and therefore can be
357 // expression is true. For example, you could use it to verify the
368 // the expression is false, most compilers will issue a warning/error
388 // elements (and thus is invalid) when the expression is false.
671 // Used to make the entire "LOG(BLAH) << etc." expression have a void return
712 #define GOOGLE_CHECK(EXPRESSION) \
713 GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
737 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 253 // The expression is a compile-time constant, and therefore can be
357 // expression is true. For example, you could use it to verify the
368 // the expression is false, most compilers will issue a warning/error
388 // elements (and thus is invalid) when the expression is false.
671 // Used to make the entire "LOG(BLAH) << etc." expression have a void return
712 #define GOOGLE_CHECK(EXPRESSION) \
713 GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
737 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 253 // The expression is a compile-time constant, and therefore can be
357 // expression is true. For example, you could use it to verify the
368 // the expression is false, most compilers will issue a warning/error
388 // elements (and thus is invalid) when the expression is false.
671 // Used to make the entire "LOG(BLAH) << etc." expression have a void return
712 #define GOOGLE_CHECK(EXPRESSION) \
713 GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
737 #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 242 #define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure
594 #define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 57 // - The regular expression to match a string literal looks like this:
115 #define CHARACTER_CLASS(NAME, EXPRESSION) \
119 return EXPRESSION; \
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 209 // Reading an expression in a linker script.
210 EXPRESSION,
395 // don't know that we are looking at an expression, "~0" is a file
396 // name, and "~ 0" is an expression using bitwise not. We are
438 // that we are parsing an expression.
892 // necessarily evaluate the expression until all ordinary symbols have
1000 // Set the symbol value if the expression yields an absolute value or
1111 bool is_defsym, Expression* value,
1164 Script_options::add_assertion(Expression* check, const char* message,
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 268 #define SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, EXPRESSION) \
277 stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (EXPRESSION), stencilState.writeMask), fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 332 STRINGIFY_CODE(METADATA, EXPRESSION)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 329 } EXPRESSION;
331 typedef EXPRESSION *LPEXPRESSION;
333 #define EXPRESSION_SIZE (sizeof(EXPRESSION))
387 EXPRESSION FilterExpression;
1041 LPEXPRESSION WINAPI InitializeExpression(LPEXPRESSION Expression);
1043 LPEXPRESSION WINAPI AndExpression(LPEXPRESSION Expression,LPPATTERNMATCH Pattern);
1044 LPEXPRESSION WINAPI OrExpression(LPEXPRESSION Expression,LPPATTERNMATCH Pattern);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/
kotlin-runtime-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1514/
kotlin-runtime-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/
kotlin-runtime-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/
kotlin-runtime-1.0.0-rc-1036.jar 

Completed in 976 milliseconds

1 2