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

/frameworks/base/legacy-test/src/junit/framework/
H A DTestFailure.java45 public String trace() { method in class:TestFailure
/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/opt/net/wifi/service/java/com/android/server/wifi/
H A DFakeWifiLog.java40 public LogMessage trace(String format) { method in class:FakeWifiLog
H A DWifiLog.java94 * Like {@link #err(String) err()}, except that a trace-level message is
103 LogMessage trace(@NonNull String format); method in interface:WifiLog
139 * Like {@link #eC(String)} eC()}, except that a trace-level message
H A DLogcatLog.java67 public LogMessage trace(String format) { method in class:LogcatLog
H A DWifiVendorHal.java130 StackTraceElement[] trace = cur.getStackTrace();
133 .c(niceMethodName(trace, 3))
150 StackTraceElement[] trace = cur.getStackTrace();
153 .c(niceMethodName(trace, 3))
169 StackTraceElement[] trace = cur.getStackTrace();
170 return mVerboseLog.trace("% " + format).c(trace[3].getMethodName());
174 * Gets the method name and line number from a stack trace.
178 * @param trace, fo example obtained by Thread.currentThread().getStackTrace()
182 private static String niceMethodName(StackTraceElement[] trace, in argument
[all...]
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
H A Dtrace_creator.py5 call(["aprotoc", "-I=" + proto_path, "--python_out=.", proto_path + "trace.proto"])
9 trace = Trace() variable
12 global trace
19 increment = trace.increment.add()
42 with open("trace.dat", 'wb') as f:
43 f.write(trace.SerializeToString())
89 global trace
/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/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp477 void EXPECT_INITIAL_STATE(const char * trace) { argument
478 SCOPED_TRACE(trace);
561 void EXPECT_CROPPED_STATE(const char* trace) { argument
562 SCOPED_TRACE(trace);
H A DSurfaceInterceptor_test.cpp17 #include <frameworks/native/cmds/surfacereplayer/proto/src/trace.pb.h>
71 static status_t readProtoFile(Trace* trace) { argument
77 if (fd && !trace->ParseFromZeroCopyStream(&f)) {
195 bool surfaceUpdateFound(Trace* trace, SurfaceChange::SurfaceChangeCase changeCase);
196 void assertAllUpdatesFound(Trace* trace);
203 bool singleIncrementFound(Trace* trace, Increment::IncrementCase incrementCase);
206 bool bufferUpdatesFound(Trace* trace);
559 bool SurfaceInterceptorTest::surfaceUpdateFound(Trace* trace, argument
563 for (const auto& increment : *trace->mutable_increment()) {
621 void SurfaceInterceptorTest::assertAllUpdatesFound(Trace* trace) { argument
685 singleIncrementFound(Trace* trace, Increment::IncrementCase incrementCase) argument
713 bufferUpdatesFound(Trace* trace) argument
[all...]
/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
866 if (event.trace || DEBUG_TRACE_ALL) {
873 if (event.trace || DEBUG_TRACE_ALL) {
/frameworks/native/libs/math/include/math/
H A DTMatHelpers.h73 inline constexpr int trace(int v) { return v; } function in namespace:android::details::matrix
74 inline constexpr float trace(float v) { return v; } function in namespace:android::details::matrix
75 inline constexpr double trace(double v) { return v; } function in namespace:android::details::matrix
276 // trace. this handles matrices of matrices
278 CONSTEXPR typename MATRIX::value_type PURE trace(const MATRIX& m) { function in namespace:android::details::matrix
279 static_assert(MATRIX::NUM_COLS == MATRIX::NUM_ROWS, "trace only defined for square matrices");
282 result += trace(m[col][col]);
306 // Compute the trace to see if it is positive or not.
307 const T trace = mat[0][0] + mat[1][1] + mat[2][2]; local
309 // check the sign of the trace
435 friend inline constexpr T PURE trace(const BASE<T>& m) { function in class:android::details::TMatSquareFunctions
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java394 public static void trace(View view, RecyclerTraceType type, int... parameters) { method in class:ViewDebug
418 public static void trace(View view, HierarchyTraceType type) { method in class:ViewDebug
/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp54 int trace; variable
235 // stop the trace and any traceStop() afterthen has no effect.
238 cout << "deadline triggered: halt & stop trace" << endl;
239 cout << "log:" + trace_path + "/trace" << endl;
323 Results results_other(false), results_fifo(trace);
444 // The -trace argument is used like that:
446 // First start trace with atrace command as usual
449 // then use schd-dbg with -trace arguments
450 //./schd-dbg -trace -deadline_us 2500
452 // This makes schd-dbg to stop trace onc
[all...]
/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.cpp203 // dump anrd's trace and add to the zip file.
205 // 2. send a SIGUSR1 to its pid which will dump anrd's trace.
206 // 3. wait until the trace generation completes and add to the zip file.
210 struct dirent *trace; local
219 MYLOGE("Not dumping anrd trace because it's not a zipped bugreport\n");
234 // send SIGUSR1 to the anrd to generate a trace.
238 MYLOGE("anrd signal timed out. Please manually collect trace\n");
248 MYLOGE("Failed to stat %s or trace creation timeout\n", trace_path);
252 // identify the trace file by its creation time.
254 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 3863 milliseconds