Searched refs:failed (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tests/backup/
H A Dbackup_stress_test.sh30 failed=0
42 ./test_restore.sh "$@" 2>&1 || failed=1
44 if [ "$failed" -ne 0 ]; then
H A Dbackup_helper_test.cpp81 int failed = 0; local
92 failed++;
93 printf("failed\n");
103 if (failed == 0) {
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java81 public void failed(String className, Throwable exception) { method in class:TestPrinter
82 Log.i(mTag, "failed: " + className);
88 private void failed(Test test, Throwable t) { method in class:TestPrinter
90 failed(test.toString(), t);
94 failed(test, t);
98 failed(test, t);
H A DTestRunner.java125 failed(test.toString(), t);
130 failed(test.toString(), t);
158 void failed(String className, Throwable execption); method in interface:TestRunner.Listener
216 public void failed(String className, Throwable exception) { method in class:TestRunner
220 mListeners.get(i).failed(className, exception);
273 failed(className, e);
326 failed(className, e);
363 failed(test.toString(), e);
516 failed(test.toString(), excep);
/frameworks/compile/slang/tests/
H A Dtest.py131 print 'Command failed on valid input'
187 failed = 0
222 failed += 1
226 print 'Tests Failed: %d\n' % failed,
227 if failed:
232 return failed != 0
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DInstrumentationTestSuiteBuilderTest.java99 public boolean failed(String testName) { method in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
108 return saw(testName) && !failed(testName) && !errored(testName);
H A DUnitTestSuiteBuilderTest.java92 public boolean failed(String testName) { method in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
101 return saw(testName) && !failed(testName) && !errored(testName);
H A DTestSuiteBuilderTest.java76 assertTrue(recorder.failed("FailingTest.testFailOne"));
77 assertTrue(recorder.failed("FailingTest.testFailTwo"));
201 public boolean failed(String testName) { method in class:TestSuiteBuilderTest.SuiteExecutionRecorder
210 return saw(testName) && !failed(testName) && !errored(testName);
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp34 bool failed = false; local
37 failed = (nKeyValuePairs != env->GetArrayLength(values));
40 if (!failed) {
41 failed = ((keys != NULL && values == NULL) ||
45 if (failed) {
/frameworks/compile/libbcc/runtime/make/
H A Dutil.mk82 $(error Assertion failed: $(2)))
89 $(error Assertion failed: $(1): $(value $(1)) - $($(1)) != $(2)))
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp247 bool failed = false; local
262 failed = true;
272 if (failed) {
831 bool failed = true; local
849 failed = false;
863 failed = false;
868 if (failed) {
870 "failed on file '%s'.\n", filename);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestsAutoTest.java62 public void failed(String layout_file) { method in class:MyTestRecorder
256 Log.w("Layout test: ", file + " failed");
257 mResultRecorder.failed(file);
/frameworks/base/tools/aapt/
H A DZipFile.cpp99 ALOGD("fopen failed: %d\n", err);
313 ALOGD("initFromCDE failed\n");
328 ALOGD("EOCD check read failed\n");
333 ALOGD("EOCD read check failed\n");
416 bool failed = false; local
419 ALOGD("compression failed, storing\n");
420 failed = true;
432 failed = true;
436 if (failed) {
443 /* handle "no compression" request, or failed compressio
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp224 ALOGW("idmap assertion failed: size=%d bytes\n", (int)sizeBytes);
228 ALOGW("idmap assertion failed: invalid magic found (is 0x%08x, expected 0x%08x)\n",
3091 ALOGW("Requesting resource %p failed because it is complex\n",
3213 //printf("*** get failed! unlocking\n");
4519 bool failed = false; local
4525 while (pos < end && !failed) {
4553 failed = true;
4560 if (!failed) {
4585 bool failed = collectString(outString, s, len, preserveSpaces, &errorMsg); local
4589 return failed;
[all...]
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java1015 // It failed; remove the callback. No need to prune because
1034 // It failed; remove the callback. No need to prune because
1420 Slog.w(TAG, "XML parsing failed for AppWidget provider '" + component + '\'', e);
1727 Slog.w(TAG, "failed parsing " + e);
1729 Slog.w(TAG, "failed parsing " + e);
1731 Slog.w(TAG, "failed parsing " + e);
1733 Slog.w(TAG, "failed parsing " + e);
1735 Slog.w(TAG, "failed parsing " + e);
1745 // failed reading, clean up
1880 // It failed; remov
[all...]

Completed in 1864 milliseconds