Searched defs:matched (Results 1 - 24 of 24) sorted by relevance

/external/chromium/net/base/
H A Ddnssec_unittest.cc635 unsigned matched = 0; local
646 matched++;
649 if (m.size() != matched)
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp198 int matched; local
216 matched = 0;
242 ia--; ib--; matched++;
246 if (matched < MIN_MATCH) {
250 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
252 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
259 // At least one string has matched completely;
260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.cc38 bool matched = !edit_commands_.empty(); local
41 return matched;
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.cc154 bool matched = (0 == first_line.find("#!rtpplay1.0 ")); local
159 matched &= (pos != std::string::npos && pos < first_line.size() - 1);
160 for (++pos; pos < first_line.size() && matched; ++pos) {
161 matched &= (0 != isdigit(first_line[pos]));
164 return matched;
/external/openssl/crypto/x509v3/
H A Dpcy_tree.c315 int i, matched = 0; local
324 matched = 1;
327 if (!matched && last->anyPolicy)
413 /* If no policy mapping: matched if one child present */
422 /* If mapping: matched if one child per expected policy set */
/external/oprofile/libregex/
H A Dop_regex.cpp229 regmatch_t const & matched = get_match(match, local
231 if (matched.rm_so == -1 &&
232 matched.rm_eo == -1) {
234 } else if (matched.rm_so == -1 ||
235 matched.rm_eo == -1) {
239 inserted += str.substr(matched.rm_so,
240 matched.rm_eo - matched.rm_so);
/external/regex-re2/re2/
H A Dbitstate.cc143 bool matched = false; local
268 matched = true;
289 return matched;
H A Donepass.cc217 // because we use it to tell if we matched.
251 bool matched = false; local
302 matched = true;
330 matched = true;
335 if (!matched)
424 bool matched = false; local
463 if (matched)
537 if (matched) {
545 matched = true;
H A Ddfa.cc547 // of empty-string operators that should be matched when executing at the
881 // regular expression program has been reached (the regexp has matched).
1293 bool matched = false; local
1297 matched = true;
1397 return matched;
1406 matched = true;
1481 matched = true;
1488 return matched;
1560 // determines which empty-string operators can be matched at the beginning
1865 bool matched local
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp269 const int* matched = std::lower_bound(dataStart + searchStart, dataEnd, valueToMatch); local
272 return matched != dataEnd && *matched == valueToMatch ? matched - dataStart : -1;
274 return matched != dataEnd && *matched == valueToMatch ? matched - dataStart : matched - dataStart - 1;
277 return matched != dataEnd ? matched
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DProgram.cpp1176 bool matched = false; local
1192 matched = true;
1197 if (!matched)
/external/dbus/bus/
H A Dsignals.c778 "Argument %d matched more than once in match rule\n", key);
1766 _dbus_verbose ("Rule matched\n");
2206 dbus_bool_t matched; local
2212 matched = match_rule_matches (rule, NULL, NULL, message, 0);
2214 if (matched != expected_to_match)
/external/libxml2/
H A Dc14n.c1262 int matched = 0; local
1265 if((!matched) && (xml_lang_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "lang")) {
1267 matched = 1;
1269 if((!matched) && (xml_space_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "space")) {
1271 matched = 1;
1275 if((!matched) && (xml_base_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "base")) {
1277 matched = 1;
1281 if((!matched) && xmlC14NIsVisible(ctx, attr, cur)) {
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc468 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
469 if (matched) {
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
/external/dnsmasq/src/
H A Drfc2131.c607 int i, matched = 0; local
614 matched = 1;
618 matched = 1;
625 matched = 1;
635 if (matched)
/external/gtest/src/
H A Dgtest-death-test.cc515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
/external/icu4c/common/
H A Dtriedict.cpp176 int matched; local
177 matched = search(fIter, length, NULL, count, 0, parent, pMatched);
179 while (matched++ < length) {
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
/external/mksh/src/
H A Dmisc.c793 int matched = 0; local
799 matched = 1;
805 if (!matched &&
/external/openssh/
H A Dclientloop.c2026 int i, j, matched; local
2039 matched = 0;
2042 matched = 1;
2046 if (!matched) {
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c877 int matched; local
881 matched = 0;
887 (!matched || (vinfo->bits_per_pixel == cinfo.bits_per_pixel)) ) {
895 if ( matched ) {
898 matched = 1;
903 return(matched);
908 int matched; local
912 matched = 0;
931 matched = 1;
935 return(matched);
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 614 milliseconds