Searched refs:failed (Results 1 - 16 of 16) 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 DTestRecorder.java78 Log.e("TestRecorder", "failed to create table 'tests'", e);
136 public void failed(String className, Throwable exception) { method in class:TestRecorder
145 map.put("result", "failed");
157 public void failed(String className, String reason) { method in class:TestRecorder
159 map.put("result", "failed");
167 failed(test.toString(), t);
172 failed(test.toString(), t.getMessage());
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/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/cmds/stagefright/
H A Dstagefright.cpp124 bool failed = false; local
139 failed = true;
149 if (failed) {
398 "failed on file '%s'.\n", filename);
486 fprintf(stderr, "failed to connect to HTTP server.\n");
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java238 Log.e(TAG, "setreuid() failed. errno: " + errno);
248 Log.e(TAG, "setregid() failed. errno: " + errno);
360 String failed = null;
370 if (failed == null)
371 failed = str;
381 "Register map caching failed (precise GC not enabled?)");
391 Log.i(TAG, " First failure: " + failed);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestsAutoTest.java63 public void failed(String layout_file) { method in class:MyTestRecorder
252 Log.w("Layout test: ", file + " failed");
253 mResultRecorder.failed(file);
404 Log.w(LOGTAG, "failed to resolve test host. http tests will fail.");
/frameworks/base/tools/aapt/
H A DZipFile.cpp99 LOGD("fopen failed: %d\n", err);
313 LOGD("initFromCDE failed\n");
328 LOGD("EOCD check read failed\n");
333 LOGD("EOCD read check failed\n");
416 bool failed = false; local
419 LOGD("compression failed, storing\n");
420 failed = true;
432 failed = true;
436 if (failed) {
443 /* handle "no compression" request, or failed compressio
[all...]
H A DResourceTable.cpp2123 bool failed = false; local
2124 while (pos < end && !failed) {
3729 printf("getItemValue of #%08x[#%08x]: failed\n",
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp279 goto failed;
284 goto failed;
293 goto failed;
298 failed:
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1946 LOGW("Requesting resource %p failed because it is complex\n",
2058 //printf("*** get failed! unlocking\n");
3303 bool failed = false; local
3309 while (pos < end && !failed) {
3337 failed = true;
3344 if (!failed) {
3369 bool failed = collectString(outString, s, len, preserveSpaces, &errorMsg); local
3373 return failed;
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java457 // It failed; remove the callback. No need to prune because
749 Slog.w(TAG, "XML parsing failed for AppWidget provider '" + component + '\'', e);
1029 Slog.w(TAG, "failed parsing " + file, e);
1031 Slog.w(TAG, "failed parsing " + file, e);
1033 Slog.w(TAG, "failed parsing " + file, e);
1035 Slog.w(TAG, "failed parsing " + file, e);
1037 Slog.w(TAG, "failed parsing " + file, e);
1054 // failed reading, clean up
1211 // It failed; remove the callback. No need to prune because

Completed in 329 milliseconds