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

  /external/nist-sip/java/gov/nist/core/
Match.java 28 /** Match template for pattern matching.
38 public interface Match {
39 /** Return true if a match occurs for searchString.
40 * This is used for pattern matching in the find and replace and match
45 public boolean match(String searchString); method in interface:Match
  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 50 // Using (for example) kBlockSize = 4 guarantees that no match smaller
59 // match length that is guaranteed to be found in FindBestMatch(),
76 // This class is used to store the best match found by FindBestMatch()
78 class Match {
80 Match() : size_(0), source_offset_(-1), target_offset_(-1) { }
97 // The size of the best (longest) match passed to ReplaceIfBetterMatch().
100 // The source offset of the match, including the starting_offset_
101 // of the BlockHash for which the match was found.
104 // The target offset of the match. An offset of 0 corresponds to the
110 Match(const Match&); // NOLIN
    [all...]
  /external/v8/src/
serialize.h 79 static bool Match(void* key1, void* key2) { return key1 == key2; }
interpreter-irregexp.cc 217 return false; // No match on backtrack stack overflow.
224 return false; // No match on backtrack stack overflow.
231 return false; // No match on backtrack stack overflow.
618 bool IrregexpInterpreter::Match(Handle<ByteArray> code_array,
regexp-macro-assembler.cc 103 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match(
scopes.cc 64 static bool Match(void* key1, void* key2) {
76 VariableMap::VariableMap() : HashMap(Match, &LocalsMapAllocator, 8) {}
    [all...]
d8.cc 97 bool CounterMap::Match(void* key1, void* key2) {
  /frameworks/base/media/libstagefright/matroska/
mkvparser.cpp 363 bool mkvparser::Match(
409 bool mkvparser::Match(
469 bool mkvparser::Match(
521 bool mkvparser::Match(
571 bool mkvparser::Match(
736 if (Match(pReader, pos, 0x0286, m_version))
738 else if (Match(pReader, pos, 0x02F7, m_readVersion))
740 else if (Match(pReader, pos, 0x02F2, m_maxIdLength))
742 else if (Match(pReader, pos, 0x02F3, m_maxSizeLength))
744 else if (Match(pReader, pos, 0x0282, m_docType))
    [all...]
  /external/bluetooth/glib/tests/
regex-test.c 106 g_print ("failed \t(pattern: \"%s\", compile: %d, match %d)\n",
181 gboolean match; local
185 match = g_regex_match_simple (pattern, string, compile_opts, match_opts);
186 if (match != expected)
188 g_print ("failed \t(unexpected %s)\n", match ? "match" : "mismatch");
193 verbose ("passed (%s)\n", match ? "match" : "nomatch");
217 gboolean match; local
223 match = g_regex_match_full (regex, string, string_len
274 Match *match = data; local
304 Match *match; local
323 Match *match = g_new0 (Match, 1); local
351 Match *match = l_match->data; local
1318 Match *match; local
1425 Match *match; local
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 189 IntentFilter filter = new Match(null, new String[] { "category1" }, null, null, null, null);
199 filter = new Match(null, new String[] { "category1", "category2" }, null, null, null, null);
217 method = "match",
223 method = "match",
229 IntentFilter filter = new Match(null, null, new String[] { "which1/what1" }, null, null,
242 filter = new Match(null, null, new String[] { "which1/what1", "which2/what2" }, null, null,
257 filter = new Match(null, null, new String[] { "which1/*" }, null, null, null);
271 filter = new Match(null, null, new String[] { "*/*" }, null, null, null);
348 IntentFilter filter = new Match(null, null, null, new String[] { "scheme1" }, null, null);
355 filter = new Match(null, null, null, new String[] { "scheme1", "scheme2" }, null, null)
    [all...]
  /external/webkit/WebCore/css/
CSSSelector.h 76 /* how the attribute value has to match.... Default is Exact */
77 enum Match {
224 mutable unsigned m_match : 4; // enum Match
  /prebuilt/common/osgi/
osgi.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 899 milliseconds