| /arkcompiler/ets_runtime/test/moduletest/string/ |
| D | string.js | 100 var b = a.split(""); 101 var c = a.split("1"); 107 var b1 = a1.split(); 108 var c1 = a1.split(""); 109 var d1 = a1.split(" "); 110 var e1 = a1.split("_"); 111 var f1 = a1.split("_", 2); 112 var g1 = a2.split("尼", 3); 113 var r1 = a3.split("尼", 44); 114 var k1 = a3.split("尼", 0); [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | live_registers.cpp | 45 …for (auto split = interval; !interval->IsPhysical() && split != nullptr; split = split->GetSibling… in CopyIntervals() local 46 if (split->HasReg()) { in CopyIntervals() 47 minLn = std::min(minLn, split->GetBegin()); in CopyIntervals() 48 maxLn = std::max(maxLn, split->GetEnd()); in CopyIntervals() 49 destination->push_back(split); in CopyIntervals() 115 auto split = queue.front(); in BuildIntervalsTree() local 117 if (split->end - split->begin <= 0) { in BuildIntervalsTree() 121 auto midpoint = split->min + (split->max - split->min) / 2U; in BuildIntervalsTree() 125 …auto leftMidpoint = PartitionLeftSplit(split->begin, split->end, midpoint, &leftMinLn, &leftMaxLn); in BuildIntervalsTree() 129 …auto rightMidpoint = PartitionRightSplit(leftMidpoint, split->end, midpoint, &rightMinLn, &rightMa… in BuildIntervalsTree() [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | life_intervals_test.cpp | 72 auto split = interval->SplitAt(4, GetAllocator()); in TEST_F() local 74 CheckSiblings({interval, split}); in TEST_F() 76 CheckRanges(split, {}); in TEST_F() 82 auto split = interval->SplitAt(6, GetAllocator()); in TEST_F() local 84 CheckSiblings({interval, split}); in TEST_F() 86 CheckRanges(split, {{8, 10}}); in TEST_F() 92 auto split = interval->SplitAt(6, GetAllocator()); in TEST_F() local 94 CheckSiblings({interval, split}); in TEST_F() 96 CheckRanges(split, {{6, 10}}); in TEST_F() 102 auto split = interval->SplitAt(8, GetAllocator()); in TEST_F() local [all …]
|
| /arkcompiler/toolchain/build/templates/cxx/ |
| D | external_deps_handler.py | 74 inner_kit_parts = inner_kit["name"].split(":") 93 target_name = dep.split(":")[1] 97 target_name = dep.split(":")[1] 101 target_name = dep.split(":")[1] 105 target_name = dep.split(":")[1]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | life_intervals_test.cpp | 84 auto split = interval->SplitAt(4U, GetAllocator()); in TEST_F() local 86 CheckSiblings({interval, split}); in TEST_F() 88 CheckRanges(split, {}); in TEST_F() 94 auto split = interval->SplitAt(6U, GetAllocator()); in TEST_F() local 96 CheckSiblings({interval, split}); in TEST_F() 98 CheckRanges(split, {{8U, 10U}}); in TEST_F() 104 auto split = interval->SplitAt(6U, GetAllocator()); in TEST_F() local 106 CheckSiblings({interval, split}); in TEST_F() 108 CheckRanges(split, {{6U, 10U}}); in TEST_F() 114 auto split = interval->SplitAt(8U, GetAllocator()); in TEST_F() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/ |
| D | loadicbyvalue.js | 69 strC = str.split("C"); 72 strC = lineStr.split("C"); 78 strC = strObj.split("C");
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_critical_edge.cpp | 53 CriticalEdge *split = memPool->New<CriticalEdge>(f, *memPool); in PhaseRun() local 55 split->CollectCriticalEdges(); in PhaseRun() 56 split->SplitCriticalEdges(); in PhaseRun()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | descriptor.py | 59 includes += [incl.strip() for incl in match.group("includes").split(",")] if match else [] 62 … includes += [incl.strip() for incl in match.group("includes").split("-")][1:] if match else [] 68 result["flags"] = [flag.strip() for flag in match.group("flags").split(",")] 81 result["issues"] = [issue.strip() for issue in match.group("issues").split(",")]
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/cookbook_convertor/src/ |
| D | cookbook_convertor.ts | 92 doc_lines = contents.split(/\r?\n/); 99 console.log(">>>>>>> START RULE " + doc_lines[ _line ].split( NEW_REC_HEADER )[1]) 100 ruleNum = Number((doc_lines[ _line ].split( NEW_REC_HEADER )[1]).split(":")[0]); 104 let line = doc_lines[ _line ].split( CB_R )[1]; 136 let ss = s.split(from); 171 let ss = s.split("\`\`"); 257 let line = doc_lines[ _line ].split( CB_R )[1]; 420 if( s.split(CB_REF)[1] ) { 424 let ruleNum = Number( s.replace("`", "").split(RECIPE)[1]);
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 74 path_list = file.split(os.sep) 80 ts_list = temp_out_file_path.split(os.sep) 83 path_list = out_file_path.split(os.sep) 165 out_list = out_content.split('}\n{') 168 out_list.append(''.join(out_content.split('\n'))) 175 out_do = ''.join(out_list[i].split('\n')).strip(' ') + '}' 177 out_do = '{' + ''.join(out_list[i].split('\n')).strip(' ') 182 out_list[i].split('\n')).strip(' ') + 195 path_list = file.split(os.sep) 201 path_list = out_path.split(os.sep)
|
| /arkcompiler/runtime_core/static_core/gn/build/ |
| D | cmake_configure_file.py | 38 key, val = value.split('=', 1) 58 var_val = in_line.split(' ', 1)[1] 59 var_val_split = var_val.split(' ', 1)
|
| /arkcompiler/runtime_core/gn/build/ |
| D | cmake_configure_file.py | 38 key, val = value.split('=', 1) 58 var_val = in_line.split(' ', 1)[1] 59 var_val_split = var_val.split(' ', 1)
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | file_format_version.h.erb | 28 constexpr std::array<uint8_t, File::VERSION_SIZE> version {<%= Panda::version.split('.').join(', ')… 29 constexpr std::array<uint8_t, File::VERSION_SIZE> minVersion {<%= Panda::min_version.split('.').joi… 32 {<%= api_version.split('.').join(', ') %>}, 49 % current_version_raw = Panda::version.split('.') 54 {<%= api_version[0] %>, {<%= api_version[1].split('.').join(', ') %>}},
|
| /arkcompiler/ets_runtime/test/ |
| D | run_ts_test262.py | 99 path = abc_file_path_temp.split('.abc')[0] 101 … '--aot-file=' + path, '--entry-point=' + abc_file_path_temp.split('/')[-1].split('.abc')[0], 110 '--entry-point=' + abc_file_path_temp.split('/')[-1].split('.abc')[0], 133 paths = abc_file_path_temp.split('.abc')[0]
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen.puactivity | 18 split 21 split again 32 end split
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen-activity.plantuml | 18 split 21 split again 32 end split
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_alignment.cpp | 262 bool split; in MarkShortBranchSplit() local 264 split = false; in MarkShortBranchSplit() 266 for (auto *bb = aarFunc->GetFirstBB(); bb != nullptr && !split; bb = bb->GetNext()) { in MarkShortBranchSplit() 267 … for (auto *insn = bb->GetLastInsn(); insn != nullptr && !split; insn = insn->GetPrev()) { in MarkShortBranchSplit() 282 split = true; in MarkShortBranchSplit() 284 insn->SetNeedSplit(split); in MarkShortBranchSplit() 287 } while (split); in MarkShortBranchSplit()
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/src/ |
| D | cookbook_convertor.ts | 93 doc_lines = contents.split(/\r?\n/); 106 let line = doc_lines[ _line ].split( CB_R )[1]; 141 let ss = s.split(from); 177 let ss = s.split("\`\`"); 243 const title = doc_lines[_line].split(CB_FIX)[1].trim(); 278 let line = doc_lines[ _line ].split( CB_R )[1]; 447 if( s.split(CB_REF)[1] ) { 451 let ruleNum = Number( s.replace("`", "").split(RECIPE)[1]);
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 91 str_array = line.split(':') 93 elements = mid_str.split(' ') 159 str_arr = main_key.split('/') 277 mid_str = line.split(':')[1].strip() 278 scene = mid_str.split()[2] 280 execute_time = line.split(':')[2] 303 results = file_path.split("/") 305 api_name = results[-1].split(".")[0] 322 results = file_path.split("/") 530 str_list = today_str.split('.') [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/regression/ |
| D | function_params_optional_union.ets | 17 public split (separator: String | Int, limit?: Number) : String[] { 24 assert a.split("123", 1)[0] == ""
|
| /arkcompiler/ets_frontend/arkguard/src/generator/ |
| D | ReservedNameGenerator.ts | 88 let charArr: string[] = originName.split(''); 90 let binaryArr: string = this.mWordIndex.toString(BINARY_RADIX).split('').reverse().join('');
|
| /arkcompiler/ets_frontend/ts2panda/templates/ |
| D | builtinsMap.ts.erb | 20 % args = sig.split(/,?\s+/) 35 % mnemonic = insn.mnemonic.split('.') 61 % args = sig.split(/,?\s+/) 67 case "<%= builtin.sig.split(' ')[0]%>":
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/serialization/ |
| D | std_serialization_json_2.ets | 27 this.{{.param_tuple.split(":")|first}} = {{.param_tuple.split(":")|first}}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/03.numeric_types_hierarchies/ |
| D | hier1.ets | 19 params: {{c.sm.split(" ").0}} to {{c.lg.split(" ").0}}
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 24 ("X").split("00QP", -32297n);
|