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

1 2 3 4 56 7 8 91011

  /external/chromium_org/v8/src/
preparser.h 65 map_(&Match) { }
87 static bool Match(void* first, void* second);
  /external/libvpx/libwebm/
mkvparser.hpp 51 bool Match(IMkvReader*, long long&, unsigned long, long long&);
52 bool Match(IMkvReader*, long long&, unsigned long, unsigned char*&, size_t&);
  /external/llvm/lib/Support/
YAMLTraits.cpp 471 bool Output::matchEnumScalar(const char *Str, bool Match) {
472 if (Match && !EnumerationMatchFound) {
  /external/v8/src/
preparser.h 65 map_(&Match) { }
87 static bool Match(void* first, void* second);
regexp-macro-assembler.cc 104 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match(
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 28 bool GtkKeyBindingsHandler::Match(const NativeWebKeyboardEvent& wke,
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 240 // depending on whether an exact match was found.
281 // when the hash values of the two blocks match, it is very likely that either
282 // the blocks are identical, or else the first byte does not match.
338 // made up of spaces, there will be one match for each block in the
346 // that match the corresponding bytes to the left of target_match_start.
367 // that match the corresponding bytes starting at target_match_end.
395 Match* best_match) const {
410 // Extend match start towards beginning of unencoded data
422 // Extend match end towards end of unencoded data
432 // Update in/out parameter if the best match found was bette
    [all...]
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.cc 30 bool GtkKeyBindingsHandler::Match(const NativeWebKeyboardEvent& wke,
  /external/chromium_org/extensions/common/matcher/
url_matcher.cc 103 // - the port is not removed if it is specified and does not match the default
227 // a substring match on the raw URL. In case of a match, we need to verify
228 // that the match was found in the correct component of the URL.
660 // Find all IDs of StringPatterns that match |url|.
665 full_url_matcher_.Match(
669 url_component_matcher_.Match(
673 regex_set_matcher_.Match(
677 origin_and_path_regex_set_matcher_.Match(
830 // specific and occurs rarely in URLs. If a match occurs for thi
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc 241 // depending on whether an exact match was found.
282 // when the hash values of the two blocks match, it is very likely that either
283 // the blocks are identical, or else the first byte does not match.
339 // made up of spaces, there will be one match for each block in the
347 // that match the corresponding bytes to the left of target_match_start.
368 // that match the corresponding bytes starting at target_match_end.
396 Match* best_match) const {
411 // Extend match start towards beginning of unencoded data
423 // Extend match end towards end of unencoded data
433 // Update in/out parameter if the best match found was bette
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValues.h 213 void setMatch(CSSSelector::Match value) { m_selector->m_match = value; }
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.h 141 inline bool Match(MessageHandler* handler, uint32 id) const {
  /external/chromium_org/third_party/re2/re2/
compile.cc 135 // Each re has a match with an id equal to its index in the vector.
165 // Returns a fragment that can't match anything.
169 Frag Match(int32 id);
420 // Returns a fragment that signals a match.
421 Frag Compiler::Match(int32 match_id) {
474 // instructions. NULL denotes the eventual end match.
734 Frag f = Match(re->match_id());
735 // Remember unanchored match to end of string.
1015 // Success! Finish by putting Match node at end, and record start.
1019 Frag all = c.Cat(f, c.Match(0))
    [all...]
  /external/chromium_org/tools/heapcheck/
heapcheck_test.py 100 match = self.STACK_LINE_RE.match(line)
101 if match:
102 cur_stack.append(match.groups()[0])
110 if supp.Match(cur_stack):
127 if re.match(j, cur_stack[i]):
168 match = self.LEAK_REPORT_RE.match(line)
169 if match:
170 cur_leak_signature = map(int, match.groups()
    [all...]
  /external/chromium_org/tools/valgrind/
test_suppressions.py 140 if s.Match(r.split("\n")):
154 print "didn't match any suppressions:"
165 print ("%d unique reports don't match any of the suppressions" %
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.h 112 static Result Match(Handle<Code> regexp,
231 // Byte size of chars in the string to match (decided by the Mode argument)
  /external/open-vcdiff/src/
blockhash.cc 241 // depending on whether an exact match was found.
282 // when the hash values of the two blocks match, it is very likely that either
283 // the blocks are identical, or else the first byte does not match.
339 // made up of spaces, there will be one match for each block in the
347 // that match the corresponding bytes to the left of target_match_start.
368 // that match the corresponding bytes starting at target_match_end.
396 Match* best_match) const {
411 // Extend match start towards beginning of unencoded data
423 // Extend match end towards end of unencoded data
433 // Update in/out parameter if the best match found was bette
    [all...]
  /external/regex-re2/re2/
compile.cc 134 // Each re has a match with an id equal to its index in the vector.
164 // Returns a fragment that can't match anything.
168 Frag Match(int32 id);
419 // Returns a fragment that signals a match.
420 Frag Compiler::Match(int32 match_id) {
473 // instructions. NULL denotes the eventual end match.
733 Frag f = Match(re->match_id());
734 // Remember unanchored match to end of string.
1014 // Success! Finish by putting Match node at end, and record start.
1018 Frag all = c.Cat(f, c.Match(0))
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 109 static Result Match(Handle<Code> regexp,
219 // Byte size of chars in the string to match (decided by the Mode argument)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 143 /** Paints a particular match constraint */
144 private void showMatch(IGraphics gc, Match m, GuidelineHandler state, List<String> strings,
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 229 // check that false match doesn't overwrite
350 TEST(RE2, Match) {
354 // No match.
356 CHECK(!re.Match(s, 0, s.size(), RE2::UNANCHORED,
361 CHECK(re.Match(s, 0, s.size(), RE2::UNANCHORED,
389 // A meta-quoted string, interpreted as a pattern, should always match
399 // A meta-quoted string, interpreted as a pattern, should always match
409 // Tests that quoted meta characters match their original strings,
410 // and that a few things that shouldn't match indeed do not.
490 CHECK(!RE2(empties[i]).Match("abc", 0, 3, RE2::UNANCHORED, NULL, 0))
1232 const char* match; member in struct:re2::NeverTest
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 112 bool Match = true;
119 Match = false;
121 Match = false;
130 Match = false;
151 MatchReg &= Match;
738 "#operands for dag node doesn't match .td file!");
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 222 // check that false match doesn't overwrite
343 TEST(RE2, Match) {
347 // No match.
349 CHECK(!re.Match(s, 0, s.size(), RE2::UNANCHORED,
354 CHECK(re.Match(s, 0, s.size(), RE2::UNANCHORED,
382 // A meta-quoted string, interpreted as a pattern, should always match
392 // A meta-quoted string, interpreted as a pattern, should always match
402 // Tests that quoted meta characters match their original strings,
403 // and that a few things that shouldn't match indeed do not.
483 CHECK(!RE2(empties[i]).Match("abc", 0, 3, RE2::UNANCHORED, NULL, 0))
1223 const char* match; member in struct:re2::NeverTest
    [all...]
  /packages/apps/Camera/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,
  /packages/apps/Camera2/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,

Completed in 1249 milliseconds

1 2 3 4 56 7 8 91011