| /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
|
| /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/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/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
|
| /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/rust/crates/cxx/.vscode/ |
| D | tasks.json | 7 "command": "cargo test", string 13 "command": "bazel test ...", string 20 "command": "buck test ...", string 27 …"command": "cp third-party/Cargo.lock . && cargo vendor --versioned-dirs --locked third-party/vend… string
|
| /third_party/node/deps/npm/test/lib/utils/ |
| D | audit-error.js | 6 const auditError = async (t, { command, error, ...config } = {}) => { 11 command, property 32 const { result, error, logs, output } = await auditError(t, { command: 'install' }) property 44 command: 'install', property 66 command: 'audit', property 89 command: 'audit', property
|
| D | open-url.js | 41 t.same(openerOpts(), { command: null }, 'passed command as null (the default)') property 73 t.same(openerOpts(), { command: null }, 'passed command as null (the default)') property 93 t.same(openerOpts(), { command: null }, 'passed command as null (the default)') property 103 t.same(openerOpts(), { command: null }, 'passed the given browser as command') property 132 t.same(openerOpts(), { command: null }, 'tried to use the correct browser') property
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | frame_buffer.cc | 142 void FrameBuffer::ChangeFrameLayout(CommandBuffer* command, in ChangeFrameLayout() 157 void FrameBuffer::ChangeFrameToDrawLayout(CommandBuffer* command) { in ChangeFrameToDrawLayout() 167 void FrameBuffer::ChangeFrameToProbeLayout(CommandBuffer* command) { in ChangeFrameToProbeLayout() 176 void FrameBuffer::ChangeFrameToWriteLayout(CommandBuffer* command) { in ChangeFrameToWriteLayout() 185 void FrameBuffer::TransferImagesToHost(CommandBuffer* command) { in TransferImagesToHost() 223 void FrameBuffer::TransferImagesToDevice(CommandBuffer* command) { in TransferImagesToDevice()
|
| D | engine_vulkan.cc | 431 Result EngineVulkan::DoClearColor(const ClearColorCommand* command) { in DoClearColor() 440 Result EngineVulkan::DoClearStencil(const ClearStencilCommand* command) { in DoClearStencil() 448 Result EngineVulkan::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth() 456 Result EngineVulkan::DoClear(const ClearCommand* command) { in DoClear() 464 Result EngineVulkan::DoDrawRect(const DrawRectCommand* command) { in DoDrawRect() 529 Result EngineVulkan::DoDrawGrid(const DrawGridCommand* command) { in DoDrawGrid() 616 Result EngineVulkan::DoDrawArrays(const DrawArraysCommand* command) { in DoDrawArrays() 625 Result EngineVulkan::DoCompute(const ComputeCommand* command) { in DoCompute() 634 Result EngineVulkan::DoEntryPoint(const EntryPointCommand* command) { in DoEntryPoint() 649 const PatchParameterVerticesCommand* command) { in DoPatchParameterVertices()
|
| D | index_buffer.cc | 30 Result IndexBuffer::SendIndexData(CommandBuffer* command, Buffer* buffer) { in SendIndexData() 66 Result IndexBuffer::BindToCommandBuffer(CommandBuffer* command) { in BindToCommandBuffer()
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 187 command: string; property 199 command: CommandTypes.ReloadProjects; property 238 command: string; property 289 command: CommandTypes.Status; property 310 command: CommandTypes.DocCommentTemplate; property 324 command: CommandTypes.TodoComments; property 349 command: CommandTypes.GetSpanOfEnclosingComment; property 364 command: CommandTypes.GetOutliningSpans; property 401 command: CommandTypes.GetOutliningSpansFull; property 416 command: CommandTypes.Indentation; 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/lib/ |
| D | protocol.d.ts | 100 command: string; property 110 command: CommandTypes.ReloadProjects; property 142 command: string; property 182 command: CommandTypes.Status; property 200 command: CommandTypes.DocCommentTemplate; property 212 command: CommandTypes.TodoComments; property 234 command: CommandTypes.GetSpanOfEnclosingComment; property 247 command: CommandTypes.GetOutliningSpans; property 276 command: CommandTypes.Indentation; property 321 command: CommandTypes.ProjectInfo; property [all …]
|
| /third_party/node/deps/npm/node_modules/cross-spawn/lib/ |
| D | parse.js | 65 function parse(command, args, options) { argument 77 command, property 82 command, property
|
| /third_party/vk-gl-cts/external/amber/src/src/dawn/ |
| D | engine_dawn.h | 69 RenderPipelineInfo* GetRenderPipeline( in GetRenderPipeline() 75 ComputePipelineInfo* GetComputePipeline( in GetComputePipeline()
|
| /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
|