HomeSort by relevance Sort by last modified time
    Searched full:logw (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /system/core/libnetutils/
ifc_utils.c 42 #define LOGW printf
  /dalvik/vm/
InlineNative.c 751 LOGW("Warning: can't find class '%s'\n", clazz->descriptor);
762 LOGW("Warning: can't find method %s.%s %s\n",
Misc.c 661 LOGW("Unable to get fd flags for fd %d\n", fd);
665 LOGW("Unable to set close-on-exec for fd %d\n", fd);
Profile.c 560 LOGW("Found unfilled record at %d (of %d)\n",
575 LOGW("WARNING: a debugger is active; method-tracing results "
  /dalvik/vm/jdwp/
JdwpAdb.c 174 LOGW("receiving file descriptor from ADB failed (socket %d): %s\n",
476 LOGW("No reply created for set=%d cmd=%d\n", cmdSet, cmd);
JdwpHandler.c 396 LOGW("Debugger is telling the VM to exit with code=%d\n", exitCode);
    [all...]
  /dalvik/vm/native/
java_lang_Class.c 396 LOGW("WARNING: couldn't find string %u for '%s'\n",
508 LOGW("Class init failed in newInstance call (%s)\n",
  /dalvik/vm/oo/
Object.c 372 LOGW("Bogus method descriptor: %s\n", descriptor);
697 LOGW("Null or malformed object not dumped\n");
Resolve.c 127 LOGW("Class resolved by unexpected DEX:"
133 LOGW("(%s had used a different %s during pre-verification)\n",
  /frameworks/base/media/libmedia/
AudioRecord.cpp 469 LOGW( "obtainBuffer timed out (is the CPU pegged?) "
474 LOGW("obtainBuffer() dead IAudioRecord: creating a new one");
IOMX.cpp 376 LOGW("Call incorrectly routed to " #interface); \
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp     [all...]
  /bootable/diskinstaller/
installer.c 343 LOGW("addjournal flag is meaningless for ext3 images");
  /bootable/recovery/
recovery.c 286 LOGW("Can't unlink %s\n", COMMAND_FILE);
  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 70 LOGW("External allocation of %d bytes was rejected\n", size);
  /frameworks/base/cmds/keystore/
keystore.c 524 LOGW("getsockopt: %s", strerror(errno));
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 201 LOGW("waitForCondition(%s) timed out "
  /frameworks/base/libs/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 309 LOGW("received signal %d in thread %d, resending to %d",
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 81 LOGW("SurfaceFlinger not published, waiting...");
  /frameworks/base/media/libstagefright/
OMXCodec.cpp     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneProxy.java 157 private void logw(String msg) { method in class:PhoneProxy
  /hardware/msm7k/libgralloc/
gralloc.cpp 412 LOGW("%d KiB allocation failed in GPU memory, retrying...",
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 194 #define MP3DEC_DPRINT LOGW
195 #define MP3DEC_BUFPRINT LOGW
196 #define MP3DEC_MEMPRINT LOGW
197 #define MP3DEC_STATEPRINT LOGW
    [all...]
  /build/tools/zipalign/
ZipFile.cpp 606 LOGW("copy of '%s' failed\n", pEntry->mCDE.mFileName);
934 LOGW("ftruncate failed %ld: %s\n", ftell(mZipFp), strerror(errno));
    [all...]
  /dalvik/libdex/
DexFile.c 380 // LOGW("classLookupAdd: probes=%d\n", probes);
681 LOGW("Incompatible index map configuration: found 0x%04x, need %d\n",
    [all...]

Completed in 398 milliseconds

1 2 3 4 5 67 8 9