/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter/ |
x_tables.h | 31 struct xt_match *match; member in struct:xt_entry_match::__anon65745::__anon65747
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter/ |
x_tables.h | 31 struct xt_match *match; member in struct:xt_entry_match::__anon66112::__anon66114
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/ |
x_tables.h | 31 struct xt_match *match; member in struct:xt_entry_match::__anon66511::__anon66513
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/ |
x_tables.h | 31 struct xt_match *match; member in struct:xt_entry_match::__anon66963::__anon66965
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/ |
x_tables.h | 31 struct xt_match *match; member in struct:xt_entry_match::__anon67417::__anon67419
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 196 def match(self, char, skip=1): member in class:Tokenizer 307 sourcematch = source.match 363 if source.match("|"): 365 if source.match("|"): 369 if source.next and not source.match(")", 0): 387 sourcematch = source.match 730 if s.match("<"): 791 def expand_template(template, match): 792 g = match.group 793 sep = match.string[:0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 196 def match(self, char, skip=1): member in class:Tokenizer 307 sourcematch = source.match 363 if source.match("|"): 365 if source.match("|"): 369 if source.next and not source.match(")", 0): 387 sourcematch = source.match 730 if s.match("<"): 791 def expand_template(template, match): 792 g = match.group 793 sep = match.string[:0 [all...] |
/system/core/fastboot/ |
engine.c | 201 static int match(char *str, const char **value, unsigned count) function 208 int match; local 212 match = !strncmp(val, str, len); 214 match = !strcmp(val, str); 217 if (match) return 1; 247 yes = match(resp, value, count);
|
/system/core/toolbox/ |
mount.c | 269 int match; local 278 match = fscanf(f, "%255s %255s %255s %255s %d %d\n", 285 if (match == 6 && 293 } while (match != EOF);
|
/art/tools/ |
checker.py | 25 # to match in the compiler-generated output. 30 # name must exactly match one of the groups recognized in the output (they can 35 # - CHECK: Must match an output line which appears in the output group 37 # lines must therefore match the check lines in the same order. 39 # - CHECK-DAG: Must match an output line which appears in the output group 43 # - CHECK-NOT: Must not match any output line which appears in the output group 55 # the invalid regex 'foo{2', but '{{(fo{2})}}' will match 'foo'. 69 # The engine will attempt to match the check lines against the output of the 243 # Returns True if the given Match object was at the beginning of the line. 244 def __isMatchAtStart(self, match) 310 def match(self, outputLine, initialVarState): member in class:CheckLine 464 def match(self, outputGroup): member in class:CheckGroup 603 def match(self, outputFile): member in class:CheckFile [all...] |
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
ebtables.h | 100 struct xt_match * match; member in union:ebt_entry_match::__anon716
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
engine.c | 90 #define match smat macro 102 #define match lmat macro 107 struct match { struct 114 const char *coldp; /* can be no match starting before here */ 130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev); 132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 145 static void print(struct match *m, char *caption, states st, int ch, FILE *d); 148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst) 1187 #undef match macro [all...] |
/development/ndk/platforms/android-21/include/linux/netfilter_bridge/ |
ebtables.h | 100 struct xt_match *match; member in union:ebt_entry_match::__anon1778
|
/development/ndk/platforms/android-3/include/linux/ |
device.h | 48 int (*match)(struct device * dev, struct device_driver * drv); member in struct:bus_type 59 void *data, int (*match)(struct device *, void *)); 97 int (*match)(struct device *, void *));
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 54 static void * match (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow); 169 recognizer->match = match; 405 /// Match current input symbol against ttype. Upon error, do one token 415 match( pANTLR3_BASE_RECOGNIZER recognizer, function 443 ANTLR3_FPRINTF(stderr, "Base recognizer function 'match' called by unknown parser type - provide override for this function\n"); 459 recognizer->state->failed = ANTLR3_FALSE; // The match was a success 709 /// To get out of recovery mode, the parser must successfully match 716 /// 5. next match() will reset errorRecovery mode 853 /// with the successful match exits errorRecovery mode) [all...] |
/external/blktrace/btreplay/ |
btrecord.c | 202 * match - Return true if this trace is a proper QUEUE transaction 205 static inline int match(__u32 action) function 543 if (!match(action))
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
TrustedCertificateStore.java | 321 public boolean match(X509Certificate cert) { 332 * match on the name and public key and not the entire certificate 341 public boolean match(X509Certificate ca) { 368 // match on verified issuer of Certificate 371 public boolean match(X509Certificate ca) { 451 public boolean match(X509Certificate cert); method in interface:TrustedCertificateStore.CertSelector 461 // could not find a match, no file exists, bail 481 if (selector.match(cert)) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-regexp.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 346 * Returns a given pattern match the build name or not. 348 boolean match(String pattern) { method in class:BuildResults
|
/external/icu/icu4c/source/i18n/ |
collationiterator.cpp | 138 // When a partial match fails, we back out skipped and partial-matching input characters. 140 // We save the trie state before we attempt to match a character, 305 uint32_t defaultCE32 = CollationData::readCE32(p); // Default if no suffix match. 449 ce32 = CollationData::readCE32(p); // Default if no prefix match. 458 UStringTrieResult match = prefixes.nextForCodePoint(c); local 459 if(USTRINGTRIE_HAS_VALUE(match)) { 462 if(!USTRINGTRIE_HAS_NEXT(match)) { break; } 496 // Number of code points read since the last match (initially only c). 498 // Normally we only need a contiguous match, 503 UStringTrieResult match = suffixes.firstForCodePoint(c) local 628 UStringTrieResult match; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CharsetRecog_sbcs.java | 265 int match(CharsetDetector det, int[] ngrams, byte[] byteMap) method in class:CharsetRecog_sbcs 267 return match (det, ngrams, byteMap, (byte)0x20); 270 int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) method in class:CharsetRecog_sbcs 421 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_1 427 int confidence = match(det, ngl.fNGrams, byteMap); 516 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_2 596 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_5_ru 660 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_6_ar 724 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_7_el 794 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_8_I_he 816 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_8_he 882 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_8859_9_tr 944 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_windows_1251 1005 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_windows_1256 1066 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_KOI8_R 1112 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_IBM424_he_rtl 1131 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_IBM424_he_ltr 1181 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_IBM420_ar_rtl 1201 public CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_sbcs.CharsetRecog_IBM420_ar_ltr [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
LocaleMatcherTest.java | 150 LocaleMatcher.match(ENGLISH_CANADA, ENGLISH_CANADA)); 154 double match = LocaleMatcher.match( local 157 assertTrue("Actual < 0: " + match, 0 <= match); 158 assertTrue("Actual > 0.15 (~ language + script distance): " + match, 0.2 > match); 164 double matchZh = LocaleMatcher.match(undTw, new ULocale("zh")); 165 double matchZhHant = LocaleMatcher.match(undTw, zhHant); 169 double matchEnHantTw = LocaleMatcher.match(new ULocale("en_Hant_TW") [all...] |
/external/iproute2/misc/ |
ifstat.c | 67 static int match(const char *id) function 222 if (!match(n->name)) { 384 if (!match(n->name)) 413 if (!match(n->name))
|
nstat.c | 100 int match(char *id) function 267 if (!match(n->id)) { 305 if (!match(n->id))
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
PathMap.java | 45 * <LI>Exact match. 46 * <LI>Longest prefix match. 47 * <LI>Longest suffix match. 146 /** Add a single path match to the PathMap. 219 public Object match(String path) method in class:PathMap 250 // try exact match 283 * Best match first. 284 * @param path Path to match 297 // try exact match 339 * Best match first 356 Entry match = getMatch(path); local 404 public static boolean match(String pathSpec, String path) method in class:PathMap 414 public static boolean match(String pathSpec, String path, boolean noDefault) method in class:PathMap [all...] |