Searched defs:move (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
D | class_inherit.ts | 25 move(distanceInMeters: number = 0, mode: string): string { method in Animal 35 move(distanceInMeters = 5, mode: string): string { method in Dog
|
D | class_public.ts | 25 public move(distanceInMeters: number): string { method in Animal
|
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
D | type_inference.ts | 31 move(distanceInMeters: number = 0): void { method in Animal
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | topLevel.ts | 28 public move(xo:number,yo:number) { method in Point
|
D | instanceOfAssignability.ts | 37 move; property in Animal
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/ |
D | XButton.js | 31 move(x, y, w, h) { method in XButton
|
D | XScroll.js | 29 move(x, y, w, h) { method in XScroll
|
D | XSelect.js | 32 move(x, y, w, h) { method in XSelect
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XMat4.js | 74 move(x, y, z = 0) { method in XMat4
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | codegen.cpp | 253 pandasm::Ins move; in EncodeSpillFillData() local
|