Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DDataView.ets84 * @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 …]
DBigInt.ets688 // unlimited values here can create really big integers that will require a lot of memory
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DDataView.ets.j296 * @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/
Dstring_big.ts20 assert(str.big() === '<big>abc</big>', 'success');
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_method_signature_test.cpp103 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/
Dexpect_output.txt14 Animal big then dog!
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DString.ets1046 …* 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/
Dtest262-ignored-JIT-ASAN-REPEATS.txt22 built-ins/TypedArrayConstructors/ctors-bigint/typedarray-arg/src-typedarray-not-big-throws.js
/arkcompiler/runtime_core/docs/
Daot.md98 <sup>*</sup> Aarch64 `adr` instruction has restriction to the maximum offset, thus in case of big o…
Dir_format.md107 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…
Dmemory-management.md486 Note: good choice for the applications with big heap or for applications when it is hard to provide…
Ddoxygen.config2249 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
/arkcompiler/runtime_core/static_core/docs/
Daot.md98 <sup>*</sup> Aarch64 `adr` instruction has restriction to the maximum offset, thus in case of big o…
Dinspector.md3 Two big parts, the `Inspector` and `InspectorServer` classes, isolate debugger and server logic res…
Dir_format.md116 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…
Dmemory-management.md486 Note: good choice for the applications with big heap or for applications when it is hard to provide…
Ddoxygen.config2249 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1401 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/
Dreg_alloc_graph_coloring_doc.md37 …for successful coalescing. Or alternatively on post-coalescing potentially big amount of re-colori…
Dcleanup_doc.md20 Removing dead code reduces the number of instructions. Merging linear path of blocks in one big blo…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md37 …for successful coalescing. Or alternatively on post-coalescing potentially big amount of re-colori…
Dcleanup_doc.md20 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/
Descompat.rst6425 | **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/
Dtest262skiplist.txt747 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/
Des2015_tests.txt5027 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

12