Home
last modified time | relevance | path

Searched refs:RECURSE (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/TableGen/
Dsubst2.td5 // CHECK: RECURSE foo
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
16 def Trouble : Text<"RECURSE NORECURSE">;
/external/llvm-project/llvm/test/TableGen/
Dsubst2.td5 // CHECK: RECURSE foo
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
16 def Trouble : Text<"RECURSE NORECURSE">;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
DcppSimple.vert317 #define RECURSE RECURSE
318 int RECURSE;
321 #undef RECURSE
322 int R1 = RECURSE;
/external/deqp-deps/glslang/Test/
DcppSimple.vert317 #define RECURSE RECURSE
318 int RECURSE;
321 #undef RECURSE
322 int R1 = RECURSE;
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
DcppSimple.vert.out192 12:9011 'RECURSE' ( global int)
203 0:? 'RECURSE' ( global int)
291 12:9011 'RECURSE' ( global int)
302 0:? 'RECURSE' ( global int)
/external/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc64 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
71 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
78 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
Dfield_comparator.h71 RECURSE, // Compared submessages need to be compared recursively. enumerator
Dfield_comparator.cc121 return RECURSE; in Compare()
Dmessage_differencer.cc1080 result == FieldComparator::RECURSE) { in CompareFieldValueUsingParentFields()
Dmessage_differencer_unittest.cc2280 return RECURSE; in Compare()
/external/deqp-deps/glslang/Test/baseResults/
DcppSimple.vert.out188 12:9011 'RECURSE' ( global int)
199 0:? 'RECURSE' ( global int)
287 12:9011 'RECURSE' ( global int)
298 0:? 'RECURSE' ( global int)
/external/tensorflow/tensorflow/lite/
DCMakeLists.txt93 # [RECURSE]: Whether to recursively search SOURCE_DIR.
95 cmake_parse_arguments(ARGS "RECURSE" "" "FILTER" ${ARGN})