Home
last modified time | relevance | path

Searched defs:test_ptr (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmember-data-pointers.cpp10 void test_ptr() { (void) ptr; } // forced use in test_ptr() function
/aosp_15_r20/external/clang/test/CodeGen/
H A Dmips-varargs.c88 char *test_ptr(char *fmt, ...) { in test_ptr() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dinference_profiler_stage.cc171 void* test_ptr = test_stage_->GetOutputs()->at(i); in Run() local
/aosp_15_r20/external/executorch/runtime/core/test/
H A Derror_handling_test.cpp21 static void* test_ptr = static_cast<void*>((uintptr_t*)0xDEADBEEF); variable
/aosp_15_r20/external/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c632 static int (*(test_ptr)[]) () = {test1, test2, test3, test4, test5, test6}; variable
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp3211 void TessellationShaderTCTEgl_TessLevel::deinitTestDescriptor(_test_descriptor *test_ptr) in deinitTestDescriptor()
3790 void TessellationShaderTCTEgl_PatchVerticesIn::deinitTestDescriptor(_test_descriptor *test_ptr) in deinitTestDescriptor()
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp300 std::unique_ptr<Test>& test_ptr = entry->second; in CheckTestsFinished() local
/aosp_15_r20/external/e2fsprogs/misc/
H A Dbadblocks.c745 unsigned char *blkbuf, *save_ptr, *test_ptr, *read_ptr; in test_nd() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp377 constexpr bool test_ptr() { in test_ptr() function