Home
last modified time | relevance | path

Searched refs:test_constant (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/lazy/
Dweak_constant_test.py36 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/
Dtest_op_constant.cpp20 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/
Dlegalize-constant.mir6 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/
Dlegalize-constant.mir7 define void @test_constant() {
18 name: test_constant
29 ; CHECK-LABEL: name: test_constant
/external/llvm-project/clang/test/CodeGenCXX/
Dcxx2a-compare.cpp71 auto test_constant() { in test_constant() function
/external/llvm-project/llvm/test/MachineVerifier/
Dtest_g_constant.mir5 name: test_constant
/external/OpenCL-CTS/test_conformance/basic/
DCMakeLists.txt19 test_constant.cpp
Dtest_constant.cpp93 test_constant(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements) in test_constant() function
Dprocs.h43 extern int test_constant(cl_device_id deviceID, cl_context context, cl_command_queue queue, …
/external/tensorflow/tensorflow/python/tf_program/tests/
Dmlir_gen_test.py63 def test_constant(self): member in MLIRGenTest
/external/python/cffi/testing/cffi1/
Dtest_re_python.py86 def test_constant(): function
Dtest_recompiler.py245 def test_constant(): function
/external/tensorflow/tensorflow/python/keras/
Dinitializers_test.py104 def test_constant(self): member in KerasInitializersTest
Dbackend_test.py344 def test_constant(self): member in BackendVariableTest
/external/tensorflow/tensorflow/python/ops/
Dinit_ops_test.py89 def test_constant(self): member in InitializersTest
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c953 static void test_constant(struct context *ctx) in test_constant() function
1669 test_constant(ctx); in main()
/external/python/cpython2/Lib/test/
Dtest_random.py566 def test_constant(self): member in TestDistributions
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt177 // CHECK-LABEL: func private @test_constant
178 %test_constant {
/external/python/cpython3/Lib/test/
Dtest_random.py962 def test_constant(self): member in TestDistributions
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3222 static inline T test_constant (T a) in test_constant() function in vkt::SpirVAssembly::TestMath