/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()
|
D | RoundRectTest.cpp | 440 bool answers[kNumRRects][8][kNumSteps] = { in test_round_rect_contains_rect() local 505 test_direction(reporter, rrects[i], 0, 1, 0, 1, kNumSteps, answers[i][0]); // NW in test_round_rect_contains_rect() 506 test_direction(reporter, rrects[i], 19.5f, 0, 0, 1, kNumSteps, answers[i][1]); // N in test_round_rect_contains_rect() 507 test_direction(reporter, rrects[i], 40, -1, 0, 1, kNumSteps, answers[i][2]); // NE in test_round_rect_contains_rect() 508 test_direction(reporter, rrects[i], 40, -1, 19.5f, 0, kNumSteps, answers[i][3]); // E in test_round_rect_contains_rect() 509 test_direction(reporter, rrects[i], 40, -1, 40, -1, kNumSteps, answers[i][4]); // SE in test_round_rect_contains_rect() 510 test_direction(reporter, rrects[i], 19.5f, 0, 40, -1, kNumSteps, answers[i][5]); // S in test_round_rect_contains_rect() 511 test_direction(reporter, rrects[i], 0, 1, 40, -1, kNumSteps, answers[i][6]); // SW in test_round_rect_contains_rect() 512 test_direction(reporter, rrects[i], 0, 1, 19.5f, 0, kNumSteps, answers[i][7]); // W in test_round_rect_contains_rect()
|
/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()
|
D | RoundRectTest.cpp | 437 bool answers[kNumRRects][8][kNumSteps] = { in test_round_rect_contains_rect() local 502 test_direction(reporter, rrects[i], 0, 1, 0, 1, kNumSteps, answers[i][0]); // NW in test_round_rect_contains_rect() 503 test_direction(reporter, rrects[i], 19.5f, 0, 0, 1, kNumSteps, answers[i][1]); // N in test_round_rect_contains_rect() 504 test_direction(reporter, rrects[i], 40, -1, 0, 1, kNumSteps, answers[i][2]); // NE in test_round_rect_contains_rect() 505 test_direction(reporter, rrects[i], 40, -1, 19.5f, 0, kNumSteps, answers[i][3]); // E in test_round_rect_contains_rect() 506 test_direction(reporter, rrects[i], 40, -1, 40, -1, kNumSteps, answers[i][4]); // SE in test_round_rect_contains_rect() 507 test_direction(reporter, rrects[i], 19.5f, 0, 40, -1, kNumSteps, answers[i][5]); // S in test_round_rect_contains_rect() 508 test_direction(reporter, rrects[i], 0, 1, 40, -1, kNumSteps, answers[i][6]); // SW in test_round_rect_contains_rect() 509 test_direction(reporter, rrects[i], 0, 1, 19.5f, 0, kNumSteps, answers[i][7]); // W in test_round_rect_contains_rect()
|
/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));
|
D | test-dns-resolveany-bad-ancount.js | 19 answers: { type: 'A', address: '1.2.3.4', ttl: 123, domain }, property
|
D | test-dns-multi-channel.js | 29 answers: [reply], property
|
/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/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/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/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/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/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/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,
|
/third_party/rust/crates/is-terminal/ |
D | README.md | 15 is-terminal is a simple utility that answers one question: 21 any of those features; it just answers this one question.
|