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

12 3 4 5 6 7 8 9

  /bootable/recovery/minzip/
Zip.c 154 LOGW("WARNING: duplicate entry '%.*s' in Zip\n",
164 LOGW("Filename too long (%d chatacters)\n", fileNameLen);
172 LOGW("Filename contains invalid character '\%03o'\n", fileName[i]);
234 LOGW("Invalid entries=%d offset=%d (len=%zd)\n",
256 LOGW("Ran off the end (at %d)\n", i);
260 LOGW("Missed a central dir sig (at %d)\n", i);
270 LOGW("Filename ran off the end (at %d)\n", i);
274 LOGW("Invalid filename (at %d)\n", i);
349 LOGW("Incompatible \"version made by\": 0x%02x (at %d)\n",
359 LOGW("Integer overflow adding in parseZipArchive\n")
    [all...]
  /system/core/libcutils/
mq.c 225 LOGW("close() error: %s", strerror(errno));
436 LOGW("%s() interrupted.", functionName);
441 LOGW("Error returned by %s().", functionName);
586 LOGW("Couldn't allocate memory for incoming data. Size: %u",
673 LOGW("Non-master process %d tried to send us a connection.",
689 LOGW("Peer proxy creation failed: %s", strerror(errno));
749 LOGW("recvmsg() interrupted.");
780 LOGW("Received connection for unknown peer.");
787 LOGW("Error adding fd to selector for %d.",
814 LOGW("socketpair() error: %s", strerror(errno))
    [all...]
properties.c 140 LOGW("UNIX domain socket create failed (errno=%d)\n", errno);
151 //LOGW("AF_UNIX connect failed for '%s': %s\n",
169 //LOGW("not connected to system property server\n");
  /frameworks/base/libs/utils/
ZipFileRO.cpp 79 LOGW("Invalid ZipEntryRO %p (%ld)\n", entry, ent);
102 LOGW("Unable to open zip '%s': %s\n", zipFileName, strerror(errno));
118 LOGW("Unable to map '%s': %s\n", zipFileName, strerror(errno));
207 LOGW("Invalid entries=%d offset=%d (len=%zd)\n",
231 LOGW("Missed a central dir sig (at %d)\n", i);
235 LOGW("Ran off the end (at %d)\n", i);
255 LOGW("Bad offset to local header: %d (at %d)\n",
337 LOGW("Invalid index %d\n", idx);
615 LOGW("Zip inflate failed, zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)\n",
623 LOGW("Size mismatch on inflated file (%ld vs %ld)\n"
    [all...]
ResourceTypes.cpp 106 LOGW("%s data size %p extends beyond resource end %p.",
111 LOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.",
115 LOGW("%s size %p is smaller than header size %p.",
119 LOGW("%s header size %p is too small.",
282 LOGW("Bad string block: header size %d or total size %d is larger than data size %d\n",
294 LOGW("Bad string block: entry of %d items extends past data size %d\n",
312 LOGW("Bad string block: string pool starts at %d, after total size %d\n",
322 LOGW("Bad style block: style block starts at %d, before strings at %d\n",
332 LOGW("Bad string block: stringCount is %d but pool size is 0\n", (int)mHeader->stringCount);
355 LOGW("Bad string block: last string is not 0-terminated\n")
    [all...]
  /system/core/nexus/
Controller.cpp 89 LOGW("Unable to unload kernel driver '%s' (%s)", modtag,
108 LOGW("Unable to find tag for line '%s'", line);
SupplicantEventFactory.cpp 60 LOGW("Unclosed level brace in event");
62 LOGW("No level specified in event");
SupplicantListener.cpp 66 LOGW("Dropping unknown supplicant event '%s'", buf);
86 LOGW("Whoops - no handler available for event '%s'\n", buf);
DhcpEvent.cpp 53 LOGW("Bad event '%s'", buffer);
PropertyManager.cpp 160 LOGW("String property %s get failed (%s)", p->getName(),
168 LOGW("Integer property %s get failed (%s)", p->getName(),
176 LOGW("IPV4 property %s get failed (%s)", p->getName(),
DhcpState.cpp 77 LOGW("Bad state '%s'", buffer);
ScanResult.cpp 77 LOGW("Malformatted scan result (%s)", rawResult);
WifiController.cpp 152 LOGW("Error getting list of networks (%s)", strerror(errno));
154 LOGW("TODO: Set # of allowed regulatory channels!");
198 LOGW("Suspended state already = %d", suspend);
215 LOGW("Error disconnecting (%s)", strerror(errno));
276 LOGW("disable(): Supplicant not running?");
447 LOGW("onConnected() with SupplicantState = %s!",
454 LOGW("onConnected() with id = -1!");
460 LOGW("Error looking up connected network id %d (%s)",
484 LOGW("onScanResultsEvent: Error getting scan results (%s)",
WifiScanner.cpp 91 LOGW("Error triggering scan (%s)", strerror(errno));
  /dalvik/libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.c 73 LOGW("WARNING: NativeTestTarget not registered\n");
  /frameworks/base/cmds/runtime/
SignalHandler.cpp 87 LOGW("Unhandled SIGCHLD for pid %d", entry.info.si_pid);
113 LOGW("setChildHandler waitpid of %d failed: %d (%s)",
116 LOGW("setChildHandler waitpid of %d said %d already dead",
main_runtime.cpp 235 LOGW("Unable to open /dev/null: %s\n", strerror(errno));
264 LOGW("Unable to open alarm driver: %s\n", strerror(errno));
269 LOGW("Unable to read rtc, %s\n", strerror(errno));
274 LOGW("Invalid time detected, %ld set to %ld\n", ts.tv_sec, min_time);
279 LOGW("Unable to set rtc to %ld: %s\n", ts.tv_sec, strerror(errno));
451 LOGW("WARNING: could not change dir to '%s': %s\n",
  /frameworks/base/libs/audioflinger/
AudioPolicyManagerBase.cpp 61 LOGW("setDeviceConnectionState() device already connected: %x", device);
96 LOGW("setDeviceConnectionState() device not connected: %x", device);
163 LOGW("setDeviceConnectionState() device already connected: %d", device);
173 LOGW("setDeviceConnectionState() device not connected: %d", device);
201 LOGW("setDeviceConnectionState() invalid device: %x", device);
238 LOGW("setPhoneState() invalid state %d", state);
243 LOGW("setPhoneState() setting same state %d", state);
352 LOGW("setForceUse() invalid config %d for FOR_COMMUNICATION", config);
360 LOGW("setForceUse() invalid config %d for FOR_MEDIA", config);
368 LOGW("setForceUse() invalid config %d for FOR_RECORD", config)
    [all...]
  /dalvik/libdex/
ZipArchive.c 75 LOGW("Invalid ZipEntry %p (%ld)\n", entry, ent);
206 LOGW("Invalid entries=%d offset=%d (len=%zd)\n",
232 LOGW("Missed a central dir sig (at %d)\n", i);
236 LOGW("Ran off the end (at %d)\n", i);
256 LOGW("Bad offset to local header: %d (at %d)\n",
315 LOGW("Map of '%s' failed\n", debugFileName);
405 LOGW("Invalid index %d\n", idx);
551 LOGW("zlib inflate: zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)\n",
565 LOGW("write failed in inflate: %s\n", strerror(errno));
567 LOGW("partial write in inflate (%d vs %ld)\n"
    [all...]
  /dalvik/vm/native/
dalvik_system_SamplingProfiler.c 333 LOGW("Method* is not in linear allocation table.");
338 LOGW("method->clazz doesn't point to an object at all.");
342 LOGW("method->clazz doesn't point to a ClassObject.");
350 LOGW("Method not found in associated ClassObject.");
530 LOGW("Out of memory.");
538 LOGW("Out of memory.");
576 LOGW("Out of memory.");
InternalNative.c 227 LOGW("dvmFindClassByName rejecting '%s'\n", name);
319 LOGW("Couldn't find java/security/AccessController\n");
331 LOGW("Warning: couldn't find java/security/AccessController"
  /frameworks/base/libs/camera/
Camera.cpp 50 LOGW("CameraService not published, waiting...");
348 LOGW("ICamera died");
356 LOGW("Camera server died!");
  /system/core/libnetutils/
packet.c 35 #define LOGW printf
212 LOGW("IP header checksum failure (0x%x)", packet.ip.check);
234 LOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
  /frameworks/base/media/jni/soundpool/
SoundPoolThread.cpp 94 LOGW("run: Unrecognized message %d\n",
  /frameworks/base/media/libmedia/
IAudioRecord.cpp 53 LOGW("start() error: %s", strerror(-status));

Completed in 63 milliseconds

12 3 4 5 6 7 8 9