/frameworks/base/media/libmedia/ |
MediaScanner.cpp | 117 // no point to match path name if strlen mismatch
|
/frameworks/base/media/libstagefright/ |
StagefrightMediaScanner.cpp | 60 LOGE("EAS library/header mismatch\n");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
StatusBar.java | 107 Log.wtf(TAG, "Notification list length mismatch: keys=" + N
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
EventRecurrenceTest.java | 560 throw new RuntimeException("Reported length mismatch for " + name 568 throw new RuntimeException("Array length mismatch for " + name 574 throw new RuntimeException("Array value mismatch for " + name 622 throw new RuntimeException("Mismatch in fields");
|
/hardware/invensense/mlsdk/mllite/ |
pressure.c | 139 when the data is not ready (read/refresh frequency mismatch) or
|
/packages/apps/Camera/tests/src/com/android/camera/unittest/ |
CameraTest.java | 108 assertEquals("Array index " + i + " mismatch", expected[i], Math.round(actual[i]));
|
/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 | 143 throw new IllegalStateException("Smiley resource ID/text mismatch");
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gcov | |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algorithmfwd.h | 309 mismatch(_IIter1, _IIter1, _IIter2, __gnu_parallel::sequential_tag); 313 mismatch(_IIter1, _IIter1, _IIter2, _Predicate, 318 mismatch(_IIter1, _IIter1, _IIter2); 322 mismatch(_IIter1, _IIter1, _IIter2, _Predicate);
|
find_selectors.h | 146 { return mismatch(begin1, end1, begin2, pred, sequential_tag()); }
|
/system/media/mca/filterpacks/imageproc/java/ |
BlackWhiteFilter.java | 160 throw new RuntimeException("Random map and imput image size mismatch!");
|
DocumentaryFilter.java | 145 throw new RuntimeException("Random map and imput image size mismatch!");
|
GrainFilter.java | 174 throw new RuntimeException("Random map and imput image size 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");
|
/external/wpa_supplicant_8/src/wps/ |
wps_enrollee.c | 1128 wpa_printf(MSG_DEBUG, "WPS: Mismatch in enrollee nonce"); [all...] |
/dalvik/vm/analysis/ |
DexPrepare.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | 89 && "Field offset mismatch!"); 298 "Size mismatch!"); 413 assert(!Packed && "Size mismatch!"); 424 "Tail padding mismatch!"); 452 Builder.getSizeInChars(Result) && "Size mismatch!"); 547 assert(CurSize <= TotalSize && "Union size mismatch!"); [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 563 * Throws an exception that indicates a mismatch in local variable 571 throw new SimException("local variable type mismatch: " +
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
WeakHashMapTest.java | 216 assertEquals("Assert 6: entry set count mismatch", size, entrySet 225 assertEquals("Assert 6: count mismatch", size, entries);
|
/external/icu4c/i18n/ |
bmsearch.cpp | 718 // There is a mismatch at this position. Decide how far 806 // Otherwise, we're here because of a mismatch, so keep going....
|
/external/icu4c/test/intltest/ |
tsnmfmt.cpp | 318 errMsg = ("**** FAIL: Numeric mismatch after match."); 325 errMsg = ("**** FAIL: String mismatch after match.");
|
/external/mesa3d/src/mesa/main/ |
compiler.h | 126 # pragma warning( disable : 4018 ) /* '<' : signed/unsigned mismatch */ 129 # pragma warning( disable : 4761 ) /* integral size mismatch in argument; conversion supplied */
|
/external/openssl/ssl/ |
ssl_rsa.c | 430 /* don't fail for a cert/key mismatch, just free 771 ret = 0; /* Key/certificate mismatch doesn't imply ret==0 ... */
|