Home
last modified time | relevance | path

Searched refs:matching (Results 1 – 11 of 11) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelClass.java255 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>(); in getMethods() local
260 matching.add(method); in getMethods()
263 return matching.toArray(new ModelMethod[matching.size()]); in getMethods()
275 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>(); in getMethods() local
280 matching.add(method); in getMethods()
283 return matching.toArray(new ModelMethod[matching.size()]); in getMethods()
532 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>(); in findMethods() local
536 matching.add(method); in findMethods()
539 return matching; in findMethods()
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java147 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { in collectFilters() argument
155 if (filterEquals(cur, matching)) { in collectFilters()
166 public ArrayList<F> findFilters(IntentFilter matching) { in findFilters() argument
167 if (matching.countDataSchemes() == 1) { in findFilters()
169 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching); in findFilters()
170 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) { in findFilters()
172 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching); in findFilters()
173 } else if (matching.countDataTypes() == 0 && matching.countDataSchemes() == 0 in findFilters()
174 && matching.countActions() == 1) { in findFilters()
176 return collectFilters(mActionToFilter.get(matching.getAction(0)), matching); in findFilters()
[all …]
/frameworks/av/media/libstagefright/codec2/vndk/include/util/
DC2ParamUtils.h186 size_t matching = countMatching( variable
189 prefix.resize(matching);
/frameworks/av/media/libstagefright/include/
DMediaCodecList.h77 Vector<AString> *matching);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
DSetterStore.java471 ArrayList<MultiAttributeSetter> matching = getMatchingMultiAttributeSetters(attributes, in getMultiAttributeSetterCalls() local
473 Collections.sort(matching, COMPARE_MULTI_ATTRIBUTE_SETTERS); in getMultiAttributeSetterCalls()
474 while (!matching.isEmpty()) { in getMultiAttributeSetterCalls()
475 MultiAttributeSetter bestMatch = matching.get(0); in getMultiAttributeSetterCalls()
477 removeConsumedAttributes(matching, bestMatch.attributes); in getMultiAttributeSetterCalls()
549 private static void removeConsumedAttributes(ArrayList<MultiAttributeSetter> matching, in removeConsumedAttributes() argument
551 for (int i = matching.size() - 1; i >= 0; i--) { in removeConsumedAttributes()
552 final MultiAttributeSetter setter = matching.get(i); in removeConsumedAttributes()
561 matching.remove(i); in removeConsumedAttributes()
/frameworks/rs/script_api/
Drs_graphics.spec359 operate on the texture bound at the matching slot.
376 matching slot.
/frameworks/compile/slang/
DREADME.rst282 the same exact dimensionality (i.e. matching X and Y values for dimension).
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc111 .format = a VkFormat matching the format requested for the gralloc buffer
/frameworks/rs/script_api/include/
Drs_graphics.rsh624 * operate on the texture bound at the matching slot.
645 * matching slot.
Drs_math.rsh737 * min_value: Lower bound, a scalar or matching vector.
2250 * exponent: Exponent, a single component or matching vector.
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...