/frameworks/base/services/jni/ |
com_android_server_input_InputWindowHandle.cpp | 220 LOG_FATAL_IF(! var, "Unable to find class " className); 224 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 229 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_AssetAtlasService.cpp | 241 LOG_FATAL_IF(! var, "Unable to find class " className); 245 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
|
com_android_server_UsbHostManager.cpp | 194 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); 197 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
|
com_android_server_input_InputManagerService.cpp | [all...] |
/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | [all...] |
android_util_Binder.cpp | 811 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.Binder"); 895 LOG_FATAL_IF(clazz == NULL, "Unable to find class com.android.internal.os.BinderInternal"); [all...] |
android_os_Trace.cpp | 140 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
android_hardware_SensorManager.cpp | 268 LOG_FATAL_IF(! var, "Unable to find class " className); \ 273 LOG_FATAL_IF(! var, "Unable to find method " methodName);
|
android_view_GLES20DisplayList.cpp | 360 LOG_FATAL_IF(! var, "Unable to find class " className); 364 LOG_FATAL_IF(! var, "Unable to find method " methodName);
|
android_view_InputQueue.cpp | 262 LOG_FATAL_IF(! var, "Unable to find class %s", className); \ 268 LOG_FATAL_IF(! var, "Unable to find method" methodName); \
|
android_view_MotionEvent.cpp | [all...] |
android_database_CursorWindow.cpp | 526 LOG_FATAL_IF(! var, "Unable to find class " className); 530 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 543 LOG_FATAL_IF(!gEmptyString, "Unable to create empty string");
|
android_app_NativeActivity.cpp | 623 LOG_FATAL_IF(! var, "Unable to find class %s", className); 627 LOG_FATAL_IF(! var, "Unable to find method" methodName);
|
android_net_NetUtils.cpp | 275 LOG_FATAL_IF(dhcpResultsClass == NULL, "Unable to find class android/net/DhcpResults");
|
android_database_SQLiteConnection.cpp | [all...] |
/system/core/libpixelflinger/codeflinger/tinyutils/ |
Vector.h | 222 LOG_FATAL_IF( index>=size(), 234 LOG_FATAL_IF( (index>0 ? index : -index)>=size(),
|
/frameworks/native/libs/binder/ |
MemoryDealer.cpp | 373 LOG_FATAL_IF(cur->free, 397 LOG_FATAL_IF(!freed->free,
|
BufferedTextOutput.cpp | 243 LOG_FATAL_IF(b->bundle < 0,
|
/packages/inputmethods/PinyinIME/jni/android/ |
com_android_inputmethod_pinyin_PinyinDecoderService.cpp | 391 LOG_FATAL_IF(clazz == NULL, "Unable to find Java class java.io.FileDescriptor"); 394 LOG_FATAL_IF(gFileDescriptorOffsets.mDescriptor == NULL,
|
/system/core/include/utils/ |
SortedVector.h | 189 LOG_FATAL_IF(index>=size(),
|
/frameworks/base/media/jni/ |
android_media_MediaDrm.cpp | 40 LOG_FATAL_IF(! var, "Unable to find class " className); 44 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 48 LOG_FATAL_IF(! var, "Unable to find method " fieldName); 52 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 56 LOG_FATAL_IF(! var, "Unable to find static method " fieldName); [all...] |
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | 516 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); 553 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); 583 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); 642 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 598 LOG_FATAL_IF(disp.list == NULL); 731 LOG_FATAL_IF(disp >= VIRTUAL_DISPLAY_ID_BASE); 740 LOG_FATAL_IF(disp >= VIRTUAL_DISPLAY_ID_BASE); [all...] |
/dalvik/vm/native/ |
dalvik_system_VMRuntime.cpp | 256 LOG_FATAL_IF(strObj->clazz != gDvm.classJavaLangString, "Unknown class for supposed string");
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPlayer.cpp | 495 LOG_FATAL_IF(mCallback != NULL, "Don't call write if supplying a callback.");
|