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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/android/nav/
CachedDebug.h 34 #define DBG_NAV_LOG(message) LOGD("%s %s", __FUNCTION__, message)
35 #define DBG_NAV_LOGD(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__)
36 #define DEBUG_NAV_UI_LOGD(...) LOGD(__VA_ARGS__)
44 #define DBG_NAV_LOGV(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__)
59 fprintf(gNavCacheLogFile, __VA_ARGS__); else LOGD(__VA_ARGS__); } while (false)
62 else LOGD("%s " format, __FUNCTION__, __VA_ARGS__); } while (false)
64 #define DUMP_NAV_LOGD(...) LOGD(__VA_ARGS__)
65 #define DUMP_NAV_LOGX(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__)
  /hardware/ril/mock-ril/src/cpp/
experiments.cpp 42 LOGD("before push q.size=%d", q.size());
44 LOGD("after push q.size=%d", q.size());
47 LOGD("q.push succeeded");
49 LOGD("q.push failed");
52 LOGD("after pop q.size=%d", q.size());
62 LOGD("GetReqScreenState state=%d", state);
76 LOGD("callOnRilRequest X wasn't a function");
90 LOGD("callOnRilRequest RIL_REQUEST_SCREEN_STATE");
92 LOGD("callOnRilRequest err size < sizeof int");
108 LOGD("callOnRilRequest X unknown request")
    [all...]
util.cpp 47 LOGD("LogErrorMessage no message");
49 LOGD("LogErrorMessage no message: %s", alternate_message);
55 LOGD("file:%s line:%i", filename_string, linenum);
60 LOGD("%s", sourceline_string);
75 LOGD("%s", error_string);
76 LOGD("%s", ToCString(v8::String::Utf8Value(message->Get())));
worker.cpp 26 #define DBG(...) LOGD(__VA_ARGS__)
309 LOGD("TestWorkerQueue::Process: EX p=%p", p);
317 LOGD("TesterThread::Worker E param=%p", param);
330 LOGD("TesterThread: looping %d", i);
338 LOGD("TesterThread::Worker X param=%p", param);
345 LOGD("testWorker E: ********");
353 LOGD("testWorker WorkerQueue %p running", wq);
358 LOGD("testWorker tester %p running", tester);
360 LOGD("testWorker tester %p stopping", tester);
362 LOGD("testWorker tester %p stopped", tester)
    [all...]
  /external/webkit/WebKit/android/
AndroidLog.h 34 fprintf(gDomTreeFile, __VA_ARGS__); else LOGD(__VA_ARGS__); }
39 fprintf(gRenderTreeFile, __VA_ARGS__); else LOGD(__VA_ARGS__); }
TimeCounter.cpp 128 LOGD("*-* Total load time: %d ms, thread time: %d ms for %s\n",
137 LOGD("%s", scratch);
139 LOGD("Current cache has %d bytes live and %d bytes dead", live, dead);
140 LOGD("Current render arena takes %d bytes", arenaSize);
144 LOGD("Current JavaScript heap size is %d and has %d bytes free",
147 LOGD("Current CSS styles use %d bytes", StyleBase::reportStyleSize());
148 LOGD("Current DOM nodes use %d bytes", WebCore::Node::reportDOMNodesSize());
157 LOGD("*-* Elapsed time: %d ms, ui thread time: %d ms, webcore thread time:"
170 LOGD("%s", scratch);
182 LOGD("*-* Start browser instrument\n")
    [all...]
RenderSkinAndroid.cpp 60 LOGD("RenderSkinAndroid: File \"%s\" not found.\n", fileName);
67 LOGD("RenderSkinAndroid: Failed to decode %s\n", fileName);
  /frameworks/base/libs/storage/
IMountService.cpp 66 LOGD("registerListener could not contact remote\n");
71 LOGD("registerListener caught exception %d\n", err);
82 LOGD("unregisterListener could not contact remote\n");
87 LOGD("unregisterListener caught exception %d\n", err);
97 LOGD("isUsbMassStorageConnected could not contact remote\n");
102 LOGD("isUsbMassStorageConnected caught exception %d\n", err);
114 LOGD("setUsbMassStorageEnabled could not contact remote\n");
119 LOGD("setUsbMassStorageEnabled caught exception %d\n", err);
129 LOGD("isUsbMassStorageEnabled could not contact remote\n");
134 LOGD("isUsbMassStorageEnabled caught exception %d\n", err)
    [all...]
  /frameworks/base/core/java/android/util/
Config.java 58 public static final boolean LOGD = true;
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 84 LOGD("%s", pString);
114 LOGD("%s", phOsalNfc_DbgTraceBuffer);
121 LOGD("%s", phOsalNfc_DbgTraceBuffer);
122 LOGD("Block size is: %d", size);
143 LOGD("phOsalNfc_RaiseException() called");
172 LOGD("> NFC I2C %s: %s", pString,print_buffer);
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.c 265 LOGD("%s: %s", prefix, buf);
288 LOGD("-------- end of chaining cells (0x%04x)\n", offset);
291 LOGD("-------- BARRIER");
294 LOGD("-------- %s\n", (char *) dest);
297 DUMP_SSA_REP(LOGD("-------- %s\n", (char *) dest));
302 LOGD("-------- chaining cell (backward branch): 0x%04x\n", dest);
305 LOGD("-------- chaining cell (normal): 0x%04x\n", dest);
308 LOGD("-------- chaining cell (hot): 0x%04x\n", dest);
311 LOGD("-------- chaining cell (predicted)\n");
314 LOGD("-------- chaining cell (invoke singleton): %s/%p\n"
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
V8Counters.cpp 95 LOGD("+----------------------------------------+-------------+\n");
96 LOGD("| Name | Value |\n");
97 LOGD("+----------------------------------------+-------------+\n");
102 LOGD("| c:%-36s | %11i |\n", iter->first.latin1().data(), counter->count());
103 LOGD("| t:%-36s | %11i |\n", iter->first.latin1().data(), counter->sampleTotal());
105 LOGD("| %-38s | %11i |\n", iter->first.latin1().data(), counter->count());
108 LOGD("+----------------------------------------+-------------+\n");
  /external/webkit/WebKit/android/wds/
DebugServer.cpp 73 LOGD("WDS Enabled");
81 LOGD("DebugServer thread started");
90 LOGD("Waiting for incoming connections...");
96 LOGD("...Connection established");
109 LOGD("DebugServer thread finished");
  /external/webkit/WebKit/android/benchmark/
main.cpp 50 LOGD("Rendering page at %dx%d", width, height);
56 LOGD("Reloading %d times", reloadCount);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
TimeChangeReceiver.java 26 static final boolean LOGD = false;
33 if (LOGD) Log.d(TAG, "Received time changed action=" + intent.getAction());
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 36 if (Config.LOGD) Log.d(TAG, "start new Grammar");
50 if (Config.LOGD) Log.d(TAG, "onRecognitionSuccess " + mSrec.getResultCount());
64 if (Config.LOGD) Log.d(TAG, msg);
74 if (Config.LOGD) Log.d(TAG, msg);
83 if (Config.LOGD) Log.d(TAG, " got valid response");
100 if (Config.LOGD) Log.d(TAG, " no intents");
104 if (Config.LOGD) Log.d(TAG, " success");
  /system/core/libnetutils/
dhcpclient.c 73 LOGD("%s", errmsg);
176 LOGD("--- dhcp %s (%d) ---",
181 LOGD("ip %s gw %s mask %s", addr, gway, mask);
182 if (info->dns1) LOGD("dns1: %s", ipaddr(info->dns1));
183 if (info->dns2) LOGD("dns2: %s", ipaddr(info->dns2));
184 LOGD("server %s, lease %d seconds",
276 LOGD("===== DHCP message:");
278 LOGD("Invalid length %d, should be %d", len, DHCP_MSG_FIXED_SIZE);
290 LOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
292 LOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d"
    [all...]
  /bootable/recovery/
common.h 81 #define LOGD(...) fprintf(stdout, "D:" __VA_ARGS__)
84 #define LOGD(...) do {} while (0)
  /dalvik/vm/interp/
Jit.c 70 //LOGD("### selfVerificationSaveState(%d) pc: 0x%x fp: 0x%x",
74 LOGD("~~~ Save: INCORRECT PREVIOUS STATE(%d): %d",
76 LOGD("********** SHADOW STATE DUMP **********");
77 LOGD("PC: 0x%x FP: 0x%x", (int)pc, (int)fp);
86 LOGD("SV single step resumed at %p", pc);
89 LOGD("real %p DPC %p NPC %p", pc, interpState->jitResumeDPC,
148 //LOGD("### selfVerificationRestoreState(%d) pc: 0x%x fp: 0x%x endPC: 0x%x",
153 LOGD("~~~ Restore: INCORRECT PREVIOUS STATE(%d): %d",
155 LOGD("********** SHADOW STATE DUMP **********");
156 LOGD("Dalvik PC: 0x%x endPC: 0x%x", (int)shadowSpace->startPC
    [all...]
  /system/netd/
TetherController.cpp 55 LOGD("Setting IP forward enable = %d", enable);
97 LOGD("Starting tethering services");
153 LOGD("Tethering services running");
166 LOGD("Stopping tethering services");
173 LOGD("Tethering services stopped");
192 LOGD("setDnsForwarders(%d = '%s')", i, servers[i]);
204 LOGD("Too many DNS servers listed");
214 LOGD("Sending update msg to dnsmasq [%s]", daemonCmd);
UsbController.cpp 38 LOGD("Usb RNDIS start");
43 LOGD("Usb RNDIS stop");
  /frameworks/base/core/java/android/net/http/
HttpLog.java 35 static final boolean LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 43 LOGD("TIOMXInterface: library lookup success\n");
54 LOGD("TIOMXInterface: creating interface\n");
70 LOGD("Calling DLOPEN on OMX_CORE_LIBRARY (%s)\n", OMX_CORE_LIBRARY);
104 LOGD("DLOPEN SUCCEEDED (%s)\n", OMX_CORE_LIBRARY);
  /system/core/libcutils/
loghack.h 31 #define LOGD(...) LOG("D", __VA_ARGS__)
  /dalvik/vm/compiler/
Utility.c 155 LOGD("Compiling %s %s", cUnit->method->clazz->descriptor,
157 LOGD("%d insns", dvmGetMethodInsnsSize(cUnit->method));
158 LOGD("%d blocks in total", cUnit->numBlocks);
162 LOGD("Block %d (%s) (insn %04x - %04x%s)\n",
169 LOGD(" Taken branch: block %d (%04x)\n",
173 LOGD(" Fallthrough : block %d (%04x)\n",
199 LOGD("Method stats: %s%s, %d/%d (compiled/total Dalvik), %d (native)",
219 LOGD("%d compilations using %d + %d bytes",
223 LOGD("Compiler arena uses %d blocks (%d bytes each)",
225 LOGD("Compiler work queue length is %d/%d", gDvmJit.compilerQueueLength
    [all...]

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 91011>>