Home
last modified time | relevance | path

Searched refs:lastMatch (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/android/
H A Dutil.go394 lastMatch := matches[len(matches)-1]
395 if lastMatch[1] == len(name) {
396 suffix = name[lastMatch[0]:lastMatch[1]]
397 name = name[0:lastMatch[0]]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMessagingLayoutTransformState.java376 int lastMatch = Integer.MAX_VALUE; in findPairs() local
381 for (int j = Math.min(otherGroups.size(), lastMatch) - 1; j >= 0; j--) { in findPairs()
387 lastMatch = j; in findPairs()
/aosp12/system/logging/logcat/tests/
H A Dlogcat_test.cpp1498 std::string lastMatch; in End_to_End() local
1508 lastMatch = buffer; in End_to_End()
1515 if ((count == 0) && (lastMatch.length() > 0)) { in End_to_End()
1518 expect.c_str(), lastMatch.c_str()); in End_to_End()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java2268 int lastMatch = firstMatch; in toStackTraceString() local
2276 lastMatch = i; in toStackTraceString()
2280 if (lastMatch != i) { in toStackTraceString()
2288 i = lastMatch + 1; in toStackTraceString()