Home
last modified time | relevance | path

Searched full:matches (Results 1 – 25 of 83) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp213 …VMHandle<EtsObjectArray> matches(coroutine, regexpExecArrayObj->GetFieldObject(resultField)->GetCo… in SetSuccessfulMatchLegacyProperties() local
214 ASSERT(matches->GetLength() != 0); in SetSuccessfulMatchLegacyProperties()
220 type->SetStaticFieldObject(lastMatchField, matches->Get(0U)); in SetSuccessfulMatchLegacyProperties()
223 if (i < matches->GetLength()) { in SetSuccessfulMatchLegacyProperties()
224 type->SetStaticFieldObject(parenField, matches->Get(i)); in SetSuccessfulMatchLegacyProperties()
234 if (matches->GetLength() > 1) { in SetSuccessfulMatchLegacyProperties()
235 type->SetStaticFieldObject(lastParenField, matches->Get(matches->GetLength() - 1U)); in SetSuccessfulMatchLegacyProperties()
245 auto suffixBegin = index + EtsString::FromEtsObject(matches->Get(0U))->GetLength(); in SetSuccessfulMatchLegacyProperties()
295 …esultField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<bool, PandaString>> &matches, in SetResultField() argument
307 …VMHandle<EtsObjectArray> resultArray(coroutine, EtsObjectArray::Create(stringClass, matches.size()… in SetResultField()
[all …]
/arkcompiler/runtime_core/static_core/cmake/
DDefinitions.cmake61 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "i[356]86")
65 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
121 AND CMAKE_BUILD_TYPE MATCHES Release)
128 if(CMAKE_BUILD_TYPE MATCHES Debug)
135 if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 14)
136 if ("${CMAKE_BUILD_TYPE}" MATCHES "^(RelWithDebInfo|FastVerify|Debug|DebugDetailed)$")
184 if(PANDA_TARGET_LINUX_DISTRO MATCHES "Ubuntu")
188 if(PANDA_TARGET_LINUX_DISTRO MATCHES "Ubuntu 18\\.04")
190 elseif(PANDA_TARGET_LINUX_DISTRO MATCHES "Ubuntu 20\\.04")
192 elseif(PANDA_TARGET_LINUX_DISTRO MATCHES "Ubuntu 22\\.04")
[all …]
DSanitizers.cmake15 if (CMAKE_BUILD_TYPE MATCHES Release)
47 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release) AND
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dthrow.yaml199 …ter. The current method is searched for the first exception handler that matches the class of exce…
282 …ter. The current method is searched for the first exception handler that matches the class of exce…
346 …description: The current method is searched for the first exception handler that matches the class…
521 …ter. The current method is searched for the first exception handler that matches the class of exce…
572 …ter. The current method is searched for the first exception handler that matches the class of exce…
626 …ter. The current method is searched for the first exception handler that matches the class of exce…
653 …ter. The current method is searched for the first exception handler that matches the class of exce…
681 …ter. The current method is searched for the first exception handler that matches the class of exce…
734 …ter. The current method is searched for the first exception handler that matches the class of exce…
786 …ter. The current method is searched for the first exception handler that matches the class of exce…
[all …]
Dfadd2.yaml165 The sign of result matches the sign of accumulator value.
167 The sign of result matches the sign of infinity.
232 The sign of result matches the sign of accumulator value.
234 The sign of result matches the sign of infinity.
336 The sign of result matches the sign of infinity.
395 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
526 The sign of result matches the sign of infinity.
Dfsub2.yaml148 The sign of result matches the sign of accumulator value.
150 The sign of result matches the sign of infinity.
210 The sign of result matches the sign of accumulator value.
212 The sign of result matches the sign of infinity.
309 The sign of result matches the sign of infinity.
378 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
525 The sign of result matches the sign of infinity.
Dfsub2.64.yaml148 The sign of result matches the sign of accumulator value.
150 The sign of result matches the sign of infinity.
210 The sign of result matches the sign of accumulator value.
212 The sign of result matches the sign of infinity.
309 The sign of result matches the sign of infinity.
378 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
525 The sign of result matches the sign of infinity.
Dfadd2.64.yaml165 The sign of result matches the sign of accumulator value.
167 The sign of result matches the sign of infinity.
232 The sign of result matches the sign of accumulator value.
234 The sign of result matches the sign of infinity.
336 The sign of result matches the sign of infinity.
395 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
526 The sign of result matches the sign of infinity.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dsimplify_sb_doc.md121 …Builder instances in a basic block, then we check if the use of instance matches concatenation pat…
177 let matches = MatchConcatenationLoop(loop)
178 foreach match in matches)
183 Cleanup(loop, matches)
205 let matches: array of Match
229 add match to matches array
230 return matches
250 function Cleanup(loop: Loop, matches: array of Match)
253 foreach match in matches
/arkcompiler/runtime_core/cmake/
DDefinitions.cmake53 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "i[356]86")
57 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
106 AND CMAKE_BUILD_TYPE MATCHES Release)
113 if(CMAKE_BUILD_TYPE MATCHES Debug)
159 if(PANDA_TARGET_LINUX_DISTRO MATCHES "Ubuntu")
163 if(PANDA_TARGET_LINUX_DISTRO MATCHES "Ubuntu 18\\.04")
165 elseif(PANDA_TARGET_LINUX_DISTRO MATCHES "Ubuntu 20\\.04")
DSanitizers.cmake15 if (CMAKE_BUILD_TYPE MATCHES Release)
48 "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND (CMAKE_BUILD_TYPE MATCHES Release) AND
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml309 …ter. The current method is searched for the first exception handler that matches the class of exce…
394 …ter. The current method is searched for the first exception handler that matches the class of exce…
480 …ter. The current method is searched for the first exception handler that matches the class of exce…
513 …ter. The current method is searched for the first exception handler that matches the class of exce…
622 …description: The current method is searched for the first exception handler that matches the class…
695 …description: The current method is searched for the first exception handler that matches the class…
999 …description: The current method is searched for the first exception handler that matches the class…
1071 …ter. The current method is searched for the first exception handler that matches the class of exce…
1124 …ter. The current method is searched for the first exception handler that matches the class of exce…
1181 …ter. The current method is searched for the first exception handler that matches the class of exce…
[all …]
Dfadd2.yaml165 The sign of result matches the sign of accumulator value.
167 The sign of result matches the sign of infinity.
232 The sign of result matches the sign of accumulator value.
234 The sign of result matches the sign of infinity.
336 The sign of result matches the sign of infinity.
395 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
526 The sign of result matches the sign of infinity.
Dfsub2.yaml148 The sign of result matches the sign of accumulator value.
150 The sign of result matches the sign of infinity.
210 The sign of result matches the sign of accumulator value.
212 The sign of result matches the sign of infinity.
309 The sign of result matches the sign of infinity.
378 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
525 The sign of result matches the sign of infinity.
Dfadd2.64.yaml165 The sign of result matches the sign of accumulator value.
167 The sign of result matches the sign of infinity.
232 The sign of result matches the sign of accumulator value.
234 The sign of result matches the sign of infinity.
336 The sign of result matches the sign of infinity.
395 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
526 The sign of result matches the sign of infinity.
Dfsub2.64.yaml148 The sign of result matches the sign of accumulator value.
150 The sign of result matches the sign of infinity.
210 The sign of result matches the sign of accumulator value.
212 The sign of result matches the sign of infinity.
309 The sign of result matches the sign of infinity.
378 The sign of result matches the sign of infinity.
456 The sign of result matches the sign of infinity.
525 The sign of result matches the sign of infinity.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dspec_report.py163 matches = _DIR_PATTERN.match(dir_part)
164 if matches is None or len(matches.groups()) != 2:
166 num = int(matches.group(1))
/arkcompiler/ets_frontend/test262/
Deshost.patch170 + const matches = syntaxErrorMessage.match();
171 + if (matches && matches.length) {
173 + message: matches[3],
174 + lineNumber: Number(matches[1]),
175 + columnNumber: Number(matches[2])
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DfunctionOverload1.ts24 /* @@? 23:1 Error TypeError: No overload matches this call. */
/arkcompiler/runtime_core/static_core/patches/asmjit/
D0001-Add-build-configs.patch218 - if ("${target_type}" MATCHES "^(EXECUTABLE|TEST)$")
267 - elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "^(GNU|Clang|AppleClang)$")
269 + if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "^(GNU|Clang|AppleClang)$")
298 if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
305 - if(CMAKE_LINKER MATCHES "link\\.exe" OR CMAKE_LINKER MATCHES "lld-link\\.exe")
326 - if ("${src_file}" MATCHES "\\.natvis")
/arkcompiler/runtime_core/static_core/scripts/cmake-checker/
Dcmake_checker.py58 # Check if root directory matches any white list path
62 # Check if root directory matches any ignore path
/arkcompiler/runtime_core/tests/checked/
DCMakeLists.txt48 if (NOT DEFINED ARG_SUPPORT_RELEASE AND NOT ${CMAKE_BUILD_TYPE} MATCHES "Debug")
94 if (NOT ${CMAKE_BUILD_TYPE} MATCHES "Debug")
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DRegExp.sts167 * all possible matches in a string
303 * Static accessor properties return parenthesized substring matches
592 let matches = new NullableStringArray();
600 return new RegExpMatchArray(-1, "", matches.toArray() as String[])
604 matches.pushBack(matchStr)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dshell.py62 matches = re.search(r"__RET_VAL__=(\d*)", self.out)
63 if not matches:
67 self.ret = int(matches.groups()[0])
/arkcompiler/ets_frontend/arkguard/
DREADME.md413 | ? | Matches any single character | "AB?" can match "ABC", etc., but cannot match "…
414 | \* | Matches any number of any characters | "*AB*" can match "AB", "aABb", "cAB", "ABc", et…
449 | ? | Matches any single character except path separator '/' …
450 | \* | Matches any number of any characters except path separator '/' …
451 | \*\* | Matches any number of any characters …

1234