Searched defs:ASSERT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp54 #define ASSERT(cond, ...) \ macro
117 ASSERT(gifIn != NULL, "gifIn cannot be NULL");
118 ASSERT(gifOut != NULL, "gifOut cannot be NULL");
363 ASSERT(imageIndex < gifIn->ImageCount,
418 ASSERT(left + width <= imageWidth, "Rectangle is outside image bounds");
419 ASSERT(top + height <= imageHeight, "Rectangle is outside image bounds");
521 ASSERT(mGifIn == NULL, "mGifIn is already set");
526 ASSERT(mGifIn != NULL, "mGifIn is already NULL");
531 ASSERT(mGifOut == NULL, "mGifOut is already set");
536 ASSERT(mGifOu
[all...]
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h141 #define ASSERT(success) do { if (!(success)) { showStackTrace(); assert(success);} } while (0) macro
160 #define ASSERT(success) assert(success) macro
170 #define ASSERT(success) macro
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 114 milliseconds