/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/icu/vendor/double-conversion/upstream/test/cctest/ |
D | cctest.h | 123 typedef void (TestFunction)(); typedef 124 CcTest(TestFunction* callback, const char* file, const char* name, 135 TestFunction* callback_;
|
D | cctest.cc | 37 CcTest::CcTest(TestFunction* callback, const char* test_file, in CcTest()
|
/third_party/flutter/engine/flutter/shell/testing/observatory/ |
D | test.dart | 150 typedef TestFunction = Future<Null> Function(Uri uri); 152 final List<TestFunction> basicTests = <TestFunction>[ 158 final List<TestFunction> startPausedTests = <TestFunction>[ 163 Future<bool> runTests(ShellLauncher launcher, List<TestFunction> tests) async {
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 209 struct TestFunction struct 211 explicit TestFunction (const bool hasFunctionValue) in TestFunction() function 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/abseil-cpp/absl/base/ |
D | spinlock_test_common.cc | 82 static void TestFunction(int thread_salt, SpinLock* spinlock) { in TestFunction() function 96 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/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/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/icu/icu4c/source/test/intltest/ |
D | transtst.h | 329 void TestFunction(void);
|
D | transtst.cpp | 181 TESTCASE(67,TestFunction); in runIndexedTest() 3720 void TransliteratorTest::TestFunction() { in TestFunction() function in TransliteratorTest
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 894 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon6823e9fd0111::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::__anon6823e9fd0111::PlainGatherFloat2DRg 1169 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon6823e9fd0111::PlainGatherUnorm2D 2487 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon6823e9fd0111::OffsetGatherUnorm2D 2723 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon6823e9fd0111::OffsetsGatherUnorm2D 2998 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon6823e9fd0111::Swizzle 3048 virtual std::string TestFunction() in TestFunction() function in gl4cts::__anon6823e9fd0111::IncompleteTextureLastComp [all …]
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_shard_schema_test.cc | 102 TEST_F(TestShardSchema, TestFunction) { in TEST_F() argument
|
/third_party/boost/libs/compute/test/ |
D | test_function.cpp | 11 #define BOOST_TEST_MODULE TestFunction
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 772 virtual std::string TestFunction() in TestFunction() function in glcts::__anon9c387eee0111::GatherBase 821 TestFunction() + "void main() { \n" in VertexShader() 837 TestFunction() + "void main() { \n" in FragmentShader() 850 TestFunction() + "void main() { \n" in ComputeShader()
|
/third_party/mindspore/tests/ut/cpp/ir/ |
D | dtype_test.cc | 94 TEST_F(TestDType, TestFunction) { in TEST_F() argument
|
/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
|
/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
|