HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 376 - 400 of 1447) sorted by null

<<11121314151617181920>>

  /external/skia/src/animator/
SkDisplayType.cpp 529 SkDisplayTypes SkDisplayType::Find(SkAnimateMaker* maker, const SkMemberInfo* match) {
533 if (info == match)
554 const SkMemberInfo* match = GetMembers(maker, result, NULL); local
555 if (match == inherited)
562 SkDisplayTypes SkDisplayType::GetType(SkAnimateMaker* maker, const char match[], size_t len ) {
563 int index = SkStrSearch(&gTypeNames[0].fName, kTypeNamesSize, match,
569 SkDisplayTypes result = (*extraPtr)->getType(match, len);
  /external/skia/src/core/
SkRecordPattern.h 8 // First, some matchers. These match a single command in the SkRecord,
112 SK_ALWAYS_INLINE unsigned match(SkRecord* record, unsigned i) { function in class:SkRecords::Cons
114 return i == 0 ? 0 : fTail.match(record, i);
121 *end = this->match(record, *begin);
129 // Once either match or search has succeeded, access the stored data of the first, second,
138 // If head isn't a Star, try to match at i once.
149 // If head is a Star, walk i until it doesn't match.
171 unsigned match(SkRecord*, unsigned i) { return i; } function in struct:SkRecords::Nil
  /external/toybox/toys/pending/
expr.c 206 static int match(struct value *v, char *tok) function
237 if (match(tok, "(")) {
239 if (!match(tok, ")")) error_exit("syntax error"); // missing closing paren
250 while (match(tok, op->tok)) {
mdev.c 111 // Regex to match this device
115 regex_t match; local
120 xregcomp(&match, regex, REG_EXTENDED);
121 result=regexec(&match, device_name, 1, &off, 0);
122 regfree(&match);
  /external/valgrind/tests/
s390x_features.c 20 // cpu model, if specified, does not match the machine
204 unsigned long long match; local
211 match = (facilities & FAC_BIT(1)) && (facilities & FAC_BIT(2));
213 match = facilities & FAC_BIT(0);
215 match = facilities & FAC_BIT(7);
217 match = (facilities & FAC_BIT(18)) && (facilities & FAC_BIT(19));
219 match = facilities & FAC_BIT(21);
221 match = facilities & FAC_BIT(25);
223 match = facilities & FAC_BIT(34);
225 match = facilities & FAC_BIT(35)
    [all...]
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c 379 * @spa: Supplicant address or %NULL to match any
380 * @pmkid: PMKID or %NULL to match any
381 * Returns: Pointer to PMKSA cache entry or %NULL if no match was found
415 * Returns: Pointer to PMKSA cache entry or %NULL if no match was found
463 int match = 0; local
468 match++;
481 match++;
490 match++;
499 match++;
502 return match;
    [all...]
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 177 int match; local
205 * Match PRI/SEC channel with any existing HT40 BSS on the same
209 match = 0;
215 match = 1;
219 if (!match) {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 89 int match = sURLMatcher.match(url); local
90 switch (match) {
118 int match = sURLMatcher.match(url); local
119 switch (match) {
133 int match = sURLMatcher.match(url); local
135 switch (match) {
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 120 int match = sURLMatcher.match(url); local
121 switch (match) {
133 int match = sURLMatcher.match(url); local
134 switch (match) {
  /frameworks/base/tools/aapt2/
Util.cpp 90 bool match = false; local
93 match = true;
98 if (!match) {
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 86 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/libs/EGL/
egl_display.cpp 49 const char* match = strstr(exts, name); local
50 if (match && (match[nameLen] == '\0' || match[nameLen] == ' ')) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
EAPMethod.java 113 public int match(com.android.server.wifi.hotspot2.pps.Credential credential) { method in class:EAPMethod
  /frameworks/support/design/base/android/support/design/widget/
StateListAnimator.java 57 * @param specs The drawable state specs to match against
58 * @param animation The Animation to run when the specs match
112 Tuple match = null; local
117 match = tuple;
121 if (match == mLastMatch) {
127 mLastMatch = match;
128 if (match != null) {
129 start(match);
133 private void start(Tuple match) {
134 mRunningAnimation = match.mAnimation
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java 66 int match = sURLMatcher.match(uri); local
67 switch (match) {
111 int match = sURLMatcher.match(uri); local
112 switch (match) {
135 switch (sURLMatcher.match(uri)) {
168 switch (sURLMatcher.match(uri)) {
192 switch (sURLMatcher.match(uri)) {
  /packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java 63 final int match = sUrlMatcher.match(data); local
64 switch (match) {
  /packages/apps/FMRadio/src/com/android/fmradio/
FmProvider.java 49 // URI match code
51 // URI match code
53 // use to match URI
56 // match URI with station frequency or station frequency id
128 switch (URI_MATCHER.match(uri)) {
205 int match = URI_MATCHER.match(uri); local
207 if (STATION_FREQ_ID == match) {
233 switch (URI_MATCHER.match(uri)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PathMatcher.java 41 public int match(Path path) { method in class:PathMatcher
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestionProvider.java 75 int match = mUriMatcher.match(uri); local
77 if (match == SEARCH_SUGGEST) {
81 } else if (match == SEARCH_SHORTCUT) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
UninstallManager.java 59 final int match = pm.checkSignatures(pkg1, pkg2); local
60 if (match >= PackageManager.SIGNATURE_MATCH) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileAwareUriMatcher.java 58 * @param code the code to match for the root URI
110 * 3. The URI contains lookup key references that match the special profile lookup key.
115 int match = match(uri); local
116 if (PROFILE_URIS.contains(match)) {
118 } else if (PROFILE_URI_ID_MAP.containsKey(match)) {
119 int idSegment = PROFILE_URI_ID_MAP.get(match);
124 } else if (PROFILE_URI_LOOKUP_KEY_MAP.containsKey(match)) {
125 int lookupKeySegment = PROFILE_URI_LOOKUP_KEY_MAP.get(match);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_policy.h 53 struct xt_policy_spec match; member in struct:xt_policy_elem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_policy.h 48 struct xt_policy_spec match; member in struct:xt_policy_elem
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_policy.h 67 struct xt_policy_spec match; member in struct:xt_policy_elem
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_policy.h 67 struct xt_policy_spec match; member in struct:xt_policy_elem

Completed in 545 milliseconds

<<11121314151617181920>>