Searched defs:trace (Results 1 - 9 of 9) sorted by relevance

/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/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/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
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/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/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java191 * <li>trace cost per registration & invocation
192 * <li>trace cross-process invocation
217 boolean trace; field in class:EventBus.Event
861 if (event.trace || DEBUG_TRACE_ALL) {
868 if (event.trace || DEBUG_TRACE_ALL) {
/frameworks/base/core/java/android/view/
H A DViewDebug.java392 public static void trace(View view, RecyclerTraceType type, int... parameters) { method in class:ViewDebug
416 public static void trace(View view, HierarchyTraceType type) { method in class:ViewDebug
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h73 /// trace
76 bool trace() const { return m_bTrace; } function in class:mcld::GeneralOptions::HashStyle
362 bool m_bTrace : 1; // --trace
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp213 // dump anrd's trace and add to the zip file.
215 // 2. send a SIGUSR1 to its pid which will dump anrd's trace.
216 // 3. wait until the trace generation completes and add to the zip file.
220 struct dirent *trace; local
229 MYLOGE("Not dumping anrd trace because zip_writer is not set\n");
244 // send SIGUSR1 to the anrd to generate a trace.
247 MYLOGE("anrd signal timed out. Please manually collect trace\n");
257 MYLOGE("Failed to stat %s or trace creation timeout\n", trace_path);
261 // identify the trace file by its creation time.
263 MYLOGE("Can't open trace fil
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 302 milliseconds