Home
last modified time | relevance | path

Searched full:manner (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.base.ets17 … Represents an error that occurs when using a function under the API package in an incorrect manner
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe144.md9 dynamic manner, which is not compatible with static typing. The usage of
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D20_implementation.rst66 Modules and packages are created and stored in a manner determined by the
67 host system. The exact manner modules and packages are stored in a file
D18_annotations.rst400 same manner.
555 An ambient declaration can be imported and used in exactly the same manner
D14_ambients.rst443 *Ambient interface* can contain additional members in the same manner as
D13_modules.rst835 How declaration modules are stored in the file system, and whether the manner
836 of storage of a declaration module differs from the manner of storage of other
D3_types.rst1319 in the same manner as a reference type (see :ref:`Reference Types`).
1633 tuple in a manner similar to how the elements of an array are accessed.
D9_classes.rst21 Class declarations introduce new reference types and describe the manner
D7_expressions.rst94 interface, or function type after evaluation, unless the manner of the
4265 the operator '``%``' behaves on floating-point operations in the same manner as
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/extensions/
Ddebugger.py113 Set breakpoint in a batch manner
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml77 On monitorenter VM thread tries to get ownership of the monitor in the following manner: if
83 … On monitorexit VM thread release monitor in the following manner: thread decrements monitor count.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h122 * To be able to handle them in a unified manner, we lower intrinsiccall to Intrinsicsicop.
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md45 To store managed objects in a GC-safe manner, `HandleScope` is used. Due to limitation of handle sc…
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py271 """Create file in `safe` manner."""
/arkcompiler/runtime_core/static_core/compiler/docs/
Dplt.md217 Registers are loaded in the same manner they were saved. So, in CallStatic we have to adjust stack …
/arkcompiler/runtime_core/compiler/docs/
Dplt.md217 Registers are loaded in the same manner they were saved. So, in CallStatic we have to adjust stack …
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp253 // For proxy class it is impossible to get field name in standard manner in GetFieldName()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1302 …E: If srcType and targetType are the same the transfer must be performed in a manner that preserves in Set()
1431 …/ e. NOTE: If srcType and targetType are the same the transfer must be performed in a manner that in Slice()
Dbuiltins_typedarray.cpp1374 …E: If srcType and targetType are the same the transfer must be performed in a manner that preserves in Set()
1495 …/ e. NOTE: If srcType and targetType are the same the transfer must be performed in a manner that in Slice()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DBigInt.ets514 // are stored as little-endian manner
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Drecipes.rst5525 occurs in a predictable manner based on explicitly imported dependencies.