Home
last modified time | relevance | path

Searched defs:TestFunc (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/assembler/
Dassembler_test.cc631 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 Dctor.pass.cpp39 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 Dctor.pass.cpp34 struct TestFunc { struct
50 TestFunc<UserType>()(); in main() argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_tensor/
H A Dcommon_dtensor.py355 TestFunc = Callable[[object], object] variable
359 def with_comms(func: TestFunc) -> TestFunc:
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtestidna.h32 (U_EXPORT2 *TestFunc) ( const char16_t *src, int32_t srcLength, typedef
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtestidna.h32 (U_EXPORT2 *TestFunc) ( const char16_t *src, int32_t srcLength, typedef
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/
Dsyscall_test.cc51 using TestFunc = int (*)(void); in TEST() typedef
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.hpp96 typedef void (*TestFunc)(NegativeTestContext &ctx); typedef
H A Des31fSeparateShaderTests.cpp1037 typedef void (SeparateShaderTest::*TestFunc)(MovePtr<Pipeline> &pipeOut); typedef in deqp::gles31::Functional::__anonf652bf1a0111::SeparateShaderTest
/aosp_15_r20/external/llvm/unittests/Support/
H A DThreadPool.cpp106 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/
Dexpvar_test.go457 func TestFunc(t *testing.T) { func
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp29 Function *TestFunc = MB.createFunctionDecl<int()>("testFunc"); in createTestModule() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dfunction_list.h69 int (*TestFunc)(const struct Func *, MTdata, bool); member
/aosp_15_r20/external/cronet/base/time/
H A Dtime_win_unittest.cc201 typedef TimeTicks (*TestFunc)(); in TEST() typedef
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLReadOutsideFramebufferTest.cpp282 using TestFunc = void (WebGLReadOutsideFramebufferTest::*)(int x, typedef in angle::WebGLReadOutsideFramebufferTest
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Didnatest.c47 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboApiTests.cpp554 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 Dimporter_test.py1237 def TestFunc(): function
/aosp_15_r20/external/pigweed/pw_preprocessor/
H A Darguments_test.cc67 constexpr int TestFunc(int arg, ...) { return arg; } in TestFunc() function
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c47 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fFboApiTest.cpp591 typedef void (*TestFunc)(tcu::TestContext &testCtx, sglr::Context &context); typedef in deqp::gles2::Functional::FboApiCase
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp91 enum TestFunc enum
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dall_test.go2147 func TestFunc(t *testing.T) { func
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_tracer.py1511 class TestFunc(torch.autograd.Function): class