Home
last modified time | relevance | path

Searched refs:All (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeofStripsFreshness.ts34 type All = typeof ALL; alias
36 const result: Collection<All> = new Collection();
47 type Both = Another | All;
DNOTICE14 Copyright (c) Microsoft Corporation. All rights reserved
/arkcompiler/runtime_core/docs/
Dcoding-style.md8 3. All constants in UPPERCASE.
52 * Copyright (c) Huawei Technologies Co., Ltd. 2019-2021. All rights reserved.
Ddesign-of-interpreter.md73 1. All entities in the executable file should be encoded and stored compactly to avoid bloating
84 1. All metadata entities are split into two groups: local (declared in the current executable file)
125 1. Interpreter does not depend on C++ standard library. All necessary classes, containers, etc.
158 1. All virtual registers should explicitly and precisely distinct between garbage collectable
167 1. All virtual registers are "tagged", meaning that they contain both the payload and additional
Dassembly_format.md11 …ught as a separate close-to-byte-code language with a minimal feature set. All language-specific "…
19 Comments are marked with the `#` character. All characters that follow it (including the `#` charac…
58 * All identifiers are case sensitive.
81 * All keys are unique within a single annotation list.
218 All identifiers that are used for naming primitive data types cannot be used for any other purpose.
229 All identifiers that are used for naming reference data types cannot be used for any other purpose.
306 * All `a0`, ... `aN` are unique within the argument list of the function.
Daot.md26 - `.aot` - Contains all information that describes AOT structure. All used structures can be found …
174 to dump ir only after last (codegen) pass. All of these options are used at compile time.
Dirtoc.md28 All property setters that IrConstructor provides (`i64`, `bool`, `Pc`, `CC`, etc) are
/arkcompiler/ets_frontend/test/scripts/
Dreadme.md18 All tests can run without others, read the seperate readme for more details.
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/nodeModulesAllowJsExportlessJsModuleDetectionAutomodulenode16/
Dfoo.cjs2 * Copyright (c) Microsoft Corporation. All rights reserved.
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/nodeModulesAllowJsExportlessJsModuleDetectionAutomodulenodenext/
Dfoo.cjs2 * Copyright (c) Microsoft Corporation. All rights reserved.
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.h32 static JSTaggedValue All(EcmaRuntimeCallInfo *argv);
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/tsxElementResolution17/
Dfile.tsx2 * Copyright (c) Microsoft Corporation. All rights reserved.
Dconsumer.tsx2 * Copyright (c) Microsoft Corporation. All rights reserved.
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsxPreserveWithJsInput/
Db.jsx2 * Copyright (c) Microsoft Corporation. All rights reserved.
De.tsx2 * Copyright (c) Microsoft Corporation. All rights reserved.
/arkcompiler/ets_frontend/es2panda/
DREADME.md3 All in one JavaScript/TypeScript parser and compiler.
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsJson/
Dobj.json2 * Copyright (c) Microsoft Corporation. All rights reserved.
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsPackageJson/
Dpackage.json2 * Copyright (c) Microsoft Corporation. All rights reserved.
/arkcompiler/runtime_core/tests/checked/
Daot.pa15 #! CHECKER All methods found
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme_zh.md121 **size 表示log里记录了hap中abc的大小,time记录了构建耗时,All表示记录全部数据,Avg表示平均值**
Dreadme.md121 **size means this file record the size of abc in the package, time means the build cost time, All m…
/arkcompiler/runtime_core/scripts/third-party-lists/
Dpublic22 # ** All URL-unsafe characters in lib_repo should be %-escaped
/arkcompiler/runtime_core/compiler/docs/
Dlowering_doc.md27 for (auto inst: All insts in RPO order) {
Dvn_doc.md18 All instructions have field `vn_`.
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md64 All kinds of types live in the same type universe under the same subtyping relation.

12