HomeSort by relevance Sort by last modified time
    Searched defs:IsMatch (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 87 bool Namespace::IsMatch(const GURL& url) const {
  /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/extensions/common/matcher/
url_matcher.cc 220 bool URLMatcherCondition::IsMatch(
551 bool URLMatcherSchemeFilter::IsMatch(const GURL& url) const {
566 bool URLMatcherPortFilter::IsMatch(const GURL& url) const {
609 bool URLMatcherConditionSet::IsMatch(
614 if (!i->IsMatch(matching_patterns, url))
617 if (scheme_filter_.get() && !scheme_filter_->IsMatch(url))
619 if (port_filter_.get() && !port_filter_->IsMatch(url))
702 if (condition_set_iter->second->IsMatch(matches, url))
  /external/chromium_org/third_party/lzma_sdk/
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/
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/
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/v8/src/
objects-inl.h     [all...]
objects.cc     [all...]
objects.h     [all...]
  /external/chromium_org/v8/src/
objects-inl.h     [all...]
objects.cc     [all...]
objects.h     [all...]

Completed in 465 milliseconds