Home
last modified time | relevance | path

Searched defs:execute (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/
Dshould-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js92 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/
DOpCode.java65 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/
Dwhen-directory-symlink-target-matches-disk-but-import-does-not.js94 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
Dwhen-both-directory-symlink-target-and-import-match-disk.js94 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
Dwhen-import-matches-disk-but-directory-symlink-target-does-not.js102 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
Dwhen-import-and-directory-symlink-target-agree-but-do-not-match-disk.js102 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
Dwhen-import,-directory-symlink-target,-and-disk-are-all-different.js100 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/
DCmds.cpp22 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/
DVkCommandBuffer.cpp62 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdBeginRenderPass
86 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdNextSubpass
107 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdEndRenderPass
131 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdExecuteCommands
151 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdPipelineBind
176 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdDispatch
209 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdDispatchIndirect
240 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdVertexBufferBind
263 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdIndexBufferBind
286 void execute(vk::CommandBuffer::ExecutionState &executionState) override in execute() function in __anonf00c94cc0111::CmdSetViewport
[all …]
/third_party/skia/tools/debugger/
DDrawCommand.cpp981 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/typescript/tests/baselines/reference/
DdecoratedDefaultExportsGetExportedSystem.js28 execute: function () { method
51 execute: function () { method
DdecoratedClassExportsSystem2.js20 execute: function () { method
DdecoratedClassExportsSystem1.js23 execute: function () { method
DemitHelpersWithLocalCollisions(module=system).js23 execute: function () { method
/third_party/python/Lib/test/test_importlib/
Dtest_read.py9 def execute(self, package, path): member in CommonBinaryTests
14 def execute(self, package, path): member in CommonTextTests
Dtest_open.py9 def execute(self, package, path): member in CommonBinaryTests
16 def execute(self, package, path): member in CommonTextTests
/third_party/python/Tools/demo/
Drpythond.py40 def execute(request): function
/third_party/vk-gl-cts/framework/randomshaders/
DrsgStatement.cpp134 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/
Dtest_subprocess.py622 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/astc-encoder/Test/
Dastc_quality_test.py58 def execute(command): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DRetireStage.cpp45 llvm::Error RetireStage::execute(InstRef &IR) { in execute() function in llvm::mca::RetireStage
/third_party/typescript/tests/baselines/reference/transpile/
DCorrectly serialize metadata when transpile with System option.oldTranspile.js20 execute: function () { method
DCorrectly serialize metadata when transpile with System option.js20 execute: function () { method
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/execute/
Dbindings.cc30 auto execute = std::make_shared<PyExecute>(toTensorOperation(operation)); in __anonfd6757d90102() local
/third_party/flatbuffers/kotlin/
Dgradlew.bat67 :execute label

123456