/third_party/alsa-utils/axfer/test/ |
D | generator.h | 15 struct test_generator; 16 typedef int (*generator_cb_t)(struct test_generator *gen, 22 struct test_generator { struct 36 int generator_context_init(struct test_generator *gen, argument 44 int generator_context_run(struct test_generator *gen, generator_cb_t cb); 45 void generator_context_destroy(struct test_generator *gen);
|
D | generator.c | 19 int generator_context_init(struct test_generator *gen, in generator_context_init() 148 static int test_frame_count(struct test_generator *gen, in test_frame_count() 199 static int test_samples_per_frame(struct test_generator *gen, in test_samples_per_frame() 216 static int test_sample_format(struct test_generator *gen, in test_sample_format() 234 static int test_access(struct test_generator *gen) in test_access() 250 int generator_context_run(struct test_generator *gen, generator_cb_t cb) in generator_context_run() 256 void generator_context_destroy(struct test_generator *gen) in generator_context_destroy()
|
D | container-test.c | 127 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback() 276 struct test_generator gen = {0}; in main()
|
D | mapper-test.c | 406 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback() 442 struct test_generator gen = {0}; in main()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | tkinter_testing_utils.py | 33 test_generator = test_method(self) 42 next(test_generator)
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_plugin_unittest.cc | 102 TestGenerator test_generator; in TEST() local 104 cli.RegisterGenerator("--test_out", &test_generator, ""); in TEST()
|
/third_party/node/deps/v8/tools/testrunner/local/ |
D | testsuite.py | 231 def merge(self, test_generator): argument 232 self.test_count_estimate += test_generator.test_count_estimate 234 self.slow_tests, test_generator.slow_tests) 236 self.fast_tests, test_generator.fast_tests)
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 97 TestGenerator test_generator; in TEST() local 99 cli.RegisterGenerator("--test_out", &test_generator, ""); in TEST()
|
/third_party/vixl/tools/ |
D | generate_tests.py | 616 import test_generator.parser 786 generators = test_generator.parser.Parse('test/aarch32/config/data-types.json',
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 227 TestGenerator test_generator; in TEST() local 229 cli.RegisterGenerator("--test_out", &test_generator, ""); in TEST()
|
/third_party/vixl/tools/test_generator/ |
D | parser.py | 34 from test_generator import data_types 35 from test_generator import generator
|
/third_party/vixl/test/aarch32/config/ |
D | data-types.json | 1676 // of `test_generator.data_types.Inputs`. There should be a Python
|
/third_party/python/Lib/test/ |
D | test_sys_setprofile.py | 236 def test_generator(self): member in ProfileHookTestCase
|
D | test_positional_only_arg.py | 401 def test_generator(self): member in PositionalOnlyTestCase
|
D | test_typing.py | 3661 def test_generator(self): member in CollectionsAbcTests
|