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

1 2 3

  /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...]
  /external/protobuf/src/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)
  /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/protobuf/src/google/protobuf/
empty.pb.cc 194 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
wrappers.pb.cc 397 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
655 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
913 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
    [all...]
duration.pb.cc 208 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
field_mask.pb.cc 184 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
source_context.pb.cc 186 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
timestamp.pb.cc 222 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
struct.pb.cc 291 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
614 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
    [all...]
any.pb.cc 206 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
api.pb.cc 281 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
    [all...]
descriptor.pb.cc     [all...]
type.pb.cc 374 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
    [all...]
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliCodeFragmentFactoryTest.java 230 new TextWithImportsImpl(CodeFragmentKind.EXPRESSION, completionText),
253 new TextWithImportsImpl(CodeFragmentKind.EXPRESSION, variableName),
  /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 257 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
761 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 57 // - The regular expression to match a string literal looks like this:
116 #define CHARACTER_CLASS(NAME, EXPRESSION) \
120 return EXPRESSION; \
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
css_test.go 219 {"expression(alert(1337))", "ZgotmplZ"},
220 {"-expression(alert(1337))", "ZgotmplZ"},
221 {"expression", "ZgotmplZ"},
222 {"Expression", "ZgotmplZ"},
223 {"EXPRESSION", "ZgotmplZ"},
  /prebuilts/go/linux-x86/src/html/template/
css_test.go 219 {"expression(alert(1337))", "ZgotmplZ"},
220 {"-expression(alert(1337))", "ZgotmplZ"},
221 {"expression", "ZgotmplZ"},
222 {"Expression", "ZgotmplZ"},
223 {"EXPRESSION", "ZgotmplZ"},
  /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...]

Completed in 1099 milliseconds

1 2 3