| /third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/ |
| D | should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js | 92 execute: function () { method 103 execute: function () { method 114 execute: function () { method 125 execute: function () { method 198 execute: function () { method 209 execute: function () { method 220 execute: function () { method 231 execute: function () { method
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
| D | OpCode.java | 65 State execute(DataView data, DigitSequence ignored) { in execute() method 86 State execute(DataView data, DigitSequence in) { in execute() method 107 State execute(DataView data, DigitSequence in) { in execute() method 137 State execute(DataView data, DigitSequence in) { in execute() method 167 State execute(DataView data, DigitSequence in) { in execute() method 176 State execute(DataView data, DigitSequence in) { in execute() method 261 abstract State execute(DataView data, DigitSequence in); in execute() method in OpCode
|
| /third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/ |
| D | when-both-directory-symlink-target-and-import-match-disk.js | 94 execute: function () { method 106 execute: function () { method 125 execute: function () { method 205 execute: function () {// some comment method 217 execute: function () { method 236 execute: function () { method
|
| D | when-directory-symlink-target-matches-disk-but-import-does-not.js | 94 execute: function () { method 106 execute: function () { method 125 execute: function () { method 205 execute: function () {// some comment method 217 execute: function () { method 236 execute: function () { method
|
| D | when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js | 102 execute: function () { method 114 execute: function () { method 133 execute: function () { method 221 execute: function () {// some comment method 233 execute: function () { method 252 execute: function () { method
|
| D | when-import-matches-disk-but-directory-symlink-target-does-not.js | 102 execute: function () { method 114 execute: function () { method 133 execute: function () { method 221 execute: function () {// some comment method 233 execute: function () { method 252 execute: function () { method
|
| D | when-import,-directory-symlink-target,-and-disk-are-all-different.js | 100 execute: function () { method 119 execute: function () { method 131 execute: function () { method 216 execute: function () { method 235 execute: function () { method 248 execute: function () {// some comment method
|
| /third_party/skia/experimental/sorttoy/ |
| D | Cmds.cpp | 22 void SaveCmd::execute(FakeCanvas* f) const { in execute() function in SaveCmd 26 void SaveCmd::execute(SkCanvas* c) const { in execute() function in SaveCmd 36 void RestoreCmd::execute(FakeCanvas* f) const { in execute() function in RestoreCmd 40 void RestoreCmd::execute(SkCanvas* c) const { in execute() function in RestoreCmd 102 void DrawCmd::execute(FakeCanvas* c) const { in execute() function in DrawCmd 106 void DrawCmd::execute(SkCanvas* c) const { in execute() function in DrawCmd 224 void ClipCmd::execute(FakeCanvas* c) const { in execute() function in ClipCmd 231 void ClipCmd::execute(SkCanvas* c) const { in execute() function in ClipCmd
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkCommandBuffer.cpp | 62 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdBeginRenderPass 86 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdNextSubpass 107 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdEndRenderPass 131 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdExecuteCommands 151 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdPipelineBind 176 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdDispatch 209 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdDispatchIndirect 240 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdVertexBufferBind 263 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdIndexBufferBind 286 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anon69e5a5ee0111::CmdSetViewport [all …]
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-37051.rs | 7 fn execute(self) -> Option<Self::NextState>; in execute() method 13 fn execute(self) -> Option<Self::NextState> { in execute() method
|
| /third_party/skia/m133/tools/debugger/ |
| D | DrawCommand.cpp | 1008 void ClearCommand::execute(SkCanvas* canvas) const { canvas->clear(fColor); } in execute() function in ClearCommand 1023 void ClipPathCommand::execute(SkCanvas* canvas) const { canvas->clipPath(fPath, fOp, fDoAA); } in execute() function in ClipPathCommand 1044 void ClipRegionCommand::execute(SkCanvas* canvas) const { canvas->clipRegion(fRegion, fOp); } in execute() function in ClipRegionCommand 1060 void ClipRectCommand::execute(SkCanvas* canvas) const { canvas->clipRect(fRect, fOp, fDoAA); } in execute() function in ClipRectCommand 1080 void ClipRRectCommand::execute(SkCanvas* canvas) const { canvas->clipRRect(fRRect, fOp, fDoAA); } in execute() function in ClipRRectCommand 1101 void ClipShaderCommand::execute(SkCanvas* canvas) const { canvas->clipShader(fShader, fOp); } in execute() function in ClipShaderCommand 1118 void ResetClipCommand::execute(SkCanvas* canvas) const { SkCanvasPriv::ResetClip(canvas); } in execute() function in ResetClipCommand 1124 void ConcatCommand::execute(SkCanvas* canvas) const { canvas->concat(fMatrix); } in execute() function in ConcatCommand 1158 void Concat44Command::execute(SkCanvas* canvas) const { canvas->concat(fMatrix); } in execute() function in Concat44Command 1173 void DrawAnnotationCommand::execute(SkCanvas* canvas) const { in execute() function in DrawAnnotationCommand [all …]
|
| /third_party/skia/tools/debugger/ |
| D | DrawCommand.cpp | 981 void ClearCommand::execute(SkCanvas* canvas) const { canvas->clear(fColor); } in execute() function in ClearCommand 996 void ClipPathCommand::execute(SkCanvas* canvas) const { canvas->clipPath(fPath, fOp, fDoAA); } in execute() function in ClipPathCommand 1017 void ClipRegionCommand::execute(SkCanvas* canvas) const { canvas->clipRegion(fRegion, fOp); } in execute() function in ClipRegionCommand 1033 void ClipRectCommand::execute(SkCanvas* canvas) const { canvas->clipRect(fRect, fOp, fDoAA); } in execute() function in ClipRectCommand 1053 void ClipRRectCommand::execute(SkCanvas* canvas) const { canvas->clipRRect(fRRect, fOp, fDoAA); } in execute() function in ClipRRectCommand 1074 void ClipShaderCommand::execute(SkCanvas* canvas) const { canvas->clipShader(fShader, fOp); } in execute() function in ClipShaderCommand 1091 void ResetClipCommand::execute(SkCanvas* canvas) const { SkCanvasPriv::ResetClip(canvas); } in execute() function in ResetClipCommand 1097 void ConcatCommand::execute(SkCanvas* canvas) const { canvas->concat(fMatrix); } in execute() function in ConcatCommand 1131 void Concat44Command::execute(SkCanvas* canvas) const { canvas->concat(fMatrix); } in execute() function in Concat44Command 1146 void DrawAnnotationCommand::execute(SkCanvas* canvas) const { in execute() function in DrawAnnotationCommand [all …]
|
| /third_party/rust/rust/tests/ui/async-await/in-trait/ |
| D | normalize-opaque-with-bound-vars.rs | 14 async fn execute(self, shared_state: &SharedState); in execute() method 40 async fn execute(self, shared_state: &SharedState) in execute() function 52 async fn execute(self, shared_state: &SharedState) {} in execute() method
|
| /third_party/rust/rust/tests/ui/type-alias-impl-trait/ |
| D | constrain_inputs.rs | 6 fn execute(ty: Ty<'_>) -> &str { todo!() } in execute() function 18 fn execute(ty: Ty<'_>) -> &str { ty() } in execute() function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | decoratedDefaultExportsGetExportedSystem.js | 28 execute: function () { method 51 execute: function () { method
|
| D | decoratedClassExportsSystem2.js | 20 execute: function () { method
|
| D | decoratedClassExportsSystem1.js | 23 execute: function () { method
|
| /third_party/python/Lib/test/test_importlib/ |
| D | test_read.py | 9 def execute(self, package, path): member in CommonBinaryTests 14 def execute(self, package, path): member in CommonTextTests
|
| D | test_open.py | 9 def execute(self, package, path): member in CommonBinaryTests 16 def execute(self, package, path): member in CommonTextTests
|
| /third_party/typescript/tests/arkTSTest/testcase/common-lib/ |
| D | @ohos.taskpool.d.ts | 18 function execute(func: Function, ...args: Object[]): Promise<Object>; method in taskpool.Task
|
| /third_party/python/Tools/demo/ |
| D | rpythond.py | 40 def execute(request): function
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgStatement.cpp | 134 void ExpressionStatement::execute (ExecutionContext& execCtx) const in execute() function in rsg::ExpressionStatement 213 void BlockStatement::execute (ExecutionContext& execCtx) const in execute() function in rsg::BlockStatement 345 void DeclarationStatement::execute (ExecutionContext& execCtx) const in execute() function in rsg::DeclarationStatement 496 void ConditionalStatement::execute (ExecutionContext& execCtx) const in execute() function in rsg::ConditionalStatement 562 void AssignStatement::execute (ExecutionContext& execCtx) const in execute() function in rsg::AssignStatement
|
| /third_party/python/Lib/test/test_asyncio/ |
| D | test_subprocess.py | 622 async def execute(): function 644 async def execute(): function 661 async def execute(): function 677 async def execute(): function 777 async def execute(): function
|
| /third_party/rust/rust/tests/ui/higher-ranked/trait-bounds/normalize-under-binder/ |
| D | issue-80706.rs | 21 fn execute(&self) -> BoxFuture<Result<(), String>> { in execute() method 39 fn execute( in execute() method
|
| /third_party/astc-encoder/Test/ |
| D | astc_quality_test.py | 58 def execute(command): function
|