HomeSort by relevance Sort by last modified time
    Searched defs:matched (Results 1 - 25 of 26) sorted by null

1 2

  /external/sqlite/android/
OldPhoneNumberUtils.cpp 198 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/
gtk_key_bindings_handler.cc 38 bool matched = !edit_commands_.empty(); local
41 return matched;
  /external/chromium/net/base/
dnssec_unittest.cc 635 unsigned matched = 0; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 154 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/
pcy_tree.c 315 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/
op_regex.cpp 229 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/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 269 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 - dataStart : -1
    [all...]
  /packages/inputmethods/LatinIME/native/src/
proximity_info.cpp 254 const bool matched = (currentChars[j] == baseLowerC || currentChars[j] == c); local
255 if (matched) {
  /dalvik/vm/analysis/
Optimize.cpp 170 bool matched = true; local
358 matched = false;
369 matched = false;
379 if (!matched && !essentialOnly) {
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.cpp 1176 bool matched = false; local
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
    [all...]
  /external/dbus/bus/
signals.c 778 "Argument %d matched more than once in match rule\n", key);
2206 dbus_bool_t matched; local
    [all...]
  /external/icu4c/common/
triedict.cpp 176 int matched; local
177 matched = search(fIter, length, NULL, count, 0, parent, pMatched);
179 while (matched++ < length) {
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 515 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
516 if (matched) {
    [all...]
  /external/mksh/src/
misc.c 668 int matched = 0; local
674 matched = 1;
680 if (!matched &&
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 468 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local
469 if (matched) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 800 int matched; local
804 matched = 0;
810 (!matched || (vinfo->bits_per_pixel == cinfo.bits_per_pixel)) ) {
818 if ( matched ) {
821 matched = 1;
826 return(matched);
831 int matched; local
835 matched = 0;
854 matched = 1;
858 return(matched);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1225 size_t matched = regs.end[0] - regs.start[0];
1240 if ((matched > 0 || count == 0 || offset > last_end)
1255 if (matched == 0)
1258 matched = 1;
1263 str_append(&s_accum, line.active + offset, matched);
1266 /* Start after the match. last_end is the real end of the matched
1268 matched the empty string. */
1269 start = offset + matched;
1218 size_t matched = regs.end[0] - regs.start[0]; local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 1594 bool matched = true; local
    [all...]
  /external/dnsmasq/src/
rfc2131.c 607 int i, matched = 0; local
614 matched = 1;
618 matched = 1;
625 matched = 1;
635 if (matched)
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 1180 private boolean matched; field in class:AbstractMessageParser.Format
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 454 int matched; local
466 matched = 0;
492 ia--; ib--; matched++;
496 if (matched < MIN_MATCH) {
501 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
503 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
510 // At least one string has matched completely;
511 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 114 /* If we're substituting only by fully matched words,
224 /* It matched. Output the replacement. */
231 /* Output the part of the matched string that
232 matched the % in the pattern. */
892 int matched;
985 word->matched = 0;
1013 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str);
1022 wp->matched |= 1;
1028 wp->matched |= (wp->length == pp->length
1032 /* Output the words that matched (or didn't, for filter-out). *
885 int matched; member in struct:a_word
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/jdiff/
xerces.jar 

Completed in 930 milliseconds

1 2