Home
last modified time | relevance | path

Searched defs:test_data (Results 1 – 25 of 222) sorted by relevance

123456789

/external/libxkbcommon/test/
Drules-file-includes.c32 struct test_data { struct
53 test_rules(struct xkb_context *ctx, struct test_data *data) in test_rules() argument
Drules-file.c30 struct test_data { struct
51 test_rules(struct xkb_context *ctx, struct test_data *data) in test_rules() argument
/external/brotli/python/tests/
Dbro_test.py16 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 …]
Ddecompress_test.py12 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
Ddecompressor_test.py13 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
Dcompressor_test.py23 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
Dcompress_test.py16 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/
Dmultiset.cpp48 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/
DesextcGeometryShaderAdjacencyTests.cpp133 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/
Dtest_critical_sections.c134 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
Dtest_lock.c55 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/
Dattribute2.cpp30 struct test_data struct
40 test_data, argument
Dattribute1.cpp30 struct test_data struct
40 test_data, argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D37-1.c19 struct test_data { struct
24 struct test_data testdata[] = { argument
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dattribute.cpp26 struct test_data struct
36 test_data, argument
/external/webrtc/sdk/android/native_unittests/
Djava_types_unittest.cc37 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/
Dkey-value-parse.c151 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/
Dwav_io_test.cc241 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/
Dcpdf_read_validator_unittest.cpp71 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/
Dpitch_search_internal_unittest.cc60 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/
Dtest_mem_object_properties_queries.cpp31 struct test_data struct
41 test_data test_case, in create_object_and_check_properties() argument
/external/google-breakpad/src/processor/
Dcontained_range_map_unittest.cc63 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/
Dperformance_utf8_codecvt.cpp38 struct test_data struct
45 unsigned char test_data<2>::utf8_encoding[] = { argument
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dciphertext_processor.rs301 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/
Dregression_wide.cpp34 struct test_data struct
41 test_data data[] = argument

123456789