HomeSort by relevance Sort by last modified time
    Searched full:ismatch (Results 1 - 25 of 49) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 43 private static final String IS_MATCH_ARG = "isMatch";
91 boolean isMatch = messages != null
95 getPassButton().setEnabled(isMatch);
98 args.putBoolean(IS_MATCH_ARG, isMatch);
140 boolean isMatch = args.getBoolean(IS_MATCH_ARG);
142 alert.setTitle(isMatch
145 alert.setMessage(isMatch
TagVerifierActivity.java 68 private static final String IS_MATCH_ID = "isMatch";
267 getPassButton().setEnabled(result.isMatch());
272 args.putBoolean(IS_MATCH_ID, result.isMatch());
377 boolean isMatch = args.getBoolean(IS_MATCH_ID);
380 alert.setTitle(isMatch
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java 39 public Result(CharSequence expectedContent, CharSequence actualContent, boolean isMatch) {
42 this.mIsMatch = isMatch;
56 public boolean isMatch() {
  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 42 EXPECT_TRUE(filter1.IsMatch(matching_url));
43 EXPECT_FALSE(filter1.IsMatch(non_matching_url));
44 EXPECT_TRUE(filter2.IsMatch(matching_url));
45 EXPECT_TRUE(filter2.IsMatch(non_matching_url));
53 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com")));
54 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:80")));
55 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:81")));
56 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:90")));
57 EXPECT_TRUE(filter.IsMatch(GURL("http://www.example.com:8080")));
58 EXPECT_FALSE(filter.IsMatch(GURL("http://www.example.com:79")))
    [all...]
url_matcher.h 88 bool IsMatch(const std::set<StringPattern::ID>& matching_patterns,
223 bool IsMatch(const GURL& url) const;
239 bool IsMatch(const GURL& url) const;
274 bool IsMatch(const std::set<StringPattern::ID>& matching_patterns,
url_matcher.cc 219 bool URLMatcherCondition::IsMatch(
550 bool URLMatcherSchemeFilter::IsMatch(const GURL& url) const {
565 bool URLMatcherPortFilter::IsMatch(const GURL& url) const {
608 bool URLMatcherConditionSet::IsMatch(
613 if (!i->IsMatch(matching_patterns, url))
616 if (scheme_filter_.get() && !scheme_filter_->IsMatch(url))
618 if (port_filter_.get() && !port_filter_->IsMatch(url))
701 if (condition_set_iter->second->IsMatch(matches, url))
  /external/chromium_org/webkit/browser/appcache/
appcache_unittest.cc 626 EXPECT_TRUE(prefix.IsMatch(
628 EXPECT_FALSE(prefix.IsMatch(
634 EXPECT_TRUE(bar_no_star.IsMatch(
636 EXPECT_FALSE(bar_no_star.IsMatch(
642 EXPECT_TRUE(bar_star.IsMatch(
644 EXPECT_TRUE(bar_star.IsMatch(
646 EXPECT_FALSE(bar_star.IsMatch(
652 EXPECT_TRUE(star_bar_star.IsMatch(
654 EXPECT_TRUE(star_bar_star.IsMatch(
656 EXPECT_FALSE(star_bar_star.IsMatch(
    [all...]
  /frameworks/base/core/jni/
android_os_UEventObserver.cpp 44 static bool isMatch(const char* buffer, size_t length) {
76 if (isMatch(buffer, length)) {
  /external/chromium_org/third_party/re2/re2/
prog.cc 171 static bool IsMatch(Prog*, Prog::Inst*);
224 IsMatch(this, k)) {
228 if (IsMatch(this, j) &&
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) {
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
dfa.cc 99 inline bool IsMatch() const { return flag_ & kFlagMatch; }
230 // sets *ismatch to true.
233 int c, uint flag, bool* ismatch,
1038 bool ismatch = false; local
    [all...]
  /external/regex-re2/re2/
prog.cc 171 static bool IsMatch(Prog*, Prog::Inst*);
224 IsMatch(this, k)) {
228 if (IsMatch(this, j) &&
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) {
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
dfa.cc 97 inline bool IsMatch() const { return flag_ & kFlagMatch; }
228 // sets *ismatch to true.
231 int c, uint flag, bool* ismatch,
1036 bool ismatch = false; local
    [all...]
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 80 bool Namespace::IsMatch(const GURL& url) const {
appcache_interfaces.h 108 bool IsMatch(const GURL& url) const;
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 218 boolean isMatch = false;
222 isMatch = true;
228 isMatch = true;
233 if (isMatch) {
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 239 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
304 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
350 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
376 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1013 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1021 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState])
    [all...]
LzmaDec.c 94 #define IsMatch 0
95 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
160 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
502 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 240 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
305 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
351 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
377 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1014 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1022 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState])
    [all...]
LzmaDec.c 95 #define IsMatch 0
96 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
161 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
503 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
  /external/lzma/C/
LzmaEnc.c 239 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
304 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX];
350 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
376 memcpy(dest->isMatch[i], p->isMatch[i], sizeof(p->isMatch[i]));
1013 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1021 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 338 boolean isMatch = false;
369 if ((isMatch) && (negate == false))
384 isMatch = true;
399 isMatch = true;
408 isMatch = true;
413 return isMatch;
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
TestRequestBuilder.java 189 && isMatch(desc.getMethodName());
200 private boolean isMatch(String first) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java 66 // Don't use this directly, use #isMatch to test.
159 public static boolean isMatch(final int level) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java 68 // Don't use this directly, use #isMatch to test.
161 public static boolean isMatch(int level) {
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.cc 155 // Temporarily borrowed directly from appcache::Namespace::IsMatch().

Completed in 872 milliseconds

1 2