/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
D | XDefine.js | 19 static ReSize(w, h) { argument 25 static setLogicScreenSize(w, h) { argument
|
D | XTools.js | 21 static InRect(xx, yy, x, y, w, h) { argument
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 71 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 105 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument 114 w: w, property 128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument 137 w: w, property 156 PutTexture(tex, w, h) { argument 158 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 183 w: width, property
|
D | XMat4.js | 127 PerspectiveMatrix(n, f, w = -1, h = -1) { argument 142 orthoMat(x, y, w, h) { argument
|
D | X2DFast.js | 91 fillRect(x, y, w, h, c = 0xffffffff) { argument 113 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | declarationEmitNameConflictsWithAlias.ts | 26 export let w: v.I; // Gets emitted as C.I, which is the wrong interface variable
|
D | jsDeclarationsMissingTypeParameters.ts | 46 function w() { function
|
D | restIntersection.ts | 28 let rest1: { y: number, w: string, z: string }; variable
|
D | fatarrowfunctions.ts | 214 let w = () => 3; variable
|
D | avoid.ts | 37 let w:any; variable
|
D | genericClasses2.ts | 38 let w = v1.y.a; // should be 'string' variable
|
D | declarationEmitNameConflicts3.ts | 44 export let w = M.D.f; // error, should be typeof M.D.f variable
|
D | es6modulekindWithES5Target12.ts | 30 w = 1 enumerator
|
D | esnextmodulekindWithES5Target12.ts | 30 w = 1 enumerator
|
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
D | test-type-alias-for-loop-2.ts | 19 type w = number alias
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/ |
D | XButton.js | 19 constructor(x, y, w, h, name) { argument 31 move(x, y, w, h) { argument
|
D | XSelect.js | 32 move(x, y, w, h) { argument
|
D | XScroll.js | 29 move(x, y, w, h) { argument
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | CanvasInput.js | 19 static SetSafeArea(x, y, w, h) { argument 22 static Reset(x, y, w, h, value, cb, cb2, cb3) { argument
|
/arkcompiler/ets_runtime/tools/circuit_viewer/test/ |
D | test_viewer.py | 41 def cut_image(image, x, y, w, h): argument
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.h | 62 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor() 74 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor()
|
D | property_attributes.h | 115 static PropertyAttributes DefaultAccessor(bool w, bool e, bool c) in DefaultAccessor()
|
/arkcompiler/runtime_core/assembler/ |
D | pandasm.cpp | 261 auto w = parser.ShowWarnings(); in main() local
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | stacktrace.cpp | 108 auto w = out.width(); in PrintFrame() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | ir_constructor.h | 555 IrConstructor &w() // NOLINT(readability-identifier-naming) in w() function
|