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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 25 public static final boolean LOGD;
43 LOGD = false; // DO NOT CHECK IN WITH TRUE
  /external/webkit/Source/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__)
  /system/netd/
ResolverController.cpp 29 LOGD("setDefaultInterface iface = %s\n", iface);
39 LOGD("setInterfaceDnsServers iface = %s\n", iface);
49 LOGD("setInterfaceAddress iface = %s\n", iface);
59 LOGD("flushDefaultDnsCache\n");
69 LOGD("flushInterfaceDnsCache iface = %s\n", iface);
  /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())));
  /frameworks/compile/libbcc/helper/
DebugHelper.h 31 #undef LOGD
38 #define LOGD(...)
60 LOGD("---> BEGIN: libbcc [ %s ]\n", name);
64 LOGD("---> END: libbcc [ %s ]\n", mFuncName);
  /external/webkit/Source/WebKit/android/
AndroidLog.h 34 fprintf(gDomTreeFile, __VA_ARGS__); else LOGD(__VA_ARGS__); }
39 fprintf(gRenderTreeFile, __VA_ARGS__); else LOGD(__VA_ARGS__); }
TimeCounter.cpp 127 LOGD("*-* Total load time: %d ms, thread time: %d ms for %s\n",
136 LOGD("%s", scratch);
138 LOGD("Current cache has %d bytes live and %d bytes dead", live, dead);
139 LOGD("Current render arena takes %d bytes", arenaSize);
143 LOGD("Current JavaScript heap size is %d and has %d bytes free",
146 LOGD("Current CSS styles use %d bytes", StyleBase::reportStyleSize());
147 LOGD("Current DOM nodes use %d bytes", WebCore::Node::reportDOMNodesSize());
156 LOGD("*-* Elapsed time: %d ms, ui thread time: %d ms, webcore thread time:"
169 LOGD("%s", scratch);
181 LOGD("*-* Start browser instrument\n")
    [all...]
  /frameworks/base/core/java/android/util/
Config.java 55 public static final boolean LOGD = true;
NtpTrustedTime.java 34 private static final boolean LOGD = false;
47 if (LOGD) Log.d(TAG, "creating NtpTrustedTime using " + server);
81 if (LOGD) Log.d(TAG, "forceRefresh() from cache miss");
122 if (LOGD) Log.d(TAG, "currentTimeMillis() cache hit");
130 if (LOGD) Log.d(TAG, "getCachedNtpTime() cache hit");
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 284 LOGD("%s: %s", prefix, buf);
307 LOGD("-------- end of chaining cells (0x%04x)", offset);
310 LOGD("-------- BARRIER");
313 LOGD("-------- %s", (char *) dest);
316 DUMP_SSA_REP(LOGD("-------- %s", (char *) dest));
319 LOGD("L%p:", lir);
320 LOGD("-------- chaining cell (backward branch): 0x%04x", dest);
323 LOGD("L%p:", lir);
324 LOGD("-------- chaining cell (normal): 0x%04x", dest);
327 LOGD("L%p:", lir)
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
V8Counters.cpp 96 LOGD("+----------------------------------------+-------------+\n");
97 LOGD("| Name | Value |\n");
98 LOGD("+----------------------------------------+-------------+\n");
103 LOGD("| c:%-36s | %11i |\n", iter->first.latin1().data(), counter->count());
104 LOGD("| t:%-36s | %11i |\n", iter->first.latin1().data(), counter->sampleTotal());
106 LOGD("| %-38s | %11i |\n", iter->first.latin1().data(), counter->count());
109 LOGD("+----------------------------------------+-------------+\n");
  /frameworks/base/media/mtp/
MtpObjectInfo.cpp 94 LOGD("MtpObject Info %08X: %s\n", mHandle, mName);
95 LOGD(" mStorageID: %08X mFormat: %04X mProtectionStatus: %d\n",
97 LOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n",
99 LOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight);
100 LOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
102 LOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
104 LOGD(" mSequenceNumber: %d mDateCreated: %ld mDateModified: %ld mKeywords: %s\n",
MtpStorageInfo.cpp 64 LOGD("Storage Info %08X:\n\tmStorageType: %d\n\tmFileSystemType: %d\n\tmAccessCapability: %d\n",
66 LOGD("\tmMaxCapacity: %lld\n\tmFreeSpaceBytes: %lld\n\tmFreeSpaceObjects: %d\n",
68 LOGD("\tmStorageDescription: %s\n\tmVolumeIdentifier: %s\n",
  /frameworks/base/libs/storage/
IMountService.cpp 69 LOGD("registerListener could not contact remote\n");
74 LOGD("registerListener caught exception %d\n", err);
85 LOGD("unregisterListener could not contact remote\n");
90 LOGD("unregisterListener caught exception %d\n", err);
100 LOGD("isUsbMassStorageConnected could not contact remote\n");
105 LOGD("isUsbMassStorageConnected caught exception %d\n", err);
117 LOGD("setUsbMassStorageEnabled could not contact remote\n");
122 LOGD("setUsbMassStorageEnabled caught exception %d\n", err);
132 LOGD("isUsbMassStorageEnabled could not contact remote\n");
137 LOGD("isUsbMassStorageEnabled caught exception %d\n", err)
    [all...]
  /frameworks/base/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 61 LOGD("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId);
76 LOGD("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId);
105 LOGD("DrmPassthruPlugIn::onProcessDrmInfo - Exit");
111 LOGD("DrmPassthruPlugIn::onSetOnInfoListener : %d", uniqueId);
116 LOGD("DrmPassthruPlugIn::onInitialize : %d", uniqueId);
121 LOGD("DrmPassthruPlugIn::onTerminate : %d", uniqueId);
126 LOGD("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId);
139 LOGD("DrmPassthruPlugIn::onSaveRights : %d", uniqueId);
144 LOGD("DrmPassthruPlugIn::onAcquireDrmInfo : %d", uniqueId);
160 LOGD("DrmPassthruPlugIn::canHandle: %s ", path.string())
    [all...]
  /external/webkit/Source/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/Source/WebKit/android/benchmark/
main.cpp 50 LOGD("Rendering page at %dx%d", width, height);
56 LOGD("Reloading %d times", reloadCount);
  /hardware/ti/omap4xxx/libtiutils/
DebugUtils.h 25 #define DBGUTILS_LOGDA(str) LOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
26 #define DBGUTILS_LOGDB(str, ...) LOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 120 LOGD("loadArchiveResourceField: Failed to load field.");
128 LOGD("loadArchiveResourceField: Failed to decode field.");
168 LOGD("loadArchiveResource: Malformed resource.");
174 LOGD("loadArchiveResource: Failed to load resource.");
180 LOGD("loadArchiveResource: Failed to load resource.");
186 LOGD("loadArchiveResource: Failed to load resource.");
192 LOGD("loadArchiveResource: Failed to load resource.");
198 LOGD("loadArchiveResource: Failed to load resource.");
214 LOGD("loadArchive: Malformed archive.");
230 LOGD("loadArchive: Failed to load main resource.")
    [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
ErrorLog.h 23 # define DBG(...) LOGD(__VA_ARGS__)
  /frameworks/base/libs/hwui/
Debug.h 69 #define INIT_LOGD(...) LOGD(__VA_ARGS__)
  /system/core/libnetutils/
dhcpclient.c 73 LOGD("%s", errmsg);
154 LOGD("--- dhcp %s (%d) ---",
158 LOGD("ip %s gw %s prefixLength %d", addr, gway, info->prefixLength);
159 if (info->dns1) LOGD("dns1: %s", ipaddr(info->dns1));
160 if (info->dns2) LOGD("dns2: %s", ipaddr(info->dns2));
161 LOGD("server %s, lease %d seconds",
253 LOGD("===== DHCP message:");
255 LOGD("Invalid length %d, should be %d", len, DHCP_MSG_FIXED_SIZE);
267 LOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
269 LOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d"
    [all...]
  /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");
211 LOGD("> %s:%s\t%s", pString, print_buffer, llc);
  /frameworks/base/opengl/libs/GLES2_dbg/src/
server.cpp 37 LOGD("\n*\n*\n* GLESv2_dbg: Die: %s \n*\n*", msg);
47 LOGD("GLESv2_dbg: StartDebugServer");
51 LOGD("GLESv2_dbg: StartDebugServer create socket");
78 LOGD("server started on %d \n", server.sin_port);
88 LOGD("Client connected: %s\n", inet_ntoa(client.sin_addr));
94 LOGD("GLESv2_dbg: StopDebugServer");
118 LOGD("received %dB: %.8X", received, len);
153 LOGD("TryReceive: avaiable for read");
193 LOGD("actual sent=%d expected=%d clientSock=%d", sent, sizeof(len), clientSock);
200 LOGD("actual sent=%d expected=%d clientSock=%d", sent, str.length(), clientSock)
    [all...]

Completed in 450 milliseconds

1 2 3 4 5 6 7 8 91011>>