Home
last modified time | relevance | path

Searched refs:waitFor (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/common/
Ddebugger.js56 waitFor(pattern) {
109 return this.waitFor(/>\s+$/);
113 await this.waitFor(/break (?:on start )?in/i);
117 return this.waitFor(/break in/);
171 .waitFor(BREAK_MESSAGE)
DREADME.md553 * `waitFor()`
/third_party/node/test/parallel/
Dtest-debugger-list.js23 await cli.waitFor(/disconnect/);
24 await cli.waitFor(/debug> $/);
26 await cli.waitFor(/ERR_DEBUGGER_ERROR/);
Dtest-debugger-run-after-quit-restart.js33 .then(() => cli.waitFor(/disconnect/))
45 .then(() => cli.waitFor(/start the app/))
75 .then(() => cli.waitFor(/start the app/))
Dtest-debugger-exec.js36 await cli.waitFor(/function/);
46 await cli.waitFor(/debug> $/);
Dtest-debugger-exceptions.js27 await cli.waitFor(/disconnect/);
53 await cli.waitFor(/disconnect/);
Dtest-debugger-breakpoint-exists.js20 await cli.waitFor(/Breakpoint at specified location already exists/);
Dtest-debugger-watch-validation.js16 await cli.waitFor(/ERR_INVALID_ARG_TYPE/);
Dtest-debugger-address.mjs61 await cli.waitFor(/break/);
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
Dwait-for.js1 function waitFor(condition, MAX_FRAME = 500) { function
Dtouching.js31 await waitFor(() => arrived);
/third_party/node/test/sequential/
Dtest-debugger-pid.js21 await cli.waitFor(/break/);
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
Dscroll_support.js20 function waitFor(condition, error_message = 'Reaches the maximum frames.') { function
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java112 process.waitFor(); in executeBinary()