Home
last modified time | relevance | path

Searched defs:answer (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/boost/libs/tokenizer/test/
Dexamples.cpp27 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/
Dtest_9303.cpp68 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/
Dremove_if.cpp31 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
Dunique.cpp27 typedef list<int,float,char,int,double>::type answer; in MPL_TEST_CASE() typedef
Dreplace.cpp25 typedef list<int,double,char,double,double,double> answer; in MPL_TEST_CASE() typedef
Dreplace_if.cpp31 typedef list8_c<int,1,4,0,2,0,0,3,0>::type answer; in MPL_TEST_CASE() typedef
Dremove.cpp26 typedef vector3<int,char,double> answer; in MPL_TEST_CASE() typedef
Dreverse.cpp29 typedef range_c<int,0,10> answer; in MPL_TEST_CASE() typedef
Dcopy_if.cpp30 typedef list5_c<int,4,3,2,1,0>::type answer; in MPL_TEST_CASE() typedef
Djoint_view.cpp30 typedef range_c<int,0,15> answer; in MPL_TEST_CASE() typedef
/third_party/flutter/skia/tests/
DGlyphRunTest.cpp32 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/
Dtest_convert_from_gmp_rational.cpp85 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
Dtest_convert_from_cpp_rational.cpp85 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
Dtest_convert_from_tom_rational.cpp85 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
Dtest_convert_from_cpp_bin_float.cpp121 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/
Dunit-json_pointer.cpp556 const std::string answer("answer"); variable
629 const std::string answer("answer"); variable
/third_party/musl/src/network/
Dres_send.c3 int __res_send(const unsigned char *msg, int msglen, unsigned char *answer, int anslen) in __res_send()
/third_party/boost/libs/uuid/test/
Dtest_bench_random.cpp102 size_t answer = 0; in main() local
134 size_t answer = summ / AVG_LOOPS; in main() local
/third_party/boost/libs/math/test/
Dtest_autodiff_3.cpp230 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/
Dlib.rs21 pub fn answer() -> i32 { in answer() function
/third_party/ltp/testcases/misc/math/nextafter/
Dnextafter01.c60 double answer; in main() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c123 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/
Dweighted_matching_test.cpp68 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.cpp51 check(std::string const& message, std::string const& answer) in check()
/third_party/boost/libs/math/example/
Dautodiff_multiprecision.cpp33 float50 const answer("1976.319600747797717779881875290418720908121189218755"); in main() local

1234