HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 126 - 150 of 779) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/zlib/examples/
zpipe.c 161 fputs("zlib version mismatch!\n", stderr);
  /frameworks/base/media/libstagefright/
StagefrightMediaScanner.cpp 64 LOGE("EAS library/header mismatch\n");
  /packages/apps/Camera/src/com/android/camera/gallery/
BaseImageList.java 83 if (existingId != id) Log.e(TAG, "id mismatch");
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 87 if (existingId != id) Log.e(TAG, "id mismatch");
  /packages/apps/Mms/src/com/android/mms/util/
SmileyParser.java 131 throw new IllegalStateException("Smiley resource ID/text mismatch");
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
EventRecurrenceTest.java 530 throw new RuntimeException("Reported length mismatch for " + name
538 throw new RuntimeException("Array length mismatch for " + name
544 throw new RuntimeException("Array value mismatch for " + name
592 throw new RuntimeException("Mismatch in fields");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java 521 // Create two contacts that would not be aggregated because of name mismatch
539 // Create two contacts that would not be aggregated because of name mismatch
557 // Create two contacts that would not be aggregated because of name mismatch
623 // Create two contacts that would not be aggregated because of name mismatch
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 72 // and nothing could work if there's a type mismatch.
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c 401 bbs_ERROR1( "%s:\nObject type mismatch", fNameL );
420 bbs_ERROR1( "%s:\nObject type mismatch", fNameL );
439 bbs_ERROR1( "%s:\nObject type mismatch", fNameL );
465 bbs_ERROR1( "%s:\nObject type mismatch", fNameL );
490 bbs_ERROR1( "%s:\nObject type mismatch", fNameL );
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_enrollee.c 993 wpa_printf(MSG_DEBUG, "WPS: Mismatch in enrollee nonce");
1078 wpa_printf(MSG_DEBUG, "WPS: Mismatch in registrar nonce");
1084 wpa_printf(MSG_DEBUG, "WPS: Mismatch in enrollee nonce");
1130 wpa_printf(MSG_DEBUG, "WPS: Mismatch in registrar nonce");
1140 wpa_printf(MSG_DEBUG, "WPS: Mismatch in enrollee nonce");
  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 529 * Throws an exception that indicates a mismatch in local variable
537 throw new SimException("local variable type mismatch: " +
  /external/icu4c/test/intltest/
tsnmfmt.cpp 318 errMsg = ("**** FAIL: Numeric mismatch after match.");
325 errMsg = ("**** FAIL: String mismatch after match.");
  /external/openssl/ssl/
ssl_rsa.c 430 /* don't fail for a cert/key mismatch, just free
735 ret = 0; /* Key/certificate mismatch doesn't imply ret==0 ... */
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 134 Slog.i(TAG, "Previous metadata " + mStoredIncrementalVersion + " mismatch vs "
372 // If they mismatch the current system, we'll re-store the metadata key.
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.cpp 324 LOGD ("loc_eng_ioctl_process_cb: client handle mismatch, received = %d, expected = %d \n",
330 LOGD ("loc_eng_ioctl_process_cb: ioctl type mismatch, received = %d, expected = %d \n",
  /cts/tests/SignatureTest/src/android/tests/sigtest/
JDiffClassDescription.java 516 // FIXME: A workaround to fix the final mismatch on enumeration
906 "Annotation mismatch");
914 "Extends mismatch");
921 "Implements mismatch");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 164 throw new RuntimeException("write length mismatch; expected " +
SwitchData.java 79 throw new IllegalArgumentException("cases / targets mismatch");
  /dalvik/dx/src/com/android/dx/dex/file/
Section.java 155 throw new RuntimeException("alignment mismatch: for " + this +
  /external/bluetooth/glib/glib/
gbsearcharray.h 172 /* check is last mismatch, cmp > 0 indicates greater key */
gpattern.c 108 * been matched, but a mismatch occoured for the rest of the
  /external/bluetooth/glib/tests/
patterntest.c 155 g_print ("failed \t(unexpected %s)\n", (match ? "mismatch" : "match"));
  /external/dropbear/
cli-kex.c 283 dropbear_exit("\n\nHost key mismatch for %s !\n"
  /external/icu4c/i18n/
strmatch.h 114 * match, or a mismatch. If incremental is FALSE then
  /external/icu4c/test/cintltst/
cloctst.c 265 log_err(" Language code mismatch: %s versus %s\n", temp, rawData2[LANG][i]);
279 log_err(" Country code mismatch: %s versus %s\n", temp, rawData2[CTRY][i]);
293 log_err("Variant code mismatch: %s versus %s\n", temp, rawData2[VAR][i]);
308 log_err(" Mismatch in getName: %s versus %s\n", name, rawData2[NAME][i]);
325 log_err(" Mismatch in uloc_setDefault: qq_BLA versus %s\n", uloc_getDefault());
531 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected),
539 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
544 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
    [all...]

Completed in 723 milliseconds

1 2 3 4 56 7 8 91011>>