Searched defs:trace (Results 1 - 7 of 7) 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/base/test-runner/src/junit/runner/
H A DTestRunListener.java19 public void testFailed(int status, String testName, String trace); argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDOptions.h56 /// trace
60 bool trace() const function in class:mcld::GeneralOptions
/frameworks/base/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/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java588 String trace) {
590 test.getTestName(), trace));
587 testFailed(TestFailure status, TestIdentifier test, String trace) argument
/frameworks/base/core/java/android/view/
H A DViewDebug.java331 public static void trace(View view, RecyclerTraceType type, int... parameters) { method in class:ViewDebug
355 public static void trace(View view, HierarchyTraceType type) { method in class:ViewDebug
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp806 // The role interface for getting the OS stack trace as a string.
812 // Returns the current OS stack trace as a String. Parameters:
815 // in the trace.
852 // Information about a Google Test trace point.
985 // Sets the OS stack trace getter.
987 // Does nothing if the input and the current OS stack trace getter
992 // Returns the current OS stack trace getter if it is not NULL;
997 // Returns the current OS stack trace as a String.
1006 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
1121 // Getters for the per-thread Google Test trace stac
4813 TraceInfo trace; local
5066 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; local
5229 PushGTestTrace(const internal::TraceInfo& trace) argument
[all...]

Completed in 664 milliseconds