Searched refs:trace (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java129 Tracer.trace();
152 Tracer.trace();
172 Tracer.trace();
182 Tracer.trace();
192 Tracer.trace();
205 Tracer.trace();
218 Tracer.trace();
231 Tracer.trace();
241 Tracer.trace();
251 Tracer.trace();
[all...]
H A DUiScrollable.java66 Tracer.trace();
77 Tracer.trace();
117 Tracer.trace(childPattern, text);
139 Tracer.trace(childPattern, text, allowScrollSearch);
163 Tracer.trace(childPattern, instance);
188 Tracer.trace(childPattern, text);
209 Tracer.trace(childPattern, text, allowScrollSearch);
229 Tracer.trace(text);
242 Tracer.trace(obj.getSelector());
257 Tracer.trace(selecto
[all...]
H A DUiObject.java89 Tracer.trace();
121 Tracer.trace(selector);
135 Tracer.trace(selector);
147 Tracer.trace();
238 Tracer.trace(steps);
266 Tracer.trace(steps);
294 Tracer.trace(steps);
321 Tracer.trace(steps);
389 Tracer.trace();
409 Tracer.trace();
[all...]
H A DUiCollection.java52 Tracer.trace(childPattern, text);
86 Tracer.trace(childPattern, instance);
110 Tracer.trace(childPattern, text);
140 Tracer.trace(childPattern);
H A DTracer.java33 * that needs to be traced should include a call to Tracer.trace in the
46 * Enum that determines where the trace output goes. It can go to either
101 * parameters before the trace is collected.
113 * Sets where the trace output will go. Can be either be logcat or a file or
126 "attempting write trace to a file");
137 "attempting write trace to a file");
195 * trace. The trace will include the method thats is being called, it's
198 * output a trace entry. Only calls from outise the UiAutomator package will
202 * to this function. Like String[] or Integer[]. The trace functio
209 public static void trace(Object... arguments) { method in class:Tracer
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DUnimplementedWebViewApi.java44 StackTraceElement[] trace = new Throwable().getStackTrace();
45 // The stack trace [0] index is this method (invoke()).
46 StackTraceElement unimplementedMethod = trace[1];
47 StackTraceElement caller = trace[2];
/frameworks/base/core/java/android/ddm/
H A DDdmHandleThread.java131 StackTraceElement[] trace = DdmVmInternal.getStackTraceById(threadId);
132 if (trace == null) {
133 return createFailChunk(1, "Stack trace unavailable");
135 return createStackChunk(trace, threadId);
145 private Chunk createStackChunk(StackTraceElement[] trace, int threadId) { argument
151 for (StackTraceElement elem : trace) {
163 out.putInt(trace.length);
164 for (StackTraceElement elem : trace) {
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DFilePart.java191 LOG.trace("enter sendDispositionHeader(OutputStream out)");
210 LOG.trace("enter sendData(OutputStream out)");
239 LOG.trace("enter getSource()");
250 LOG.trace("enter lengthOfData()");
H A DPart.java204 LOG.trace("enter sendStart(OutputStream out)");
217 LOG.trace("enter sendDispositionHeader(OutputStream out)");
230 LOG.trace("enter sendContentTypeHeader(OutputStream out)");
252 LOG.trace("enter sendTransferEncodingHeader(OutputStream out)");
267 LOG.trace("enter sendEndOfHeader(OutputStream out)");
293 LOG.trace("enter sendEnd(OutputStream out)");
306 LOG.trace("enter send(OutputStream out)");
326 LOG.trace("enter length()");
419 LOG.trace("getLengthOfParts(Parts[])");
H A DStringPart.java126 LOG.trace("enter sendData(OutputStream)");
137 LOG.trace("enter lengthOfData()");
/frameworks/volley/src/com/android/volley/
H A DVolleyLog.java80 StackTraceElement[] trace = new Throwable().fillInStackTrace().getStackTrace();
85 for (int i = 2; i < trace.length; i++) {
86 Class<?> clazz = trace[i].getClass();
88 String callingClass = trace[i].getClassName();
92 caller = callingClass + "." + trace[i].getMethodName();
/frameworks/native/include/ui/
H A DTMatHelpers.h55 inline int PURE trace(int v) { return v; } function in namespace:android::matrix
56 inline float PURE trace(float v) { return v; } function in namespace:android::matrix
57 inline double PURE trace(double v) { return v; } function in namespace:android::matrix
140 // trace. this handles matrices of matrices
142 typename MATRIX::value_type PURE trace(const MATRIX& m) { function in namespace:android::matrix
146 result += trace(m[r][r]);
150 // trace. this handles matrices of matrices
241 friend T PURE trace(const BASE<T>& m) { return matrix::trace(m); } function in class:android::TMatSquareFunctions
/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraTraces.cpp28 #include <cutils/trace.h>
62 ALOGD("Process trace saved. Use dumpsys media.camera to view.");
/frameworks/native/opengl/libs/tools/
H A Dgenfiles49 ./gltracegen ../entries.in >../trace.in
/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java316 * Stack trace.
352 StackTraceElement trace = rootTr.getStackTrace()[0];
353 throwFileName = trace.getFileName();
354 throwClassName = trace.getClassName();
355 throwMethodName = trace.getMethodName();
356 throwLineNumber = trace.getLineNumber();
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java139 * If we're running in an emulator launched with "-trace", put the
140 * VM into emulator trace profiling mode so that the user can hit
144 String trace = SystemProperties.get("ro.kernel.android.tracing");
145 if (trace.equals("1")) {
146 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp16 #include <cutils/trace.h>
/frameworks/base/core/jni/
H A Dandroid_os_Trace.cpp26 #include <cutils/trace.h>
/frameworks/native/libs/ui/tests/
H A Dmat_test.cpp113 EXPECT_EQ(4, trace(m0));
/frameworks/native/opengl/libs/
H A DAndroid.mk30 EGL/trace.cpp \
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h62 /// trace
66 bool trace() const function in class:mcld::GeneralOptions
353 bool m_bTrace : 1; // --trace
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp104 if (m_pConfig->options().trace()) {
/frameworks/wilhelm/src/
H A DAndroid.mk78 trace.c \
/frameworks/native/services/sensorservice/
H A Dmat.h298 // Calculate the trace of a matrix
299 template <typename TYPE, size_t C> static TYPE trace(const mat<TYPE, C, C>& m) { function in namespace:android
/frameworks/base/core/java/android/view/
H A DViewDebug.java367 public static void trace(View view, RecyclerTraceType type, int... parameters) { method in class:ViewDebug
391 public static void trace(View view, HierarchyTraceType type) { method in class:ViewDebug

Completed in 590 milliseconds

12