/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | CtsTestLogReporter.java | 94 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()
|
D | IssueReporter.java | 61 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()
|
D | Test.java | 298 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()
|
D | CtsXmlResultReporter.java | 287 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()
|
D | TestPackageResult.java | 280 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/ |
D | ResultFilter.java | 87 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument 89 super.testFailed(test, trace); in testFailed()
|
D | CtsTest.java | 266 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/ |
D | CtsXmlResultReporterTest.java | 171 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/ |
D | seccomp_bpf_tests.c | 618 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/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/tools/signature-tools/lib/ |
D | antlr-2.7.7.jar | META-INF/
META-INF/MANIFEST.MF
antlr/
antlr/ActionElement.class
ActionElement ... |
/cts/apps/CtsVerifier/libs/ |
D | opencv-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 650 public void trace( 4409 public abstract void trace( 64629 public java.lang.String trace()
|