| /third_party/boost/libs/tokenizer/test/ |
| D | examples.cpp | 27 std::string answer[] = { "Hello", "world", "foo", "bar", "yow", "baz" }; in test_main() local 35 std::string answer[] = { "", "", "Hello", "|", "world", "|", "", "|", "", in test_main() local 44 std::string answer[] = {"This","is","a","test"}; in test_main() local 52 std::string answer[] = {"Field 1","embedded,comma","quote \""," escape \\"}; in test_main() local 60 std::string answer[] = {"","1","","2\"","3;","4","5\\","6,7",""}; in test_main() local 69 std::string answer[] = {"12","25","2001"}; in test_main() local 80 std::string answer[] = {"This","is","a","test"}; in test_main() local 90 std::string answer[] = {"Field 1","embedded,comma","quote \""," escape \\"}; in test_main() local 108 std::string answer[] = {"12","25","2001"}; in test_main() local 143 std::string answer[] = {"how",",","are you",","," doing"}; in test_main() local
|
| /third_party/boost/libs/thread/test/ |
| D | test_9303.cpp | 68 int answer = f.get(); in main() local 80 std::string answer = f.get(); in main() local 95 std::string answer = f.get(); in main() local 115 std::string answer = f.get(); in main() local 129 std::string answer = f.get(); in main() local 146 std::string answer = f.get(); in main() local 171 std::string answer = f.get(); in main() local
|
| /third_party/boost/libs/mpl/test/ |
| D | remove_if.cpp | 31 typedef list5_c<int,4,3,2,1,0>::type answer; in MPL_TEST_CASE() typedef 45 typedef list4<int,long,char,long>::type answer; in MPL_TEST_CASE() typedef
|
| D | unique.cpp | 27 typedef list<int,float,char,int,double>::type answer; in MPL_TEST_CASE() typedef
|
| D | replace.cpp | 25 typedef list<int,double,char,double,double,double> answer; in MPL_TEST_CASE() typedef
|
| D | replace_if.cpp | 31 typedef list8_c<int,1,4,0,2,0,0,3,0>::type answer; in MPL_TEST_CASE() typedef
|
| D | remove.cpp | 26 typedef vector3<int,char,double> answer; in MPL_TEST_CASE() typedef
|
| D | reverse.cpp | 29 typedef range_c<int,0,10> answer; in MPL_TEST_CASE() typedef
|
| D | copy_if.cpp | 30 typedef list5_c<int,4,3,2,1,0>::type answer; in MPL_TEST_CASE() typedef
|
| D | joint_view.cpp | 30 typedef range_c<int,0,15> answer; in MPL_TEST_CASE() typedef
|
| /third_party/flutter/skia/tests/ |
| D | GlyphRunTest.cpp | 32 uint16_t answer[] = {0, 1, 2, 1, 3}; in DEF_TEST() local 38 SkGlyphID answer[] = {100, 3, 240, 234}; in DEF_TEST() local
|
| /third_party/boost/libs/multiprecision/test/ |
| D | test_convert_from_gmp_rational.cpp | 85 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_neg_val() local 104 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_imp() local 117 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_neg_float_val() local 136 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_imp() local
|
| D | test_convert_from_cpp_rational.cpp | 85 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_neg_val() local 104 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_imp() local 117 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_neg_float_val() local 136 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_imp() local
|
| D | test_convert_from_tom_rational.cpp | 85 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_neg_val() local 104 typename component_type<From>::type answer = numerator(from) / denominator(from); in test_convert_imp() local 117 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_neg_float_val() local 136 To answer = To(numerator(from)) / To(denominator(from)); in test_convert_imp() local
|
| D | test_convert_from_cpp_bin_float.cpp | 121 To answer(from.str()); in test_convert_neg_float() local 139 To answer(from.str()); in test_convert_imp() local
|
| /third_party/json/test/src/ |
| D | unit-json_pointer.cpp | 556 const std::string answer("answer"); variable 629 const std::string answer("answer"); variable
|
| /third_party/musl/src/network/ |
| D | res_send.c | 3 int __res_send(const unsigned char *msg, int msglen, unsigned char *answer, int anslen) in __res_send()
|
| /third_party/boost/libs/uuid/test/ |
| D | test_bench_random.cpp | 102 size_t answer = 0; in main() local 134 size_t answer = summ / AVG_LOOPS; in main() local
|
| /third_party/boost/libs/math/test/ |
| D | test_autodiff_3.cpp | 230 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 262 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 287 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 312 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 338 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
|
| /third_party/gn/examples/rust_example/hello_world/bar/src/ |
| D | lib.rs | 21 pub fn answer() -> i32 { in answer() function
|
| /third_party/ltp/testcases/misc/math/nextafter/ |
| D | nextafter01.c | 60 double answer; in main() local
|
| /third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
| D | webrtcbin.c | 123 GstWebRTCSessionDescription *answer = NULL; in _on_answer_received() local 858 struct validate_sdp answer = { on_sdp_media_direction, expected_answer }; in GST_START_TEST() local 987 struct validate_sdp answer = { on_sdp_media_setup, expected_answer }; in GST_START_TEST() local 1392 struct validate_sdp answer = { on_sdp_media_direction, expected_answer }; in GST_START_TEST() local 1444 struct validate_sdp answer = { on_sdp_media_direction, expected_answer }; in GST_START_TEST() local 1530 struct validate_sdp answer = { on_sdp_has_datachannel, NULL }; in GST_START_TEST() local 1590 struct validate_sdp answer = { on_sdp_has_datachannel, NULL }; in GST_START_TEST() local 1665 struct validate_sdp answer = { on_sdp_has_datachannel, NULL }; in GST_START_TEST() local 1747 struct validate_sdp answer = { on_sdp_has_datachannel, NULL }; in GST_START_TEST() local 1805 struct validate_sdp answer = { on_sdp_has_datachannel, NULL }; in GST_START_TEST() local [all …]
|
| /third_party/boost/libs/graph/test/ |
| D | weighted_matching_test.cpp | 68 void weighted_matching_test(const Graph& g, in weighted_matching_test() 146 std::size_t answer, num_v, num_e; in main() local
|
| /third_party/boost/libs/beast/test/beast/core/ |
| D | _detail_sha1.cpp | 51 check(std::string const& message, std::string const& answer) in check()
|
| /third_party/boost/libs/math/example/ |
| D | autodiff_multiprecision.cpp | 33 float50 const answer("1976.319600747797717779881875290418720908121189218755"); in main() local
|