Home
last modified time | relevance | path

Searched defs:answers (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/
Dbase.js15 constructor(question, rl, answers) { argument
18 answers: answers, property
Dconfirm.js13 constructor(questions, rl, answers) { argument
Dlist.js17 constructor(questions, rl, answers) { argument
Drawlist.js15 constructor(questions, rl, answers) { argument
Dexpand.js15 constructor(questions, rl, answers) { argument
Dcheckbox.js16 constructor(questions, rl, answers) { argument
/third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/utils/
Dutils.js15 exports.fetchAsyncQuestionProperty = function(question, prop, answers) { argument
/third_party/node/tools/node_modules/eslint/lib/init/
Dconfig-initializer.js153 function configureRules(answers, config) { argument
259 function processAnswers(answers) { argument
359 function getStyleGuideName(answers) { argument
371 function hasESLintVersionConflict(answers) { argument
525 when(answers) { argument
534 when(answers) { argument
554 message(answers) { argument
/third_party/musl/src/network/
Dres_msend.c31 const int *qlens, unsigned char *const *answers, int *alens, int asize, in __res_msend_rc()
183 const int *qlens, unsigned char *const *answers, int *alens, int asize) in __res_msend()
/third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/objects/
Dchoice.js13 constructor(val, answers) { argument
Dchoices.js15 constructor(choices, answers) { argument
/third_party/boost/libs/math/test/
Dtest_autodiff_3.cpp215 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local
247 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local
272 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local
297 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local
323 constexpr std::array<const char *, m + 1> answers{ in BOOST_AUTO_TEST_CASE_TEMPLATE() local
/third_party/node/test/parallel/
Dtest-dns-resolveany.js9 const answers = [ variable
38 answers: answers.map((answer) => Object.assign({ domain }, answer)), property
Dtest-dns.js352 answers: [ property
373 answers: [ { type: 'A', address: '1.2.3.4', ttl: 3333333333 } ] property
378 answers: [ { type: 'AAAA', address: '::42', ttl: 3333333333 } ] property
382 answers: [ property
407 answers: cases[0].answers.map( property
Dtest-dns-resolveany-bad-ancount.js19 answers: { type: 'A', address: '1.2.3.4', ttl: 123, domain }, property
Dtest-dns-multi-channel.js29 answers: [reply], property
/third_party/flutter/skia/tests/
DPathOpsLineParametetersTest.cpp25 static const double answers[][2] = { variable
DSkShaperJSONWriterTest.cpp26 std::vector<Answer> answers; in DEF_TEST() member
83 std::vector<Answer> answers; in DEF_TEST() member
/third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/
Dinquirer.js26 var promptModule = function(questions, answers) { argument
/third_party/boost/libs/math/example/
Dbinomial_quiz_example.cpp59 int answers = 4; // Possible answers to each question. in main() local
Dautodiff_mixed_partials.cpp24 static constexpr std::array<char const*, 240> answers{ variable
/third_party/boost/libs/date_time/test/local_time/
Dtestlocal_time_iterator.cpp22 void iterate_backward(const local_date_time *answers, in iterate_backward()
/third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/ui/
Dprompt.js19 run(questions, answers) { argument
/third_party/boost/libs/date_time/test/posix_time/
Dtestiterator.cpp18 void iterate_backward(const boost::posix_time::ptime *answers, int ary_len, in iterate_backward()
/third_party/python/Lib/distutils/tests/
Dtest_register.py44 def __init__(self, *answers):

12