Home
last modified time | relevance | path

Searched refs:wrongInput (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readv-sync.js70 wrongInputs.forEach((wrongInput) => {
72 () => fs.readvSync(fd, wrongInput, null), {
84 wrongInputs.forEach((wrongInput) => {
86 () => fs.readvSync(wrongInput),
Dtest-fs-readv.js72 wrongInputs.forEach((wrongInput) => {
74 () => fs.readv(fd, wrongInput, null, common.mustNotCall()), {
86 wrongInputs.forEach((wrongInput) => {
88 () => fs.readv(wrongInput, common.mustNotCall()),
/third_party/boost/libs/icl/example/itvset_shell_/
Ditvset_shell.cpp34 void wrongInput() in wrongInput() function
105 default: wrongInput(); in setTestShell()
/third_party/boost/libs/icl/example/splititvmap_shell_/
Dsplititvmap_shell.cpp36 void wrongInput() in wrongInput() function
107 default: wrongInput(); in mapTestShell()