Searched defs:match (Results 1 - 25 of 55) sorted by last modified time

123

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp138 * corresponds to this list of tokens. If a match is found, consume these tokens
145 bool match = true; local
146 // We match up to three tokens.
153 match = false;
156 if (match) {
259 // We have a match, construct an index reference to that previously emitted mangling.
H A DUtilities.cpp77 string stringReplace(string s, string match, string rep) { argument
80 size_t p = s.find(match);
83 s.erase(p, match.size());
/frameworks/rs/
H A DrsElement.cpp231 // Look for an existing match.
277 // Look for an existing match.
282 bool match = true; local
299 match = false;
303 if (match) {
/frameworks/support/design/base/android/support/design/widget/
H A DStateListAnimator.java57 * @param specs The drawable state specs to match against
58 * @param animation The Animation to run when the specs match
112 Tuple match = null;
117 match = tuple;
121 if (match == mLastMatch) {
127 mLastMatch = match;
128 if (match != null) {
129 start(match);
133 private void start(Tuple match) { argument
134 mRunningAnimation = match
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanDetailCache.java40 void put(ScanDetail scanDetail, PasspointMatch match, HomeSP homeSp) { argument
44 if (match != null && homeSp != null) {
46 new PasspointMatchInfo(match, scanDetail, homeSp));
225 String logMsg = "Visiblity by passpoint match returned ";
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DNAIRealmData.java61 public int match(List<String> credLabels, Credential credential) { method in class:NAIRealmData
74 // else there is a realm match and one or more EAP methods - check them.
82 int match = eapMethod.match(credential) | realmMatch;
83 if (match > best) {
84 best = match;
H A DNAIRealmElement.java49 public int match(Credential credential) { method in class:NAIRealmElement
56 int match = realmData.match(credLabels, credential);
57 if (match > best) {
58 best = match;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DEAPMethod.java113 public int match(com.android.server.wifi.hotspot2.pps.Credential credential) { method in class:EAPMethod
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAuthMatch.java7 * Indeterminate means that there is no ANQP information to match against.
20 public static String toString(int match) { argument
21 if (match < 0) {
24 else if (match == 0) {
29 if ((match & Realm) != 0) {
32 if ((match & Method) != 0) {
35 if ((match & Param) != 0) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DDomainMatcher.java25 private Label(Match match) { argument
26 mMatch = match;
27 mSubDomains = match == Match.None ? new HashMap<String, Label>() : null;
30 private void addDomain(Iterator<String> labels, Match match) { argument
35 subLabel.addDomain(labels, match);
37 mSubDomains.put(labelName, new Label(match));
H A DHomeSP.java85 public PasspointMatch match(NetworkDetail networkDetail, method in class:HomeSP
99 // PLMN match, promote sp match to roaming if necessary.
107 naiRealmElement.match(mCredential) :
110 Log.d(Utils.hs2LogTag(getClass()), networkDetail.toKeyString() + " match on " + mFQDN +
118 // No realm match, return sp match as is.
122 // Realm match, promote sp match to roaming if necessary.
134 Log.d(Utils.hs2LogTag(getClass()), "match SSI
[all...]
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp86 int FontLanguage::match(const FontLanguage other) const { function in class:android::FontLanguage
135 // Compute a matching metric between two styles - 0 is an exact match
160 int match = computeMatch(font.style, style); local
161 if (i == 0 || match < bestMatch) {
163 bestMatch = match;
/frameworks/native/opengl/libagl/
H A Degl.cpp813 bool (*match)(GLint reqValue, GLint confValue); member in struct:android::config_management_t
1171 // attribute found, check if this config could match
1177 bool match = gConfigManagement[cfgMgtIndex].match( local
1179 if (match) {
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp49 const char* match = strstr(exts, name); local
50 if (match && (match[nameLen] == '\0' || match[nameLen] == ' ')) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tools/aapt/
H A DImages.cpp945 bool match = false; local
948 match = true;
957 if (!match) {
H A DResourceFilter.cpp58 WeakResourceFilter::match(const ResTable_config& config) const function in class:WeakResourceFilter
77 // we match.
85 // Special case if the smallest screen width doesn't match. We check that the
H A DResourceFilter.h23 virtual bool match(const android::ResTable_config& config) const = 0;
37 bool match(const android::ResTable_config& config) const;
62 * that this filter is looking for. In order to match a configuration,
86 bool match(const android::ResTable_config& config) const { function in class:StrongResourceFilter
112 bool match(const android::ResTable_config& config) const { function in class:InverseResourceFilter
113 return !mFilter->match(config);
129 bool match(const android::ResTable_config& config) const { function in class:AndResourceFilter
132 if (!mFilters[i]->match(config)) {
/frameworks/base/tools/aapt2/
H A DFlag.cpp89 bool match = false; local
92 match = true;
113 if (!match) {
H A DPng.cpp302 bool match = false; local
305 match = true;
314 if (!match) {
1205 // If the PNG signature doesn't match, bail early.
H A DUtil.cpp90 bool match = false; local
93 match = true;
98 if (!match) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java611 public void addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
616 public void replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
/frameworks/base/tools/split-select/
H A DSplitDescription.cpp55 bool SplitDescription::match(const SplitDescription& o) const { function in class:split::SplitDescription
67 return config.match(o.config);
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java390 // the filters that match that MIME type.
399 // completely match or wildcards whose base type matches.
406 // We can match anything with our base type.
428 // the filters that match its scheme (we will further refine matches
515 protected R newResult(F filter, int match, int userId) { argument
712 int match;
749 match = filter.match(action, resolvedType, scheme, data, categories, TAG);
750 if (match >= 0) {
751 if (debug) Slog.v(TAG, " Filter matched! match
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java761 protected BroadcastFilter newResult(BroadcastFilter filter, int match, int userId) {
764 return super.newResult(filter, match, userId);
5119 // Remove all tasks match the cleared application package and user
5531 // that match it. We need to qualify this by the processes
6592 "Intent array length does not match resolvedTypes length");
7145 // check if target holds any <path-permission> that match uri
7153 if (pp.match(path)) {
7158 + ": match=" + pp.match(path)
7173 + ": match
13840 boolean match(Object object, ComponentName comp) { method in class:ActivityManagerService.ItemMatcher
[all...]

Completed in 8118 milliseconds

123