Home
last modified time | relevance | path

Searched refs:test_generator (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/spirit/example/karma/
Dreference.cpp32 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/
Dgenerator.h15 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);
Dgenerator.c19 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()
Dcontainer-test.c127 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback()
276 struct test_generator gen = {0}; in main()
Dmapper-test.c406 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/
Dtkinter_testing_utils.py33 test_generator = test_method(self)
42 next(test_generator)
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc102 TestGenerator test_generator; in TEST() local
104 cli.RegisterGenerator("--test_out", &test_generator, ""); in TEST()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc97 TestGenerator test_generator; in TEST() local
99 cli.RegisterGenerator("--test_out", &test_generator, ""); in TEST()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc227 TestGenerator test_generator; in TEST() local
229 cli.RegisterGenerator("--test_out", &test_generator, ""); in TEST()
/third_party/boost/libs/locale/test/
DJamfile.v234 [ run test_generator.cpp ]
/third_party/mindspore/tests/ut/python/dataset/
Dtest_tensor_string.py42 def test_generator(): function
285 test_generator()
Dtest_sampler.py132 def test_generator(): function
159 test_generator()
/third_party/quickjs/tests/
Dtest_builtin.js624 function test_generator() function
680 test_generator();
/third_party/python/Lib/test/
Dtest_sys_setprofile.py236 def test_generator(self): member in ProfileHookTestCase
Dtest_positional_only_arg.py401 def test_generator(self): member in PositionalOnlyTestCase
Dtest_typing.py3661 def test_generator(self): member in CollectionsAbcTests
/third_party/boost/libs/random/test/
Dtest_generator.ipp1 /* test_generator.ipp