Searched refs:matches (Results 1 - 25 of 860) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/
H A Ddeflate.h119 * bytes. With this organization, matches are limited to a distance of
249 uInt matches; /* number of string matches in current block */ member in struct:internal_state
H A Dtrees.c421 s->last_lit = s->matches = 0;
1021 s->matches++;
1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c308 } matches[10]; local
359 matches[num_matching].realm_data_idx =
361 matches[num_matching].realm_idx = k;
381 matches[i].realm_data_idx, matches[i].realm_idx);
382 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
383 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php19 $_SERVER['PHP_AUTH_DIGEST'], $matches, PREG_SET_ORDER);
20 foreach ($matches as $m) {
150 preg_match($pattern, $serial, $matches);
151 if (!isset($matches['snhex']) || strlen($matches['snhex']) < 1) {
155 $sn = str_replace(":", "", strtoupper($matches['snhex']));
H A Dspp.php32 $_SERVER['PHP_AUTH_DIGEST'], $matches, PREG_SET_ORDER);
33 foreach ($matches as $m) {
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c308 } matches[10]; local
359 matches[num_matching].realm_data_idx =
361 matches[num_matching].realm_idx = k;
381 matches[i].realm_data_idx, matches[i].realm_idx);
382 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
383 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c2139 int matches = 0; local
2164 matches++;
2184 if (matches == 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c308 } matches[10]; local
359 matches[num_matching].realm_data_idx =
361 matches[num_matching].realm_idx = k;
381 matches[i].realm_data_idx, matches[i].realm_idx);
382 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
383 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
/external/valgrind/main/coregrind/
H A Dm_options.c317 // see if the exe name matches any of the patterns specified
323 Bool matches; local
335 matches = VG_(string_match)(patt, name);
337 if (matches)
348 Bool matches; local
361 matches = VG_(string_match)(patt, child_argv[i]);
362 if (matches) {
H A Dm_tooliface.c237 Bool (*matches) (Error*, Supp*),
252 VG_(tdict).tool_error_matches_suppression = matches;
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c88 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) ;
1279 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) function
1337 if (matches(q1, q2, comb_type, dp)) {
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp147 SkFontStyleSet_FC(FcPattern** matches, int count);
186 SkFontStyleSet_FC::SkFontStyleSet_FC(FcPattern** matches, int count) {
190 fRecs[i].fStyleName.set(get_name(matches[i], FC_STYLE));
191 fRecs[i].fFileName.set(get_name(matches[i], FC_FILE));
192 fRecs[i].fStyle = make_fontconfig_style(matches[i]);
/external/skia/tools/copyright/
H A Dfileparser.py50 matches = self._attribute_pattern.findall(comment_block)
51 if not matches:
53 first_match = matches[0]
/external/skia/tools/
H A Dtest_gpuveto.py106 matches = re.findall('[\d]+\.[\d]+', output)
107 if len(matches) != 1:
110 rasterTime = float(matches[0])
121 matches = re.findall('[\d]+\.[\d]+', output)
122 if len(matches) != 1:
125 gpuTime = float(matches[0])
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/src/com/kenai/jbosh/
H A DServiceLib.java118 if (!line.matches("\\s*(#.*)?")) {
/external/smack/src/org/jivesoftware/smack/proxy/
H A DHTTPProxySocketFactory.java153 if (!m.matches())
/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java147 if (matcher.matches()) {
166 if (matcher.matches())
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
H A DDataPacketExtension.java111 if (data.matches(".*={1,2}+.+")) {
/external/smack/src/org/xbill/DNS/
H A DDNSSEC.java769 matches(SIGBase sig, KEYBase key) method in class:DNSSEC
792 if (!matches(rrsig, key))
965 if (!matches(sig, key))
H A DLOCRecord.java79 if (s.matches("^-?\\d+$"))
81 else if (s.matches("^-?\\d+\\.\\d*$")) {
H A DResolverConfig.java450 if ((v.matches(re1) || v.matches(re2)) &&
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
H A DAccessorTest.java104 if (!m.matches()) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DCustomInlineMethodResolver.java105 if (!m.matches()) {

Completed in 4155 milliseconds

1234567891011>>