Searched +full:2 +full:nd (Results 1 – 25 of 88) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/ |
| D | bigint_func_n.params.yaml | 24 - 'BigInt.asIntN(32, 0 as byte) // wrong 2nd argument type' 25 - 'BigInt.asIntN(32, 12345) // wrong 2nd argument type' 30 - 'BigInt.asUintN(32, 0 as short) // wrong 2nd argument type' 31 - 'BigInt.asUintN(32, 12345) // wrong 2nd argument type'
|
| /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_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_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_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_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_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
|
| 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
|
| /arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/tests/ |
| D | basic_interop_object_collect_weak_ref_test.ts | 31 // From ETS -> JS, ETS collect 1st, JS collect 2nd 50 // From JS -> ETS, ETS collect 1st, JS collect 2nd
|
| /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/16.array_types/ |
| D | array_index.ets | 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 assertTrue(x[1 as short] == 2); 25 assertTrue(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.ets | 17 GC.scheduleGcAfterNthAlloc(2, GC.Cause.YOUNG); 19 …assertFalse(GC.isScheduledGCTriggered(), "GC was scheduled before 2nd allocation, current is 1st"); 21 … assertTrue(GC.isScheduledGCTriggered(), "2 allocation already done, but GC has not been trigger");
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | CMakeLists.txt | 37 # 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/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/10.comments/ |
| D | multi_line_comment.ets | 43 {return/***/p/***/*/***/2;} 48 /*2*/let /*********************************************** 68 /*** 2-nd array element ***/55 77 assertTrue( y[0] == 44/*1*/ && y[1] == 55 /*2*/ && x == 0/*3*/ ) 78 assertTrue( new C().foo(2) == 4 /*4*/ )
|
| /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/ets_frontend/ets2panda/docs/ |
| D | cheatsheet.md | 19 ./bin/es2panda --extension=ets --output=out.abc --opt-level=2 x.ets 20 ./bin/es2panda --extension=ets --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=ets --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=ets --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/ets_runtime/ecmascript/base/ |
| D | json_helper.cpp | 34 "0\0 1\0 2\0 3\0 4\0 5\0 6\0 7\0 " 202 if (i + 2 < str.size() && // 2: Check 2 more characters in AppendValueToQuotedString() 205 … static_cast<uint8_t>(str[i + 2]) >= ALONE_SURROGATE_3B_THIRD_START && // 2: 2nd character after ch in AppendValueToQuotedString() 206 … static_cast<uint8_t>(str[i + 2]) <= ALONE_SURROGATE_3B_THIRD_END) { // 2: 2nd character after ch in AppendValueToQuotedString() 211 i += 2; // 2 : Skip 2 characters in AppendValueToQuotedString()
|
1234