/third_party/boost/libs/spirit/example/karma/ |
D | reference.cpp | 32 void test_generator(char const* expected, G const& g) in test_generator() function 435 test_generator("01234", maxwidth(5)["0123456789"]); in main() 436 test_generator(" 012", maxwidth(5)[right_align(12)["0123456789"]]); in main() 437 test_generator("0123 ", maxwidth(8)[left_align(8)["0123"]]); in main() 506 test_generator("true", lit(true)); in main() 507 test_generator("false", bool_(false)); in main() 521 test_generator("-2", lit(-2)); in main() 522 test_generator("-2", int_(-2)); in main() 536 test_generator("2", lit(2U)); in main() 537 test_generator("2", uint_(2)); in main() [all …]
|
/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/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/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/boost/libs/locale/test/ |
D | Jamfile.v2 | 34 [ run test_generator.cpp ]
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_tensor_string.py | 42 def test_generator(): function 285 test_generator()
|
D | test_sampler.py | 132 def test_generator(): function 159 test_generator()
|
/third_party/quickjs/tests/ |
D | test_builtin.js | 624 function test_generator() function 680 test_generator();
|
/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
|
/third_party/boost/libs/random/test/ |
D | test_generator.ipp | 1 /* test_generator.ipp
|