Home
last modified time | relevance | path

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

/external/clang/test/FixIt/
Dfixit.c42 int test_cond(int y, int fooBar) { // expected-note {{here}} in test_cond() function
/external/llvm-project/clang/test/FixIt/
Dfixit.c41 int test_cond(int y, int fooBar) { // expected-note {{here}} in test_cond() function
/external/llvm-project/clang/test/Sema/
Darm-bf16-forbidden-ops.cpp59 __bf16 test_cond(__bf16 a, __bf16 b, bool which) { in test_cond() function
Darm-bf16-forbidden-ops.c59 __bf16 test_cond(__bf16 a, __bf16 b, _Bool which) { in test_cond() function
/external/tensorflow/tensorflow/python/autograph/converters/
Dlist_comprehensions_test.py50 def test_cond(self): member in ListCompTest
/external/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp50 void test_cond() { in test_cond() function
/external/llvm-project/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp65 void test_cond() { in test_cond() function
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp60 std::string test_cond = in AssembleAndRunPeelingTest() local
65 text_head + test_cond + text_tail, true, true, &stats); in AssembleAndRunPeelingTest()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp60 std::string test_cond = in AssembleAndRunPeelingTest() local
65 text_head + test_cond + text_tail, true, true, &stats); in AssembleAndRunPeelingTest()
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_test_util.py492 def test_cond(self): function
534 return test_cond
/external/tensorflow/tensorflow/python/distribute/parallel_device/
Dparallel_device_test.py200 def test_cond(self, run_functions_eagerly): member in ParallelDeviceTests
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2_test.py295 def test_cond(self): member in LoadTest