/frameworks/ex/framesequence/jni/utils/ |
log.h | 204 #ifndef LOG_FATAL_IF 205 #define LOG_FATAL_IF(cond, ...) ((void)0) 213 #ifndef LOG_FATAL_IF 214 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) 227 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) 228 //#define ALOG_ASSERT(cond) LOG_FATAL_IF(!(cond), "Assertion failed: " #cond)
|
/frameworks/base/core/jni/ |
android_database_SQLiteDebug.cpp | 67 LOG_FATAL_IF(! var, "Unable to find class " className); 71 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
android_backup_BackupDataInput.cpp | 139 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.app.backup.BackupDataInput.EntityHeader"); 141 LOG_FATAL_IF(s_keyField == NULL, 144 LOG_FATAL_IF(s_dataSizeField == NULL,
|
android_nio_utils.cpp | 78 LOG_FATAL_IF(!c, "Unable to find class %s", name); 85 LOG_FATAL_IF(!m, "Unable to find method %s", method); 92 LOG_FATAL_IF(!f, "Unable to find field %s", name);
|
android_view_PointerIcon.cpp | 111 LOG_FATAL_IF(! var, "Unable to find class " className); \ 116 LOG_FATAL_IF(! var, "Unable to find method " methodName); 120 LOG_FATAL_IF(! var, "Unable to find method " methodName); 124 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
android_app_backup_FullBackup.cpp | 122 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.app.backup.BackupDataOutput"); 125 LOG_FATAL_IF(sBackupDataOutput.mBackupwriter == NULL,
|
android_content_res_ObbScanner.cpp | 85 LOG_FATAL_IF(! var, "Unable to find class " className); 89 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
android_os_MessageQueue.cpp | 162 LOG_FATAL_IF(! var, "Unable to find class " className); 166 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 171 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
android_view_InputDevice.cpp | 82 LOG_FATAL_IF(! var, "Unable to find class " className); 86 LOG_FATAL_IF(! var, "Unable to find method " methodName);
|
android_server_FingerprintManager.cpp | 29 LOG_FATAL_IF(! var, "Unable to find class " className); \ 34 LOG_FATAL_IF(! var, "Unable to find static method" methodName); 38 LOG_FATAL_IF(! var, "Unable to find method" methodName); 42 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
android_view_InputChannel.cpp | 280 LOG_FATAL_IF(! var, "Unable to find class " className); \ 285 LOG_FATAL_IF(! var, "Unable to find method " methodName); 289 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 294 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
android_view_KeyEvent.cpp | 129 LOG_FATAL_IF(! var, "Unable to find class " className); \ 134 LOG_FATAL_IF(! var, "Unable to find static method" methodName); 138 LOG_FATAL_IF(! var, "Unable to find method" methodName); 142 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
android_content_res_Configuration.cpp | 75 LOG_FATAL_IF(! var, "Unable to find class " className); 79 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
android_backup_BackupHelperDispatcher.cpp | 231 LOG_FATAL_IF(clazz == NULL, 234 LOG_FATAL_IF(s_chunkSizeField == NULL, 237 LOG_FATAL_IF(s_keyPrefixField == NULL,
|
android_view_DisplayEventReceiver.cpp | 265 LOG_FATAL_IF(! var, "Unable to find class " className); \ 270 LOG_FATAL_IF(! var, "Unable to find method " methodName); 275 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
android_view_KeyCharacterMap.cpp | 226 LOG_FATAL_IF(! var, "Unable to find class " className); 230 LOG_FATAL_IF(! var, "Unable to find method " methodName); 234 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
android_view_TextureView.cpp | 217 LOG_FATAL_IF(!var, "Unable to find class " className); 221 LOG_FATAL_IF(!var, "Unable to find method " methodName); 225 LOG_FATAL_IF(!var, "Unable to find field" fieldName);
|
android_view_VelocityTracker.cpp | 247 LOG_FATAL_IF(! var, "Unable to find class " className); 251 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 256 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
/frameworks/base/services/core/jni/ |
com_android_server_SerialService.cpp | 72 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); 75 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
|
com_android_server_input_InputApplicationHandle.cpp | 131 LOG_FATAL_IF(! var, "Unable to find class " className); 135 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 140 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_power_PowerManagerService.cpp | 179 LOG_FATAL_IF(! var, "Unable to find class " className); 183 LOG_FATAL_IF(! var, "Unable to find method " methodName); 187 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 192 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_UsbDeviceManager.cpp | 147 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); 150 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
|
/external/chromium_org/third_party/hwcplus/include/log/ |
log.h | 395 #ifndef LOG_FATAL_IF 396 #define LOG_FATAL_IF(cond, ...) ((void)0) 404 #ifndef LOG_FATAL_IF 405 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) 418 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) 419 //#define ALOG_ASSERT(cond) LOG_FATAL_IF(!(cond), "Assertion failed: " #cond)
|
/system/core/include/log/ |
log.h | 393 #ifndef LOG_FATAL_IF 394 #define LOG_FATAL_IF(cond, ...) ((void)0) 402 #ifndef LOG_FATAL_IF 403 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) 416 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) 417 //#define ALOG_ASSERT(cond) LOG_FATAL_IF(!(cond), "Assertion failed: " #cond)
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
ELFObjectLoaderImpl.cpp | 131 LOG_FATAL_IF(address > 0xFFFFFFFFFFFFFFFFu, "Out of bound address for Elf64_Addr"); 134 LOG_FATAL_IF(address > 0xFFFFFFFFu, "Out of bound address for Elf32_Addr");
|