/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
D | DataView.ets | 84 * @returns read value (big endian) 93 * @returns read value (big endian) 101 * @param byteOffset zero index to write (big endian) 109 * @param byteOffset zero index to write (big endian) 141 * @returns read value (big endian) 150 * @returns read value (big endian) 158 * @param byteOffset zero index to write (big endian) 166 * @param byteOffset zero index to write (big endian) 198 * @returns read value (big endian) 207 * @returns read value (big endian) [all …]
|
D | BigInt.ets | 688 // unlimited values here can create really big integers that will require a lot of memory
|
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
D | DataView.ets.j2 | 96 * @returns read value (big endian) 105 * @returns read value (big endian) 113 * @param byteOffset zero index to write (big endian) 121 * @param byteOffset zero index to write (big endian) 131 * @param littleEndian read as little or big endian 140 * @param littleEndian read as little or big endian 153 * @param littleEndian read as little or big endian 163 * @param littleEndian read as little or big endian
|
/arkcompiler/ets_frontend/arkguard/test/grammar/string_validation/ |
D | string_big.ts | 20 assert(str.big() === '<big>abc</big>', 'success');
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
D | ets_method_signature_test.cpp | 103 EtsMethodSignature big("J[BI[CI[IZ:I"); in TEST_F() local 104 EXPECT_EQ(big.GetProto(), Method::Proto( in TEST_F()
|
/arkcompiler/ets_runtime/test/aottest/ldsuperbyname/ |
D | expect_output.txt | 14 Animal big then dog!
|
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
D | String.ets | 1046 …* The big() method creates a string that embeds a string in a <big> element (<big>str</big>), whic… 1048 public big(): String{ 1049 return this.CreateHTMLString("big", "") 1054 …ing in a <small> element (<small>str</small>), which causes a string to be displayed in a big font. 1061 …ing in a <blink> element (<blink>str</blink>), which causes a string to be displayed in a big font. 1068 …eds a string in a <bold> element (<b>str</b>), which causes a string to be displayed in a big font. 1075 …embeds a string in a <i> element (<i>str</i>), which causes a string to be displayed in a big font. 1082 … in a <strike> element (<strike>str</strike>), which causes a string to be displayed in a big font. 1089 … a string in a <sub> element (<sub>str</sub>), which causes a string to be displayed in a big font. 1096 … a string in a <sup> element (<sup>str</sup>), which causes a string to be displayed in a big font. [all …]
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/ |
D | test262-ignored-JIT-ASAN-REPEATS.txt | 22 built-ins/TypedArrayConstructors/ctors-bigint/typedarray-arg/src-typedarray-not-big-throws.js
|
/arkcompiler/runtime_core/docs/ |
D | aot.md | 98 <sup>*</sup> Aarch64 `adr` instruction has restriction to the maximum offset, thus in case of big o…
|
D | ir_format.md | 107 2. Sea-of-Nodes has a big overhead for IR constructing and scheduling phases, that makes impossible… 260 …he instruction type. Therefore storing users in sequence container has one big drawback - frequent…
|
D | memory-management.md | 486 Note: good choice for the applications with big heap or for applications when it is hard to provide…
|
D | doxygen.config | 2249 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/arkcompiler/runtime_core/static_core/docs/ |
D | aot.md | 98 <sup>*</sup> Aarch64 `adr` instruction has restriction to the maximum offset, thus in case of big o…
|
D | inspector.md | 3 Two big parts, the `Inspector` and `InspectorServer` classes, isolate debugger and server logic res…
|
D | ir_format.md | 116 2. Sea-of-Nodes has a big overhead for IR constructing and scheduling phases, that makes impossible… 269 …he instruction type. Therefore storing users in sequence container has one big drawback - frequent…
|
D | memory-management.md | 486 Note: good choice for the applications with big heap or for applications when it is hard to provide…
|
D | doxygen.config | 2249 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 1401 JSHandle<BigInt> big = BigInt::Uint64ToBigInt(thread, input); in New() local 1402 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() 1411 JSHandle<BigInt> big = BigInt::Int64ToBigInt(thread, input); in New() local 1412 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() 1421 JSHandle<BigInt> big = BigInt::CreateBigWords(thread, sign, size, words); in CreateBigWords() local 1422 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | reg_alloc_graph_coloring_doc.md | 37 …for successful coalescing. Or alternatively on post-coalescing potentially big amount of re-colori…
|
D | cleanup_doc.md | 20 Removing dead code reduces the number of instructions. Merging linear path of blocks in one big blo…
|
/arkcompiler/runtime_core/static_core/compiler/docs/ |
D | reg_alloc_graph_coloring_doc.md | 37 …for successful coalescing. Or alternatively on post-coalescing potentially big amount of re-colori…
|
D | cleanup_doc.md | 20 Removing dead code reduces the number of instructions. Merging linear path of blocks in one big blo…
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/ |
D | escompat.rst | 6425 | **Returns\:** read value (big endian) 6446 - littleEndian\: :kw:`boolean` read as little or big endian 6458 | **Returns\:** read value (big endian) 6479 - littleEndian\: :kw:`boolean` read as little or big endian 6491 | **Returns\:** read value (big endian) 6512 - littleEndian\: :kw:`boolean` read as little or big endian 6524 | **Returns\:** read value (big endian) 6545 - littleEndian\: :kw:`boolean` read as little or big endian 6557 | **Returns\:** read value (big endian) 6578 - littleEndian\: :kw:`boolean` read as little or big endian [all …]
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 747 built-ins/TypedArray/prototype/set/BigInt/src-typedarray-big.js 760 built-ins/TypedArray/prototype/set/src-typedarray-big-throws.js 5147 annexB/built-ins/String/prototype/big/B.2.3.3.js 5148 annexB/built-ins/String/prototype/big/length.js 5149 annexB/built-ins/String/prototype/big/name.js 5150 annexB/built-ins/String/prototype/big/prop-desc.js 5151 annexB/built-ins/String/prototype/big/this-val-tostring-err.js 6680 built-ins/TypedArray/prototype/set/BigInt/src-typedarray-not-big-throws.js 6894 built-ins/TypedArrayConstructors/ctors-bigint/typedarray-arg/src-typedarray-not-big-throws.js 6933 built-ins/TypedArrayConstructors/ctors/typedarray-arg/src-typedarray-big-throws.js
|
/arkcompiler/ets_frontend/test262/ |
D | es2015_tests.txt | 5027 built-ins/TypedArray/prototype/set/BigInt/src-typedarray-big.js 5028 built-ins/TypedArray/prototype/set/BigInt/src-typedarray-not-big-throws.js 5057 built-ins/TypedArray/prototype/set/src-typedarray-big-throws.js 5510 built-ins/TypedArrayConstructors/ctors/typedarray-arg/src-typedarray-big-throws.js 5641 built-ins/TypedArrayConstructors/ctors-bigint/typedarray-arg/src-typedarray-not-big-throws.js
|