| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_test.cpp | 28 uint8_t arrayU8[] = {12, 34, 77, 127, 99, 1}; in SetUpTestCase() 29 uint16_t arrayU16Comp[] = {1, 4, 37, 91, 127, 1}; in SetUpTestCase() 64 uint8_t arrayU8[] = {12, 34, 77, 127, 99, 1}; in HWTEST_F_L0() 65 uint16_t arrayU16Comp[] = {1, 4, 37, 91, 127, 1}; in HWTEST_F_L0() 145 uint16_t arrayU16Comp[] = {1, 23, 45, 67, 127}; in HWTEST_F_L0() 154 uint16_t arrayU16NotComp[] = {127, 33, 128, 12, 256, 11100, 65535}; in HWTEST_F_L0() 237 uint16_t arrayU16Comp[] = {1, 23, 45, 67, 127}; in HWTEST_F_L0() 244 uint16_t arrayU16NotComp[] = {127, 128, 256, 11100, 65535}; in HWTEST_F_L0() 263 uint8_t arrayU8No3[6] = {1, 23, 45, 97, 127}; in HWTEST_F_L0() 291 uint16_t arrayU16CompNo3[] = {1, 23, 45, 97, 127}; in HWTEST_F_L0() [all …]
|
| D | ecma_string_accessor_test.cpp | 124 uint16_t arrayU16Comp[] = {1, 23, 45, 67, 127}; in HWTEST_F_L0() 133 uint16_t arrayU16NotComp[] = {127, 33, 128, 12, 256, 11100, 65535}; in HWTEST_F_L0() 271 uint16_t arrayU16Comp[] = {1, 12, 34, 56, 127}; in HWTEST_F_L0() 363 uint16_t arrayU16Comp[] = {1, 12, 34, 56, 127}; in HWTEST_F_L0() 409 uint16_t arrayU16Comp[] = {1, 23, 45, 67, 127}; in HWTEST_F_L0() 417 uint16_t arrayU16NotComp[] = {127, 128, 256, 11100, 65535}; in HWTEST_F_L0() 477 uint16_t arrayU16Comp[] = {3, 1, 34, 123, 127, 111, 42, 3, 20, 10}; in HWTEST_F_L0() 495 uint16_t arrayU16NotComp[] = {67, 777, 1999, 1, 45, 66, 23456, 65535, 127, 333}; in HWTEST_F_L0() 514 uint8_t arrayU8CopyFrom[6] = {1, 12, 34, 56, 127}; in HWTEST_F_L0() 531 uint16_t arrayU16CompCopyFrom[] = {1, 12, 34, 56, 127}; in HWTEST_F_L0() [all …]
|
| /arkcompiler/toolchain/websocket/ |
| D | websocket.cpp | 53 sendBuf[1] = 127; // 127: payloadLen according to the spec in SendReply() 106 * |N|V|V|V| |S| | (if payload len==126/127) | 109 * | Extended payload length continued, if payload len == 127 | 139 LOGE("HandleFrame: Recv payloadLen > 127 failed"); in HandleFrame()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jgez.yaml | 94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes 158 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
|
| D | jlez.yaml | 94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes 160 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
|
| D | lda.const.yaml | 268 - "#{'i8 256 { ' + [*-128..127].map do |i| \"#{i} \" end .join + '}' }" 270 - 127
|
| D | jgtz.yaml | 94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
|
| D | jeqz.yaml | 94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
|
| D | jnez.yaml | 96 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
|
| D | jltz.yaml | 94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
|
| D | jeqz.obj.yaml | 587 - description: Max forward jump for imm8, 2 + 120 + 2 + 3 = 127 bytes
|
| D | jnez.obj.yaml | 585 - description: Max forward jump for imm8, 2 + 120 + 2 + 3 = 127 bytes
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | c_string.cpp | 76 // Also support ascii that great than 127, so using unsigned char here in ConvertToString()
|
| /arkcompiler/runtime_core/verification/absint/tests/ |
| D | exec_context_test.cpp | 62 ExecContext exec_ctx {&instructions[0], &instructions[127]}; in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_dataview_test.cpp | 302 SetUint8(thread, view, 0, JSTaggedValue(127)); in HWTEST_F_L0() 324 SetUint8(thread, view, 0, JSTaggedValue(127)); in HWTEST_F_L0() 364 SetUint8(thread, view, 0, JSTaggedValue(127)); in HWTEST_F_L0() 373 ASSERT_EQ(result.GetRawData(), JSTaggedValue(127).GetRawData()); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/verification/models/contexts_merge/ |
| D | check_set_intersection_as_lub.als | 114 -- No counterexample found. Assertion may be valid. 127ms.
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 134 EXPECT_EQ(result0.GetRawValue().GetTaggedValue().GetInt(), 127); // 127 : -129 to int8 127 in HWTEST_F_L0()
|
| D | string_helper_test.cpp | 175 EXPECT_EQ(StringHelper::UnicodeFromUtf8(oneByteVaild2, maxLen, pp), 127); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.h | 64 static constexpr char DEL = 127;
|
| /arkcompiler/toolchain/websocket/test/ |
| D | websocket_test.cpp | 242 …sendBuf[1] = 127 | (mask << 7); // 127: payloadLen according to the spec; 7: mask shift left by 7 … in ClientSendReq()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| D | old_instruction_enum.h | 197 LDOBJ_OBJ_V8_ID16 = 127,
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionWithPattern8-expected.txt | 752 "column": 127
|
| D | functionWithPattern9-expected.txt | 752 "column": 127
|
| D | functionWithPattern10-expected.txt | 752 "column": 127
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | util.ts | 402 export const MAX_INT8 = 127;
|