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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java351 private static final boolean TRACE = false; field in class:GridLayoutManager
814 if (TRACE) TraceHelper.beginSection("onChildSelected");
835 if (TRACE) TraceHelper.endSection();
1080 if (TRACE) TraceHelper.beginSection("processRowSizeSecondary");
1143 if (TRACE) TraceHelper.endSection();
1289 if (TRACE) TraceHelper.beginSection("measureChild");
1314 if (TRACE) TraceHelper.endSection();
1343 if (TRACE) TraceHelper.beginSection("createItem");
1344 if (TRACE) TraceHelper.beginSection("getview");
1346 if (TRACE) TraceHelpe
[all...]
/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/native/cmds/servicemanager/
H A Dbinder.c17 #define TRACE 0 macro
24 #if TRACE
213 #if TRACE
225 #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.java222 case Method.TRACE:
223 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 1037 milliseconds