Home
last modified time | relevance | path

Searched refs:LOG_FATAL_IF (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/ex/framesequence/jni/utils/
Dlog.h204 #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/
Dandroid_view_PointerIcon.cpp111 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);
Dandroid_nio_utils.cpp78 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()
Dandroid_backup_BackupDataInput.cpp139LOG_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()
Dandroid_server_FingerprintManager.cpp29 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);
Dandroid_view_KeyEvent.cpp129 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);
Dandroid_database_SQLiteDebug.cpp67 LOG_FATAL_IF(! var, "Unable to find class " className);
71 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
Dandroid_os_MessageQueue.cpp162 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()
Dandroid_app_backup_FullBackup.cpp122 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()
Dandroid_view_InputChannel.cpp280 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()
Dandroid_content_res_ObbScanner.cpp85 LOG_FATAL_IF(! var, "Unable to find class " className);
89 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
Dandroid_view_InputDevice.cpp82 LOG_FATAL_IF(! var, "Unable to find class " className);
86 LOG_FATAL_IF(! var, "Unable to find method " methodName);
Dandroid_backup_BackupHelperDispatcher.cpp231 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()
Dandroid_view_TextureView.cpp217 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);
Dandroid_content_res_Configuration.cpp75 LOG_FATAL_IF(! var, "Unable to find class " className);
79 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
Dandroid_view_VelocityTracker.cpp247 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()
Dandroid_view_DisplayEventReceiver.cpp265 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()
Dandroid_util_AssetManager.cpp2108 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()
2126LOG_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 …]
Dandroid_view_KeyCharacterMap.cpp226 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);
Dandroid_view_GraphicBuffer.cpp282 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/
Dcom_android_server_power_PowerManagerService.cpp179 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()
Dcom_android_server_input_InputApplicationHandle.cpp131 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()
Dcom_android_server_SerialService.cpp72 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()
Dcom_android_server_UsbDeviceManager.cpp147 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/
DELFObjectLoaderImpl.cpp131 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()

123