| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/ |
| D | solarize_op_test.cc | 40 std::vector<uint8_t> test_vector = {3, 4, 59, 210, 255}; in TEST_F() local 69 std::vector<float> test_vector = {0.1, 0.3, 0.5, 0.7, 0.9}; in TEST_F() local 98 std::vector<uint8_t> test_vector = {3, 4, 59, 210, 255}; in TEST_F() local
|
| D | execute_test.cc | 867 std::vector<double> test_vector = {0.8236, 0.2049, 0.3335, 0.5933, 0.9911, 0.2482, 0.3007, 0.9054, in TEST_F() local 884 std::vector<double> test_vector = {0.1129, 0.3899, 0.7762, 0.2437, 0.9911, 0.8764, 0.4524, 0.9034, in TEST_F() local 902 std::vector<double> test_vector = {0.5236, 0.7049, 0.4335, 0.4533, 0.0911, 0.3482, 0.3407, 0.9054, in TEST_F() local 923 std::vector<double> test_vector = {23.5, 13.2, 62.5, 27.1, 15.5, 30.3, 44.9, 25.0, in TEST_F() local 941 std::vector<double> test_vector = {0.8236, 0.2049, 0.3335, 0.5933, 0.9911, 0.2482, 0.3007, 0.9054, in TEST_F() local 960 std::vector<double> test_vector = {0.5, 4.6, 2.2, 0.6, 1.9, 4.7, 2.3, 4.9, 4.7, 0.5, 0.8, 0.9}; in TEST_F() local 1093 std::vector<double> test_vector = {0.8236, 0.2049, 0.3335, 0.5933, 0.9911, 0.2482, 0.3007, 0.9054, in TEST_F() local 1110 …std::vector<float> test_vector = {0.6013, 0.8081, 0.6600, 0.4278, 0.4049, 0.0541, 0.8800, 0.7143, … in TEST_F() local 1129 …std::vector<double> test_vector = {0.0237, 0.6026, 0.3801, 0.1978, 0.8672, 0.0095, 0.5166, 0.2641,… in TEST_F() local 1720 std::vector<float> test_vector = {3, 4, -3, 4, 3, -4, -3, -4, 5, 12, -5, 12, 5, -12, -5, -12}; in TEST_F() local
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix/ |
| D | format_like.rs | 74 let test_vector = &[ in test_into_suggestion() localVariable 94 let test_vector = &[ in test_into_suggestion_no_epxrs() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/ |
| D | format_string_exprs.rs | 218 let test_vector = &[ in format_str_parser() localVariable
|
| /third_party/googletest/googlemock/test/ |
| D | gmock-matchers-containers_test.cc | 82 vector<int> test_vector{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local 91 vector<std::string> test_vector{ in TEST() local 100 vector<int> test_vector{2, 1, 8, 5, 4, 6, 7, 3, 9, 12, 11, 10}; in TEST() local 2630 vector<int> test_vector(std::begin(a), std::end(a)); in TEST_P() local 2662 vector<std::string> test_vector; in TEST() local 2676 vector<std::string> test_vector; in TEST() local 2685 vector<int> test_vector; in TEST() local 2692 vector<int> test_vector; in TEST() local 2699 vector<int> test_vector; in TEST() local 2706 vector<int> test_vector; in TEST() local [all …]
|
| /third_party/vixl/test/ |
| D | test-api.cc | 161 #define TEST_UINT(test_vector) \ in TEST() argument 170 #define TEST_INT(test_vector) \ in TEST() argument
|
| /third_party/grpc/test/core/slice/ |
| D | percent_encoding_test.cc | 41 static void test_vector(const char* raw, size_t raw_length, const char* encoded, in test_vector() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| D | container_test.cc | 650 std::vector<int> test_vector = initial; in TEST() local 674 std::vector<int> test_vector = initial; in TEST() local 794 std::vector<int> test_vector = initial; in TEST() local 821 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local 827 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local 851 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local 859 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local 932 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
|
| /third_party/grpc/test/core/tsi/alts/crypt/ |
| D | aes_gcm_test.cc | 712 gsec_aead_crypter* crypter, gsec_aead_test_vector* test_vector) { in gsec_test_encrypt_decrypt_test_vector() 758 gsec_aead_crypter** crypter, gsec_aead_test_vector* test_vector, in gsec_test_get_crypter_from_test_vector() 777 gsec_aead_test_vector* test_vector, bool rekey = false) { in gsec_test_verify_crypter_on_test_vector() 785 gsec_aead_test_vector** test_vector, const uint8_t* key, size_t key_length, in gsec_aead_malloc_test_vector() 804 static void gsec_aead_free_test_vector(gsec_aead_test_vector* test_vector) { in gsec_aead_free_test_vector()
|
| /third_party/benchmark/test/ |
| D | benchmark_test.cc | 51 std::vector<int>* test_vector = nullptr; variable
|
| /third_party/rust/rust/library/test/src/ |
| D | tests.rs | 456 let test_vector = [ in test_time_options_threshold() localVariable
|
| /third_party/alsa-utils/axfer/test/ |
| D | mapper-test.c | 319 static int test_vector(struct mapper_trial *trial, snd_pcm_access_t access, in test_vector() function
|
| /third_party/flatbuffers/tests/ |
| D | py_flexbuffers_test.py | 1146 def test_vector(self): member in EncoderTest
|