HomeSort by relevance Sort by last modified time
    Searched full:matched (Results 476 - 500 of 1264) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 186 * This substring is matched against the subject of the authentication
198 * Semicolon separated string of entries to be matched against the
  /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...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 176 * Return a server keystore with a matched RSA certificate and
193 * Return a client keystore with a matched RSA certificate and
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 479 is matched. */
595 in BUFFER matched, starting at position START. */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 380 // (the number of matched characters between typed word and suggested word))
384 // - If the dictionary word is matched up to the point of the user entry
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 370 is matched. */
483 in BUFFER matched, starting at position START. */
  /external/bluetooth/glib/tests/
regex-test.c 299 /* The va_list is a NULL-terminated sequence of: extected matched string,
1313 /* The va_list is a NULL-terminated sequence of: extected matched string,
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 581 // argument has been matched.
757 // Matched type info index of llvm.eh.selector intrinsic
    [all...]
  /external/pcre/testdata/
testoutput9 816 Matched, but too many subsidiary matches
844 Matched, but too many subsidiary matches
872 Matched, but too many subsidiary matches
900 Matched, but too many subsidiary matches
928 Matched, but too many subsidiary matches
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 1594 bool matched = true; local
    [all...]
  /external/elfutils/src/
ldlex.c 141 /* Return all but the first 'n' matched characters back to the input stream. */
301 /* Done after the current pattern has been matched and before the
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 179 /* Return all but the first "n" matched characters back to the input stream. */
342 /* Done after the current pattern has been matched and before the
849 /* Copy whatever the last rule matched to the standard output. */
    [all...]
  /device/moto/stingray/ril/
libmoto_mm_ril.so 
  /external/chromium/chrome/browser/autofill/
form_structure_unittest.cc 108 // Only text and select fields that are heuristically matched are counted.
471 // for matching. This works because FormField labels are matched in the case
    [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/test/CodeGen/X86/
sse-minmax.ll 5 ; Some of these patterns can be matched as SSE min or max. Some of
6 ; then can be matched provided that the operands are swapped.
7 ; Some of them can't be matched at all and require a comparison
  /external/mksh/src/
misc.c 668 int matched = 0; local
674 matched = 1;
680 if (!matched &&
    [all...]
  /external/pcre/
pcre_exec.c 141 length length to be matched
145 Returns: TRUE if matched
420 something has been matched). For hard partial matching, we then return
462 Returns: MATCH_MATCH if matched ) these values are >= 0
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp     [all...]
  /external/v8/src/
jsregexp.h 660 // possible first characters of the input matched by this node and
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 232 # The option that matched, or
233 # undef, if no option matched, or
234 # (undef, 'ambiguous'), if multiple options matched
  /frameworks/base/libs/utils/
BackupHelpers.cpp     [all...]
  /cts/tests/src/android/app/cts/
LaunchpadActivity.java 453 Log.w(TAG, "Matched: " + where);
  /cts/tools/utils/
DescriptionGenerator.java 389 * @return The matched child nodes.

Completed in 1800 milliseconds

<<11121314151617181920>>