Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-satisfies-2.ts21 let x1 = 1; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-tuple-type5.ts17 var x1 : [number, string]; variable
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrViewer.js282 drawSmallMap(nodes, x1, x2, y1, y2) { argument
477 x1: x1, property
636 drawLine(x1, y1, x2, y2, c, lw = 1) { argument
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DTemplate.ts54 static x1: number = 0x41c64e6d; property in Consumer
DTemplate.mjs48 static x1 = 0x41c64e6d; field in Consumer
DTemplate-ArkTS-NodeJS-Interop.js48 static x1 = 0x41c64e6d; field in Consumer
DTemplate.swift51 static private let x1: Int64 = 0x41c64e6d variable
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DX2DFast.js95 drawLine(x1, y1, x2, y2, c = 0xffffffff, linewidth = 1) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp39 uint32 x1 = static_cast<uint32>(Read()); in ReadInt() local
49 uint64 x1 = static_cast<uint32>(ReadInt()); in ReadInt64() local
Dbin_mpl_export.cpp367 uint32 x1 = static_cast<uint32>(Read()); in ReadInt() local
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js65 x1 = 24; field in A
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h143 GateRef x1 = PtrAdd(x, PtrSub(alignment, IntPtr(1))); in AlignUp() local
Dstub_builder-inl.h3456 GateRef x1 = PtrAdd(x, PtrSub(alignment, IntPtr(1))); in AlignUp() local
/arkcompiler/ets_frontend/ets2panda/test/compiler/js/
Dmany_locals_1.js19 let x1 = 1 variable
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts22 x1: number; property in C