/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 204 #ifndef LOG_FATAL_IF 205 #define LOG_FATAL_IF(cond, ...) ((void)0) macro 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__)
|
/frameworks/base/core/jni/ |
D | 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);
|
D | android_nio_utils.cpp | 78 LOG_FATAL_IF(!c, "Unable to find class %s", name); in findClass() 85 LOG_FATAL_IF(!m, "Unable to find method %s", method); in findStaticMethod() 92 LOG_FATAL_IF(!f, "Unable to find field %s", name); in getFieldID()
|
D | android_backup_BackupDataInput.cpp | 139 …LOG_FATAL_IF(clazz == NULL, "Unable to find class android.app.backup.BackupDataInput.EntityHeader"… in register_android_backup_BackupDataInput() 141 LOG_FATAL_IF(s_keyField == NULL, in register_android_backup_BackupDataInput() 144 LOG_FATAL_IF(s_dataSizeField == NULL, in register_android_backup_BackupDataInput()
|
D | 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);
|
D | 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);
|
D | android_database_SQLiteDebug.cpp | 67 LOG_FATAL_IF(! var, "Unable to find class " className); 71 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
D | 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."); in register_android_os_MessageQueue()
|
D | android_app_backup_FullBackup.cpp | 122 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.app.backup.BackupDataOutput"); in register_android_app_backup_FullBackup() 125 LOG_FATAL_IF(sBackupDataOutput.mBackupwriter == NULL, in register_android_app_backup_FullBackup()
|
D | 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."); in register_android_view_InputChannel()
|
D | 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);
|
D | android_view_InputDevice.cpp | 82 LOG_FATAL_IF(! var, "Unable to find class " className); 86 LOG_FATAL_IF(! var, "Unable to find method " methodName);
|
D | android_backup_BackupHelperDispatcher.cpp | 231 LOG_FATAL_IF(clazz == NULL, in register_android_backup_BackupHelperDispatcher() 234 LOG_FATAL_IF(s_chunkSizeField == NULL, in register_android_backup_BackupHelperDispatcher() 237 LOG_FATAL_IF(s_keyPrefixField == NULL, in register_android_backup_BackupHelperDispatcher()
|
D | 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);
|
D | 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);
|
D | 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."); in register_android_view_VelocityTracker()
|
D | 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."); in register_android_view_DisplayEventReceiver()
|
D | android_util_AssetManager.cpp | 2108 LOG_FATAL_IF(typedValue == NULL, "Unable to find class android/util/TypedValue"); in register_android_content_AssetManager() 2111 LOG_FATAL_IF(gTypedValueOffsets.mType == NULL, "Unable to find TypedValue.type"); in register_android_content_AssetManager() 2114 LOG_FATAL_IF(gTypedValueOffsets.mData == NULL, "Unable to find TypedValue.data"); in register_android_content_AssetManager() 2117 LOG_FATAL_IF(gTypedValueOffsets.mString == NULL, "Unable to find TypedValue.string"); in register_android_content_AssetManager() 2120 LOG_FATAL_IF(gTypedValueOffsets.mAssetCookie == NULL, "Unable to find TypedValue.assetCookie"); in register_android_content_AssetManager() 2123 LOG_FATAL_IF(gTypedValueOffsets.mResourceId == NULL, "Unable to find TypedValue.resourceId"); in register_android_content_AssetManager() 2126 …LOG_FATAL_IF(gTypedValueOffsets.mChangingConfigurations == NULL, "Unable to find TypedValue.changi… in register_android_content_AssetManager() 2128 LOG_FATAL_IF(gTypedValueOffsets.mDensity == NULL, "Unable to find TypedValue.density"); in register_android_content_AssetManager() 2131 LOG_FATAL_IF(assetFd == NULL, "Unable to find class android/content/res/AssetFileDescriptor"); in register_android_content_AssetManager() 2134 LOG_FATAL_IF(gAssetFileDescriptorOffsets.mFd == NULL, "Unable to find AssetFileDescriptor.mFd"); in register_android_content_AssetManager() [all …]
|
D | 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);
|
D | android_view_GraphicBuffer.cpp | 282 LOG_FATAL_IF(! var, "Unable to find class " className); 286 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 290 LOG_FATAL_IF(!var, "Unable to find method " methodName);
|
/frameworks/base/services/core/jni/ |
D | 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."); in register_android_server_PowerManagerService()
|
D | 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."); in register_android_server_InputApplicationHandle()
|
D | com_android_server_SerialService.cpp | 72 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); in register_android_server_SerialService() 75 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL, in register_android_server_SerialService()
|
D | com_android_server_UsbDeviceManager.cpp | 147 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); in register_android_server_UsbDeviceManager() 150 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL, in register_android_server_UsbDeviceManager()
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | ELFObjectLoaderImpl.cpp | 131 LOG_FATAL_IF(address > 0xFFFFFFFFFFFFFFFFu, "Out of bound address for Elf64_Addr"); in prepareDebugImage() 134 LOG_FATAL_IF(address > 0xFFFFFFFFu, "Out of bound address for Elf32_Addr"); in prepareDebugImage()
|