Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/third_party/node/test/parallel/
Dtest-repl-pretty-stack.js10 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
Dtest-repl-uncaught-exception.js9 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
Dtest-repl-pretty-custom-stack.js10 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
Dtest-cli-node-options.js85 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/typescript/
DconnectExample.md13 ### Using createConnection with async/await
78 ### Using createConnection with Promises
137 ### Using createConnection with callbacks
200 ### Using event handlers
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/
DconnectExample.md13 ### Using createConnection with async/await
77 ### Using createConnection with Promises
135 ### Using createConnection with callbacks
197 ### Using event handlers
/third_party/flutter/skia/tools/
DDumpRecord.cpp34 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/skia/tools/
Ddump_record.cpp45 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/uboot/u-boot-2020.01/lib/
Dtpm-v1.c36 const u8 command[12] = { in tpm_startup() local
57 const u8 command[10] = { in tpm_self_test_full() local
65 const u8 command[10] = { in tpm_continue_self_test() local
101 const u8 command[101] = { in tpm_nv_define_space() local
149 const u8 command[22] = { in tpm_nv_read_value() local
184 const u8 command[256] = { in tpm_nv_write_value() local
220 const u8 command[34] = { in tpm_extend() local
251 const u8 command[14] = { in tpm_pcr_read() local
279 const u8 command[12] = { in tpm_tsc_physical_presence() local
295 const u8 command[12] = { in tpm_finalise_physical_presence() local
[all …]
/third_party/typescript/src/server/
Dprotocol.ts185 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/libusb/libusb/os/
Dhaiku_usb_backend.cpp71 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/
Dprotocol.d.ts98 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/
DspreadOverwritesPropertyStrict.js18 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/node/deps/npm/node_modules/cross-spawn/
Dindex.js9 function spawn(command, args, options) { argument
26 function spawnSync(command, args, options) { argument
/third_party/ffmpeg/libavformat/
Dftp.c207 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/node/tools/gyp/pylib/gyp/
DMSVSUserFile.py17 def _FindCommandInPath(command): argument
81 self, config_name, command, environment={}, working_directory="" argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSUserFile.py17 def _FindCommandInPath(command): argument
78 def AddDebugSettings(self, config_name, command, environment = {}, argument
/third_party/skia/third_party/externals/harfbuzz/test/subset/
Drun-repack-tests.py25 def subset_cmd (command): argument
32 def cmd (command): argument
Drun-tests.py25 def subset_cmd (command): argument
32 def cmd (command): argument
/third_party/boost/tools/build/src/engine/
Dexeccmd.cpp43 void argv_from_shell( char const * * argv, LIST * shell, char const * command, in argv_from_shell()
77 int check_cmd_for_too_long_lines( char const * command, size_t max, in check_cmd_for_too_long_lines()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.inl.h88 ANGLE_INLINE angle::Result Context::syncDirtyBits(Command command) in syncDirtyBits()
96 ANGLE_INLINE angle::Result Context::syncDirtyBits(const State::DirtyBits &bitMask, Command command) in syncDirtyBits()
105 Command command) in syncDirtyObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js32 run: { command: serverModule, transport: langClient.stdio }, property
33 debug: { command: serverModule, transport: langClient.stdio, options: debugOptions } property
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
Dextension.js32 run: { command: serverModule, transport: langClient.stdio }, property
33 debug: { command: serverModule, transport: langClient.stdio, options: debugOptions } property
/third_party/python/Lib/ctypes/test/
Dtest_loading.py137 def should_pass(command): argument
145 def should_fail(command): argument
/third_party/mbedtls/
DCMakeLists.txt101 set(command ln -s ${target} ${link}) variable
104 set(command cmd.exe /c mklink /j ${link} ${target}) variable
106 set(command cmd.exe /c mklink /h ${link} ${target}) variable

12345678910>>...21