/third_party/musl/src/network/ |
D | res_msend.c | 31 const int *qlens, unsigned char *const *answers, int *alens, int asize, in __res_msend_rc() argument 132 while ((rlen = recvfrom(fd, answers[next], asize, 0, in __res_msend_rc() 144 answers[next][0] != queries[i][0] || in __res_msend_rc() 145 answers[next][1] != queries[i][1] ); i++); in __res_msend_rc() 152 switch (answers[next][3] & 15) { in __res_msend_rc() 171 memcpy(answers[i], answers[next], rlen); in __res_msend_rc() 183 const int *qlens, unsigned char *const *answers, int *alens, int asize) in __res_msend() argument 187 return __res_msend_rc(nqueries, queries, qlens, answers, alens, asize, &conf); in __res_msend()
|
/third_party/skia/tests/ |
D | SkShaperJSONWriterTest.cpp | 26 std::vector<Answer> answers; in DEF_TEST() member 54 if (answerCount < oneCase.answers.size()) { in DEF_TEST() 55 Answer a = oneCase.answers[answerCount]; in DEF_TEST() 69 REPORTER_ASSERT(reporter, answerCount == oneCase.answers.size()); in DEF_TEST() 83 std::vector<Answer> answers; in DEF_TEST() member 102 if (answerCount < oneCase.answers.size()) { in DEF_TEST() 103 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
|
D | PathOpsLineParametetersTest.cpp | 25 static const double answers[][2] = { variable 56 double answersSq = answers[index][inner]; in DEF_TEST() 64 denormalizedDistance[inner], answers[index][inner], in DEF_TEST() 72 if (AlmostEqualUlps(fabs(normalizedDistance[inner]), answers[index][inner])) { in DEF_TEST() 77 normalizedDistance[inner], answers[index][inner]); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | SkShaperJSONWriterTest.cpp | 26 std::vector<Answer> answers; in DEF_TEST() member 54 if (answerCount < oneCase.answers.size()) { in DEF_TEST() 55 Answer a = oneCase.answers[answerCount]; in DEF_TEST() 69 REPORTER_ASSERT(reporter, answerCount == oneCase.answers.size()); in DEF_TEST() 83 std::vector<Answer> answers; in DEF_TEST() member 102 if (answerCount < oneCase.answers.size()) { in DEF_TEST() 103 Answer a = oneCase.answers[answerCount]; in DEF_TEST()
|
D | PathOpsLineParametetersTest.cpp | 25 static const double answers[][2] = { variable 56 double answersSq = answers[index][inner]; in DEF_TEST() 64 denormalizedDistance[inner], answers[index][inner], in DEF_TEST() 72 if (AlmostEqualUlps(fabs(normalizedDistance[inner]), answers[index][inner])) { in DEF_TEST() 77 normalizedDistance[inner], answers[index][inner]); in DEF_TEST()
|
/third_party/node/test/parallel/ |
D | test-dns-resolveany.js | 9 const answers = [ variable 43 answers: answers.map((answer) => Object.assign({ domain }, answer)), property 61 assert.deepStrictEqual(res.map(maybeRedactTTL), answers.map(maybeRedactTTL));
|
D | test-dns.js | 349 answers: [ property 369 answers: [ { type: 'A', address: '1.2.3.4', ttl: 3333333333 } ] }, property 373 answers: [ { type: 'AAAA', address: '::42', ttl: 3333333333 } ] }, property 376 answers: [ property 400 answers: cases[0].answers.map( property 415 cases[0].answers.map(tweakEntry));
|
/third_party/boost/libs/date_time/test/local_time/ |
D | testlocal_time_iterator.cpp | 22 void iterate_backward(const local_date_time *answers, in iterate_backward() argument 27 local_date_time end = answers[i]; in iterate_backward() 31 for (; titr >= answers[0]; --titr) { in iterate_backward() 33 check("iterating backward", answers[i] == *titr); in iterate_backward()
|
/third_party/boost/libs/math/test/ |
D | test_autodiff_3.cpp | 215 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local 230 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() 247 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local 262 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() 272 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local 287 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() 297 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local 312 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE() 323 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local 338 const T answer = boost::lexical_cast<T>(answers[i]); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/boost/libs/date_time/test/posix_time/ |
D | testiterator.cpp | 18 void iterate_backward(const boost::posix_time::ptime *answers, int ary_len, in iterate_backward() argument 25 ptime end = answers[i]; in iterate_backward() 29 for (; titr >= answers[0]; --titr) { in iterate_backward() 31 check("iterating backward", answers[i] == *titr); in iterate_backward()
|
/third_party/skia/third_party/externals/icu/source/samples/translit/ |
D | README.TXT | 10 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 102 The exercise includes answers. These are in the "answers" directory, 104 needs to create are included in the answers directory. 107 answers file into the main directory in order to proceed. E.g.,
|
/third_party/icu/icu4c/source/samples/translit/ |
D | README.TXT | 10 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 102 The exercise includes answers. These are in the "answers" directory, 104 needs to create are included in the answers directory. 107 answers file into the main directory in order to proceed. E.g.,
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/translit/ |
D | README.TXT | 10 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 102 The exercise includes answers. These are in the "answers" directory, 104 needs to create are included in the answers directory. 107 answers file into the main directory in order to proceed. E.g.,
|
/third_party/grpc/test/cpp/naming/utils/ |
D | dns_resolver.py | 50 answers, authority, additional = result 51 for a in answers:
|
/third_party/icu/icu4c/source/samples/msgfmt/ |
D | README.TXT | 10 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 90 The exercise includes answers. These are in the "answers" directory, 94 answers file into the main directory in order to proceed. E.g.,
|
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/ |
D | README.TXT | 10 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 90 The exercise includes answers. These are in the "answers" directory, 94 answers file into the main directory in order to proceed. E.g.,
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/msgfmt/ |
D | README.TXT | 10 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 90 The exercise includes answers. These are in the "answers" directory, 94 answers file into the main directory in order to proceed. E.g.,
|
/third_party/python/Lib/distutils/tests/ |
D | test_register.py | 45 def __init__(self, *answers): argument 46 self.answers = answers 51 return self.answers[self.index]
|
/third_party/boost/libs/math/example/ |
D | autodiff_mixed_partials.cpp | 24 static constexpr std::array<char const*, 240> answers{ variable 281 float50 const answer = boost::lexical_cast<float50>(answers[ia++]); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/datefmt/ |
D | README.TXT | 9 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 98 The exercise includes answers. These are in the "answers" directory, 102 answers file into the main directory in order to proceed. E.g.,
|
/third_party/icu/icu4c/source/samples/datefmt/ |
D | README.TXT | 9 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 98 The exercise includes answers. These are in the "answers" directory, 102 answers file into the main directory in order to proceed. E.g.,
|
/third_party/skia/third_party/externals/icu/source/samples/datefmt/ |
D | README.TXT | 9 …on file is the answer to the exercises, each step can still be found in the 'answers' subdirectory. 98 The exercise includes answers. These are in the "answers" directory, 102 answers file into the main directory in order to proceed. E.g.,
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 217 u16_t answers; member 238 u16_t answers; member 1315 u16_t answers = 0; in mdns_send_outpacket() local 1324 answers++; in mdns_send_outpacket() 1331 answers++; in mdns_send_outpacket() 1343 answers++; in mdns_send_outpacket() 1356 answers++; in mdns_send_outpacket() 1376 answers++; in mdns_send_outpacket() 1384 answers++; in mdns_send_outpacket() 1392 answers++; in mdns_send_outpacket() [all …]
|
/third_party/ffmpeg/doc/dev_community/ |
D | resolution_process.md | 52 * contain a precise end date for the answers. 54 The answers from the community must be on the main mailing list and must have 61 Further replies to answers are permitted, as long as they conform to the
|
/third_party/node/test/common/ |
D | dns.js | 200 parsed.answers && parsed.answers.length, 214 for (const rr of [].concat(parsed.answers,
|