Searched defs:TRACE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_nfc.h31 #define TRACE(...) ALOG(LOG_DEBUG, "NdefMessage", __VA_ARGS__)
33 #define TRACE(...) macro
/frameworks/native/cmds/servicemanager/
H A Dbinder.c16 #define TRACE 0 macro
23 #if TRACE
210 #if TRACE
222 #if TRACE
/frameworks/volley/src/com/android/volley/
H A DRequest.java56 int TRACE = 6; field in interface:Request.Method
65 * TRACE, and PATCH.
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java98 private static final boolean TRACE = android.webkit.DebugFlags.TRACE_CALLBACK; field in class:WebViewContentsClientAdapter
243 if (TRACE) Log.d(TAG, "getVisitedHistory");
255 if (TRACE) Log.d(TAG, "doUpdateVisitedHistory=" + url + " reload=" + isReload);
267 if (TRACE) Log.d(TAG, "onProgressChanged=" + progress);
312 if (TRACE) Log.d(TAG, "shouldInterceptRequest=" + params.url);
338 if (TRACE) Log.d(TAG, "shouldOverrideUrlLoading=" + url);
350 if (TRACE) Log.d(TAG, "onUnhandledKeyEvent");
363 if (TRACE) Log.d(TAG, "onConsoleMessage: " + consoleMessage.message());
384 if (TRACE) Log.d(TAG, "onFindResultReceived");
396 if (TRACE) Lo
[all...]

Completed in 114 milliseconds