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

/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp76 bool failed = false; local
79 failed |= test_elem_##ENAME##_BOOLEAN(); \
80 failed |= test_elem_##ENAME##_I8(); \
81 failed |= test_elem_##ENAME##_U8(); \
82 failed |= test_elem_##ENAME##_I16(); \
83 failed |= test_elem_##ENAME##_U16(); \
84 failed |= test_elem_##ENAME##_I32(); \
85 failed |= test_elem_##ENAME##_U32(); \
86 failed |= test_elem_##ENAME##_I64(); \
87 failed |
[all...]
/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/rs/tests/cppbasic/
H A Dcompute.cpp38 // We read back the status from the script-side via a "failed" allocation.
44 bool failed = false; local
45 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
88 failed_alloc->copy1DTo(&failed);
95 if (failed) {
101 return failed;
H A Dmono.rs27 bool *failed;
32 *failed = true; \
/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.cpp36 bool failed = false; local
39 failed = (nKeyValuePairs != env->GetArrayLength(values));
42 if (!failed) {
43 failed = ((keys != NULL && values == NULL) ||
47 if (failed) {
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp246 bool failed = false; local
261 failed = true;
271 if (failed) {
829 bool failed = true; local
847 failed = false;
861 failed = false;
866 if (failed) {
868 "failed on file '%s'.\n", filename);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc64 errno = 0; // opendir() will set errno if it failed to open directory.
/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/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java413 mEmptyText.setText(R.string.failed);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp223 ALOGW("idmap assertion failed: size=%d bytes\n", (int)sizeBytes);
227 ALOGW("idmap assertion failed: invalid magic found (is 0x%08x, expected 0x%08x)\n",
3247 ALOGW("Requesting resource %p failed because it is complex\n",
3369 //printf("*** get failed! unlocking\n");
4675 bool failed = false; local
4681 while (pos < end && !failed) {
4709 failed = true;
4716 if (!failed) {
4741 bool failed = collectString(outString, s, len, preserveSpaces, &errorMsg); local
4745 return failed;
[all...]
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java1118 // It failed; remove the callback. No need to prune because
1137 // It failed; remove the callback. No need to prune because
1552 Slog.w(TAG, "XML parsing failed for AppWidget provider '" + component + '\'', e);
1870 Slog.w(TAG, "failed parsing " + e);
1872 Slog.w(TAG, "failed parsing " + e);
1874 Slog.w(TAG, "failed parsing " + e);
1876 Slog.w(TAG, "failed parsing " + e);
1878 Slog.w(TAG, "failed parsing " + e);
1890 // failed reading, clean up
2051 // It failed; remov
[all...]

Completed in 464 milliseconds