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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/compile/libbcc/helper/
DebugHelper.h 32 #undef ALOGW
39 #define ALOGW(...)
  /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...]
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 64 ALOGW("WARNING: NativeTestTarget not registered\n");
  /system/core/libcutils/
loghack.h 33 #define ALOGW(...) ALOG("W", __VA_ARGS__)
  /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 123 ALOGW("Invalid ZipEntryRO %p (%ld)\n", entry, ent);
145 ALOGW("Unable to open zip '%s': %s\n", zipFileName, strerror(errno));
197 ALOGW("couldn't allocate scanBuf: %s", strerror(errno));
206 ALOGW("seek to start failed: %s", strerror(errno));
246 ALOGW("seek %ld failed: %s\n", (long) searchStart, strerror(errno));
252 ALOGW("Zip: read " ZD ", expected " ZD ". Failed: %s\n",
293 ALOGW("bad offsets (dir %ld, size %u, eocd %ld)\n",
298 ALOGW("empty archive?\n");
307 ALOGW("Unable to create directory map: %s", strerror(errno));
312 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",
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SourceInfo.cpp 61 ALOGW("It is required to give resName for sha1 dependency check.\n");
62 ALOGW("Sha1sum dependency check will be skipped.\n");
63 ALOGW("Set BCC_SKIP_DEP_SHA1 for flags to surpress this warning.\n");
113 ALOGW("Unable to calculate sha1sum for llvm::Module.\n");
114 ALOGW("Sha1sum dependency check will be skipped.\n");
115 ALOGW("Set BCC_SKIP_DEP_SHA1 for flags to surpress this warning.\n");
FileHandle.cpp 58 ALOGW("Unable to open %s in %s mode. (reason: %s)\n",
66 ALOGW("Unable to acquire the lock immediately, block and wait now ...\n");
101 ALOGW("Unable to open %s in %s mode.\n", filename, open_mode_str[mode]);
  /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");
java_lang_reflect_Constructor.cpp 54 ALOGW("Class init failed in Constructor.constructNative (%s)",
  /frameworks/base/cmds/system_server/
system_main.cpp 52 ALOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0));
  /hardware/ti/wpan/tools/FM/service/src/jni/
v4l2_JbtlLog.h 45 #define V4L2_JBTL_LOGW(...) ALOGW( __VA_ARGS__)
  /system/security/keystore/
keystore_client.cpp 54 ALOGW("truncated write to keystore");
65 ALOGW("Error from keystore: %d", code);
82 ALOGW("truncated read from keystore for data");
90 ALOGW("truncated read from keystore for length");
  /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...]
  /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);
  /development/tools/emulator/system/camera/
EmulatedQemuCameraDevice.cpp 85 ALOGW("%s: Qemu camera device '%s' is already connected.",
110 ALOGW("%s: Qemu camera device '%s' is already disconnected.",
147 ALOGW("%s: Qemu camera device '%s' is already started.",
191 ALOGW("%s: Qemu camera device '%s' is not started.",
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 85 ALOGW("failed to post message. Target handler not registered.");
94 ALOGW("failed to post message. "
116 ALOGW("failed to deliver message. Target handler not registered.");
124 ALOGW("failed to deliver message. "

Completed in 1311 milliseconds

1 2 3 4 5 6 7 8 91011>>