/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_plugin_unittest.cc | 55 class TestGenerator : public CodeGenerator { class 57 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::java::__anonf32f46d90111::TestGenerator 58 ~TestGenerator() {} in ~TestGenerator() 102 TestGenerator test_generator; in TEST()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 56 class TestGenerator : public CodeGenerator { class 58 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::python::__anon06359dd90111::TestGenerator 59 ~TestGenerator() {} in ~TestGenerator() 97 TestGenerator test_generator; in TEST()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 55 class TestGenerator : public CodeGenerator { class 57 TestGenerator() {} in TestGenerator() function in google::protobuf::compiler::cpp::__anonfbcc43fb0111::TestGenerator 58 ~TestGenerator() {} in ~TestGenerator() 227 TestGenerator test_generator; in TEST()
|
/external/pigweed/pw_rpc/py/tests/ |
D | ids_test.py | 20 from pw_build.generated_tests import Context, TestGenerator 24 _TESTS = TestGenerator([
|
/external/pigweed/pw_hdlc/py/ |
D | decode_test.py | 20 from pw_build.generated_tests import Context, PyTest, TestGenerator, GroupOrTest 190 _TESTS = TestGenerator(TEST_CASES)
|
/external/clang/utils/ |
D | FuzzTest | 13 class TestGenerator: class 319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert,
|
/external/llvm-project/clang/utils/ |
D | FuzzTest | 13 class TestGenerator: class 319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert,
|
/external/pigweed/pw_build/py/pw_build/ |
D | generated_tests.py | 99 class TestGenerator(Generic[T]): class
|
/external/webrtc/rtc_base/ |
D | thread_unittest.cc | 41 class TestGenerator { class 43 TestGenerator() : last(0), count(0) {} in TestGenerator() function in rtc::__anonec2f23eb0111::TestGenerator 63 class SocketClient : public TestGenerator, public sigslot::has_slots<> { 99 class MessageClient : public MessageHandler, public TestGenerator {
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_generator.py | 220 class TestGenerator(TestGeneratorBase, TestEmailBase): class
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | CoreAPIsTest.cpp | 1056 class TestGenerator : public DefinitionGenerator { in TEST_F() class 1058 TestGenerator(SymbolMap Symbols) : Symbols(std::move(Symbols)) {} in TEST_F() function in __anon3967f6250111::TEST_F::TestGenerator 1078 JD.addGenerator(std::make_unique<TestGenerator>( in TEST_F()
|
/external/libchrome/base/android/jni_generator/ |
D | jni_generator_tests.py | 51 class TestGenerator(unittest.TestCase): class
|