Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/tests/backup/
Dbackup_stress_test.sh18 failures=0
45 failures=$(($failures+1))
47 echo "FAILED iteration $i of $iterations; $failures failures so far"
48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
58 echo "DONE: $iterations iterations with $failures failures."
59 echo "DONE: $iterations iterations with $failures failures." > /dev/stderr
60 [ "$failures" -eq 0 ] && exit 0
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java337 int failures = 0; in run() local
351 if (!TestSounds()) failures = failures + 1; in run()
352 if (!TestScales()) failures = failures + 1; in run()
353 if (!TestRates()) failures = failures + 1; in run()
354 if (!TestPriority()) failures = failures + 1; in run()
355 if (!TestVolume()) failures = failures + 1; in run()
359 if (!TestPauseResume()) failures = failures + 1; in run()
363 failures = failures + 1; in run()
376 if (failures == 0) { in run()
379 Log.i(LOG_TAG, failures + " tests failed"); in run()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java69 private Set<String> failures = new HashSet<String>(); field in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
78 failures.add(testName(test)); in addFailure()
93 return failures.contains(testName); in failed()
DInstrumentationTestSuiteBuilderTest.java76 private Set<String> failures = new HashSet<String>(); field in InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
85 failures.add(testName(test)); in addFailure()
100 return failures.contains(testName); in failed()
DTestSuiteBuilderTest.java178 private Set<String> failures = new HashSet<String>();
187 failures.add(testName(test));
202 return failures.contains(testName);
/frameworks/base/tools/apilint/
Dapilint.py240 failures = {} variable
244 global failures
249 failures[sig] = Failure(sig, clazz, detail, error, rule, msg)
996 global failures
997 failures = {}
999 return failures
1004 global failures
1005 failures = {}
1008 return failures
1013 global failures
[all …]
/frameworks/compile/slang/lit-tests/
DREADME18 When debugging failures, the "-v" option will print to stdout the details of
37 -v enables additional verbosity (useful when examining unexpected failures)
/frameworks/opt/setupwizard/tools/gradle/
Dandroid.properties9 // Redirect lint output so that failures appear in build server error logs
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg23 # the target triple string that must be used in cases marked expected failures
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags21 # PDP Setup failures
/frameworks/compile/libbcc/tests/debuginfo/
DREADME58 -v enables additional verbosity (useful when examining unexpected failures)
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg43 # the target triple string that must be used in cases marked expected failures
/frameworks/base/docs/html/tools/testing/
Dtesting_eclipse.jd495 Number of failures (Failures:) - the number of test failures encountered during the test
496 run. This is the number of assertion failures. A test can fail even if the program does
Dactivity_test.jd941 … Number of failures (<em>Failures:</em>) - the number of test failures encountered during the test
942 …run. This is the number of assertion failures. A test can fail even if the program does not encoun…
1010 …the number of failures is 2, and small "x" icons appear in the list icons next to the testPreCondi…
1017 You now want to look at the failures to see exactly where they occurred.
1020 To examine the failures, follow these steps:
Dtesting_android.jd536 was run. You also see all the assertion failures that occurred. These include pointers to the
537 line in the test code where the failure occurred. Assertion failures also list the expected
Dactivity_testing.jd338 This section lists some of the common test failures you may encounter in UI testing, and their
/frameworks/base/docs/html/about/versions/
Dandroid-1.1.jd173 <li>Improves recovery from POP3 connection failures.</li>
/frameworks/base/docs/html/training/activity-testing/
Dactivity-basic-testing.jd217 <li>In the JUnit view, verify that the test passes with no errors or failures.</li>
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd161 are expected to handle these failures automatically.</p>
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd146 will not receive an exception if there are permission failures. In almost all
151 each of the requested permissions. So you generally don't need to worry about runtime failures
/frameworks/base/docs/html/ndk/guides/
Dcpp-support.jd212 The failures are mostly in the areas of {@code wchar_t} and locales that Android bionic
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd185 This can lead to CheckJNI failures because of the unhandled exceptions or the
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd594 <p>Another class of <code>UnsatisfiedLinkError</code> failures looks like:</p>
638 <p>(Most of this advice applies equally well to failures to find methods
/frameworks/base/docs/html/tools/building/
Dmanifest-merge.jd296 <p class="note"><strong>Note:</strong> Unresolved placeholder names in apps cause build failures.
/frameworks/base/docs/html/training/testing/ui-testing/
Duiautomator-testing.jd326 element (for example, icons in a toolbar). Text selectors are brittle and can lead to test failures

12