Home
last modified time | relevance | path

Searched full:le (Results 1 – 25 of 79) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/
DTextEncoderTest.ets60 const enc = new util.TextEncoder('utf-16le');
69 const enc = new util.TextEncoder('utf-16le');
112 let enc = new util.TextEncoder('utf-16le');
160 let enc = new util.TextEncoder('utf-16le');
165 const encc = new util.TextEncoder('utf-16le');
235 let enc = new util.TextEncoder('utf-16le');
237 assertEQ(str, 'utf-16le');
238 enc = new util.TextEncoder('Utf-16le');
240 assertEQ(str, 'Utf-16le');
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
Dark_gclog_parser.py42 le = self.fallback.parse(line)
43 if le is None:
45 yield le
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.h73 …JSTaggedValue ContainersBuffer::Write##name##LE(EcmaRuntimeCallInfo *argv) …
77 … BUILTINS_API_TRACE(thread, Buffer, Write##name##LE); \
79 … CONTAINER_BUFFER_CHECK(Write##name##LE) \
136 …JSTaggedValue ContainersBuffer::Read##name##LE(EcmaRuntimeCallInfo *argv) …
140 … BUILTINS_API_TRACE(thread, Buffer, Read##name##LE); \
142 … CONTAINER_BUFFER_CHECK(Read##name##LE) \
251 static JSTaggedValue Write##name##LE(EcmaRuntimeCallInfo *argv); \
253 static JSTaggedValue Read##name##LE(EcmaRuntimeCallInfo *argv);
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/
Dunexpected_token_36.ets29 for (le i: int = 2; i <= m; i++) {
34 /* @@? 29:10 Error TypeError: Unresolved reference le */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dunexpected_token_36.ets29 for (le i: int = 2; i <= m; i++) {
34 /* @@? 29:10 Error TypeError: Unresolved reference le */
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_preceding_token_test.cpp72 … " \n\n\n\nfunction f() {\n le\n let a = 123;\n}\n\n\n\nconst s = \"hello\";\n\n\n"); in TEST_F()
76 size_t const secondSpaceBeforeLe = 25; // 25: position of second space before 'le' in TEST_F()
77 size_t const endOfLe = 29; // 29: position of the end of 'le' identifier in TEST_F()
84 …dChild([](AstNode *node) { return node->IsIdentifier() && node->AsIdentifier()->Name() == "le"; }); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Dtriple.cpp21 /* Currently Triple is used only to configure aarch64: be/le, ILP32/LP64 in Init()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbinary_op.def31 BINARYOP(le)
Dopcodes.def92 OPCODE(le, CompareNode, OPCODEISCOMPARE, 8)
/arkcompiler/ets_runtime/test/moduletest/stringlocalecompare/
Dstringlocalecompare.js54 { str1: 'appleappleapple'.substring(5, 10), str2: 'app'.concat('le') },
57 { str1: 'appleappleapple'.substring(5, 11), str2: 'app'.concat('le') },
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md48 …3. IfImm LE i32 v0(r27), 0x5 …
87 …3. IfImm LE i32 v0(r1), 0x5 …
/arkcompiler/runtime_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md48 …3. IfImm LE i32 v0(r27), 0x5 …
87 …3. IfImm LE i32 v0(r1), 0x5 …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_isinteger.ets26 //! ASM_NEXT x64: /movd.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /vmrs APSR_nzcv, F…
44 //! ASM_NEXT x64: /ucomiss.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /mov\s+r[0-9]+,\s+…
62 //! ASM_NEXT x64: /movq.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /movt\s+r[…
82 //! ASM_NEXT x64: /ucomisd.*/, arm64: /cset\s+w[0-9]+,\s+le/, arm32: /bvs.*/
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/StringDecoder/
DEncodingTest.ets183 let that = new util.TextEncoder('utf-16le')
185 let decoder = new util.StringDecoder('utf-16le')
221 let decoder2 = new util.StringDecoder('utf-16le')
258 let decoder2 = new util.StringDecoder('utf-16le')
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule145.ets54 let le = (): number => { if(get()) return 1; }
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cc.def31 CONDCODE(LE, 0xd) /* signed less than or equal */
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dinstanceof.ets55 var le = () => { return String instanceof Object };
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DIntlRelativeTimeFormatTest.ets159 … expected = ['ce mois-ci', 'le mois prochain', 'dans 2 mois', 'le mois dernier', 'il y a 2 mois'];
178 …expected = ['ce trimestre', 'le trimestre prochain', 'dans 2 trimestres', 'le trimestre dernier', …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/buffer/
DBufferImpl.ets81 suite.addTest("Test Int16 BE/LE read/write", testInt16ReadWrite)
82 suite.addTest("Test Int32 BE/LE read/write", testInt32ReadWrite)
84 suite.addTest("Test UInt16 BE/LE read/write", testUInt16ReadWrite)
85 suite.addTest("Test UInt32 BE/LE read/write", testUInt32ReadWrite)
86 suite.addTest("Test Float BE/LE read/write", testFloatReadWrite)
87 suite.addTest("Test Double BE/LE read/write", testDoubleReadWrite)
88 suite.addTest("Test BigInt64 BE/LE read/write", testBigInt64ReadWrite)
89 suite.addTest("Test BigUInt64 BE/LE read/write", testBigUInt64ReadWrite)
90 suite.addTest("Test variable length Int BE/LE read/write", testVarLengthIntReadWrite)
91 suite.addTest("Test variable length UInt BE/LE read/write", testVarLengthUIntReadWrite)
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dtests.irt131 If(a, 10).LE {
135 If(a, 100).LE {
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DBytesUtils.ts78 const endian = isBigEndian ? 'BE' : 'LE';
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
48 | jle | bool Compare LE, IfImm |
/arkcompiler/runtime_core/docs/
DPBC2IR.md42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
48 | jle | bool Compare LE, IfImm |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_MPISel.h78 /* lt/le in float is replaced by gt/ge on swaped operands */
/arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/
Dstring.irt327 If(length_packed, 1).LE.Unlikely.b {
422 If(length_packed, 1).LE.Unlikely.b {
537 If(length_packed, 1).LE.Unlikely.b {
667 If(pfx_len_packed, 1).LE.Unlikely.b {
673 If(str_len_packed, 1).LE.Unlikely.b {
758 If(sfx_len_packed, 1).LE.Unlikely.b {
764 If(str_len_packed, 1).LE.Unlikely.b {
768 IfImm(Compare(end_index, 0).LE.b).Imm(0).NE.Unlikely.b {
1427 IfImm(Compare(str_len_packed, 1).LE.b).Imm(0).NE.Unlikely.b {
1517 IfImm(Compare(str_len_packed, 1).LE.b).Imm(0).NE.Unlikely.b {

1234