| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | DataView.sts.j2 | 83 {%- set impls = ['Little', 'Big'] if bit != 8 else ['Big'] %} 95 … {%- set methodName = ('Big' if bit == 64 and mode != 'Float' else '') + mode + '{}'.format(bit) %} 100 * @returns read value (big endian) 103 return this.get{{methodName}}Big(byteOffset) 108 * @param byteOffset zero index to write (big endian) 111 this.set{{methodName}}Big(byteOffset, value) 119 * @returns read value (big endian) 122 return this.get{{methodName}}Big(byteOffset) 127 * @param byteOffset zero index to write (big endian) 130 this.set{{methodName}}Big(byteOffset, value) [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | DataView.sts | 83 * @returns read value (big endian) 91 * @param byteOffset zero index to write (big endian) 100 * @returns read value (big endian) 108 * @param byteOffset zero index to write (big endian) 151 * @returns read value (big endian) 159 * @param byteOffset zero index to write (big endian) 168 * @returns read value (big endian) 176 * @param byteOffset zero index to write (big endian) 219 * @returns read value (big endian) 227 * @param byteOffset zero index to write (big endian) [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/string_validation/ |
| D | string_big.ts | 20 assert(str.big() === '<big>abc</big>', 'success');
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedJSON/ |
| D | expect_output.txt | 45 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7… 46 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7… 56 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7… 57 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
|
| D | sharedJSON.ts | 37 let input = '{"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,… 121 print(obj.big); 122 print((typeof obj.big === "bigint")); 129 print(obj2.big); 162 print(obj.big); 163 print((typeof obj.big === "bigint")); 170 print(obj2.big); 200 print(obj.big); 205 print((typeof obj.big === "number"));
|
| /arkcompiler/ets_runtime/test/aottest/ldsuperbyname/ |
| D | expect_output.txt | 14 Animal big then dog!
|
| D | ldsuperbyname.ts | 21 return 'Animal big then ';
|
| /arkcompiler/toolchain/websocket/test/ |
| D | frame_builder_test.cpp | 88 // everything is encoded as big-endian 110 // everything is encoded as big-endian 167 // everything is encoded as big-endian
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_method_signature_test.cpp | 112 EtsMethodSignature big("J[BI[CI[IZ:I"); in TEST_F() local 113 EXPECT_EQ(big.GetProto(), Method::Proto( in TEST_F()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | murmur3_hash.h | 105 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3() 166 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3String()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | murmur3_hash.h | 102 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3() 163 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3String()
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Cbrt/ |
| D | builtinMathCbrt.ts | 135 throw new Error("big value") 144 print(Math.cbrt(throwingObj)); //: Error: big value
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_class_root.cpp | 20 // CC-OFFNXT(huge_cyclomatic_complexity) big switch case
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | humongous_obj_allocator-inl.h | 53 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The align is too big for this allocator. Return nullptr."; in Alloc() 65 // the size is too big in Alloc() 66 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The size is too big for this allocator. Return nullptr."; in Alloc() 426 // This pool is too big for inserting in Reserved in TryToInsert() 427 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "It is too big for Reserved memory"; in TryToInsert()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | annotation.h | 100 // CC-OFFNXT(huge_cyclomatic_complexity[C], huge_method[C], G.FUN.01-CPP) big switch case 175 // CC-OFFNXT(huge_method[C], G.FUN.01-CPP) big switch case 238 // CC-OFFNXT(huge_cyclomatic_complexity[C], huge_method[C], G.FUN.01-CPP) big switch case 313 // CC-OFFNXT(huge_cyclomatic_complexity[C], huge_method[C], G.FUN.01-CPP) big switch case
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Clz32/ |
| D | builtinMathClz32.ts | 135 throw new Error("so big"); 144 print(Math.clz32(throwingObj)); //: Error: so big
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | stack_like_allocator.h | 26 // 1. Allocate big memory piece via mmap.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | String.sts | 1075 …* The big() method creates a string that embeds a string in a <big> element (<big>str</big>), whic… 1077 public big(): String{ 1078 return this.CreateHTMLString("big", "") 1083 …ing in a <small> element (<small>str</small>), which causes a string to be displayed in a big font. 1090 …ing in a <blink> element (<blink>str</blink>), which causes a string to be displayed in a big font. 1097 …eds a string in a <bold> element (<b>str</b>), which causes a string to be displayed in a big font. 1104 …embeds a string in a <i> element (<i>str</i>), which causes a string to be displayed in a big font. 1111 … in a <strike> element (<strike>str</strike>), which causes a string to be displayed in a big font. 1118 … a string in a <sub> element (<sub>str</sub>), which causes a string to be displayed in a big font. 1125 … a string in a <sup> element (<sup>str</sup>), which causes a string to be displayed in a big font. [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_map_allocator.cpp | 43 LOG_ECMA(ERROR) << "Regular object mem map big addr fail: " << errno; in InitializeRegularRegionMap() 66 LOG_ECMA(ERROR) << "Huge object mem map big addr fail: " << errno; in InitializeHugeRegionMap()
|
| D | mem_map_allocator.h | 289 // Random generate big mem map addr to avoid js heap is written by others 300 // Big addr random change in 0x2000000000 ~ 0x2FF0000000 in RandomGenerateBigAddr()
|
| /arkcompiler/toolchain/websocket/ |
| D | network.cpp | 81 result <<= 8; // 8: result need shift left 8 bits in order to big endian convert to int in NetToHostLongLong()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | mempool.cpp | 125 … DEBUG_ASSERT(size > kMemBlockSizeMin, "Big memory block must be bigger than fixed memory block"); in AllocBigMemBlock() 225 // scoped mem pool don't use big mem block for small size, different with normal mempool
|
| /arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/interrupt_release_pages_test/ |
| D | interrupt_release_pages_test.cpp | 100 // Check that allocation of big array is successful in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_es_checked/ |
| D | string.yaml | 49 - method: big
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | sparse_datainfo.h | 29 * range is big.like in live analysis, in some extreme case the
|