/external/chromium-trace/catapult/devil/devil/utils/lazy/ |
D | weak_constant_test.py | 36 test_constant = lazy.WeakConstant(initializer) 37 self.assertEquals('initializer called', test_constant.read()) 43 test_constant = lazy.WeakConstant(initializer) 44 test_constant._initialized.set() 45 test_constant._val = 'initializer not called' 46 self.assertEquals('initializer not called', test_constant.read()) 55 test_constant = lazy.WeakConstant(initializer) 57 timeout_retry.Run(test_constant.read, 1, 1))
|
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_constant.cpp | 20 int test_constant(cl_device_id deviceID, cl_context context, in test_constant() function 68 return test_constant(deviceID, context, queue, \ 102 return test_constant(deviceID, context, queue, "constant_int4_simple", results); in TEST_SPIRV_FUNC() 109 return test_constant(deviceID, context, queue, "constant_int3_simple", in TEST_SPIRV_FUNC() 117 return test_constant(deviceID, context, queue, "constant_struct_int_float_simple", results); in TEST_SPIRV_FUNC() 124 return test_constant(deviceID, context, queue, "constant_struct_int_char_simple", results); in TEST_SPIRV_FUNC() 137 return test_constant(deviceID, context, queue, "constant_struct_struct_simple", results); in TEST_SPIRV_FUNC() 144 return test_constant(deviceID, context, queue, in TEST_SPIRV_FUNC()
|
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
D | legalize-constant.mir | 6 define void @test_constant() { ret void } 11 name: test_constant 20 ; X32-LABEL: name: test_constant 34 ; X64-LABEL: name: test_constant
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-constant.mir | 7 define void @test_constant() { 18 name: test_constant 29 ; CHECK-LABEL: name: test_constant
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | cxx2a-compare.cpp | 71 auto test_constant() { in test_constant() function
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | test_g_constant.mir | 5 name: test_constant
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | CMakeLists.txt | 19 test_constant.cpp
|
D | test_constant.cpp | 93 test_constant(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements) in test_constant() function
|
D | procs.h | 43 extern int test_constant(cl_device_id deviceID, cl_context context, cl_command_queue queue, …
|
/external/tensorflow/tensorflow/python/tf_program/tests/ |
D | mlir_gen_test.py | 63 def test_constant(self): member in MLIRGenTest
|
/external/python/cffi/testing/cffi1/ |
D | test_re_python.py | 86 def test_constant(): function
|
D | test_recompiler.py | 245 def test_constant(): function
|
/external/tensorflow/tensorflow/python/keras/ |
D | initializers_test.py | 104 def test_constant(self): member in KerasInitializersTest
|
D | backend_test.py | 344 def test_constant(self): member in BackendVariableTest
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops_test.py | 89 def test_constant(self): member in InitializersTest
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 953 static void test_constant(struct context *ctx) in test_constant() function 1669 test_constant(ctx); in main()
|
/external/python/cpython2/Lib/test/ |
D | test_random.py | 566 def test_constant(self): member in TestDistributions
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | import.hlotxt | 177 // CHECK-LABEL: func private @test_constant 178 %test_constant {
|
/external/python/cpython3/Lib/test/ |
D | test_random.py | 962 def test_constant(self): member in TestDistributions
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3222 static inline T test_constant (T a) in test_constant() function in vkt::SpirVAssembly::TestMath
|