/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResStringPool.java | 13 import static org.robolectric.res.android.Util.ALOGW; 121 ALOGW("Bad string block: data size %zu is too small to be a string block", size); in setTo() 131 ALOGW("Bad string block: malformed block dimensions"); in setTo() 164 ALOGW("Bad string block: header size %d or total size %d is larger than data size %d\n", in setTo() 175 ALOGW("Bad string block: entry of %d items extends past data size %d\n", in setTo() 191 ALOGW("Bad string block: string pool starts at %d, after total size %d\n", in setTo() 203 ALOGW("Bad style block: style block starts at %d past data size of %d\n", in setTo() 209 ALOGW("Bad style block: style block starts at %d, before strings at %d\n", in setTo() 219 ALOGW("Bad string block: stringCount is %d but pool size is 0\n", (int)mHeader.stringCount); in setTo() 247 ALOGW("Bad string block: last string is not 0-terminated\n"); in setTo() [all …]
|
D | ResTable.java | 21 import static org.robolectric.res.android.Util.ALOGW; 150 ALOGW("Unable to get buffer of resource asset file"); in add() 159 ALOGW("Unable to get buffer of idmap asset file"); in add() 277 … ALOGW("Bad resource table: header size 0x%x or total size 0x%x is larger than data size 0x%x\n", in addInternal() 283 … ALOGW("Bad resource table: header size 0x%x or total size 0x%x is not on an integer boundary\n", in addInternal() 321 ALOGW("Multiple string chunks found in resource table."); in addInternal() 325 ALOGW("More package chunks were found than the %d declared in the header.", in addInternal() 336 ALOGW("Unknown chunk type 0x%x in table at 0x%x.\n", in addInternal() 346 ALOGW("Fewer package chunks (%d) were found than the %d declared in the header.", in addInternal() 352 ALOGW("No string values found in resource table!"); in addInternal() [all …]
|
D | ResXMLTree.java | 19 import static org.robolectric.res.android.Util.ALOGW; 104 ALOGW("Bad XML block: header size %d or total size %d is larger than data size %d\n", in setTo() 182 ALOGW("Bad XML block: no root element node found\n"); in setTo() 239 ALOGW("Bad XML block: node attributes use 0x%x bytes, only have 0x%x bytes\n", in validateNode() 244 ALOGW("Bad XML start block: node header size 0x%x, size 0x%x\n", in validateNode()
|
D | DynamicRefTable.java | 10 import static org.robolectric.res.android.Util.ALOGW; 119 ALOGW("DynamicRefTable(0x%02x): No mapping for build-time package ID 0x%02x.", in lookupResourceId() 123 ALOGW("e[0x%02x] . 0x%02x", i, mLookupTable[i]); in lookupResourceId()
|
D | CppAssetManager.java | 9 import static org.robolectric.res.android.Util.ALOGW; 241 ALOGW("Asset path %s is neither a directory nor file (type=%s).", in addAssetPath() 716 ALOGW("Unable to find resources file resources.arsc"); in getResTable() 749 ALOGW("failed to load idmap %s\n", ap.idmap.string()); in openIdmapLocked() 966 ALOGW("getEntryInfo failed\n"); in openAssetFromZipLocked() 988 ALOGW("create from segment failed\n"); in openAssetFromZipLocked() 1253 ALOGW("Failure opening zip %s\n", ap.path.string()); in scanAndMergeZipLocked() 1285 ALOGW("ZipFileRO.startIteration returned false"); in scanAndMergeZipLocked()
|
D | ZipFileRO.java | 6 import static org.robolectric.res.android.Util.ALOGW; 89 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error)); in open()
|
D | Asset.java | 7 import static org.robolectric.res.android.Util.ALOGW; 553 ALOGW("unexpected whence %d\n", whence); in handleSeek() 560 ALOGW("seek out of range: want %ld, end=%ld\n", in handleSeek()
|
D | ResourceTypes.java | 6 import static org.robolectric.res.android.Util.ALOGW; 42 ALOGW("%s data size 0x%x extends beyond resource end.", in validate_chunk() 46 ALOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.", in validate_chunk() 50 ALOGW("%s size 0x%x is smaller than header size 0x%x.", in validate_chunk() 54 ALOGW("%s header size 0x%04x is too small.", in validate_chunk()
|
/external/mesa3d/src/broadcom/common/ |
D | v3d_debug.h | 70 #ifndef ALOGW 71 #define ALOGW LOGW macro 73 #define dbg_printf(...) ALOGW(__VA_ARGS__)
|
/external/mesa3d/src/intel/dev/ |
D | gen_debug.h | 112 #ifndef ALOGW 113 #define ALOGW LOGW macro 115 #define dbg_printf(...) ALOGW(__VA_ARGS__)
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | loopback_test.cpp | 78 ALOGW("recording pipe problem (expected %lld): %lld", in receiveRecording() 81 ALOGW("pipe write returned negative value: %lld", (long long)actualFrames); in receiveRecording() 177 ALOGW("ByteBuffer only consumed %lld bytes from %lld", in writeCallback() 180 ALOGW("ByteBuffer error: %lld", (long long)bbResult); in writeCallback()
|
D | logging.h | 28 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
|
/external/libese/libese/include/ese/ |
D | log.h | 61 #ifndef ALOGW 62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|
/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoLibdrm.cpp | 94 []() { ALOGW("Gralloc does not support lock_ycbcr()"); }); in GetYuvPlaneInfo() 101 ALOGW("gralloc->lock_ycbcr failed: %d", ret); in GetYuvPlaneInfo() 132 ALOGW( in GetYuvPlaneInfo()
|
/external/webrtc/sdk/android/src/jni/audio_device/ |
D | opensles_player.cc | 29 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro 88 ALOGW("Stereo mode is enabled"); in Init() 388 ALOGW("Buffer callback in non-playing state!"); in FillBufferQueue() 401 ALOGW("Bad OpenSL ES playout timing, dT=%u [ms]", diff); in EnqueuePlayoutData()
|
D | opensles_recorder.cc | 29 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro 370 ALOGW("Buffer callback in non-recording state!"); in ReadBufferQueue() 379 ALOGW("Bad OpenSL ES record timing, dT=%u [ms]", diff); in ReadBufferQueue()
|
/external/webrtc/modules/audio_device/android/ |
D | opensles_player.cc | 31 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro 86 ALOGW("Stereo mode is enabled"); in Init() 379 ALOGW("Buffer callback in non-playing state!"); in FillBufferQueue() 392 ALOGW("Bad OpenSL ES playout timing, dT=%u [ms]", diff); in EnqueuePlayoutData()
|
D | opensles_recorder.cc | 31 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro 359 ALOGW("Buffer callback in non-recording state!"); in ReadBufferQueue() 368 ALOGW("Bad OpenSL ES record timing, dT=%u [ms]", diff); in ReadBufferQueue()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 289 #ifndef ALOGW 290 #define ALOGW LOGW macro 292 #define dbg_printf(...) ALOGW(__VA_ARGS__)
|
/external/v4l2_codec2/common/ |
D | NalParser.cpp | 57 ALOGW("delta scale (%d) is below range, capping to -128", deltaScale); in skipScalingList() 60 ALOGW("delta scale (%d) is above range, capping to 127", deltaScale); in skipScalingList()
|
/external/mesa3d/include/android_stub/log/ |
D | log_main.h | 254 #ifndef ALOGW 255 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
|
/external/libese/libese-teq1/ |
D | teq1.c | 298 ALOGW("Got seq %d expected %d", in teq1_frame_error_check() 325 ALOGW("incoming frame failed the error check"); in teq1_rules() 446 ALOGW("Rule 7.1,7.5,7.6: bad rx - sending error R: %x = %s", in teq1_rules() 462 ALOGW("Rule 7.1,7.5,7.6: weird rx - sending error R: %x = %s", in teq1_rules() 546 ALOGW("Unexpected frame. Marking error and re-evaluating."); in teq1_rules()
|
/external/drm_hwcomposer/bufferinfo/ |
D | BufferInfoGetter.cpp | 40 ALOGW( in GetInstance()
|
/external/icu/libandroidicuinit/ |
D | IcuRegistration.h | 29 #define AICU_LOGW(...) ALOGW(__VA_ARGS__)
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 391 ALOGW("Callback is already abandoned."); in serviceDeviceTask() 696 ALOGW("ioctl() VIDIOC_G_CROP failed"); in getVisibleRect() 706 ALOGW("visible rectangle %s is not inside coded size %s", toString(rect).c_str(), in getVisibleRect() 711 ALOGW("visible size is empty"); in getVisibleRect()
|