/aosp_15_r20/frameworks/libs/binary_translation/assembler/ |
D | assembler_test.cc | 631 using TestFunc = uint32_t(int, int); in CondTest1() typedef 661 using TestFunc = uint32_t(int, int); in CondTest2() typedef 708 using TestFunc = int(int, int); in JccTest() typedef 741 using TestFunc = uint32_t(uint32_t); in ShiftTest() typedef 759 using TestFunc = uint32_t(uint32_t); in LogicTest() typedef 777 using TestFunc = uint32_t(uint32_t arg); in BsrTest() typedef 796 using TestFunc = uint32_t(); in CallFPTest() typedef 815 using TestFunc = uint32_t(); in XmmTest() typedef 837 using TestFunc = void(void*, void*); in ReadGlobalTest() typedef 872 using TestFunc = int(); in LabelTest() typedef [all …]
|
/aosp_15_r20/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | ctor.pass.cpp | 39 struct TestFunc { struct 62 TestFunc<UserType>()(); in main() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | ctor.pass.cpp | 34 struct TestFunc { struct 50 TestFunc<UserType>()(); in main() argument
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_tensor/ |
H A D | common_dtensor.py | 355 TestFunc = Callable[[object], object] variable 359 def with_comms(func: TestFunc) -> TestFunc:
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | testidna.h | 32 (U_EXPORT2 *TestFunc) ( const char16_t *src, int32_t srcLength, typedef
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | testidna.h | 32 (U_EXPORT2 *TestFunc) ( const char16_t *src, int32_t srcLength, typedef
|
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/ |
D | syscall_test.cc | 51 using TestFunc = int (*)(void); in TEST() typedef
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeTestShared.hpp | 96 typedef void (*TestFunc)(NegativeTestContext &ctx); typedef
|
H A D | es31fSeparateShaderTests.cpp | 1037 typedef void (SeparateShaderTest::*TestFunc)(MovePtr<Pipeline> &pipeOut); typedef in deqp::gles31::Functional::__anonf652bf1a0111::SeparateShaderTest
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | ThreadPool.cpp | 106 static void TestFunc(std::atomic_int &checked_in, int i) { checked_in += i; } in TestFunc() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/ |
D | expvar_test.go | 457 func TestFunc(t *testing.T) { func
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | OrcCAPITest.cpp | 29 Function *TestFunc = MB.createFunctionDecl<int()>("testFunc"); in createTestModule() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | function_list.h | 69 int (*TestFunc)(const struct Func *, MTdata, bool); member
|
/aosp_15_r20/external/cronet/base/time/ |
H A D | time_win_unittest.cc | 201 typedef TimeTicks (*TestFunc)(); in TEST() typedef
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | WebGLReadOutsideFramebufferTest.cpp | 282 using TestFunc = void (WebGLReadOutsideFramebufferTest::*)(int x, typedef in angle::WebGLReadOutsideFramebufferTest
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | idnatest.c | 47 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboApiTests.cpp | 554 typedef void (*TestFunc)(tcu::TestContext &testCtx, sglr::Context &context); typedef in deqp::gles3::Functional::FboApiCase
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | importer_test.py | 1237 def TestFunc(): function
|
/aosp_15_r20/external/pigweed/pw_preprocessor/ |
H A D | arguments_test.cc | 67 constexpr int TestFunc(int arg, ...) { return arg; } in TestFunc() function
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | idnatest.c | 47 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fFboApiTest.cpp | 591 typedef void (*TestFunc)(tcu::TestContext &testCtx, sglr::Context &context); typedef in deqp::gles2::Functional::FboApiCase
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 91 enum TestFunc enum
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | all_test.go | 2147 func TestFunc(t *testing.T) { func
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_tracer.py | 1511 class TestFunc(torch.autograd.Function): class
|