| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | RegExp.sts | 26 /** The original string that was matched against */ 233 * Returns the string against which a regular expression is matched 240 * Returns the string against which a regular expression is matched 247 * Returns the last matched substring 456 let matched = result.get(0); 457 let matchLength = matched.getLength(); 465 …let replacement = String.getSubstitution(matched, str, position as int, captures.toArray(), namedC… 505 let matched = result.get(0); 506 let matchLength = matched.getLength(); 519 let replacement = replacer(matched, args.toArray());
|
| /arkcompiler/ets_runtime/test/sharedtest/check/ |
| D | expect_output.txt | 48 Success set prop through accessor with matched type 109 [IC] Fail to set prop through accessor with matched type. err: TypeError: Cannot set sendable prope… 110 [IC] Success set prop through accessor with matched type
|
| D | sharedcheck.ts | 433 print("Success set prop through accessor with matched type"); 435 print("Fail to set prop through accessor with matched type. err: " + error); 687 print("[IC] Success set prop through accessor with matched type"); 689 print("[IC] Fail to set prop through accessor with matched type. err: " + error); 699 print("[IC] Success set prop through accessor with matched type"); 701 print("[IC] Fail to set prop through accessor with matched type. err: " + error);
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | file_header.h | 95 << " and the source code are matched"; in VerifyVersion() 128 bool matched = strictMatch ? (currVersion == lastVersion) : (currVersion <= lastVersion); in VerifyVersion() local 129 if (!matched) { in VerifyVersion()
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 …e properly formatted assertions, or contain assertions that could not be matched to the specificat…
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 …e properly formatted assertions, or contain assertions that could not be matched to the specificat…
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | base_concepts.h | 49 * @note A general case to be matched (to false) if more specialized case fail 59 …* @note A more specialized case to be matched (to true) if the type expression below is valid for …
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.h | 55 * To capture operands from matched subtree Operand<Index> should be used, where 230 bool matched = inst->GetOpcode() == OPCODE && inst->GetInputsCount() == 1 && in Capture() local 233 if (matched) { in Capture() 236 return matched; in Capture()
|
| D | cse.cpp | 203 // Build the set of matched insts in GlobalCse()
|
| D | loop_idioms.cpp | 218 std::array<Inst *, 8U> matched = { in CheckLoopIsolation() local 222 for (Inst *inst : matched) { in CheckLoopIsolation()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/annotations/ |
| D | annotations_emit_test.h | 128 // Check the fields for the matched annotation name in CheckClassAnnotations() 144 // Check the fields for the matched annotation name in CheckFunctionAnnotations()
|
| /arkcompiler/ets_frontend/test262/ |
| D | test-list-test262-other-fastverify-qemu-aot-pgo-built-ins-RegExp-part1.txt | 54 test262/data/other_tests/built-ins/RegExp/match-indices/indices-array-matched.js 84 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/result-coerce-matched.js 85 test262/data/other_tests/built-ins/RegExp/prototype/Symbol.replace/result-coerce-matched-global.js
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | graph_analyzer.cpp | 160 * @param list The instruction type that should be matched 161 * @param targetIns The InstructionInfo that should be matched
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | arktsconfig.h | 52 // Test if absolute path is matched by pattern
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 1083 …// unit of the matched substring and let matched be searchString. If no occurrences of searchStrin… in Replace() 1093 // Let replValue be Call(replaceValue, undefined,«matched, pos, and string»). in Replace() 1094 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in Replace() 1107 // Let replStr be GetSubstitution(matched, string, pos, captures, replaceValue) in Replace() 1112 // Let tailPos be pos + the number of code units in matched. in Replace() 1218 // Let replValue be Call(replaceValue, undefined,«matched, pos, and string»). in ReplaceAll() 1219 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in ReplaceAll() 1232 // Let replStr be GetSubstitution(matched, string, pos, captures, replaceValue) in ReplaceAll() 1238 // Let tailPos be pos + the number of code units in matched. in ReplaceAll() 1268 void ProcessDollarAmpersand(std::u16string &stringBuilder, const JSHandle<EcmaString> &matched, boo… in ProcessDollarAmpersand() argument [all …]
|
| D | builtins_string.h | 146 static JSTaggedValue GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 319 bool matched = false; in DumpFunctionList() local 322 matched = true; in DumpFunctionList() 326 if (matched) { in DumpFunctionList()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_method_wrapper.cpp | 81 // Methods with matched number of arguments might present in base classes in FindSuitableMethod()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | infer_flags.cpp | 107 LLVM_DEBUG(llvm::dbgs() << "Matched simple recurrence '" << *binaryOperator << "'\n"); in RunOnBasicBlock()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.cpp | 53 …oss << " is not matched the current rawheap translator, please use the newest version of the trans… in CheckVersion()
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compiler_doc.md | 155 1. `--compiler-regex` - selects methods with fully-matched qualified name (i.e. 'Class::Method'). 156 2. `--compiler-regex-with-signature` - selects methods with fully-matched qualified name with signa…
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler.yaml | 28 A method matches if its qualified name (e.g. 'Foo::bar') is fully matched. 36 A method matches if its full signature (e.g. 'void Foo::bar(i32)') is fully matched.
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | TransformUtil.ts | 113 // isPath: containing '**', and '*', '?' can not be matched with '/'.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | basics.rst | 506 case label1: // will be executed if label1 is matched 512 case label3: // will be executed if label2 or label3 is matched
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.h | 104 * @return: true means matched and callback execute success
|