Home
last modified time | relevance | path

Searched defs:cli (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/node/test/sequential/
Dtest-debugger-invalid-args.js12 const cli = startCLI([]); constant
22 const cli = startCLI([`localhost:${common.PORT}`]); constant
Dtest-debugger-launch.js13 const cli = startCLI([script]); constant
Dtest-debugger-custom-port.js15 const cli = startCLI([`--port=${common.PORT}`, script]); constant
Dtest-debugger-random-port-with-inspect-port.js15 const cli = startCLI(['--inspect-port=0', script]); constant
Dtest-debugger-random-port.js15 const cli = startCLI(['--port=0', script]); constant
Dtest-debugger-exec.js13 const cli = startCLI([fixtures.path('debugger/alive.js')]); constant
Dtest-debugger-exec-scope.js13 const cli = startCLI([fixtures.path('debugger/backtrace.js')]); constant
Dtest-debugger-help.js12 const cli = startCLI([fixtures.path('debugger/empty.js')]); constant
Dtest-debugger-breakpoint-exists.js13 const cli = startCLI([script]); constant
Dtest-debugger-watchers.js13 const cli = startCLI([fixtures.path('debugger/break.js')]); constant
Dtest-debugger-scripts.js14 const cli = startCLI([script]); constant
Dtest-debugger-profile.js17 const cli = startCLI([fixtures.path('debugger/empty.js')]); constant
Dtest-debugger-use-strict.js14 const cli = startCLI([script]); constant
Dtest-debugger-low-level.js12 const cli = startCLI([fixtures.path('debugger/three-lines.js')]); constant
Dtest-debugger-restart-message.js17 const cli = startCLI([script]); constant
Dtest-debugger-backtrace.js16 const cli = startCLI([script]); constant
Dtest-debugger-clear-breakpoints.js16 const cli = startCLI([script]); constant
/third_party/typescript/tests/baselines/reference/
DnameCollisions.js43 class cli { } class
96 var cli = /** @class */ (function () { function
97 function cli() { function
/third_party/musl/libc-test/src/functionalext/supplement/network/
Daccept4.c262 pthread_t cli; in accept4_0100() local
285 pthread_t cli; in accept4_0200() local
308 pthread_t cli; in accept4_0300() local
345 pthread_t cli; in accept4_0500() local
368 pthread_t cli; in accept4_0600() local
/third_party/typescript/tests/cases/compiler/
DnameCollisions.ts42 class cli { } class
43 interface cli { } interface
/third_party/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc23 google::protobuf::compiler::CommandLineInterface cli; in protoc_main() local
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc93 compiler::CommandLineInterface cli; in TEST() local
131 compiler::CommandLineInterface cli; in TEST() local
/third_party/node/deps/npm/test/tap/
Dconfig-builtin.js15 var cli = { foo: 'bar', heading: 'foo', 'git-tag-version': false } variable
30 cli: { data: cli }, property
Dconfig-project.js18 var cli = { foo: 'bar', umask: parseInt('022', 8), prefix: fix } variable
30 cli: { data: cli }, property
/third_party/node/test/parallel/
Dtest-debugger-unavailable-port.js22 const cli = startCLI([`--port=${port}`, script]); constant

1234