Searched defs:matches (Results 1 - 25 of 407) 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/oned/ ...
/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
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c401 } matches[10]; local
452 matches[num_matching].realm_data_idx =
454 matches[num_matching].realm_idx = k;
474 matches[i].realm_data_idx, matches[i].realm_idx);
475 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
476 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c401 } matches[10]; local
452 matches[num_matching].realm_data_idx =
454 matches[num_matching].realm_idx = k;
474 matches[i].realm_data_idx, matches[i].realm_idx);
475 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
476 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant_sd.c294 int matches = 0; local
319 matches++;
339 if (matches == 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c401 } matches[10]; local
452 matches[num_matching].realm_data_idx =
454 matches[num_matching].realm_idx = k;
474 matches[i].realm_data_idx, matches[i].realm_idx);
475 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
476 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
/external/vogar/src/vogar/
H A DActionFinder.java54 if (!matches(file)) {
69 private boolean matches(File file) { method in class:ActionFinder
H A DExpectation.java117 * Returns true if {@code outcome} matches this expectation.
119 public boolean matches(Outcome outcome) { method in class:Expectation
124 return pattern.matcher(outcome.getOutput()).matches();
/external/valgrind/coregrind/
H A Dm_options.c334 // see if the exe name matches any of the patterns specified
340 Bool matches; local
352 matches = VG_(string_match)(patt, name);
354 if (matches)
365 Bool matches; local
378 matches = VG_(string_match)(patt, child_argv[i]);
379 if (matches) {
/external/v8/src/compiler/
H A Dnode-matchers.h188 // For shorter pattern matching code, this struct matches the inputs to
206 // For shorter pattern matching code, this struct matches both the left and
301 bool matches() const { return scale_ != -1; } function in struct:v8::internal::compiler::ScaleMatcher
349 if (left_matcher.matches()) {
360 if (right_matcher.matches()) {
403 bool matches() const { return matches_; } function in struct:v8::internal::compiler::BaseWithIndexAndDisplacementMatcher
/external/v8/src/
H A Dconversions.cc540 bool matches = true; local
542 matches &= IsDecimalDigit(buffer[offset]);
544 if (matches) {
H A Dtypes.cc1150 static bool matches(typename TypeImpl<Config>::TypeHandle type);
1156 static bool matches(typename TypeImpl<Config>::TypeHandle type) { function in struct:v8::internal::TypeImplIteratorAux
1166 static bool matches(typename TypeImpl<Config>::TypeHandle type) { function in struct:v8::internal::TypeImplIteratorAux
1176 bool TypeImpl<Config>::Iterator<T>::matches(TypeHandle type) { function in class:v8::internal::TypeImpl::Iterator
1177 return TypeImplIteratorAux<Config, T>::matches(type);
1192 if (matches(type_->AsUnion()->Get(index_))) return;
1194 } else if (index_ == 0 && matches(type_)) {
/external/v8/src/runtime/
H A Druntime-strings.cc369 int matches = offsets.length() / 2; local
370 Handle<FixedArray> elements = isolate->factory()->NewFixedArray(matches);
374 for (int i = 1; i < matches; i++) {
383 result->set_length(Smi::FromInt(matches));
/external/toybox/toys/posix/
H A Dgrep.c80 // Show matches in one file
98 regmatch_t matches; local
109 // Loop through matches in this line
113 // Handle non-regex matches
134 matches.rm_so = (s-line);
135 skip = matches.rm_eo = (s-line)+strlen(seek->arg);
138 rc = regexec((regex_t *)toybuf, start, 1, &matches,
140 skip = matches.rm_eo;
144 if (matches.rm_so || line[matches
[all...]
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c1419 int matches(struct pathnames *paths, char *name, struct pathnames **new) function
1467 * one or more matches with sub-directories found (no leaf matches),
1502 if(!matches(paths, name, &new))
1593 if(!matches(paths, name, &new))
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
H A DTag.java159 * Check whether this tag matches the global tag for the Class
165 public boolean matches(Class<? extends Object> clazz) { method in class:Tag
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlogback-core-0.9.8-SNAPSHOT.jar ... PatternSyntaxException pse public void stop () public boolean isStarted () public boolean matches (java.lang.String) throws ch.qos. ...
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothLeScanFacade.java803 @Rpc(description = "Set the scan setting's number of matches")
805 @RpcParameter(name = "matches") Integer matches) {
806 mScanSettingsBuilder.setNumOfMatches(matches);
809 @Rpc(description = "Get the scan setting's number of matches")
804 bleSetScanSettingsNumOfMatches( @pcParametername = �) Integer matches) argument
/external/selinux/libselinux/src/
H A Dlabel_db.c75 int matches; member in struct:spec
206 spec->matches++;
227 total += catalog->specs[i].matches;
229 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n",

Completed in 550 milliseconds

1234567891011>>