/external/libxkbcommon/test/ |
D | rules-file-includes.c | 32 struct test_data { struct 53 test_rules(struct xkb_context *ctx, struct test_data *data) in test_rules() argument
|
D | rules-file.c | 30 struct test_data { struct 51 test_rules(struct xkb_context *ctx, struct test_data *data) in test_rules() argument
|
/external/brotli/python/tests/ |
D | bro_test.py | 16 def _get_original_name(test_data): argument 22 def _check_decompression(self, test_data): argument 28 def _decompress_file(self, test_data): argument 33 def _decompress_pipe(self, test_data): argument 41 def _test_decompress_file(self, test_data): argument 45 def _test_decompress_pipe(self, test_data): argument 57 def _check_decompression(self, test_data, **kwargs): argument 67 def _compress_file(self, test_data, **kwargs): argument 77 def _compress_pipe(self, test_data, **kwargs): argument 89 def _test_compress_file(self, test_data, **kwargs): argument [all …]
|
D | decompress_test.py | 12 def _get_original_name(test_data): argument 18 def _check_decompression(self, test_data): argument 24 def _decompress(self, test_data): argument 30 def _test_decompress(self, test_data): argument
|
D | decompressor_test.py | 13 def _get_original_name(test_data): argument 27 def _check_decompression(self, test_data): argument 33 def _decompress(self, test_data): argument 42 def _test_decompress(self, test_data): argument
|
D | compressor_test.py | 23 def _check_decompression(self, test_data): argument 33 def _test_single_process(self, test_data): argument 42 def _test_multiple_process(self, test_data): argument 53 def _test_multiple_process_and_flush(self, test_data): argument
|
D | compress_test.py | 16 def _check_decompression(self, test_data, **kwargs): argument 27 def _compress(self, test_data, **kwargs): argument 33 def _test_compress(self, test_data, **kwargs): argument
|
/external/sdv/vsomeip/third_party/boost/mpl/test/ |
D | multiset.cpp | 48 struct test_data struct 72 //count_test<test_data1>(); in MPL_TEST_CASE() argument 74 //count_test< test_data< multiset<> > >(); in MPL_TEST_CASE() argument
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderAdjacencyTests.cpp | 133 void GeometryShaderAdjacencyTests::configureTestDataLines(AdjacencyTestData &test_data, bool withGS… in configureTestDataLines() 181 void GeometryShaderAdjacencyTests::configureTestDataLineStrip(AdjacencyTestData &test_data, bool wi… in configureTestDataLineStrip() 229 void GeometryShaderAdjacencyTests::configureTestDataTriangles(AdjacencyTestData &test_data, bool wi… in configureTestDataTriangles() 280 void GeometryShaderAdjacencyTests::configureTestDataTriangleStrip(AdjacencyTestData &test_data, boo… in configureTestDataTriangleStrip() 329 void GeometryShaderAdjacencyTests::createGrid(AdjacencyTestData &test_data) in createGrid() 406 void GeometryShaderAdjacencyTests::createGridLineSegments(AdjacencyTestData &test_data) in createGridLineSegments() 522 void GeometryShaderAdjacencyTests::createGridLineStrip(AdjacencyTestData &test_data) in createGridLineStrip() 565 void GeometryShaderAdjacencyTests::createGridTriangles(AdjacencyTestData &test_data) in createGridTriangles() 609 void GeometryShaderAdjacencyTests::createGridTriangleStrip(AdjacencyTestData &test_data) in createGridTriangleStrip() 666 void GeometryShaderAdjacencyTests::setLinePointsNonindiced(AdjacencyTestData &test_data) in setLinePointsNonindiced() [all …]
|
/external/python/cpython3/Modules/_testinternalcapi/ |
D | test_critical_sections.c | 134 struct test_data { struct 146 struct test_data *test_data = arg; in thread_critical_sections() local 178 struct test_data test_data = { in test_critical_sections_threads() local 221 struct test_data_gc *test_data = arg; in thread_gc() local 267 struct test_data_gc test_data = { in test_critical_sections_gc() local
|
D | test_lock.c | 55 struct test_lock2_data *test_data = arg; in lock_thread() local 72 struct test_lock2_data test_data; in test_lock_two_threads() local 109 struct test_data_counter *test_data; member 117 struct test_data_counter *test_data = thread_data->test_data; in counter_thread() local 131 struct test_data_counter test_data; in test_lock_counter() local 156 struct test_data_counter *test_data = thread_data->test_data; in slow_counter_thread() local 174 struct test_data_counter test_data; in test_lock_counter_slow() local 394 struct test_rwlock_data *test_data = arg; in rdlock_thread() local 412 struct test_rwlock_data *test_data = arg; in wrlock_thread() local 440 struct test_rwlock_data test_data = {.nthreads = 3}; in test_lock_rwlock() local
|
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | attribute2.cpp | 30 struct test_data struct 40 test_data, argument
|
D | attribute1.cpp | 30 struct test_data struct 40 test_data, argument
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 37-1.c | 19 struct test_data { struct 24 struct test_data testdata[] = { argument
|
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/ |
D | attribute.cpp | 26 struct test_data struct 36 test_data, argument
|
/external/webrtc/sdk/android/native_unittests/ |
D | java_types_unittest.cc | 37 std::vector<int32_t> test_data{1, 20, 300}; in TEST() local 46 std::vector<int8_t> test_data{1, 20, 30}; in TEST() local 55 std::vector<int32_t> test_data{1, 20, 300}; in TEST() local 66 std::vector<int8_t> test_data{1, 20, 30}; in TEST() local
|
/external/tpm2-tss/test/unit/ |
D | key-value-parse.c | 151 test_data_t *test_data = (test_data_t*)user_data; in key_value_callback() local 172 test_data_t test_data = TEST_DATA_INIT; in parse_key_value_string_good_test() local 188 test_data_t test_data = TEST_DATA_INIT; in parse_key_value_string_no_value_test() local 204 test_data_t test_data = TEST_DATA_INIT; in parse_key_value_string_unknown_key_test() local 216 test_data_t test_data = TEST_DATA_INIT; in parse_key_value_string_NULL_kv_string_test() local 226 test_data_t test_data = TEST_DATA_INIT; in parse_key_value_string_NULL_callback_test() local
|
/external/tensorflow/tensorflow/core/lib/wav/ |
D | wav_io_test.cc | 241 std::vector<uint8> test_data = { in TEST() local 264 std::vector<uint8> test_data = { in TEST() local 284 std::vector<uint8> test_data = {0x00, 0x05, 0xff, 0x80}; in TEST() local 310 std::vector<uint8> test_data = {0x00, 0x05, 0xff, 0x80}; in TEST() local 336 std::vector<uint8> test_data = { in TEST() local 372 std::vector<uint8> test_data = { in TEST() local 408 std::vector<uint8> test_data = { in TEST() local 444 std::vector<uint8> test_data = { in TEST() local
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_read_validator_unittest.cpp | 71 DataVector<uint8_t> test_data(kTestDataSize); in TEST() local 91 DataVector<uint8_t> test_data(kTestDataSize); in TEST() local 146 DataVector<uint8_t> test_data(kTestDataSize); in TEST() local 165 DataVector<uint8_t> test_data(kTestDataSize); in TEST() local 203 DataVector<uint8_t> test_data(kTestDataSize); in TEST() local 245 DataVector<uint8_t> test_data(kTestDataSize); in TEST() local
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | pitch_search_internal_unittest.cc | 60 PitchTestData test_data; in TEST() local 75 PitchTestData test_data; in TEST() local 91 PitchTestData test_data; in TEST() local 125 PitchTestData test_data; in TEST_P() local 172 PitchTestData test_data; in TEST_P() local
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_mem_object_properties_queries.cpp | 31 struct test_data struct 41 test_data test_case, in create_object_and_check_properties() argument
|
/external/google-breakpad/src/processor/ |
D | contained_range_map_unittest.cc | 63 const int* test_data, in RunTestsWithRetrieveRange() 188 const int test_data[] = { in RunTestsWithNoEqualRange() local 326 const int test_data[] = { in RunTestsWithEqualRange() local
|
/external/sdv/vsomeip/third_party/boost/serialization/performance/ |
D | performance_utf8_codecvt.cpp | 38 struct test_data struct 45 unsigned char test_data<2>::utf8_encoding[] = { argument
|
/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | ciphertext_processor.rs | 301 async fn test_data(cipher_suite: CipherSuite) -> TestData { in test_data() function 324 let mut test_data = test_data(cipher_suite).await; in test_encrypt_decrypt() localVariable 346 let mut test_data = test_data(TEST_CIPHER_SUITE).await; in test_padding_use() localVariable 364 let mut test_data = test_data(TEST_CIPHER_SUITE).await; in test_invalid_sender() localVariable 378 let mut test_data = test_data(TEST_CIPHER_SUITE).await; in test_cant_process_from_self() localVariable 394 let mut test_data = test_data(TEST_CIPHER_SUITE).await; in test_decryption_error() localVariable
|
/external/sdv/vsomeip/third_party/boost/spirit/test/lex/ |
D | regression_wide.cpp | 34 struct test_data struct 41 test_data data[] = argument
|