Searched defs:matched (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp56 if (matched(*name_hash, pFrom, pHash)) {
68 if (matched(*name_hash, pFrom, pHash)) {
91 bool SectionMap::matched(const NamePair& pNamePair, function in class:SectionMap
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DAccessibilityManagerTest.java214 * @param matched The event to check.
215 * @return True if expectations are matched.
217 private static AccessibilityEvent eqAccessibilityEvent(AccessibilityEvent matched) { argument
218 reportMatcher(new AccessibilityEventMather(matched));
243 public boolean matches(Object matched) { argument
244 if (!(matched instanceof AccessibilityEvent)) {
247 AccessibilityEvent receivedEvent = (AccessibilityEvent) matched;
263 public boolean matches(Object matched) { argument
264 if (!(matched instanceof IAccessibilityManagerClient)) {
/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp88 int matched = sscanf(buffer, "%31s %llu %llu %llu %llu " local
92 if (matched >= 5) {
93 if (matched == 7) {
101 if (matched == 7) {
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1180 private boolean matched; field in class:AbstractMessageParser.Format
1188 public void setMatched(boolean matched) { this.matched = matched; } argument
1193 // This character only implies special formatting if it was matched.
1195 if (matched) {

Completed in 210 milliseconds