Searched defs:match (Results 51 - 61 of 61) sorted by relevance

123

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp300 bool match = false; local
303 match = true;
312 if (!match) {
1203 // If the PNG signature doesn't match, bail early.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java686 public void addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
691 public void replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, argument
/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/base/core/java/android/app/
H A DApplicationPackageManager.java2013 int match, ComponentName[] set, ComponentName activity) {
2015 mPM.addPreferredActivity(filter, match, set, activity, mContext.getUserId());
2022 public void addPreferredActivityAsUser(IntentFilter filter, int match, argument
2025 mPM.addPreferredActivity(filter, match, set, activity, userId);
2033 int match, ComponentName[] set, ComponentName activity) {
2035 mPM.replacePreferredActivity(filter, match, set, activity, mContext.getUserId());
2043 int match, ComponentName[] set, ComponentName activity,
2046 mPM.replacePreferredActivity(filter, match, set, activity, userId);
2012 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
2032 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
2042 replacePreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1137 bool match = (attribute == local
1140 return match;
1143 return match && (attribute ==
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java368 * Querying flag: match components which are direct boot <em>unaware</em> in
373 * to match only runnable components based on the user state. For example,
385 * Querying flag: match components which are direct boot <em>aware</em> in
390 * to match only runnable components based on the user state. For example,
480 * if all signatures on the two packages match.
504 * if not all signatures on both packages match.
1111 * package because its packaged native code did not match any of the ABIs
3215 * must be under a domain you control, with a suffix that will not match
3400 * two packages match. The value is >= 0 ({@link #SIGNATURE_MATCH}) if
3401 * all signatures match o
5264 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
5273 addPreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, @UserIdInt int userId) argument
5300 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
5307 replacePreferredActivityAsUser(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, @UserIdInt int userId) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp876 // because the strings are sorted with strzcmp16(). So to match
2188 // match the requested locale.
2190 // Because of the locale-related checks in match() and the checks, we know
2192 // 1) The resource languages are either empty or match the request;
2195 // unknown or match the request.
2202 // We consider the one that has the language specified a better match.
2204 // The exception is that we consider no-language resources a better match
2211 // better match if the other resource has a country other than
2234 // the script checks in match(), the scripts are either all unknown or are
2333 // For screen size, the best match i
2507 bool ResTable_config::match(const ResTable_config& settings) const { function in class:android::ResTable_config
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3544 // Caller expressed no opinion, so match based on user state
3625 // Safe mode means we shouldn't match any third-party components
3670 if (a.intents.get(i).match(intent.getAction(), resolvedType, intent.getScheme(),
4904 IntentFilter filter, int match, ComponentName activity) {
4911 + " match=" + match
4922 addPreferredActivityInternal(filter, match, null, activity, false, userId,
5006 // No hash prefix match; there are no ephemeral apps for this domain.
5019 // We have a domain match; resolve the filters to see if anything matches.
5032 // Hash or filter mis-match; n
4903 setLastChosenActivity(Intent intent, String resolvedType, int flags, IntentFilter filter, int match, ComponentName activity) argument
10800 newResult(PackageParser.ActivityIntentInfo info, int match, int userId) argument
11007 newResult(PackageParser.ServiceIntentInfo filter, int match, int userId) argument
11225 newResult(PackageParser.ProviderIntentInfo filter, int match, int userId) argument
11311 newResult(EphemeralResolveIntentInfo info, int match, int userId) argument
16767 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
16773 addPreferredActivityInternal(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, boolean always, int userId, String opname) argument
16808 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java900 protected BroadcastFilter newResult(BroadcastFilter filter, int match, int userId) {
903 return super.newResult(filter, match, userId);
5457 // Remove all tasks match the cleared application package and user
5938 // that match it. We need to qualify this by the processes
7027 "Intent array length does not match resolvedTypes length");
7773 // check if target holds any <path-permission> that match uri
7781 if (pp.match(path)) {
7786 + ": match=" + pp.match(path)
7801 + ": match
14898 boolean match(Object object, ComponentName comp) { method in class:ActivityManagerService.ItemMatcher
[all...]
/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/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 839 milliseconds

123