Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 13 of 13) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsTestLogReporter.java94 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
95 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace); in testFailed()
102 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() argument
104 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace); in testAssumptionFailure()
DIssueReporter.java61 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
64 mCurrentIssue.mStackTrace = trace; in testFailed()
68 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() argument
71 mCurrentIssue.mStackTrace = trace; in testAssumptionFailure()
DTest.java298 private static String sanitizeStackTrace(String trace) { in sanitizeStackTrace() argument
299 if (trace != null) { in sanitizeStackTrace()
300 return trace.replaceAll("[^\\u0009\\u000A\\u000D\\u0020-\\uD7FF\\uE000-\\uFFFD]", ""); in sanitizeStackTrace()
DCtsXmlResultReporter.java287 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
289 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace); in testFailed()
297 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() argument
300 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace); in testAssumptionFailure()
DTestPackageResult.java280 public void reportTestFailure(TestIdentifier test, CtsTestStatus status, String trace) { in reportTestFailure() argument
283 result.setStackTrace(trace); in reportTestFailure()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DResultFilter.java87 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
89 super.testFailed(test, trace); in testFailed()
DCtsTest.java266 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
267 super.testFailed(test, trace); in testFailed()
290 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
291 super.testFailed(test, trace); in testFailed()
314 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument
315 super.testFailed(test, trace); in testFailed()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DCtsXmlResultReporterTest.java171 final String trace = "this is a trace\nmore trace\nyet more trace"; in testSingleFail() local
176 mResultReporter.testFailed(testId, trace); in testSingleFail()
203 final String trace = "this is a trace\nmore trace\nyet more trace"; in testIncludeTestLogTags() local
212 mResultReporter.testFailed(testId, trace); in testIncludeTestLogTags()
/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c618 struct sock_fprog trace; in FIXTURE_DATA() local
663 FILTER_ALLOC(trace); in FIXTURE_SETUP()
672 FILTER_FREE(trace); in FIXTURE_TEARDOWN()
686 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace); in TEST_F()
707 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace); in TEST_F_SIGNAL()
734 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace); in TEST_F_SIGNAL()
751 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace); in TEST_F_SIGNAL()
772 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace); in TEST_F_SIGNAL()
789 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace); in TEST_F()
805 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace); in TEST_F()
[all …]
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tools/signature-tools/lib/
Dantlr-2.7.7.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
/cts/apps/CtsVerifier/libs/
Dopencv-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex650 public void trace(
4409 public abstract void trace(
64629 public java.lang.String trace()