/third_party/selinux/libsepol/cil/test/unit/ |
D | CuTest.h | 64 typedef void (*TestFunction)(CuTest *); typedef 69 TestFunction function; 76 void CuTestInit(CuTest* t, const char* name, TestFunction function); 77 CuTest* CuTestNew(const char* name, TestFunction function);
|
D | CuTest.c | 135 void CuTestInit(CuTest* t, const char* name, TestFunction function) in CuTestInit() 145 CuTest* CuTestNew(const char* name, TestFunction function) in CuTestNew()
|
/third_party/vixl/test/ |
D | test-runner.h | 38 typedef void(TestFunction)(); typedef 118 TestFunction* callback_; 121 void set_callback(TestFunction* callback);
|
D | test-runner.cc | 215 void vixl::Test::set_callback(TestFunction* callback) { in set_callback()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | cctest.h | 135 typedef void (TestFunction)(); typedef 136 CcTest(TestFunction* callback, const char* file, const char* name, 147 TestFunction* callback_;
|
D | cctest.cc | 46 CcTest::CcTest(TestFunction* callback, const char* test_file, in CcTest()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 209 struct TestFunction struct 211 explicit TestFunction (const bool hasFunctionValue) in TestFunction() argument 213 TestFunction (const char* const functionNameValue, const char* const functionDefinition) in TestFunction() argument 217 ~TestFunction (void) {} in ~TestFunction() argument 224 TestFunction getFunctionBlendLinearToSRGBCheck (void) in getFunctionBlendLinearToSRGBCheck() 260 TestFunction testFunction(functionName, functionDefinition); in getFunctionBlendLinearToSRGBCheck() 367 TestFunction testFunctionValue, in TestRenderPassConfig() 379 TestFunction testFunctionValue, in TestRenderPassConfig() 394 TestFunction testFunction; 654 TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction); [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 209 typedef tcu::TestStatus (*TestFunction)(Context& context, const Arg0 arg0); typedef in glc::subgroups::SubgroupFactory 213 SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) in SubgroupFactory() 288 TestFunction testFunc, in addFunctionCaseWithPrograms() 297 TestFunction m_testFunc;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | spinlock_test_common.cc | 82 static void TestFunction(int thread_salt, SpinLock* spinlock) { in TestFunction() function 97 threads.push_back(std::thread(TestFunction, i, spinlock)); in ThreadedTest()
|
/third_party/typescript/src/testRunner/parallel/ |
D | shared.ts | 84 global.it = global.specify = ((_: any, __: any) => { /*empty*/ }) as Mocha.TestFunction;
|
D | worker.ts | 108 …| Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc) => addTest(title, fn)) as Mocha.TestFunction;
|
D | host.ts | 601 context.it = addSuite as Mocha.TestFunction;
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLifetimeTests.cpp | 882 typedef void (LifeTest::*TestFunction) (void); typedef in deqp::gls::LifetimeTests::details::LifeTest 887 TestFunction test) in LifeTest() 905 TestFunction m_test; 1041 typedef void (AttachmentTest::*TestFunction) (void); typedef in deqp::gls::LifetimeTests::details::AttachmentTest 1045 TestFunction test) in AttachmentTest() 1057 const TestFunction m_test; 1307 LifeTest::TestFunction func;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 894 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon74331bbe0111::GatherBase 923 Type() + " v_out_0; \n" + TestFunction() + in VertexShader() 937 Type() + " f_out_0; \n" + TestFunction() + in FragmentShader() 955 TestFunction() + "void main() { \n" in ComputeShader() 1141 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon74331bbe0111::PlainGatherFloat2DRg 1169 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon74331bbe0111::PlainGatherUnorm2D 2487 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon74331bbe0111::OffsetGatherUnorm2D 2723 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon74331bbe0111::OffsetsGatherUnorm2D 2998 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon74331bbe0111::Swizzle 3048 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon74331bbe0111::IncompleteTextureLastComp [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | transtst.h | 329 void TestFunction(void);
|
D | transtst.cpp | 181 TESTCASE(67,TestFunction); in runIndexedTest() 3739 void TransliteratorTest::TestFunction() { in TestFunction() function in TransliteratorTest
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 772 virtual std::string TestFunction() in TestFunction() function in glcts::__anon98a1f14f0111::GatherBase 821 TestFunction() + "void main() { \n" in VertexShader() 837 TestFunction() + "void main() { \n" in FragmentShader() 850 TestFunction() + "void main() { \n" in ComputeShader()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2753 public void TestFunction() { in TestFunction() method in TransliteratorTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2756 public void TestFunction() { in TestFunction() method in TransliteratorTest
|