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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libcutils/
dlmalloc_stubs.c 28 ALOGW("Called host unimplemented stub: dlmalloc_inspect_all");
33 ALOGW("Called host unimplemented stub: dlmalloc_trim");
loghack.h 33 #define ALOGW(...) ALOG("W", __VA_ARGS__)
  /frameworks/rs/
rsUtils.h 27 #define ALOGW(...)
  /frameworks/av/libvideoeditor/lvpp/
I420ColorConverter.cpp 26 ALOGW("I420ColorConverter: cannot load libI420colorconvert.so");
35 ALOGW("I420ColorConverter: cannot load getI420ColorConverter");
  /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...]
  /dalvik/vm/alloc/TEST/HeapBitmapTest/include/
Dalvik.h 11 #define ALOGW(...) printf("W/" __VA_ARGS__)
  /frameworks/native/libs/cpustats/
ThreadCpuUsage.cpp 122 ALOGW("Can't add sample because measurements have never been enabled");
144 ALOGW("Can't compute elapsed time because measurements have never been enabled");
183 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU);
186 ALOGW("kernel_max invalid %d", sKernelMax);
193 ALOGW("Can't read number of CPUs");
197 ALOGW("Can't open number of CPUs");
208 ALOGW("getCpukHz called with invalid CPU %d", cpuNum);
231 ALOGW("getCpukHz can't open CPU %d", cpuNum);
248 ALOGW("Can't read CPU %d frequency", cpuNum);
  /dalvik/libdex/
ZipArchive.cpp 83 ALOGW("Zip: invalid ZipEntry %p (%ld)", entry, ent);
150 ALOGW("Zip: seek %ld failed: %s", (long) searchStart, strerror(errno));
155 ALOGW("Zip: read %zd failed: %s", readAmount, strerror(errno));
191 ALOGW("Zip: bad offsets (dir %ld, size %u, eocd %ld)",
196 ALOGW("Zip: empty archive?");
210 ALOGW("Zip: cd map failed");
298 ALOGW("Zip: missed a central dir sig (at %d)", i);
302 ALOGW("Zip: ran off the end (at %d)", i);
308 ALOGW("Zip: bad LFH offset %ld at entry %d", localHdrOffset, i);
323 ALOGW("Zip: bad CD advance (%d vs %zd) at entry %d"
    [all...]
  /frameworks/compile/libbcc/lib/Support/
InputFile.cpp 33 ALOGW("InputFile::read: count = %zu, buffer = %p", count, pBuf);
  /dalvik/vm/
ReferenceTable.cpp 67 ALOGW("ReferenceTable overflow (max=%d)", pRef->maxEntries);
219 ALOGW(" NULL reference (count=%d)", equiv);
223 ALOGW(" cleared jweak (count=%d)", equiv);
242 ALOGW(" %s", msg.c_str());
254 ALOGW("%s reference table (%p) dump:", descr, refs);
257 ALOGW(" (empty)");
267 ALOGW(" Last %d entries (of %d):", (count - first), count);
274 ALOGW(" %5d: cleared jweak", idx);
280 ALOGW(" %5d: %p (raw) (%zd bytes)", idx, ref, size);
307 ALOGW(" %5d: %p %s%s", idx, ref, className.c_str(), extras.c_str())
    [all...]
StdioConverter.cpp 58 ALOGW("pipe failed: %s", strerror(errno));
62 ALOGW("pipe failed: %s", strerror(errno));
67 ALOGW("dup2(1) failed: %s", strerror(errno));
76 ALOGW("dup2(2) failed: %d %s", errno, strerror(errno));
185 ALOGW("stdio converter got read error; shutting it down");
216 ALOGW("read %s: (%d,%d) failed (%d): %s",
234 //ALOGW("GOT %d at %d '%s'", cp - start, start - data->buf, start);
  /frameworks/native/libs/utils/
ZipFileRO.cpp 101 ALOGW("Invalid ZipEntryRO %p (%ld)\n", entry, ent);
123 ALOGW("Unable to open zip '%s': %s\n", zipFileName, strerror(errno));
175 ALOGW("couldn't allocate scanBuf: %s", strerror(errno));
184 ALOGW("seek to start failed: %s", strerror(errno));
224 ALOGW("seek %ld failed: %s\n", (long) searchStart, strerror(errno));
230 ALOGW("Zip: read " ZD ", expected " ZD ". Failed: %s\n",
271 ALOGW("bad offsets (dir %ld, size %u, eocd %ld)\n",
276 ALOGW("empty archive?\n");
285 ALOGW("Unable to create directory map: %s", strerror(errno));
290 ALOGW("Unable to map '%s' (" ZD " to " ZD "): %s\n", mFileName
    [all...]
SystemClock.cpp 72 ALOGW("Unable to open alarm driver: %s\n", strerror(errno));
79 ALOGW("Unable to set rtc to %ld: %s\n", tv.tv_sec, strerror(errno));
85 ALOGW("Unable to set clock to %d.%d: %s\n",
137 ALOGW("time going backwards: prev %lld(%s) vs now %lld(%s), tid=%d",
  /dalvik/vm/os/
android.cpp 51 ALOGW("bad priority %d", newPriority);
78 ALOGW("getpriority() failed: %s", strerror(errno));
131 ALOGW("Unable to reset priority to %d: %s",
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 116 ALOGW("getInputBufferSize bad sampling rate: %d", sampleRate);
120 ALOGW("getInputBufferSize bad format: %d", format);
124 ALOGW("getInputBufferSize bad channel count: %d", channelCount);
  /dalvik/vm/native/
java_lang_Throwable.cpp 51 ALOGW("getStackTrace() called but no trace available");
  /frameworks/base/cmds/system_server/
system_main.cpp 52 ALOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0));
  /frameworks/native/libs/binder/
MemoryBase.cpp 53 ALOGW("Using temporary compatibility workaround for usage of MemoryBase "
  /hardware/ti/wpan/tools/FM/service/src/jni/
v4l2_JbtlLog.h 45 #define V4L2_JBTL_LOGW(...) ALOGW( __VA_ARGS__)
  /system/security/softkeymaster/
keymaster_openssl.cpp 215 ALOGW("Unsupported key type %d", key_type);
218 ALOGW("key_params == null");
274 ALOGW("input key == NULL");
277 ALOGW("output key blob or length == NULL");
307 ALOGW("output public key buffer == NULL");
352 ALOGW("input data to sign == NULL");
355 ALOGW("output signature buffer == NULL");
365 ALOGW("Cannot handle non-RSA keys yet");
371 ALOGW("Cannot handle digest type %d", sign_params->digest_type);
374 ALOGW("Cannot handle padding type %d", sign_params->padding_type)
    [all...]
  /external/bluetooth/bluedroid/utils/src/
bt_utils.c 132 ALOGW("failed to change sched policy, tid %d, err: %d", tid, errno);
136 ALOGW("failed to change priority tid: %d to %d", tid, ANDROID_PRIORITY_AUDIO);
  /frameworks/base/services/input/
InputManager.cpp 74 ALOGW("Could not stop InputReader thread due to error %d.", result);
79 ALOGW("Could not stop InputDispatcher thread due to error %d.", result);
  /system/security/keystore-engine/
eng_keystore.cpp 178 ALOGW("There was an error during signing: could not connect");
182 ALOGW("Error during signing from keystore: %d", ret);
186 ALOGW("No valid signature returned");
224 ALOGW("There was an error during rsa_mod_exp: could not connect");
227 ALOGW("Error during sign from keystore: %d", ret);
230 ALOGW("No valid signature returned");
316 ALOGW("could not contact keystore");
320 ALOGW("keystore reports error: %d", ret);
329 ALOGW("Cannot convert pubkey");
337 ALOGW("Could not set ex_data for loaded RSA key")
    [all...]
  /system/netd/
InterfaceController.cpp 61 ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown");
66 ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "unknown");
74 ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "unknown");

Completed in 1541 milliseconds

1 2 3 4 5 6 7 8 91011>>