HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 376 - 400 of 736) sorted by null

<<11121314151617181920>>

  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter/
x_tables.h 31 struct xt_match *match; member in struct:xt_entry_match::__anon11137::__anon11139
  /external/zlib/examples/
gun.c 161 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip variable
305 /* special code to reuse last match */
320 match[stack++] = (unsigned char)final;
326 match[stack++] = suffix[code];
329 match[stack++] = (unsigned char)code;
345 outbuf[outcnt++] = match[--stack];
353 outbuf[outcnt++] = match[--stack];
356 /* loop for next code with final and prev as the last match, rem and
370 trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input end
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 96 int match = sURLMatcher.match(url); local
97 switch (match) {
344 int match = sURLMatcher.match(url); local
347 switch (match) {
524 int match = sURLMatcher.match(url); local
526 switch (match) {
613 switch (sURLMatcher.match(url))
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 76 m = HeaderScanner.re_combined.match(line)
78 m = HeaderScanner.re_rel_dir.match(line)
119 if (HeaderScanner.re_combined.match(line) or
120 (kernel_root and HeaderScanner.re_rel_dir.match(line))):
308 m = ConfigParser.re_CONFIG_.match(line)
  /external/skia/src/animator/
SkDisplayEvent.cpp 68 bool SkDisplayEvent::contains(SkDisplayable* match) {
70 if (fChildren[index] == match || fChildren[index]->contains(match))
76 SkDisplayable* SkDisplayEvent::contains(const SkString& match) {
79 if (child->contains(match))
  /frameworks/base/core/java/android/content/
IntentFilter.java 42 * match against actions, categories, and data (either via its type, scheme,
60 * only match intents that contain no data.
65 * specified must match the contents of the Intent. If you specify a scheme
67 * match; a content: URI will never match because they always have a MIME type
69 * has somewhat special meaning: it will match either an Intent with no URI
71 * then only an Intent with no data or type will match. To specify an authority,
76 * <p>A match is based on the following rules. Note that
77 * for an IntentFilter to match an Intent, three conditions must hold:
78 * the <strong>action</strong> and <strong>category</strong> must match, an
672 public int match(Uri data) { method in class:IntentFilter.AuthorityEntry
855 int match = ae.match(data); local
903 int match = MATCH_CATEGORY_EMPTY; local
1064 public final int match(ContentResolver resolver, Intent intent, method in class:IntentFilter
1099 public final int match(String action, String type, String scheme, method in class:IntentFilter
    [all...]
  /external/qemu/hw/
bt-sdp.c 28 int match; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s
33 int match; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s::sdp_service_attribute_s
128 sdp->service_list[i].match = 1;
145 sdp->service_list[i].match = 0;
183 if (sdp->service_list[i].match) {
239 record->attribute_list[i].match = 1;
265 record->attribute_list[i].match = 0;
305 if (record->attribute_list[i].match) {
362 if ((record = &sdp->service_list[i])->match)
366 record->attribute_list[j].match = 1
    [all...]
  /bionic/libc/regex/
engine.c 54 #define match smat macro
66 #define match lmat macro
71 struct match { struct
78 char *coldp; /* can be no match starting before here */
88 static char *dissect(struct match *, char *, char *, sopno, sopno);
89 static char *backref(struct match *, char *, char *, sopno, sopno, sopno, int);
90 static char *fast(struct match *, char *, char *, sopno, sopno);
91 static char *slow(struct match *, char *, char *, sopno, sopno);
104 static void print(struct match *, char *, states, int, FILE *);
107 static void at(struct match *, char *, char *, char *, sopno, sopno)
1020 #undef match macro
    [all...]
  /dalvik/docs/
prettify.js 445 var matches = s.match(pr_chunkPattern);
451 var match = matches[i];
452 if (match.length > 1 && match.charAt(0) === '<') {
453 if (pr_commentPrefix.test(match)) { continue; }
454 if (pr_cdataPrefix.test(match)) {
456 sourceBuf.push(match.substring(9, match.length - 3));
457 sourceBufLen += match.length - 12;
458 } else if (pr_brPrefix.test(match)) {
    [all...]
  /external/icu4c/common/
unistr.cpp 900 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); local
901 if(match == NULL) {
904 return (int32_t)(match - array);
918 const UChar *match = u_memchr(array + start, c, length); local
919 if(match == NULL) {
922 return (int32_t)(match - array);
935 const UChar *match = u_memchr32(array + start, c, length); local
936 if(match == NULL) {
939 return (int32_t)(match - array);
964 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength) local
986 const UChar *match = u_memrchr(array + start, c, length); local
1003 const UChar *match = u_memrchr32(array + start, c, length); local
    [all...]
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 321 // We go through this loop until we achieve a match or until
323 // which the date and the string starts to match. Once matching
346 UBool match = s[loop] == s[loop-1]; local
348 if(match)
351 else if( ! match)
352 errln("FAIL: String mismatch after match");
357 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/; local
359 if(match)
362 else if( ! match)
363 errln("FAIL: Date mismatch after match");
    [all...]
  /external/iptables/extensions/
libip6t_sctp.c 44 /* Initialize the match. */
62 "SCTP match v%s options\n"
63 " --source-port [!] port[:port] match source port(s)\n"
65 " --destination-port [!] port[:port] match destination port(s)\n"
67 " --chunk-types [!] (all|any|none) (chunktype[:flags])+ match if all, any or none of\n"
146 DEBUGP("Previous match found\n");
248 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
257 "Match type has to be one of \"ALL\", \"ANY\" or \"ONLY\"");
268 struct ip6t_entry_match **match)
271 = (struct xt_sctp_info *)(*match)->data
    [all...]
libipt_sctp.c 45 /* Initialize the match. */
63 "SCTP match v%s options\n"
64 " --source-port [!] port[:port] match source port(s)\n"
66 " --destination-port [!] port[:port] match destination port(s)\n"
68 " --chunk-types [!] (all|any|none) (chunktype[:flags])+ match if all, any or none of\n"
147 DEBUGP("Previous match found\n");
249 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
258 "Match type has to be one of \"ALL\", \"ANY\" or \"ONLY\"");
269 struct ipt_entry_match **match)
272 = (struct ipt_sctp_info *)(*match)->data
    [all...]
  /external/v8/src/
regexp.js 120 // In JSC, it returns undefined. For compatibility with JSC, we match their
128 // the empty string. For compatibility with JSC, we match their
171 return matchIndices; // no match
254 // on the captures array of the last successful match and the subject string
255 // of the last successful match.
267 // We match the SpiderMonkey behavior: return the substring defined by the
296 // successful match, or ''. The function RegExpMakeCaptureGetter will be
311 // regexp match. The property lastMatchInfo includes the matchIndices
312 // array of the last successful regexp match (an array of start/end index
313 // pairs for the match and all the captured substrings), the invariant i
    [all...]
  /external/webkit/WebCore/loader/
TextResourceDecoder.cpp 51 bool match = true; local
54 match = false;
58 if (match)
74 bool match = true; local
77 match = false;
81 if (match)
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"]
301 Platform: {name: (window.orientation != undefined) ? 'ipod' : (navigator.platform.match(/mac|win|linux/i) || ['other'])[0].toLowerCase()},
363 }) || '0 r0').match(/\d+/g);
725 return this.replace(/-\D/g, function(match){
726 return match.charAt(1).toUpperCase();
731 return this.replace(/[A-Z]/g, function(match){
732 return ('-' + match.charAt(0).toLowerCase());
737 return this.replace(/\b[a-z]/g, function(match){
738 return match.toUpperCase();
755 var hex = this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/)
    [all...]
concat-jquery-mootools-prototype.js 50 var match = quickExpr.exec( selector );
52 // Verify a match, and that no context was specified for #id
53 if ( match && (match[1] || !context) ) {
56 if ( match[1] )
57 selector = jQuery.clean( [ match[1] ], context );
61 var elem = document.getElementById( match[3] );
65 if ( elem && elem.id != match[3] )
362 var pos = jQuery.expr.match.POS.test( selector ) ? jQuery(selector) : null,
794 if ( name.match( /float/i )
    [all...]
  /external/tcpdump/
print-icmp6.c 1156 struct rr_pco_match *match; local
1204 match = (struct rr_pco_match *)cp;
1205 cp = (const char *)(match + 1);
1207 TCHECK(match->rpm_prefix);
1213 printf("match("); /*)*/
1214 switch (match->rpm_code) {
1218 default: printf("#%u", match->rpm_code); break;
1222 printf(",ord=%u", match->rpm_ordinal);
1223 printf(",min=%u", match->rpm_minlen);
1224 printf(",max=%u", match->rpm_maxlen)
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ResolveInfoTest.java 121 assertEquals(resolveInfo.match, infoFromParcel.match);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 123 switch (URI_MATCHER.match(uri)){
148 if((URI_MATCHER.match(uri)) == SPECIFIC_MESSAGE){
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 93 switch (sURIMatcher.match(uri)) {
172 switch (sURIMatcher.match(uri)) {
  /development/testrunner/
am_instrument_parser.py 92 if re_result.match(line):
104 elif re_code.match(line):
  /device/htc/dream/recovery/
Android.mk 27 # should match TARGET_RECOVERY_UI_LIB should be set in BoardConfig.mk
  /device/htc/sapphire/recovery/
Android.mk 27 # should match TARGET_RECOVERY_UI_LIB should be set in BoardConfig.mk
  /external/dropbear/
listener.c 136 int (*match)(void*, void*)) {
143 && match(typedata, listener->typedata)) {

Completed in 2070 milliseconds

<<11121314151617181920>>