HomeSort by relevance Sort by last modified time
    Searched defs:ALOGW (Results 1 - 12 of 12) sorted by null

  /dalvik/vm/alloc/TEST/HeapBitmapTest/include/
Dalvik.h 11 #define ALOGW(...) printf("W/" __VA_ARGS__)
  /frameworks/rs/
rsUtils.h 27 #define ALOGW(...)
rsCppUtils.h 50 #define ALOGW(...) \
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 98 # define ALOGW(a,...)
  /libnativehelper/
ALog-priv.h 58 #ifndef ALOGW
59 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
  /system/core/libcutils/
loghack.h 33 #define ALOGW(...) ALOG("W", __VA_ARGS__)
  /system/core/libnetutils/
packet.c 35 #define ALOGW printf
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
234 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
ifc_utils.c 50 #define ALOGW printf
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 32 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
100 ALOGW("pthread_cond_wait failed: %d", err);
156 ALOGW("pthread_mutex_lock failed: %d", err);
164 ALOGW("pthread_mutex_unlock failed: %d", err);
180 ALOGW("failed at iteration %d, stopping test", mIteration);
188 ALOGW("Unable to start thread at iter=%d", mIteration);
210 ALOGW("eglMakeCurrent failed: 0x%x", eglGetError());
247 ALOGW("eglGetDisplay failed: 0x%x", eglGetError());
253 ALOGW("eglInitialize failed: 0x%x", eglGetError());
261 ALOGW("eglChooseConfig failed: 0x%x", eglGetError())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c 661 #ifndef ALOGW
662 #define ALOGW LOGW
682 ALOGW("%s", msg);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 661 #ifndef ALOGW
662 #define ALOGW LOGW
682 ALOGW("%s", msg);
  /system/core/include/log/
log.h 128 #ifndef ALOGW
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))

Completed in 2433 milliseconds