Searched refs:CONSTANT (Results 1 - 25 of 45) sorted by relevance

12

/external/mesa3d/src/gallium/tests/graw/fragment-shader/
H A Dfrag-face.sh4 DCL IN[1], FACE, CONSTANT
/external/clang/test/Analysis/
H A Dunreachable-code-path.c69 #define CONSTANT 0 macro
72 if (CONSTANT)
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dtokenize.py55 CONSTANT = 'CONSTANT' variable
159 token_type = CONSTANT
162 token_type = CONSTANT
186 token_type = CONSTANT
196 token_type = CONSTANT
212 token_type = CONSTANT
215 token_type = CONSTANT
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java43 private static final int CONSTANT = 1; field in class:SCCP
134 if (value != CONSTANT) {
157 * CONSTANT x CONSTANT = CONSTANT if equal constants, VARYING otherwise
181 if (sourceRegValue == CONSTANT) {
184 phiResultValue = CONSTANT;
230 case CONSTANT: return "CONSTANT";
256 latticeValues[regA] == CONSTANT) {
[all...]
/external/v8/src/
H A Dproperty.h99 : Descriptor(key, value, attributes, CONSTANT,
178 DCHECK(!(details_.type() == CONSTANT && !IsFound()));
179 return lookup_type_ == DESCRIPTOR_TYPE && details_.type() == CONSTANT;
205 DCHECK(details_.type() == CONSTANT);
H A Dlookup-inl.h67 case v8::internal::CONSTANT:
H A Dlookup.cc245 DCHECK_EQ(v8::internal::CONSTANT, property_details_.type());
307 DCHECK_EQ(v8::internal::CONSTANT, property_details_.type());
H A Dproperty-details.h52 CONSTANT = 2, enumerator in enum:v8::internal::PropertyType
H A Dobjects-printer.cc236 case CONSTANT:
366 case CONSTANT:
1093 case CONSTANT:
H A Dast.cc187 kind_ = CONSTANT;
205 return kind_ == CONSTANT ||
276 // Add CONSTANT and COMPUTED properties to boilerplate. Use undefined
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h120 CONSTANT = 2, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::AddressSpace
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb81 :T__10 => 10, :CONSTANT => 4, :COMMENT => 8, :STRING => 7 )
89 register_names( "CONSTANT", "ID", "TEMPLATE", "STRING", "COMMENT", "WS",
247 # 86:1: group_name[ namespace ] returns [ group ] : 'group' (mod= CONSTANT '::' )* name= CONSTANT ( ';' )? ;
257 # at line 87:5: 'group' (mod= CONSTANT '::' )* name= CONSTANT ( ';' )?
259 # at line 88:5: (mod= CONSTANT '::' )*
264 if ( look_3_0 == CONSTANT )
275 # at line 89:7: mod= CONSTANT '::'
276 mod = match( CONSTANT, TOKENS_FOLLOWING_CONSTANT_IN_group_name_14
[all...]
H A Dgroup-file-lexer.rb81 :T__10 => 10, :CONSTANT => 4, :COMMENT => 8, :STRING => 7 )
98 "T__16", "T__17", "T__18", "T__19", "CONSTANT", "ID",
352 # lexer rule constant! (CONSTANT)
358 type = CONSTANT
838 # at line 1:8: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS )
883 # at line 1:70: CONSTANT
964 1:1: Tokens : ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS );
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Dclosurizednamespacesinfo_test.py37 'package.CONSTANT': 'package',
43 'package.ClassName.CONSTANT': 'package.ClassName',
44 'package.namespace.CONSTANT.methodName': 'package.namespace',
205 'goog.require(\'package.Foo.CONSTANT\');',
206 'var x = package.Foo.CONSTANT',
217 'goog.require(\'package.subpackage.CONSTANT\');',
218 'var x = package.subpackage.CONSTANT',
/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp237 case NVPTX::PTXLdStInstCode::CONSTANT:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_frag.c99 return COMBINER_SOURCE(CONSTANT);
/external/v8/src/compiler/
H A Dinstruction-selector-unittest.cc81 EXPECT_NE(InstructionOperand::CONSTANT, input->kind());
135 EXPECT_EQ(InstructionOperand::CONSTANT, s[0]->OutputAt(0)->kind());
H A Dinstruction.h40 V(Constant, CONSTANT, 128) \
52 CONSTANT, enumerator in enum:v8::internal::compiler::InstructionOperand::Kind
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc346 if (details.type() == CONSTANT) {
419 if (details.type() == CONSTANT) {
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc395 if (details.type() == CONSTANT) {
463 if (details.type() == CONSTANT) {
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc344 if (details.type() == CONSTANT) {
414 if (details.type() == CONSTANT) {
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc340 if (details.type() == CONSTANT) {
414 if (details.type() == CONSTANT) {
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc340 if (details.type() == CONSTANT) {
414 if (details.type() == CONSTANT) {
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc339 if (details.type() == CONSTANT) {
408 if (details.type() == CONSTANT) {
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc344 if (details.type() == CONSTANT) {
416 if (details.type() == CONSTANT) {

Completed in 1099 milliseconds

12