Searched refs:TRACE (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DURLUtil.java32 private static final boolean TRACE = false; field in class:URLUtil
53 if (TRACE) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl);
73 if (TRACE) {
/frameworks/volley/src/test/java/com/android/volley/mock/
H A DTestRequest.java151 /** Test example of a TRACE request in the new style. */
154 super(Method.TRACE, TEST_URL, null);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java370 private static final boolean TRACE = false; field in class:GridLayoutManager
895 if (TRACE) TraceHelper.beginSection("onChildSelected");
910 if (TRACE) TraceHelper.endSection();
1202 if (TRACE) TraceHelper.beginSection("processRowSizeSecondary");
1266 if (TRACE) TraceHelper.endSection();
1427 if (TRACE) TraceHelper.beginSection("measureChild");
1454 if (TRACE) TraceHelper.endSection();
1483 if (TRACE) TraceHelper.beginSection("createItem");
1484 if (TRACE) TraceHelper.beginSection("getview");
1486 if (TRACE) TraceHelpe
[all...]
/frameworks/native/cmds/servicemanager/
H A Dbinder.c17 #define TRACE 0 macro
24 #if TRACE
225 #if TRACE
237 #if TRACE
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java56 int TRACE = 6; field in interface:Request.Method
65 * TRACE, and PATCH.
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DHttpClientStack.java133 case Method.TRACE:
H A DHurlStack.java246 case Method.TRACE:
247 connection.setRequestMethod("TRACE");
/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DHttpClientStackTest.java123 assertEquals(request.getMethod(), Method.TRACE);
H A DHurlStackTest.java131 assertEquals(request.getMethod(), Method.TRACE);
134 assertEquals("TRACE", mMockConnection.getRequestMethod());

Completed in 1762 milliseconds