Home
last modified time | relevance | path

Searched defs:move (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_inherit.ts25 move(distanceInMeters: number = 0, mode: string): string { method in Animal
35 move(distanceInMeters = 5, mode: string): string { method in Dog
Dclass_public.ts25 public move(distanceInMeters: number): string { method in Animal
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dtype_inference.ts31 move(distanceInMeters: number = 0): void { method in Animal
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtopLevel.ts28 public move(xo:number,yo:number) { method in Point
DinstanceOfAssignability.ts37 move; property in Animal
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/
DXButton.js31 move(x, y, w, h) { method in XButton
DXScroll.js29 move(x, y, w, h) { method in XScroll
DXSelect.js32 move(x, y, w, h) { method in XSelect
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXMat4.js74 move(x, y, z = 0) { method in XMat4
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp253 pandasm::Ins move; in EncodeSpillFillData() local