Searched defs:trace (Results 1 – 11 of 11) sorted by relevance
55 inline int PURE trace(int v) { return v; } in trace() function56 inline float PURE trace(float v) { return v; } in trace() function57 inline double PURE trace(double v) { return v; } in trace() function142 typename MATRIX::value_type PURE trace(const MATRIX& m) { in trace() function241 friend T PURE trace(const BASE<T>& m) { return matrix::trace(m); } in trace() function
131 StackTraceElement[] trace = DdmVmInternal.getStackTraceById(threadId); in handleSTKL() local145 private Chunk createStackChunk(StackTraceElement[] trace, int threadId) { in createStackChunk()
47 String trace = Log.getStackTraceString(new Throwable()); in addTrace() local
209 public static void trace(Object... arguments) { in trace() method in Tracer
85 StackTraceElement[] trace = new Throwable().fillInStackTrace().getStackTrace(); in buildMessage() local
161 String trace = SystemProperties.get("ro.kernel.android.tracing"); in commonInit() local
366 StackTraceElement trace = rootTr.getStackTrace()[0]; in CrashInfo() local
299 template <typename TYPE, size_t C> static TYPE trace(const mat<TYPE, C, C>& m) { in trace() function
217 boolean trace; field in EventBus.Event
76 bool trace() const { return m_bTrace; } in trace() function
392 public static void trace(View view, RecyclerTraceType type, int... parameters) { in trace() method in ViewDebug416 public static void trace(View view, HierarchyTraceType type) { in trace() method in ViewDebug