/third_party/node/test/parallel/ |
D | test-repl-pretty-stack.js | 10 function run({ command, expected, ...extraREPLOptions }, i) { property 39 command: `.load ${fixtures.path('repl-pretty-stack.js')}`, property 45 command: 'let x y;', property 50 command: 'throw new Error(\'Whoops!\')', property 54 command: '(() => { const err = Error(\'Whoops!\'); ' + property 59 command: '(() => { const err = Error(\'Whoops!\'); ' + property 66 command: 'foo = bar;', property 71 command: '(function() { throw new Error(\'Whoops!\'); })()', property
|
D | test-repl-uncaught-exception.js | 9 function run({ command, expected, useColors = false }) { property 42 command: 'x', property 47 command: 'throw { foo: "test" }', property 51 command: 'process.on("uncaughtException", () => console.log("Foobar"));\n', property 55 command: 'x;\n', property 59 command: 'process.on("uncaughtException", () => console.log("Foobar"));' + property 64 command: 'console.log("Baz");' + property
|
D | test-repl-pretty-custom-stack.js | 10 function run({ command, expected }) { property 50 command: `.load ${fixtures.path('repl-pretty-stack.js')}`, property 55 command: 'let x y;', property 60 command: 'throw new Error(\'Whoops!\')', property 64 command: 'foo = bar;', property 69 command: '(function() { throw new Error(\'Whoops!\'); })()', property
|
D | test-cli-node-options.js | 85 function expectNoWorker(opt, want, command, wantsError) { argument 90 opt, want, command = 'console.log("B")', wantsError = false, testWorker = true argument 130 function workerTest(opts, command, wantsError, test) { argument
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/ |
D | connectExample.md | 13 ### Using createConnection with async/await 77 ### Using createConnection with Promises 135 ### Using createConnection with callbacks 197 ### Using event handlers
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/ |
D | connectExample.md | 13 ### Using createConnection with async/await 78 ### Using createConnection with Promises 137 ### Using createConnection with callbacks 200 ### Using event handlers
|
/third_party/vk-gl-cts/scripts/egl/ |
D | library.py | 33 def virtualMemberDecl (command): argument 39 def concreteMemberDecl (command): argument 45 def memberImpl (command): argument 59 def initFunctionEntry (command): argument 79 def commandLibraryEntry (command): argument
|
D | gtf_wrapper.py | 39 def commandAliasDefinition (command): argument 42 def commandWrapperDeclaration (command): argument 54 def commandWrapperDefinition (command): argument 81 def getDefaultReturn (command): argument
|
D | func_ptrs.py | 26 def commandTypedefDecl (command): argument 32 def commandMemberDecl (command): argument
|
D | call_log_wrapper.py | 71 def prefixedParams (command): argument 77 def commandLogWrapperMemberDecl (command): argument 90 def commandLogWrapperMemberDef (command): argument
|
/third_party/flutter/skia/tools/ |
D | DumpRecord.cpp | 34 void operator()(const T& command) { in operator ()() 45 void print(const T& command, double ns) { in print() 49 void print(const SkRecords::Restore& command, double ns) { in print() 54 void print(const SkRecords::Save& command, double ns) { in print() 59 void print(const SkRecords::SaveLayer& command, double ns) { in print() 64 void print(const SkRecords::DrawPicture& command, double ns) { in print() 80 void print(const SkRecords::DrawAnnotation& command, double ns) { in print() 100 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
|
/third_party/vk-gl-cts/scripts/opengl/ |
D | gen_wrapper.py | 36 def commandAliasDefinition (command): argument 39 def commandWrapperDeclaration (command): argument 51 def getDefaultReturn (command): argument 58 def commandWrapperDefinition (command): argument
|
D | gen_func_ptrs.py | 25 def commandTypedefDecl (command): argument 31 def commandMemberDecl (command): argument
|
D | gen_null_render_context.py | 57 def commandDummyImpl (command): argument 72 def commandInitStatement (command): argument
|
D | gen_call_log_wrapper.py | 359 def prefixedParams (command): argument 365 def commandLogWrapperMemberDecl (command): argument 383 def commandLogWrapperMemberDef (command): argument
|
/third_party/skia/tools/ |
D | dump_record.cpp | 45 void operator()(const T& command) { in operator ()() 56 void print(const T& command, double ns) { in print() 60 void print(const SkRecords::Restore& command, double ns) { in print() 65 void print(const SkRecords::Save& command, double ns) { in print() 70 void print(const SkRecords::SaveLayer& command, double ns) { in print() 75 void print(const SkRecords::DrawPicture& command, double ns) { in print() 90 void print(const SkRecords::DrawAnnotation& command, double ns) { in print() 109 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
|
/third_party/cef/tests/cefclient/browser/ |
D | views_overlay_controls.cc | 24 std::string GetLabel(ViewsOverlayControls::Command command, bool maximized) { in GetLabel() 144 auto command = static_cast<Command>(button->GetID()); in OnButtonPressed() local 170 CefRefPtr<CefLabelButton> ViewsOverlayControls::CreateButton(Command command) { in CreateButton() 186 auto command = static_cast<Command>(max_button->GetID()); in MaybeUpdateMaximizeButton() local
|
/third_party/libusb/libusb/os/ |
D | haiku_usb_backend.cpp | 71 usb_raw_command command; in Do() local 92 usb_raw_command command; in Do() local 121 usb_raw_command command; in Do() local 277 usb_raw_command command; in SetConfiguration() local 290 usb_raw_command command; in SetAltSetting() local 315 usb_raw_command command; in ClearHalt() local 454 usb_raw_command command; in Initialise() local
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 98 command: string; property 108 command: CommandTypes.ReloadProjects; property 140 command: string; property 180 command: CommandTypes.Status; property 198 command: CommandTypes.DocCommentTemplate; property 210 command: CommandTypes.TodoComments; property 232 command: CommandTypes.GetSpanOfEnclosingComment; property 245 command: CommandTypes.GetOutliningSpans; property 274 command: CommandTypes.Indentation; property 319 command: CommandTypes.ProjectInfo; property [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | spreadOverwritesPropertyStrict.js | 18 function i(b: boolean, t: { command: string, ok: string }) { property 24 function k(t: { command: string, ok: string }) { property 65 return __assign({ command: "hi" }, (b ? t : {})); // ok property 68 return __assign({ command: "hi" }, { command: "bye" }); // ok property 71 …return __assign(__assign(__assign({ command: "hi" }, { spoiler: true }), { spoiler2: true }), t); … property
|
/third_party/typescript/src/server/ |
D | protocol.ts | 185 command: string; property 197 command: CommandTypes.ReloadProjects; property 236 command: string; property 287 command: CommandTypes.Status; property 308 command: CommandTypes.DocCommentTemplate; property 322 command: CommandTypes.TodoComments; property 347 command: CommandTypes.GetSpanOfEnclosingComment; property 362 command: CommandTypes.GetOutliningSpans; property 399 command: CommandTypes.GetOutliningSpansFull; property 414 command: CommandTypes.Indentation; property [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | test.cpp | 61 const char *command = argv[1]; in extract_command_from_argv() local 69 const char *command = extract_command_from_argv(&argc, argv); in main() local
|
/third_party/node/deps/npm/node_modules/cross-spawn/ |
D | index.js | 9 function spawn(command, args, options) { argument 26 function spawnSync(command, args, options) { argument
|
/third_party/ffmpeg/libavformat/ |
D | ftp.c | 207 static int ftp_send_command(FTPContext *s, const char *command, in ftp_send_command() 275 static const char *command = "EPSV\r\n"; in ftp_passive_mode_epsv() local 316 static const char *command = "PASV\r\n"; in ftp_passive_mode() local 362 static const char *command = "PWD\r\n"; in ftp_current_dir() local 398 char command[CONTROL_BUFFER_SIZE]; in ftp_file_size() local 417 char command[CONTROL_BUFFER_SIZE]; in ftp_retrieve() local 433 char command[CONTROL_BUFFER_SIZE]; in ftp_store() local 449 static const char *command = "TYPE I\r\n"; in ftp_type() local 460 char command[CONTROL_BUFFER_SIZE]; in ftp_restart() local 473 char command[MAX_URL_SIZE]; in ftp_set_dir() local [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
D | run-repack-tests.py | 25 def subset_cmd (command): argument 32 def cmd (command): argument
|