Home
last modified time | relevance | path

Searched defs:units (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/docs/
Dimport-export.md70 ### 3.1. Minor changes in the compiling process of a module
152 ### 3.2. Package level scope
159 ### 3.3. Build each package separately and link them into one abc
173 ### 4.1. Storage of imported variables
184 ### 4.2. How to import variables
206 ### 4.3. Improvement possibilities/suggestions
236 ### 5.2.1. allBinding: '*' importAlias
243 ### 5.2.2. selectiveBindings: '{' importBinding (',' importBinding)* '}'
250 ### 5.2.3 defaultBinding: Identifier | ( '{' 'default' 'as' Identifier '}' );
260 ### 5.2.4. typeBinding: 'type' selectiveBindings;
[all …]
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md43 ### 3.1. Package level scope
59 ### 4.1. Storage of imported variables
70 ### 4.2. How to import variables
92 ### 4.3. Improvement possibilities/suggestions
122 ### 5.2.1. allBinding: '*' importAlias
129 ### 5.2.2. selectiveBindings: '{' importBinding (',' importBinding)* '}'
136 ### 5.2.3 defaultBinding: Identifier | ( '{' 'default' 'as' Identifier '}' );
146 ### 5.2.4. typeBinding: 'type' selectiveBindings;
191 ### 6.1. Exported declarations
209 ### 6.2. Default export
[all …]
/arkcompiler/ets_runtime/common_components/heap/space/
Dyoung_space.cpp34 size_t units = tlUnits + recentFullUnits; in DumpRegionStats() local
Dto_space.cpp35 size_t units = tlToUnits + fullToUnits; in DumpRegionStats() local
Dfrom_space.cpp37 size_t units = fromUnits + exemptedFromUnits; in DumpRegionStats() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DBytesUtils.ts85 const units: Record<string, number> = { constant
/arkcompiler/ets_runtime/test/aottest/ic/
Dic.ts105 const units = [ constant
/arkcompiler/ets_runtime/test/aottest/stownbyindex/
Dstownbyindex.ts80 const units = [ constant
/arkcompiler/ets_runtime/test/fuzztest/stringtableutf16stringintern_fuzzer/
Dstringtableutf16stringintern_fuzzer.cpp40 std::vector<uint16_t> units; member
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp145 constexpr uint64_t units = 1024; in GetDeviceValidSize() local
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp240 std::vector<icu::MeasureUnit> units(total); in ToMeasureUnit() local