/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()
|
D | Util.java | 61 static void ALOGW(String message, Object... args) { in ALOGW() method in Util
|
D | ResXMLParser.java | 24 import static org.robolectric.res.android.Util.ALOGW; 568 ALOGW("Unknown XML block: header type %d in node at %d\n", in nextNode() 575 ALOGW("Bad XML block: header type 0x%x in node at 0x%x has size %d, need %d\n", in nextNode()
|
D | ResTableTheme.java | 14 import static org.robolectric.res.android.Util.ALOGW; 127 ALOGW("Too many attribute references, stopped at: 0x%08x\n", resID); in GetAttribute()
|
/external/mesa3d/src/broadcom/common/ |
D | v3d_debug.h | 61 #ifndef ALOGW 62 #define ALOGW LOGW macro 64 #define dbg_printf(...) ALOGW(__VA_ARGS__)
|
/external/mesa3d/src/intel/common/ |
D | gen_debug.h | 90 #ifndef ALOGW 91 #define ALOGW LOGW macro 93 #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/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 287 #ifndef ALOGW 288 #define ALOGW LOGW macro 290 #define dbg_printf(...) ALOGW(__VA_ARGS__)
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 23 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro 169 ALOGW("The application should use MODE_IN_COMMUNICATION audio mode!"); in StartPlayout() 188 ALOGW("The application should use MODE_IN_COMMUNICATION audio mode!"); in StartRecording()
|
D | opensles_player.cc | 26 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, TAG, __VA_ARGS__) macro 426 ALOGW("Buffer callback in non-playing state!"); in FillBufferQueue() 439 ALOGW("Bad OpenSL ES playout timing, dT=%u [ms]", diff); in EnqueuePlayoutData()
|
/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/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediacodeccommon.h | 51 #define ALOGW LOG_TAG(rtc::LS_WARNING, TAG) macro
|
D | androidmediaencoder_jni.cc | 574 ALOGW << "Encoder drop frame - failed callback."; in EncodeOnCodecThread() 631 ALOGW << "Encoder drop frame - no input buffers available"; in EncodeOnCodecThread() 1143 ALOGW << "NULL VideoDecoder EGL context - HW surface encoding is disabled."; in SetEGLContext() 1150 ALOGW << "No HW video encoder for type " << (int)type; in CreateVideoEncoder() 1162 ALOGW << "Can not find HW video encoder for type " << (int)type; in CreateVideoEncoder()
|
D | androidmediadecoder_jni.cc | 884 ALOGW << "NULL VideoDecoder EGL context - HW surface decoding is disabled."; in SetEGLContext() 891 ALOGW << "No HW video decoder for type " << (int)type; in CreateVideoDecoder() 901 ALOGW << "Can not find HW video decoder for type " << (int)type; in CreateVideoDecoder()
|
/external/drm_hwcomposer/ |
D | platformminigbm.cpp | 64 ALOGW("Using non-minigbm gralloc module: %s/%s\n", gralloc_->common.name, in Init()
|
D | vsyncworker.cpp | 99 ALOGW("Vsync worker active with conn=%p refresh=%f\n", conn, in SyntheticWaitVBlank()
|