Searched +full:2 +full:nd (Results 1 – 25 of 76) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.bigint_literals/ |
| D | bigint_func_n.params.yaml | 25 - 'BigInt.asIntN(32, 0 as byte) // wrong 2nd argument type' 26 - 'BigInt.asIntN(32, 12345) // wrong 2nd argument type' 31 - 'BigInt.asUintN(32, 0 as short) // wrong 2nd argument type' 32 - 'BigInt.asUintN(32, 12345) // wrong 2nd argument type'
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_helper.cpp | 116 if (i + 2 < str.size() && // 2: Check 2 more characters in AppendValueToQuotedString() 119 … static_cast<uint8_t>(str[i + 2]) >= ALONE_SURROGATE_3B_THIRD_START && // 2: 2nd character after ch in AppendValueToQuotedString() 120 … static_cast<uint8_t>(str[i + 2]) <= ALONE_SURROGATE_3B_THIRD_END) { // 2: 2nd character after ch in AppendValueToQuotedString() 125 i += 2; // 2 : Skip 2 characters in AppendValueToQuotedString() 178 if (i + 2 < sp.size() && // 2: Check 2 more characters in AppendValueToQuotedString() 181 sp[i + 2] >= ALONE_SURROGATE_3B_THIRD_START && // 2: 2nd character after ch in AppendValueToQuotedString() 182 sp[i + 2] <= ALONE_SURROGATE_3B_THIRD_END) { // 2: 2nd character after ch in AppendValueToQuotedString() 186 i += 2; // 2 : Skip 2 characters in AppendValueToQuotedString()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/ |
| D | mixed_number_letter_emotion_escaped_control_replace-1-expected.txt | 1 "\n①C\u000b\u000f①①①①L\\2A^^A2L①\u000f\r\u000b\f\ta1\n1a\r\u000f①L\\2A{}AAA2\\L①\u000f\f\tr…
|
| D | mixed_number_letter_emotion_escaped_control_replace-2-expected.txt | 1 …①C\u000b\u000f①①①①L\\2A^^A2L①\u000f\r\u000b\f\ta1\n1a\r\u000f①L\\2A{}AAA2\\L①\u000f\f\tr…
|
| D | mixed_multiple_assertions_number_emotion_quantifier_replace.js | 15 const regex = /(?<!\w+)\p{Nd}+(?=[^0-9]+)([\u{1F300}-\u{1F9FF}]+)\p{N}+(?<=\d+)\1(?![^\D]+)/gmu; 17 123 18 1234$ 20 245678
|
| D | mixed_multiple_assertions_number_emotion_quantifier_matchAll.js | 15 const regex = /(?<!\w+)\p{Nd}+(?=[^0-9]+)([\u{1F300}-\u{1F9FF}]+)\p{N}+(?<=\d+)\1(?![^\D]+)/gmu; 17 123 18 1234$ 20 245678
|
| D | mixed_multiple_assertions_number_emotion_quantifier_match.js | 15 const regex = /(?<!\w+)\p{Nd}+(?=[^0-9]+)([\u{1F300}-\u{1F9FF}]+)\p{N}+(?<=\d+)\1(?![^\D]+)/gmu; 17 123 18 1234$ 20 245678
|
| D | mixed_multiple_assertions_number_emotion_quantifier_split.js | 15 const regex = /(?<!\w+)\p{Nd}+(?=[^0-9]+)([\u{1F300}-\u{1F9FF}]+)\p{N}+(?<=\d+)\1(?![^\D]+)/gmu; 17 123 18 1234$ 20 245678
|
| D | mixed_number_letter_emotion_escaped_control_replace-2.js | 17 …'(\\p{N}*)*(\\p{L}?)?(\\W+)+(\\p{Nd}*)*(\\p{Lu}?)?\\S+\\D*\\10??\\9??\\8??\\7+?\\6+?\\5+?\\4+?\\3*… 19 ①C\v\x0F①①①①L\\2A^^A2L①\u000f\r\v\f\ta1 20 1a\r\x0F①L\\2A\{\}AAA2\\L①\u000f\f\tra1 21 2bbb\t\v\r\u000c3T4B B4T3\u000c\tb2 25 const matches = str.replace(regex, '$1$2$3$4$5$6$7$8$9$10');
|
| D | mixed_number_letter_emotion_escaped_control_replace-1.js | 17 …'(\\p{N}*)*(\\p{L}?)?(\\W+)+(\\p{Nd}*)*(\\p{Lu}?)?\\S+\\D*\\10??\\9??\\8??\\7+?\\6+?\\5+?\\4+?\\3*… 19 ①C\v\x0F①①①①L\\2A^^A2L①\u000f\r\v\f\ta1 20 1a\r\x0F①L\\2A\{\}AAA2\\L①\u000f\f\tra1 21 2bbb\t\v\r\u000c3T4B B4T3\u000c\tb2
|
| D | mixed_number_letter_emotion_escaped_control_match.js | 17 …'(\\p{N}*)*(\\p{L}?)?(\\W+)+(\\p{Nd}*)*(\\p{Lu}?)?\\S+\\D*\\10??\\9??\\8??\\7+?\\6+?\\5+?\\4+?\\3*… 19 ①C\v\x0F①①①①L\\2A^^A2L①\u000f\r\v\f\ta1 20 1a\r\x0F①L\\2A\{\}AAA2\\L①\u000f\f\tra1 21 2bbb\t\v\r\u000c3T4B B4T3\u000c\tb2
|
| D | mixed_multiple_assertions_escaped_symbol_number_quantifier_match.js | 15 const regex = /(?<=\p{Nd}+)[\r\n\t\v\b\f]+(?=\p{N}+)\d+\s+\w+(?<=\p{Lu})[1-5]+(?=\p{Ll}+)/gmu; 18 2\b1234567890\nB5cdef
|
| D | mixed_multiple_assertions_escaped_symbol_number_quantifier_split.js | 15 const regex = /(?<=\p{Nd}+)[\r\n\t\v\b\f]+(?=\p{N}+)\d+\s+\w+(?<=\p{Lu})[1-5]+(?=\p{Ll}+)/gmu; 18 2\b1234567890\nB5cdef
|
| D | mixed_multiple_assertions_escaped_symbol_number_quantifier_matchAll.js | 15 const regex = /(?<=\p{Nd}+)[\r\n\t\v\b\f]+(?=\p{N}+)\d+\s+\w+(?<=\p{Lu})[1-5]+(?=\p{Ll}+)/gmu; 18 2\b1234567890\nB5cdef
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | gc.irt | 37 elsif obj_num == 2 103 # - Checks if the 2nd object's card should be marked; 105 # - Otherwise, if 1st and 2nd object's cards are the same (i.e. 106 # - 2nd store addr isn't aligned on a beggining of a card), marks the card and exits. 107 # - Otherwise, marks the 2nd object's card as well as the 1st obj's card. 257 # `mem` here is a pointer to the 2nd slot of the pair 269 PostInterGenerationalBarrier(2)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/07.array_types/ |
| D | array_index.sts | 17 desc: The first element of the array is stored at the 0th index, 2nd element is stored on 1st index… 21 let x: int[] = [1, 2, 3]; 23 assert(x[1 as short] == 2); 25 assert(x[1 as char] == 2);
|
| /arkcompiler/ets_runtime/test/moduletest/dynamicimport/ |
| D | expect_output.txt | 26 dynamic import aaa.js 2nd time
|
| D | dynamicimport.js | 75 print("dynamic import aaa.js 2nd time");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | scheduled_gc.sts | 17 GC.scheduleGcAfterNthAlloc(2, GC.YOUNG_CAUSE); 19 …assert GC.isScheduledGCTriggered() == false : "GC was scheduled before 2nd allocation, current is … 21 …assert GC.isScheduledGCTriggered() == true : "2 allocation already done, but GC has not been trigg…
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | CMakeLists.txt | 31 # Without this if branch zlib will get built in 2nd stage (issue #1389)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | functions.rst | 63 function multiply(n: number, coeff: number = 2): number { 66 multiply(2) // returns 2*2 67 multiply(2, 3) // returns 2*3 87 sum(1, 2, 3) // returns 6 213 console.log(z()) // output: 2 230 function foo(x: string): void; /* 2nd signature */ 236 foo("aa") // ok, 2nd signature is used
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_args.h | 35 uint8 memPairSecondRegSize; /* struct arg requiring two regs, size of 2nd reg */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/ |
| D | multi_line_comment.sts | 43 {return/***/p/***/*/***/2;} 48 /*2*/let /*********************************************** 68 /*** 2-nd array element ***/55 77 assert y[0] == 44/*1*/ && y[1] == 55 /*2*/ && x == 0/*3*/ 78 assert new C().foo(2) == 4 /*4*/
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | cheatsheet.md | 19 ./bin/es2panda --extension=sts --output=out.abc --opt-level=2 x.sts 20 ./bin/es2panda --extension=sts --output=etsstdlib.abc --opt-level=2 --gen-stdlib=true 34 if (ArkTS_main_in_place) call ArkTS_main // 2nd step 41 For the 2nd step we just always generate *ETSGLOBAL.main()* function and call after 61 # AOT - 2 steps 78 ./bin/es2panda --extension=sts --output=out.abc --opt-level=2 --gen-stdlib=false /path/to/module/fo… 84 *path/to/build/tools/es2panda/generated/* folder. It has 2 default paths related to stdlib - 129 folder. It has 2 default paths related to stdlib - *std* and *compat*. They're imported 154 ./bin/es2panda --extension=sts --output=out.abc --opt-level=2 --gen-stdlib=false \ 171 Have 2 options to form a correct .so for further work with it: [all …]
|
| /arkcompiler/toolchain/test/autotest/scenario_test/ |
| D | test_hot_reload_02.py | 37 2、修改Index.ets,触发热重载,输出日志: 58 console.log("Test Application HotReloadPages01::Mine => add():", add(1, 2)); 128 assert len(matched_log) == 2 130 # 2nd hot reload 132 logging.info(f'{"=" * 30} 2nd Hot Reload {"=" * 30}') 139 assert len(matched_log) == 2
|
1234