HomeSort by relevance Sort by last modified time
    Searched refs:ALOGW (Results 1 - 25 of 458) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/libcutils/
dlmalloc_stubs.c 29 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all");
34 ALOGW("Called host unimplemented stub: dlmalloc_trim");
loghack.h 33 #define ALOGW(...) ALOG("W", __VA_ARGS__)
  /frameworks/rs/
rsUtils.h 27 #define ALOGW(...)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsUtils.h 27 #define ALOGW(...)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsUtils.h 27 #define ALOGW(...)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsUtils.h 27 #define ALOGW(...)
  /system/core/libbacktrace/
BacktraceLog.h 26 ALOGW("%s: " format, __PRETTY_FUNCTION__, ##__VA_ARGS__)
  /development/tutorials/MoarRam/jni/
bar.c 38 ALOGW("%d 2M-byte blocks allocated so far (just allocated %p)",
48 ALOGW("All 2M-byte blocks are freed");
56 ALOGW("%d 2M-byte blocks allocated so far (just freed %p)",
foo.c 38 ALOGW("%d 32-byte blocks allocated so far (just allocated %p)",
48 ALOGW("All 32-byte blocks are freed");
56 ALOGW("%d 32-byte blocks allocated so far (just freed %p)",
baz.c 50 ALOGW("%d %d-byte blocks allocated so far (just allocated %p)",
72 ALOGW("All %d-byte blocks are freed", size);
78 ALOGW("%d %d-byte blocks allocated so far (just freed %p)",
df.c 33 ALOGW("About to double free %p", ptr);
  /frameworks/base/libs/androidfw/
ObbFile.cpp 93 ALOGW("couldn't open file %s: %s", filename, strerror(errno));
100 ALOGW("failed to read from %s (fd=%d)\n", filename, fd);
110 ALOGW("attempt to read from invalid fd\n");
123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno));
125 ALOGW("file is only %lld (less than %d minimum)\n", fileLength, kFooterMinSize);
139 ALOGW("couldn't read footer signature: %s\n", strerror(errno));
145 ALOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n",
153 ALOGW("claimed footer size is too large (0x%08zx; file size is 0x%08llx)\n",
159 ALOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n",
167 ALOGW("seek %lld failed: %s\n", fileOffset, strerror(errno))
    [all...]
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 102 ALOGW("*****************************************************************");
103 ALOGW("*****************************************************************");
104 ALOGW("** Warning - BT Vendor Lib is loaded in debug tuning mode!");
105 ALOGW("**");
106 ALOGW("** If this is not intentional, rebuild libbt-vendor.so ");
107 ALOGW("** with VENDOR_LIB_RUNTIME_TUNING_ENABLED=FALSE and ");
108 ALOGW("** check if any run-time tuning parameters needed to be");
109 ALOGW("** carried to the build-time configuration accordingly.");
110 ALOGW("*****************************************************************");
111 ALOGW("*****************************************************************");
    [all...]
  /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...]
  /system/core/libutils/
Printer.cpp 77 ALOGW("%s: NULL string passed in", __FUNCTION__);
102 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, fd);
111 ALOGW("%s: NULL string passed in", __FUNCTION__);
114 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, mFd);
131 ALOGW("%s: Target string was NULL", __FUNCTION__);
137 ALOGW("%s: NULL string passed in", __FUNCTION__);
140 ALOGW("%s: Target string was NULL", __FUNCTION__);
  /libnativehelper/
ALog-priv.h 58 #ifndef ALOGW
59 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 121 ALOGW("Can't add sample because measurements have never been enabled");
143 ALOGW("Can't compute elapsed time because measurements have never been enabled");
182 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU);
185 ALOGW("kernel_max invalid %d", sKernelMax);
192 ALOGW("Can't read number of CPUs");
196 ALOGW("Can't open number of CPUs");
207 ALOGW("getCpukHz called with invalid CPU %d", cpuNum);
230 ALOGW("getCpukHz can't open CPU %d", cpuNum);
247 ALOGW("Can't read CPU %d frequency", cpuNum);
  /system/security/keystore-engine/
dsa_meth.cpp 75 ALOGW("There was an error during dsa_do_sign: could not connect");
78 ALOGW("Error during sign from keystore: %d", ret);
81 ALOGW("No valid signature returned");
84 ALOGW("Signature is too large");
92 ALOGW("conversion from DER to DSA_SIG failed");
127 ALOGW("Could not set ex_data for loaded DSA key");
ecdsa_meth.cpp 81 ALOGW("There was an error during dsa_do_sign: could not connect");
84 ALOGW("Error during sign from keystore: %d", ret);
87 ALOGW("No valid signature returned");
90 ALOGW("Signature is too large");
98 ALOGW("conversion from DER to ECDSA_SIG failed");
  /frameworks/base/libs/hwui/
Image.cpp 37 ALOGW("Error creating image (%#x)", eglGetError());
47 ALOGW("Error creating image (%#x)", status);
  /frameworks/compile/libbcc/lib/Support/
InputFile.cpp 33 ALOGW("InputFile::read: count = %zu, buffer = %p", count, pBuf);
  /hardware/qcom/media/mm-core/inc/
qc_omx_msg.h 53 #define LOGW ALOGW
  /frameworks/av/media/img_utils/src/
FileOutput.cpp 28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string());
35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
  /system/core/libnativebridge/
native_bridge.cc 143 ALOGW("Called LoadNativeBridge for an already set up native bridge. State is %s.",
171 ALOGW("Unsupported native bridge interface.");
238 ALOGW("Instruction set %s is malformed, must be less than or equal to 10 characters.",
264 ALOGW("Failed to bind-mount %s as /proc/cpuinfo: %s", cpuinfo_path, strerror(errno));
268 ALOGW("Mac OS does not support bind-mounting. Host simulation of native bridge impossible.");
277 ALOGW("Could not find %s field.", field);
284 ALOGW("Could not create string %s.", value);
296 ALOGW("No JNIEnv* to set up app environment.");
310 ALOGW("Out of memory while setting up app environment.");
325 ALOGW("Could not find Build class.")
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 106 ALOGW("Could not initialize EGL");
125 ALOGW("Could not select EGL configuration");
131 ALOGW("Could not find EGL configuration");
148 ALOGW("Could not create EGL context");
156 ALOGW("Could not create EGL surface");
161 ALOGW("Could not change current EGL context");
172 ALOGW("Could not create EGL image");
180 ALOGW("Could not create/bind texture");
189 ALOGW("Could not upload to texture");
198 ALOGW("Could not create sync fence %#x", eglGetError())
    [all...]

Completed in 2712 milliseconds

1 2 3 4 5 6 7 8 91011>>