/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | inference_profiler_stage.cc | 170 void* test_ptr = test_stage_->GetOutputs()->at(i); in Run() local 174 static_cast<uint8_t*>(test_ptr), in Run() 178 static_cast<int8_t*>(test_ptr), in Run() 182 static_cast<float*>(test_ptr), in Run()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderTCTE.cpp | 3194 void TessellationShaderTCTEgl_TessLevel::deinitTestDescriptor(_test_descriptor* test_ptr) in deinitTestDescriptor() argument 3202 if (test_ptr->fs_id != 0) in deinitTestDescriptor() 3204 gl.deleteShader(test_ptr->fs_id); in deinitTestDescriptor() 3206 test_ptr->fs_id = 0; in deinitTestDescriptor() 3209 if (test_ptr->po_id != 0) in deinitTestDescriptor() 3211 gl.deleteProgram(test_ptr->po_id); in deinitTestDescriptor() 3213 test_ptr->po_id = 0; in deinitTestDescriptor() 3216 if (test_ptr->tcs_id != 0) in deinitTestDescriptor() 3218 gl.deleteShader(test_ptr->tcs_id); in deinitTestDescriptor() 3220 test_ptr->tcs_id = 0; in deinitTestDescriptor() [all …]
|
D | esextcTessellationShaderTCTE.hpp | 421 void deinitTestDescriptor(_test_descriptor* test_ptr); 499 void deinitTestDescriptor(_test_descriptor* test_ptr);
|
/external/ltp/testcases/kernel/mem/mtest05/ |
D | mmstress.c | 614 static int (*(test_ptr)[]) () = {test1, test2, test3, test4, test5, test6}; variable 620 rc = test_ptr[i](); in run_test() 709 for (i = 0; i < ARRAY_SIZE(test_ptr); i++) in main() 712 if (test_num > (int)ARRAY_SIZE(test_ptr)) { in main()
|
/external/clang/test/CodeGenCXX/ |
D | member-data-pointers.cpp | 10 void test_ptr() { (void) ptr; } // forced use in test_ptr() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | member-data-pointers.cpp | 10 void test_ptr() { (void) ptr; } // forced use in test_ptr() function
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 745 unsigned char *blkbuf, *save_ptr, *test_ptr, *read_ptr; in test_nd() local 832 test_ptr = test_base; in test_nd() 882 written = do_write (dev, test_ptr, got, block_size, in test_nd() 892 test_ptr += got * block_size; in test_nd() 932 test_ptr = test_base; in test_nd() 951 if (memcmp (test_ptr+i*block_size, in test_nd() 965 test_ptr += got * block_size; in test_nd() 974 test_ptr = test_base; in test_nd()
|
/external/llvm-project/clang/test/CodeGen/ |
D | mips-varargs.c | 90 char *test_ptr(char *fmt, ...) { in test_ptr() function
|
/external/clang/test/CodeGen/ |
D | mips-varargs.c | 88 char *test_ptr(char *fmt, ...) { in test_ptr() function
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | lftr-pr41998.ll | 41 define void @test_ptr(i32 %start) { 42 ; CHECK-LABEL: @test_ptr(
|
/external/llvm-project/clang/test/Sema/ |
D | builtin-align.c | 125 extern void test_ptr(char *c);
|
/external/skqp/tests/ |
D | Writer32Test.cpp | 73 static void test_ptr(skiatest::Reporter* reporter) { in test_ptr() function 265 test_ptr(reporter); in DEF_TEST()
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 377 constexpr bool test_ptr() { in test_ptr() function 390 static_assert(test_ptr(), "");
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 409 constexpr bool test_ptr() { in test_ptr() function 422 static_assert(test_ptr(), "");
|
/external/python/cffi/testing/cffi1/ |
D | test_verify1.py | 386 def test_ptr(): function
|
/external/python/cffi/testing/cffi0/ |
D | test_verify.py | 409 def test_ptr(): function
|