/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | test_loops.cpp | 109 int test_return = 0; in test_image_type() local 120 test_return = test_copy_image_set_1D( device, context, queue, &formatList[ i ] ); in test_image_type() 122 test_return = test_copy_image_set_2D( device, context, queue, &formatList[ i ] ); in test_image_type() 124 test_return = test_copy_image_set_3D( device, context, queue,&formatList[ i ] ); in test_image_type() 126 test_return = test_copy_image_set_1D_array( device, context, queue, &formatList[ i ] ); in test_image_type() 128 test_return = test_copy_image_set_2D_array( device, context, queue, &formatList[ i ] ); in test_image_type() 130 … test_return = test_copy_image_set_2D_3D( device, context, queue, &formatList[ i ], false ); in test_image_type() 132 … test_return = test_copy_image_set_2D_3D( device, context, queue, &formatList[ i ], true ); in test_image_type() 134 … test_return = test_copy_image_set_2D_2D_array( device, context, queue, &formatList[ i ], true); in test_image_type() 136 … test_return = test_copy_image_set_2D_2D_array( device, context, queue, &formatList[ i ], false); in test_image_type() [all …]
|
/external/OpenCL-CTS/test_conformance/images/clGetInfo/ |
D | test_loops.cpp | 41 int test_return = 0; in test_image_type() local 55 test_return = test_get_image_info_1D( device, context, &formatList[ i ], flags ); in test_image_type() 58 test_return = test_get_image_info_2D( device, context,&formatList[ i ], flags ); in test_image_type() 61 test_return = test_get_image_info_3D( device, context, &formatList[ i ], flags ); in test_image_type() 64 test_return = test_get_image_info_1D_array( device, context, &formatList[ i ], flags ); in test_image_type() 67 test_return = test_get_image_info_2D_array( device, context, &formatList[ i ], flags ); in test_image_type() 71 if (test_return) { in test_image_type() 78 ret += test_return; in test_image_type()
|
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | test_loops.cpp | 66 int test_return = 0; in test_image_type() local 81 test_return = test_read_image_set_1D(device, context, queue, in test_image_type() 85 test_return = test_read_image_set_2D(device, context, queue, in test_image_type() 89 test_return = test_read_image_set_3D(device, context, queue, in test_image_type() 93 test_return = test_read_image_set_1D_array( in test_image_type() 97 test_return = test_read_image_set_2D_array( in test_image_type() 102 if (test_return) in test_image_type() 110 ret += test_return; in test_image_type()
|
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | test_loops.cpp | 54 int test_return = 0; in test_image_type() local 68 test_return = test_get_image_info_1D(device, context, queue, in test_image_type() 72 test_return = test_get_image_info_2D(device, context, queue, in test_image_type() 76 test_return = test_get_image_info_3D(device, context, queue, in test_image_type() 80 test_return = test_get_image_info_1D_array( in test_image_type() 84 test_return = test_get_image_info_2D_array( in test_image_type() 89 if (test_return) { in test_image_type() 96 ret += test_return; in test_image_type()
|
/external/ltp/testcases/commands/du/ |
D | du01.sh | 37 local test_return 40 test_return=$? 42 if [ ${test_return} -ne 0 ]; then
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_loops.cpp | 97 int test_return = in test_image_type() local 100 if (test_return) in test_image_type() 108 ret += test_return; in test_image_type()
|
/external/libcxx/test/std/experimental/memory/memory.resource.global/ |
D | new_delete_resource.pass.cpp | 38 void test_return() in test_return() function 99 test_return(); in main()
|
D | null_memory_resource.pass.cpp | 40 void test_return() in test_return() function 114 test_return(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.global/ |
D | new_delete_resource.pass.cpp | 38 void test_return() { in test_return() function 86 test_return(); in main()
|
D | null_memory_resource.pass.cpp | 40 void test_return() { in test_return() function 100 test_return(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.global/ |
D | new_delete_resource.pass.cpp | 38 void test_return() { in test_return() function 86 test_return(); in main()
|
D | null_memory_resource.pass.cpp | 40 void test_return() { in test_return() function 100 test_return(); in main()
|
/external/skia/resources/sksl/shared/ |
D | DeadReturnES3.sksl | 3 bool test_return() { 98 return (test_return() && test_break() && test_continue() &&
|
/external/bcc/tests/python/ |
D | test_dump_func.py | 11 def test_return(self): member in TestDumpFunc
|
/external/ethtool/ |
D | test-common.c | 254 static jmp_buf test_return; variable 259 longjmp(test_return, rc + 1); in test_exit() 362 rc = setjmp(test_return); in test_cmdline()
|
/external/llvm/test/CodeGen/AArch64/ |
D | cmpxchg-idioms.ll | 3 define i32 @test_return(i32* %p, i32 %oldval, i32 %newval) { 4 ; CHECK-LABEL: test_return:
|
/external/clang/test/Sema/ |
D | captured-statements.c | 26 void test_return() { in test_return() function
|
/external/llvm/test/CodeGen/ARM/ |
D | cmpxchg-idioms.ll | 3 define i32 @test_return(i32* %p, i32 %oldval, i32 %newval) { 4 ; CHECK-LABEL: test_return:
|
/external/skia/tests/sksl/shared/ |
D | DeadReturnES3.skrp | 17 copy_slot_masked [test_return].result = Mask($43) 26 copy_slot_unmasked $41 = [test_return].result
|
/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 129 void test_return() { in test_return() function
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | kprobe_multi_test.c | 9 static void kprobe_multi_test_run(struct kprobe_multi *skel, bool test_return) in kprobe_multi_test_run() argument 28 if (test_return) { in kprobe_multi_test_run()
|
/external/pytorch/test/jit/ |
D | test_misc.py | 338 def test_return(): function 341 FileCheck().check("Tensor[] = prim::ListConstruct").run(test_return.graph)
|
/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
D | test_generate_test_code.py | 608 def test_return(self, parse_function_arguments_mock, member in ParseFunctionCode 1036 def test_return(self, func_mock1, func_mock2): member in ParseFunction
|
/external/mbedtls/tests/scripts/ |
D | test_generate_test_code.py | 608 def test_return(self, parse_function_arguments_mock, member in ParseFunctionCode 1036 def test_return(self, func_mock1, func_mock2): member in ParseFunction
|
/external/python/cpython3/Lib/test/ |
D | test_bdb.py | 676 def test_return(self): member in StateTestCase
|