/frameworks/base/tests/backup/ |
D | backup_stress_test.sh | 18 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/ |
D | SoundPoolTest.java | 325 int failures = 0; in run() local 339 if (!TestSounds()) failures = failures + 1; in run() 340 if (!TestScales()) failures = failures + 1; in run() 341 if (!TestRates()) failures = failures + 1; in run() 342 if (!TestPriority()) failures = failures + 1; in run() 343 if (!TestVolume()) failures = failures + 1; in run() 347 if (!TestPauseResume()) failures = failures + 1; in run() 351 failures = failures + 1; in run() 364 if (failures == 0) { in run() 367 Log.i(LOG_TAG, failures + " tests failed"); in run()
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
D | UnitTestSuiteBuilderTest.java | 69 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()
|
D | InstrumentationTestSuiteBuilderTest.java | 76 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()
|
D | TestSuiteBuilderTest.java | 178 private Set<String> failures = new HashSet<String>(); 187 failures.add(testName(test)); 202 return failures.contains(testName);
|
/frameworks/base/core/tests/overlaytests/ |
D | runtests.sh | 21 failures=0
|
/frameworks/base/test-runner/src/junit/textui/ |
D | ResultPrinter.java | 52 printDefects(result.failures(), result.failureCount(), "failure"); in printFailures()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 21 # PDP Setup failures
|
/frameworks/base/docs/html/guide/developing/testing/ |
D | testing_eclipse.jd | 495 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
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | activity_test.jd | 1001 … Number of failures (<em>Failures:</em>) - the number of test failures encountered during the test 1002 …run. This is the number of assertion failures. A test can fail even if the program does not encoun… 1070 …the number of failures is 2, and small "x" icons appear in the list icons next to the testPreCondi… 1077 You now want to look at the failures to see exactly where they occurred. 1080 To examine the failures, follow these steps:
|
D | helloandroid_test.jd | 431 "Failures:": The number of assertion failures encountered during the
|
/frameworks/base/docs/html/sdk/ |
D | android-1.1.jd | 172 <li>Improves recovery from POP3 connection failures.</li>
|
D | android-2.3.jd | 316 and retrying downloads after failures or across connectivity changes and system
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | testing_android.jd | 539 was run. You also see all the assertion failures that occurred. These include pointers to the 540 line in the test code where the failure occurred. Assertion failures also list the expected
|
D | activity_testing.jd | 357 This section lists some of the common test failures you may encounter in UI testing, and their
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 145 will not receive an exception if there are permission failures. In almost all
|
/frameworks/base/docs/html/sdk/ndk/ |
D | index.jd | 210 <li><code>ndk-gdb</code>: Better detection of <code>adb shell</code> failures and improved
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 573 <p>Another class of <code>UnsatisfiedLinkError</code> failures looks like:</p>
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 127 score of successes and failures. JET allows for these types of music driven
|
/frameworks/base/api/ |
D | current.txt | 41910 method public synchronized java.util.Enumeration failures();
|
D | 14.txt | 41910 method public synchronized java.util.Enumeration failures();
|