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

123

/frameworks/base/native/android/
H A Dtrace.cpp17 #include <android/trace.h>
18 #include <cutils/trace.h>
/frameworks/base/core/java/android/os/
H A DTransactionTracker.java29 * Class used to track binder transactions. It indexes the transactions by the stack trace.
47 String trace = Log.getStackTraceString(tr);
49 if (mTraces.containsKey(trace)) {
50 mTraces.put(trace, mTraces.get(trace) + 1);
52 mTraces.put(trace, Long.valueOf(1));
64 for (String trace : mTraces.keySet()) {
65 pw.println("Count: " + mTraces.get(trace));
66 pw.println("Trace: " + trace);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java132 Tracer.trace();
155 Tracer.trace();
175 Tracer.trace();
185 Tracer.trace();
195 Tracer.trace();
208 Tracer.trace();
221 Tracer.trace();
234 Tracer.trace();
244 Tracer.trace();
254 Tracer.trace();
[all...]
H A DUiScrollable.java69 Tracer.trace();
80 Tracer.trace();
120 Tracer.trace(childPattern, text);
142 Tracer.trace(childPattern, text, allowScrollSearch);
166 Tracer.trace(childPattern, instance);
191 Tracer.trace(childPattern, text);
212 Tracer.trace(childPattern, text, allowScrollSearch);
232 Tracer.trace(text);
245 Tracer.trace(obj.getSelector());
260 Tracer.trace(selecto
[all...]
H A DUiObject.java92 Tracer.trace();
124 Tracer.trace(selector);
138 Tracer.trace(selector);
150 Tracer.trace();
241 Tracer.trace(steps);
269 Tracer.trace(steps);
297 Tracer.trace(steps);
324 Tracer.trace(steps);
396 Tracer.trace();
416 Tracer.trace();
[all...]
H A DUiCollection.java55 Tracer.trace(childPattern, text);
89 Tracer.trace(childPattern, instance);
113 Tracer.trace(childPattern, text);
143 Tracer.trace(childPattern);
/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/util/
H A DWifiAsyncChannel.java58 getOrInitLog().trace("sendMessage message=%")
73 .trace("replyToMessage recvdMessage=% sendingUid=% sentMessage=%")
89 getOrInitLog().trace("sendMessageSynchronously.send message=%")
93 getOrInitLog().trace("sendMessageSynchronously.recv message=% sendingUid=%")
H A DWifiHandler.java53 getOrInitLog().trace("Received message=%d sendingUid=%")
/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/cmds/surfacereplayer/replayer/
H A DEvent.h20 #include <frameworks/native/cmds/surfacereplayer/proto/src/trace.pb.h>
/frameworks/native/opengl/libs/EGL/
H A Degl_trace.h23 #include <cutils/trace.h>
25 // See <cutils/trace.h> for more ATRACE_* macros.
/frameworks/native/services/surfaceflinger/tests/
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/legacy-test/src/junit/framework/
H A DTestFailure.java45 public String trace() { method in class:TestFailure
/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
/frameworks/rs/rsov/compiler/
H A Drs2spirv_driver.sh20 echo >&2 "$ME: $*: Expected [-d|--dump] [-t|--trace] <SPIRV_TOOLS_PATH> <SCRIPT_NAME> <OUTPUT_DIR>)"
40 -t|--trace)
/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/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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DWifiHandlerTest.java60 verify(mWifiLog).trace(contains("message"));
/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp19 #include <cutils/trace.h>
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dbenchmark.h7 #include <cutils/trace.h>
23 // with the trace path "Start execution,End execution",
27 // The versions BtraceData also allow an int64_t to be included in the trace.
/frameworks/opt/net/wifi/service/
H A Dwifi-events.rc21 # Create trace buffer, and set basic configuration.
52 # Set DAC to allow system_server to enable/disable, and read wifi trace
56 chown system /sys/kernel/debug/tracing/instances/wifi/trace
59 chmod 600 /sys/kernel/debug/tracing/instances/wifi/trace
/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java331 * Stack trace.
367 StackTraceElement trace = rootTr.getStackTrace()[0];
368 throwFileName = trace.getFileName();
369 throwClassName = trace.getClassName();
370 throwMethodName = trace.getMethodName();
371 throwLineNumber = trace.getLineNumber();
/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...]

Completed in 2382 milliseconds

123