/external/chromium_org/third_party/libxslt/libxslt/ |
keys.h | 32 const xmlChar *match,
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_function.cpp | 30 PARAMETER_LIST_INEXACT_MATCH /*< Match requires implicit conversion. */ 34 * \brief Check if two parameter lists match. 46 /* This is set to true if there is an inexact match requiring an implicit 55 * do not match. 106 * match. 129 ir_function_signature *match = NULL; local 134 * "If an exact match is found, the other signatures are ignored, and 135 * the exact match is used. Otherwise, if no exact match is found, then 137 * be applied to the calling arguments if this can make their types match [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkGetCondensedInfo.cpp | 38 unsigned char match = (unsigned char) type; local 43 if (gTypeIDs[mid] < match) 82 const char* match = *matchPtr; local 84 int index = _searchByName(&info->fName, count, strings, match);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDQuadImplicit.h | 16 bool match(const SkDQuadImplicit& two) const; 17 static bool Match(const SkDQuad& quad1, const SkDQuad& quad2);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdtlib.asm | 25 jz .match 40 .match:
|
/external/chromium_org/tools/cr/cr/actions/ |
adb.py | 25 """Gets the set of running PIDs that match the specified target.""" 31 match = re.match(pattern, line) 32 if match: 33 pids.append(match.group(1))
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
easy_xml.py | 151 def replace(match): 152 m = match.string[match.start() : match.end()]
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-objc-gc.py | 17 # set |match| to ignore build stderr output. 19 match = lambda a, b: True) variable
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
extension_page.py | 11 return re.match(r"(chrome-extension://)([^/]+)", url).group(2)
|
/external/chromium_org/v8/build/ |
detect_v8_host_arch.py | 46 if re.match(r'i.86', host_arch) or host_arch == 'i86pc':
|
/external/chromium_org/v8/test/mjsunit/ |
regexp-standalones.js | 36 var result = string.match(pattern); 42 result = string.match(pattern); 49 result = string.match(pattern); 54 result = string.match(pattern); 61 result = string.match(pattern); 66 result = string.match(pattern); 71 result = string.match(pattern); 76 result = string.match(pattern);
|
/external/harfbuzz_ng/src/ |
hb-ot-name-table.hh | 91 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp); local 93 if (!match) 96 unsigned int length = MIN (buffer_length, (unsigned int) match->length); 97 memcpy (buffer, (char *) this + stringOffset + match->offset, length);
|
/external/icu/icu4c/source/i18n/ |
unesctrn.cpp | 180 // match one of the specs. Exit the outer loop if a 181 // partial match is detected and isIncremental is true. 194 UBool match = TRUE; local 200 // a partial match, so we return if in 206 match = FALSE; 212 match = FALSE; 217 if (match) { 222 // Check for partial match in incremental mode. 240 match = (digitCount >= minDigits); 242 if (match) { [all...] |
/external/iptables/extensions/ |
libip6t_ah.c | 14 "ah match options:\n" 15 "[!] --ahspi spi[:spi] match spi (range)\n" 76 static void ah_print(const void *ip, const struct xt_entry_match *match, 79 const struct ip6t_ah *ah = (struct ip6t_ah *)match->data; 95 static void ah_save(const void *ip, const struct xt_entry_match *match) 97 const struct ip6t_ah *ahinfo = (struct ip6t_ah *)match->data;
|
libip6t_hl.c | 4 * Based on HW's ttl match 25 "hl match options:\n" 26 "[!] --hl-eq value Match hop limit value\n" 27 " --hl-lt value Match HL < value\n" 28 " --hl-gt value Match HL > value\n"); 53 "HL match: You must specify one of " 57 static void hl_print(const void *ip, const struct xt_entry_match *match, 67 (struct ip6t_hl_info *) match->data; 69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit); 72 static void hl_save(const void *ip, const struct xt_entry_match *match) [all...] |
libipt_realm.c | 20 "realm match options:\n" 22 " Match realm\n"); 87 static void realm_print(const void *ip, const struct xt_entry_match *match, 90 const struct xt_realm_info *ri = (const void *)match->data; 99 static void realm_save(const void *ip, const struct xt_entry_match *match) 101 const struct xt_realm_info *ri = (const void *)match->data;
|
libipt_ttl.c | 22 "ttl match options:\n" 23 "[!] --ttl-eq value Match time to live value\n" 24 " --ttl-lt value Match TTL < value\n" 25 " --ttl-gt value Match TTL > value\n"); 50 "TTL match: You must specify one of " 54 static void ttl_print(const void *ip, const struct xt_entry_match *match, 58 (struct ipt_ttl_info *) match->data; 60 printf(" TTL match "); 78 static void ttl_save(const void *ip, const struct xt_entry_match *match) 81 (struct ipt_ttl_info *) match->data [all...] |
libxt_cluster.c | 16 "cluster match options:\n" 79 "cluster match: " 89 "cluster match: " 96 "cluster match: `--cluster-local-node' or" 101 cluster_print(const void *ip, const struct xt_entry_match *match, int numeric) 103 const struct xt_cluster_match_info *info = (void *)match->data; 116 cluster_save(const void *ip, const struct xt_entry_match *match) 118 const struct xt_cluster_match_info *info = (void *)match->data;
|
libxt_connlabel.c | 20 "connlabel match options:\n" 21 "[!] --label name Match if label has been set on connection\n" 71 connlabel_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) 73 const struct xt_connlabel_mtinfo *info = (const void *)match->data; 88 connlabel_mt_save(const void *ip, const struct xt_entry_match *match) 90 const struct xt_connlabel_mtinfo *info = (const void *)match->data; 119 fprintf(stderr, "cannot open connlabel.conf, not registering '%s' match: %s\n",
|
libxt_ecn.c | 24 "ECN match options\n" 25 "[!] --ecn-tcp-cwr Match CWR bit of TCP header\n" 26 "[!] --ecn-tcp-ece Match ECE bit of TCP header\n" 27 "[!] --ecn-ip-ect [0..3] Match ECN codepoint in IPv4/IPv6 header\n"); 69 "ECN match: some option required"); 72 static void ecn_print(const void *ip, const struct xt_entry_match *match, 76 (const struct xt_ecn_info *)match->data; 78 printf(" ECN match"); 97 static void ecn_save(const void *ip, const struct xt_entry_match *match) 100 (const struct xt_ecn_info *)match->data [all...] |
libxt_pkttype.c | 2 * Shared library add-on to iptables to match 52 "pkttype match options:\n" 53 "[!] --pkt-type packettype match packet type\n"); 101 static void pkttype_print(const void *ip, const struct xt_entry_match *match, 104 const struct xt_pkttype_info *info = (const void *)match->data; 110 static void pkttype_save(const void *ip, const struct xt_entry_match *match) 112 const struct xt_pkttype_info *info = (const void *)match->data;
|
libxt_quota2.c | 2 * "quota2" match extension for iptables 51 "quota match options:\n" 85 quota_mt2_save(const void *ip, const struct xt_entry_match *match) 87 const struct xt_quota_mtinfo2 *q = (void *)match->data; 102 static void quota_mt2_print(const void *ip, const struct xt_entry_match *match, 105 const struct xt_quota_mtinfo2 *q = (const void *)match->data;
|
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
TestWatchLocation.py | 69 # match the watchpoint id which is expected to be fired. 70 match = re.match("Watchpoint created: Watchpoint (.*):", self.res.GetOutput().splitlines()[0]) 71 if match: 72 expected_wp_id = int(match.group(1), 0)
|
/external/lldb/test/help/ |
TestHelp.py | 43 m = re.match("<string>(.*)</string>", version_line) 52 # Found our match. The next line contains our version 79 match = re.match('[0-9]+', version_str) 81 search_regexp = ['lldb-' + (version_str if match else '[0-9]+')]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toplevel.ml | 7 match Stream.peek stream with 17 try match token with
|