HomeSort by relevance Sort by last modified time
    Searched refs:Match (Results 151 - 175 of 252) sorted by null

1 2 3 4 5 67 8 91011

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 225 // allocate space for match indices:
374 // detect corners on inspection image and match to reference image features:s
403 m_cm.Match(m_reference_image,imptr,m_x_corners_ref,m_y_corners_ref,m_nr_corners_ref,
407 m_cm.Match(m_reference_image,imptr,m_x_corners_ref,m_y_corners_ref,m_nr_corners_ref,
  /external/chromium/chrome/browser/
enumerate_modules_model_unittest_win.cc 109 { // Matches: Name (location doesn't match) => Not enough for a match.
114 }, { // Matches: Name (location not given) => Suspected match.
119 }, { // Matches: Name, not version (location not given) => Not a match.
124 }, { // Matches: Name, location => Suspected match.
129 }, { // Matches: Name, location, (description not given) => Confirmed match.
134 }, { // Matches: Name, location, (signature not given) => Confirmed match.
139 }, { // Matches: Name, location (not version) => Not a match.
144 }, { // Matches: Name, location, signature => Confirmed match.
149 }, { // Matches: Name, location, signature (not version) => No match
    [all...]
enumerate_modules_model_win.cc 300 ModuleEnumerator::ModuleStatus ModuleEnumerator::Match(
318 // We have a name match against the blacklist (and possibly location match
338 // At this point, the names match and there is no version specified
339 // or the versions also match.
346 // If signatures match (or both are empty), then we have a winner.
350 // If descriptions match (or both are empty) and the locations match, then
351 // we also have a confirmed match.
619 // Match this module against the blacklist
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_unittest_win.cc 112 { // Matches: Name (location doesn't match) => Not enough for a match.
117 }, { // Matches: Name (location not given) => Suspected match.
122 }, { // Matches: Name, not version (location not given) => Not a match.
127 }, { // Matches: Name, location => Suspected match.
132 }, { // Matches: Name, location, (description not given) => Confirmed match.
137 }, { // Matches: Name, location, (signature not given) => Confirmed match.
142 }, { // Matches: Name, location (not version) => Not a match.
147 }, { // Matches: Name, location, signature => Confirmed match.
152 }, { // Matches: Name, location, signature (not version) => No match
    [all...]
enumerate_modules_model_win.cc 357 ModuleEnumerator::ModuleStatus ModuleEnumerator::Match(
384 // We have a name match against the blacklist (and possibly location match
401 // At this point, the names match and there is no version specified
402 // or the versions also match.
409 // If signatures match (or both are empty), then we have a winner.
413 // If descriptions match (or both are empty) and the locations match, then
414 // we also have a confirmed match.
679 // Match this module against the blacklist
    [all...]
  /external/chromium_org/extensions/common/matcher/
substring_set_matcher.cc 109 bool SubstringSetMatcher::Match(const std::string& text,
186 // Register match.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 55 /* how the attribute value has to match.... Default is Exact */
56 enum Match {
243 mutable unsigned m_match : 4; // enum Match
275 unsigned m_matchUserAgentOnly : 1; // Used to make ::part with "-webkit"-prefixed part name match only elements in UA shadow roots.
ElementRuleCollector.cpp 232 SelectorChecker::Match match = selectorChecker.match(context, dynamicPseudo, DOMSiblingTraversalStrategy()); local
233 if (match != SelectorChecker::SelectorMatches)
  /external/chromium_org/v8/src/
regexp-macro-assembler.cc 103 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match(
serialize.h 127 static bool Match(void* key1, void* key2) { return key1 == key2; }
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 485 // Don't match base register only case. That is matched to a separate
509 // Don't match base register only case. That is matched to a separate
530 // Match simple R + imm12 operands.
536 // Match frame index.
724 // Match simple R +/- imm12 operands.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 33 'unified_diff', 'HtmlDiff', 'Match']
39 Match = _namedtuple('Match', 'a b size')
87 If you're only interested in where the sequences match,
91 ... print "a[%d] and b[%d] match for %d elements" % block
92 a[0] and b[0] match for 8 elements
93 a[8] and b[17] match for 21 elements
94 a[29] and b[38] match for 0 elements
369 Match(a=0, b=4, size=5)
376 happens to be adjacent to an "interesting" match
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 33 'unified_diff', 'HtmlDiff', 'Match']
39 Match = _namedtuple('Match', 'a b size')
87 If you're only interested in where the sequences match,
91 ... print "a[%d] and b[%d] match for %d elements" % block
92 a[0] and b[0] match for 8 elements
93 a[8] and b[17] match for 21 elements
94 a[29] and b[38] match for 0 elements
369 Match(a=0, b=4, size=5)
376 happens to be adjacent to an "interesting" match
    [all...]
  /external/chromium/chrome/browser/history/
text_database_manager.cc 415 std::vector<TextDatabase::Match>* results,
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 467 if (smsg.msg.Match(phandler, id)) {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util.cc 230 if (media_path_filter()->Match(it->second) &&
  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_unittest.cc 126 TEST(SocketPermissionTest, Match) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 474 if (smsg.msg.Match(phandler, id)) {
  /external/chromium_org/third_party/re2/re2/
re2.h 39 // Example: successful match
42 // Example: unsuccessful match (requires full match):
89 // to match any substring of the text.
119 // match regular expressions at the front of a string and skip over
120 // them as they match. This requires use of the "StringPiece" type,
136 // by 0 bytes. If the regular expression being used might match
141 // anchor your match at the beginning of the string. For example, you
152 // match arguments are determined at run time.
159 // bool match = RE2::FullMatchN(input, pattern, args, n)
    [all...]
  /external/regex-re2/re2/
re2.h 39 // Example: successful match
42 // Example: unsuccessful match (requires full match):
89 // to match any substring of the text.
119 // match regular expressions at the front of a string and skip over
120 // them as they match. This requires use of the "StringPiece" type,
136 // by 0 bytes. If the regular expression being used might match
141 // anchor your match at the beginning of the string. For example, you
152 // match arguments are determined at run time.
159 // bool match = RE2::FullMatchN(input, pattern, args, n)
    [all...]
  /external/v8/src/
serialize.h 125 static bool Match(void* key1, void* key2) { return key1 == key2; }
  /external/libvpx/libwebm/
mkvparser.cpp 363 bool mkvparser::Match(
408 bool mkvparser::Match(
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 551 if (match(L1, m_And(m_Value(L11), m_Value(L12)))) {
552 if (!match(L2, m_And(m_Value(L21), m_Value(L22))))
555 if (!match(L2, m_And(m_Value(L11), m_Value(L12))))
579 } else if (match(R1, m_And(m_Value(R11), m_Value(R12)))) {
592 if (!ok && match(R2, m_And(m_Value(R11), m_Value(R12)))) {
753 if (match(Val2, m_Trunc(m_Value(V))) &&
754 match(Val, m_And(m_Specific(V), m_ConstantInt(AndCst)))) {
757 } else if (match(Val, m_Trunc(m_Value(V))) &&
758 match(Val2, m_And(m_Specific(V), m_ConstantInt(AndCst)))) {
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 92 " -mf{MF_ID}: set Match Finder: [bt2, bt4], default: bt4\n" +

Completed in 3096 milliseconds

1 2 3 4 5 67 8 91011