/third_party/mindspore/tests/ut/cpp/dataset/ |
D | solarize_op_test.cc | 52 std::vector<uint8_t> test_vector = {3, 4, 59, 210, 255}; in TEST_F() local 80 std::vector<uint8_t> test_vector = {3, 4, 59, 210, 255}; in TEST_F() local 105 std::vector<uint8_t> test_vector = {3, 4, 59, 210, 255}; in TEST_F() local 130 std::vector<uint8_t> test_vector = {3, 4, 59, 210, 255}; in TEST_F() local 156 std::vector<uint8_t> test_vector = {3, 4, 59, 210, 255}; in TEST_F() local
|
D | execute_test.cc | 653 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 667 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 682 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 700 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 715 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 731 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 824 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 838 …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 854 …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 1091 std::vector<float> test_vector = {3, 4, -3, 4, 3, -4, -3, -4, in TEST_F() local
|
/third_party/boost/libs/fusion/test/sequence/ |
D | swap.cpp | 24 typedef fusion::vector<std::vector<int>, char> test_vector; in main() typedef
|
/third_party/boost/libs/qvm/test/ |
D | assign_test.cpp | 29 test_vector() in test_vector() function
|
D | to_string_test.cpp | 28 test_vector( std::string const & gold ) in test_vector() function
|
D | convert_to_test.cpp | 27 test_vector() in test_vector() function
|
/third_party/boost/libs/serialization/performance/ |
D | performance_vector.cpp | 33 int test_vector(T) in test_vector() function
|
/third_party/boost/libs/core/test/ |
D | lightweight_test_all_with_test.cpp | 16 void test_vector() in test_vector() function
|
/third_party/boost/libs/multiprecision/test/ublas_interop/ |
D | test71.cpp | 143 void test_vector() in test_vector() function
|
D | test31.cpp | 155 void test_vector() in test_vector() function
|
D | test11.cpp | 175 void test_vector() in test_vector() function
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test71.cpp | 132 void test_vector () { in test_vector() function
|
D | test31.cpp | 148 void test_vector () { in test_vector() function
|
D | test11.cpp | 167 void test_vector () { in test_vector() function
|
D | test_assignment.cpp | 24 bool test_vector() { in test_vector() function 609 BOOST_UBLAS_TEST_DEF (test_vector) { in BOOST_UBLAS_TEST_DEF() argument
|
D | test_fixed_containers.cpp | 32 bool test_vector( std::string type_name) in test_vector() function
|
/third_party/grpc/test/core/transport/chttp2/ |
D | hpack_parser_test.cc | 50 static void test_vector(grpc_chttp2_hpack_parser* parser, in test_vector() function
|
/third_party/boost/libs/numeric/odeint/test/ |
D | resize.cpp | 43 BOOST_AUTO_TEST_CASE( test_vector ) in BOOST_AUTO_TEST_CASE() argument
|
D | is_resizeable.cpp | 60 BOOST_AUTO_TEST_CASE( test_vector ) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/boost/libs/function_types/example/ |
D | fast_mem_fn_example.cpp | 72 typedef std::vector<test> test_vector; typedef
|
/third_party/boost/libs/sort/test/ |
D | float_sort_test.cpp | 49 void test_vector(vector<FloatType> base_vec, RightShift shifter) { in test_vector() function
|
/third_party/grpc/test/core/slice/ |
D | percent_encoding_test.cc | 37 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/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/boost/libs/algorithm/minmax/example/ |
D | minmax_timer.cpp | 174 std::vector<Value> test_vector(n, Value(1)); in test() local
|