Home
last modified time | relevance | path

Searched full:127 (Results 1 – 25 of 52) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp28 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 …]
Decma_string_accessor_test.cpp124 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/
Dwebsocket.cpp53 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/
Djlez.yaml94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
160 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
Djgez.yaml94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
158 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
Dlda.const.yaml268 - "#{'i8 256 { ' + [*-128..127].map do |i| \"#{i} \" end .join + '}' }"
270 - 127
Djnez.yaml96 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
Djgtz.yaml94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
Djeqz.yaml94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
Djltz.yaml94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
Djnez.obj.yaml585 - description: Max forward jump for imm8, 2 + 120 + 2 + 3 = 127 bytes
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.cpp76 // Also support ascii that great than 127, so using unsigned char here in ConvertToString()
/arkcompiler/runtime_core/verification/absint/tests/
Dexec_context_test.cpp62 ExecContext exec_ctx {&instructions[0], &instructions[127]}; in TEST_F()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp302 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/
Dcheck_set_intersection_as_lub.als114 -- No counterexample found. Assertion may be valid. 127ms.
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp134 EXPECT_EQ(result0.GetRawValue().GetTaggedValue().GetInt(), 127); // 127 : -129 to int8 127 in HWTEST_F_L0()
Dstring_helper_test.cpp175 EXPECT_EQ(StringHelper::UnicodeFromUtf8(oneByteVaild2, maxLen, pp), 127); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h64 static constexpr char DEL = 127;
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp242 …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/
Dold_instruction_enum.h197 LDOBJ_OBJ_V8_ID16 = 127,
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionWithPattern8-expected.txt752 "column": 127
DfunctionWithPattern9-expected.txt752 "column": 127
DfunctionWithPattern10-expected.txt752 "column": 127
DfunctionWithPattern11-expected.txt752 "column": 127
/arkcompiler/ets_frontend/ts2panda/src/base/
Dutil.ts402 export const MAX_INT8 = 127;

123