Home
last modified time | relevance | path

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

/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp39 struct TestFunc { struct
62 TestFunc<UserType>()(); in main() argument
/external/cronet/tot/third_party/libc++/src/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp34 struct TestFunc { struct
50 TestFunc<UserType>()(); in main() argument
/external/cronet/stable/third_party/libc++/src/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp34 struct TestFunc { struct
50 TestFunc<UserType>()(); in main() argument
/external/icu/icu4c/source/test/intltest/
Dtestidna.h32 (U_EXPORT2 *TestFunc) ( const char16_t *src, int32_t srcLength, typedef
/external/cronet/stable/third_party/icu/source/test/intltest/
Dtestidna.h32 (U_EXPORT2 *TestFunc) ( const char16_t *src, int32_t srcLength, typedef
/external/cronet/tot/third_party/icu/source/test/intltest/
Dtestidna.h32 (U_EXPORT2 *TestFunc) ( const char16_t *src, int32_t srcLength, typedef
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp96 typedef void (*TestFunc)(NegativeTestContext &ctx); typedef
Des31fSeparateShaderTests.cpp1037 typedef void (SeparateShaderTest::*TestFunc)(MovePtr<Pipeline> &pipeOut); typedef in deqp::gles31::Functional::__anon6e7b199a0111::SeparateShaderTest
/external/llvm/unittests/Support/
DThreadPool.cpp106 static void TestFunc(std::atomic_int &checked_in, int i) { checked_in += i; } in TestFunc() function
/external/pytorch/torch/testing/_internal/distributed/_tensor/
Dcommon_dtensor.py355 TestFunc = Callable[[object], object] variable
359 def with_comms(func: TestFunc) -> TestFunc:
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp29 Function *TestFunc = MB.createFunctionDecl<int()>("testFunc"); in createTestModule() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.h69 int (*TestFunc)(const struct Func *, MTdata, bool); member
/external/cronet/tot/base/time/
Dtime_win_unittest.cc205 typedef TimeTicks (*TestFunc)(); in TEST() typedef
/external/cronet/stable/base/time/
Dtime_win_unittest.cc205 typedef TimeTicks (*TestFunc)(); in TEST() typedef
/external/angle/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp282 using TestFunc = void (WebGLReadOutsideFramebufferTest::*)(int x, typedef in angle::WebGLReadOutsideFramebufferTest
/external/cronet/tot/third_party/icu/source/test/cintltst/
Didnatest.c47 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
/external/cronet/stable/third_party/icu/source/test/cintltst/
Didnatest.c47 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
/external/deqp/modules/gles3/functional/
Des3fFboApiTests.cpp554 typedef void (*TestFunc)(tcu::TestContext &testCtx, sglr::Context &context); typedef in deqp::gles3::Functional::FboApiCase
/external/pigweed/pw_preprocessor/
Darguments_test.cc67 constexpr int TestFunc(int arg, ...) { return arg; } in TestFunc() function
/external/tensorflow/tensorflow/python/framework/
Dimporter_test.py1237 def TestFunc(): function
/external/icu/icu4c/source/test/cintltst/
Didnatest.c47 (U_EXPORT2 *TestFunc) ( const UChar *src, int32_t srcLength, typedef
/external/deqp/modules/gles2/functional/
Des2fFboApiTest.cpp591 typedef void (*TestFunc)(tcu::TestContext &testCtx, sglr::Context &context); typedef in deqp::gles2::Functional::FboApiCase
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp91 enum TestFunc enum
/external/pytorch/test/jit/
Dtest_tracer.py1511 class TestFunc(torch.autograd.Function): class