HomeSort by relevance Sort by last modified time
    Searched full:matched (Results 226 - 250 of 1264) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libthread_db.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libthread_db.so 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceContentProvider.java 36 * in the resources. This can be matched to the subclasses inside the class <code>R</code>
ResourceLabelProvider.java 35 * in the resources. This can be matched to the subclasses inside the class <code>R</code>
  /system/media/wilhelm/src/itf/
I3DDoppler.c 86 // matched by cond_broadcast in case multiple requesters
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 49 /** Set of classes whose inner classes should be considered matched */
52 /** set of packages whose classes should be considered matched */
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 71 // add necessary intent values to be matched.
82 /** register the BroadcastReceiver with the intent values to be matched */
  /external/bison/lib/
argmatch.c 78 of the matched element, else -1 if it does not match any element
130 CONTEXT is a description of the type of entity that was being matched.
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 38 bool matched = !edit_commands_.empty(); local
41 return matched;
  /external/chromium/net/proxy/
proxy_server.cc 19 // This mapping is case-insensitive. If no type could be matched
46 // ProxyServer::ToURI(). If no type could be matched, returns SCHEME_INVALID.
  /external/pcre/doc/
pcrecompat.3 30 numerical variables from any such patterns that are matched before the
102 would not be possible to distinguish which parentheses matched, because both
pcrestack.3 40 used, by modifying the pattern that is being matched. Consider, for example,
50 frame for each matched character. For a long string, a lot of stack is
  /external/pcre/
pcrecpp.h 85 // You can supply extra pointer arguments to extract matched subpieces.
110 // string (matched piece is copied to string)
111 // StringPiece (StringPiece is mutated to point to matched piece)
113 // NULL (the corresponding matched sub-pattern is not copied)
115 // CAVEAT: An optional sub-pattern that does not exist in the matched
276 // advance "input" so it points past the matched text.
664 // pairs of integers for the beginning and end positions of matched
665 // text. The first pair corresponds to the entire matched text;
  /external/webkit/Source/WebCore/wml/
WMLPageState.cpp 196 // Spec: The access domain is suffix-matched against the domain name portion of the referring URI
231 // Spec: The access path is prefix matched against the path portion of the referring URI
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 23 the matched text is added, forms a Content URI to allow the correct
76 WikiWord. Linkify will automatically append whatever is matched to a
  /ndk/sources/host-tools/nawk-20071023/
awk.h 73 extern char *patbeg; /* beginning of pattern matched */
74 extern int patlen; /* length of pattern matched. set in b.c */
  /external/icu4c/i18n/unicode/
regex.h 438 * @param input The string data to be matched
458 * @param input The string data to be matched
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 114 // if the description doesn't contain a matched pair of brackets,
125 // if the description does contain a matched pair of brackets,
734 * @return If this rule matched the text, this is the rule's base value
736 * If nothing matched, this is new Long(0) and the parse position is
    [all...]
  /external/icu4c/common/
ucnv_ext.c 507 * @return >1: matched, return value=total match length (number of input units matched)
508 * 1: matched, no mapping but request for <subchar1>
514 * the matchLength is 2 if only firstCP matched, and >2 if firstCP and
515 * further code units matched
794 /* matched, no mapping but request for <subchar1> */
929 /* matched, no mapping but request for <subchar1> */
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
  /external/pcre/doc/html/
pcretest.html 148 lines to be matched against the pattern.
151 Each data line is matched separately and independently. If you want to do
274 matched the entire pattern, pcretest should in addition output the remainder of
336 matched.
502 <b>pcre_exec()</b> returns, starting with number 0 for the string that matched
524 data line is matched, the second, unset substring is not shown. An "internal"
563 data line that is successfully matched, the substrings extracted by the
614 indicating that the subject partially matched the pattern, you can restart the
677 When <b>pcretest</b> is outputting text that is a matched part of a subject
    [all...]
pcreapi.html 195 matched by <b>pcre_exec()</b>. They are:
272 matched.
356 or CRLF. The default can be overridden when a pattern is compiled or matched.
512 when a compiled pattern is matched.
549 only one instance of the named subpattern can ever be matched. There are more
593 the first newline in the subject string, though the matched text may continue
    [all...]
  /external/chromium/chrome/browser/history/
text_database_manager_unittest.cc 189 // We should have matched every page.
389 // We should have matched every page.
400 // We should have matched every page again.
428 // We should have matched every page.
440 // We should have matched every page again.
  /external/openssl/crypto/x509v3/
pcy_tree.c 315 int i, matched = 0; local
324 matched = 1;
327 if (!matched && last->anyPolicy)
413 /* If no policy mapping: matched if one child present */
422 /* If mapping: matched if one child per expected policy set */
  /bionic/libc/tzcode/
strptime.c 221 /* Nothing matched. */
245 /* Nothing matched. */
331 /* Nothing matched. */

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 91011>>