Home
last modified time | relevance | path

Searched defs:execute (Results 1 – 25 of 150) 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-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-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-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-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,-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 __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/
Dissue-37051.rs7 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/
DDrawCommand.cpp1008 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/
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/rust/rust/tests/ui/async-await/in-trait/
Dnormalize-opaque-with-bound-vars.rs14 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/
Dconstrain_inputs.rs6 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/
DdecoratedDefaultExportsGetExportedSystem.js28 execute: function () { method
51 execute: function () { method
DdecoratedClassExportsSystem2.js20 execute: function () { method
DdecoratedClassExportsSystem1.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/typescript/tests/arkTSTest/testcase/common-lib/
D@ohos.taskpool.d.ts18 function execute(func: Function, ...args: Object[]): Promise<Object>; method in taskpool.Task
/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/rust/rust/tests/ui/higher-ranked/trait-bounds/normalize-under-binder/
Dissue-80706.rs21 fn execute(&self) -> BoxFuture<Result<(), String>> { in execute() method
39 fn execute( in execute() method
/third_party/astc-encoder/Test/
Dastc_quality_test.py58 def execute(command): function

123456