Home
last modified time | relevance | path

Searched refs:CONSTANT (Results 1 – 25 of 80) sorted by relevance

1234

/external/clang/test/SemaOpenCL/
Daddress-spaces-conversions-cl2.0.cl27 #ifdef CONSTANT
40 #ifndef CONSTANT
48 #ifdef CONSTANT
57 #ifdef CONSTANT
67 #ifndef CONSTANT
82 #ifdef CONSTANT
92 #ifndef CONSTANT
102 #ifdef CONSTANT
108 #ifdef CONSTANT
118 #ifndef CONSTANT
[all …]
/external/mesa3d/src/gallium/tests/graw/geometry-shader/
Dmov.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dmov-cb-2d.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dadd.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dadd-mix.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dline.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
Dmulti-line.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
8 DCL OUT[1], COLOR, CONSTANT
/external/google-breakpad/src/testing/scripts/generator/cpp/
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/googletest/googlemock/scripts/generator/cpp/
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/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D2-2-buildonly.c18 #define TEST_MACRO(CONSTANT) \ argument
19 void test_ ## CONSTANT(void) { int dummy = #CONSTANT; }
/external/u-boot/arch/arm/cpu/armv8/
Du-boot.lds34 ALIGN(CONSTANT(COMMONPAGESIZE))
56 CONSTANT(COMMONPAGESIZE)) (NOLOAD) :
67 . = ALIGN(CONSTANT(COMMONPAGESIZE));
/external/clang/test/Analysis/
Dunreachable-code-path.c69 #define CONSTANT 0 macro
72 if (CONSTANT) in test7()
/external/u-boot/arch/arm/cpu/
Du-boot.lds54 ALIGN(CONSTANT(COMMONPAGESIZE))
78 CONSTANT(COMMONPAGESIZE)) (NOLOAD) :
91 . = ALIGN(CONSTANT(COMMONPAGESIZE));
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file-parser.rb264 if ( look_3_0 == CONSTANT )
276 mod = match( CONSTANT, TOKENS_FOLLOWING_CONSTANT_IN_group_name_144 )
286 name = match( CONSTANT, TOKENS_FOLLOWING_CONSTANT_IN_group_name_169 )
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue276/foo/
DA.java6 CONSTANT enumConstant
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DAccessEnumMemberThroughThis.java.txt3 CONSTANT("constant");
/external/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-face.sh4 DCL IN[1], FACE, CONSTANT
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DFunctionalInterfaceWithInitializerAndDefaultMethods.java22 ClassWithInitializer CONSTANT = new ClassWithInitializer(); field
/external/guice/core/src/com/google/inject/internal/
DIndexer.java56 CONSTANT, enumConstant
123 binding, BindingType.CONSTANT, scope(binding), binding.getValue()); in visit()
/external/bcc/src/python/bcc/
Dusdt.py29 if self.valid & BCC_USDT_ARGUMENT_FLAGS.CONSTANT != 0:
49 if self.valid & BCC_USDT_ARGUMENT_FLAGS.CONSTANT != 0:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTX.h101 CONSTANT = 2, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTX.h104 CONSTANT = 2, enumerator
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1352 CONSTANT, enumerator
2252 case CONSTANT: in logTestIterationAndConfig()
2335 …configureAttribute(iteration, configuration, n_type, program_id, use_arrays, (CONSTANT != attribut… in prepareVertexArray()
2787 logTestIterationAndConfig(iteration, CONSTANT, false /* use_arrays */, false /* use_locations */); in testIteration()
2794 logTestIterationAndConfig(iteration, CONSTANT, true /* use_arrays */, false /* use_locations */); in testIteration()
2801 logTestIterationAndConfig(iteration, CONSTANT, false /* use_arrays */, true /* use_locations */); in testIteration()
2808 logTestIterationAndConfig(iteration, CONSTANT, true /* use_arrays */, true /* use_locations */); in testIteration()
2901 prepareVertexArray(iteration, CONSTANT, program_id, use_arrays); in testProgramWithConstant()
/external/llvm/test/Transforms/InstCombine/
Dbswap-fold.ll93 ; Fold: OP( BSWAP(x), CONSTANT ) -> BSWAP( OP(x, BSWAP(CONSTANT) ) )
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasters_alloc.cl35 __global skc_uint const * const raster_ids, // FIXME -- CONSTANT

1234