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

<<11121314151617181920>>

  /frameworks/base/core/java/android/provider/
ContactsInternal.java 58 final int match = sContactsUriMatcher.match(uri); local
59 switch (match) {
  /frameworks/base/tools/aapt/
ResourceFilter.h 23 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/
Flag.cpp 89 bool match = false; local
92 match = true;
113 if (!match) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NAIRealmData.java 61 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; local
83 if (match > best) {
84 best = match;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_bsd.c 36 uint32_t temp = 0, match = 0, noOfBits = 0, count = 0; local
52 while(!match)
92 match = 1;
101 if(!match)
116 if(match)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
encode_test_driver.cc 106 // break-out is implemented within the match checking process.
109 bool match = (img1->fmt == img2->fmt) && local
117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
119 width_y) == 0) && match;
123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
125 width_uv) == 0) && match;
127 match = (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V],
129 width_uv) == 0) && match;
130 return match;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
HdcpControl.cpp 246 unsigned int match = 0; local
247 int ret = drmCommandRead(fd, DRM_PSB_GET_HDCP_LINK_STATUS, &match, sizeof(match));
252 if (match) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
HdcpControl.cpp 255 unsigned int match = 0; local
256 int ret = drmCommandRead(fd, DRM_PSB_GET_HDCP_LINK_STATUS, &match, sizeof(match));
261 if (match) {
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertSelectorTest.java 35 byte[] match = { 127, 0, 0, 1 };
36 assertTrue(certSelector.match(newCertWithSubjectAltNameIpAddress(match)));
39 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch)));
46 byte[] match = { 127, 0, 0, 1 };
47 assertTrue(certSelector.match(newCertWithSubjectAltNameIpAddress(match)));
50 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch)));
58 byte[] match = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 };
59 assertTrue(certSelector.match(newCertWithSubjectAltNameIpAddress(match)))
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSmsUtils.java 79 final Matcher match = NAME_ADDR_EMAIL_PATTERN.matcher(address); local
81 if (match.matches()) {
82 return match.group(2);
99 final Matcher match = Patterns.EMAIL_ADDRESS.matcher(s); local
100 return match.matches();
114 final Matcher match = Patterns.PHONE.matcher(number); local
115 return match.matches();
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SuggestionsProvider.java 122 * match.
142 String match; local
144 match = cursor.getString(nameIndex);
145 match = !TextUtils.isEmpty(match) ? match : cursor.getString(addressIndex);
148 addRow(new Object[] {0, match, createQuery(match), emptyIcon});
165 // Append the match as well.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
Romkan.java 183 String match = Romkan.romkanTable.get(key.toString().toLowerCase()); local
184 if (match != null) {
186 match = match.toUpperCase();
189 if (match.length() == 1) {
191 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to);
195 out[0] = new StrSegment(match.substring(0, match.length() - 1),
197 out[1] = new StrSegment(match.substring(match.length() - 1)
    [all...]
RomkanFullKatakana.java 187 String match = table.get(key.toString().toLowerCase()); local
188 if (match != null) {
190 match = match.toUpperCase();
193 if (match.length() == 1) {
195 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to);
199 out[0] = new StrSegment(match.substring(0, match.length() - 1),
201 out[1] = new StrSegment(match.substring(match.length() - 1)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 46 public IRegion match(IDocument doc, int offset) { method in class:AndroidXmlCharacterMatcher
51 IRegion match = findOppositeTag(doc, offset); local
52 if (match != null) {
53 return match;
56 return super.match(doc, offset);
  /system/core/fastboot/
usbtest.c 129 ifc_match_func match; member in struct:__anon69829
193 usb = usb_open(tests[i].match);
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_policy.h 61 struct xt_policy_spec match; member in struct:xt_policy_elem
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_policy.h 67 struct xt_policy_spec match; member in struct:xt_policy_elem
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 196 * Tests if the authentication scopes match.
198 * @return the match factor. Negative value signifies no match.
199 * Non-negative signifies a match. The greater the returned value
200 * the closer the match.
202 public int match(final AuthScope that) { method in class:AuthScope
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
AttributeCertificateHolder.java 283 public boolean match(Object obj) method in class:AttributeCertificateHolder
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKIXCRLStoreSelector.java 167 public boolean match(CRL obj) method in class:PKIXCRLStoreSelector
171 return baseSelector.match(obj);
235 return baseSelector.match(obj);
239 * Returns if this selector must match CRLs with the delta CRL indicator
302 public boolean match(CRL crl)
304 return selector.match(crl);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java 328 public boolean match(Certificate cert) method in class:AttributeCertificateHolder
411 public boolean match(Object obj) method in class:AttributeCertificateHolder
418 return match((Certificate)obj);
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 11 // over the AST and invokes a given callback on every match.
14 // subtree match on the AST. Next, a callback that is executed every time the
19 // the match or construct changes that can be applied to the code.
58 /// that will trigger the callbacks specified via addMatcher(...) when a match
70 /// \brief Contains all information for a given match.
72 /// Every time a match is found, the MatchFinder will invoke the registered
73 /// MatchCallback with a MatchResult containing information about the match.
77 /// \brief Contains the nodes bound on the current match.
89 /// \brief Called when the Match registered for it was successfully found
95 /// \brief Called on every match by the \c MatchFinder
182 template <typename T> void match(const T &Node, ASTContext &Context) { function in class:clang::ast_matchers::MatchFinder
275 match(MatcherT Matcher, const ast_type_traits::DynTypedNode &Node, function in namespace:clang::ast_matchers
286 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { function in namespace:clang::ast_matchers
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 123 int i, match, ok; local
126 match = ext2fs_badblocks_list_test(bb, vec[i]);
127 if (match == vec[i+1])
134 match ? "present" : "absent",
141 int i, match; local
147 match = ext2fs_badblocks_list_test(bb, vec[i]);
149 match ? "present" : "absent");
150 if (!match) {
157 match = ext2fs_badblocks_list_test(bb, vec[i]);
161 if (match) {
    [all...]
  /external/elfutils/src/tests/
funcscopes.c 113 bool match; local
115 match = fnmatch (*argv, name, 0) == 0;
116 while (!match && *++argv);
117 if (!match)
  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 217 * set, or otherwise can match multiple keys, the index value is -1.
222 // match any key.
237 * then it will match any key.
241 // If there is neither then we match any key; return true.
330 * Attempt a match and replacement at the given position. Return
331 * the degree of match between this rule and the given text. The
332 * degree of match may be mismatch, a partial match, or a full
333 * match. A mismatch means at least one character of the text
334 * does not match the context or key. A partial match means som
387 UMatchDegree match; local
    [all...]

Completed in 644 milliseconds

<<11121314151617181920>>