Searched refs:failed (Results 1 - 17 of 17) 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/core/java/com/android/internal/os/
H A DZygoteInit.java234 Log.e(TAG, "setreuid() failed. errno: " + errno);
244 Log.e(TAG, "setregid() failed. errno: " + errno);
343 String failed = null;
353 if (failed == null)
354 failed = str;
364 "Register map caching failed (precise GC not enabled?)");
374 Log.i(TAG, " First failure: " + failed);
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp143 bool failed = false; local
158 failed = true;
168 if (failed) {
612 "failed on file '%s'.\n", filename);
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Dusbhost.c119 fprintf(stderr, "inotify_init failed\n");
152 fprintf(stderr, "inotify_add_watch failed\n");
248 goto failed;
252 goto failed;
261 failed:
279 D("usb_device_reopen_writeable failed errno %d\n", errno);
/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.cpp2218 bool failed = false; local
2219 while (pos < end && !failed) {
3824 printf("getItemValue of #%08x[#%08x]: failed\n",
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp285 goto failed;
290 goto failed;
299 goto failed;
304 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.java458 // It failed; remove the callback. No need to prune because
750 Slog.w(TAG, "XML parsing failed for AppWidget provider '" + component + '\'', e);
1030 Slog.w(TAG, "failed parsing " + file, e);
1032 Slog.w(TAG, "failed parsing " + file, e);
1034 Slog.w(TAG, "failed parsing " + file, e);
1036 Slog.w(TAG, "failed parsing " + file, e);
1038 Slog.w(TAG, "failed parsing " + file, e);
1055 // failed reading, clean up
1218 // It failed; remove the callback. No need to prune because

Completed in 247 milliseconds