Searched refs:matching (Results 1 – 11 of 11) sorted by relevance
255 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>(); in getMethods() local260 matching.add(method); in getMethods()263 return matching.toArray(new ModelMethod[matching.size()]); in getMethods()275 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>(); in getMethods() local280 matching.add(method); in getMethods()283 return matching.toArray(new ModelMethod[matching.size()]); in getMethods()532 ArrayList<ModelMethod> matching = new ArrayList<ModelMethod>(); in findMethods() local536 matching.add(method); in findMethods()539 return matching; in findMethods()
147 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { in collectFilters() argument155 if (filterEquals(cur, matching)) { in collectFilters()166 public ArrayList<F> findFilters(IntentFilter matching) { in findFilters() argument167 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 …]
186 size_t matching = countMatching( variable189 prefix.resize(matching);
77 Vector<AString> *matching);
471 ArrayList<MultiAttributeSetter> matching = getMatchingMultiAttributeSetters(attributes, in getMultiAttributeSetterCalls() local473 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() argument551 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()
359 operate on the texture bound at the matching slot.376 matching slot.
282 the same exact dimensionality (i.e. matching X and Y values for dimension).
111 .format = a VkFormat matching the format requested for the gralloc buffer
624 * operate on the texture bound at the matching slot.645 * matching slot.
737 * min_value: Lower bound, a scalar or matching vector.2250 * exponent: Exponent, a single component or matching vector.
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...