Searched refs:failed (Results 1 - 23 of 23) 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/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp16 bool failed = false; local
80 failed = true;
81 return failed;
87 return failed;
91 bool failed = test_compute(); local
93 if (failed) {
99 return failed;
/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.cpp11 bool failed = false; local
49 // We read back the status from the script-side via a "failed" allocation.
56 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
99 failed_alloc->copy1DTo(&failed);
103 return failed;
107 bool failed = test_compute(); local
109 if (failed) {
115 return failed;
H A Dmono.rs27 bool *failed;
32 *failed = true; \
/frameworks/rs/tests/cppbasic-shared/
H A Dcompute.cpp11 bool failed = false; local
49 // We read back the status from the script-side via a "failed" allocation.
56 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
99 failed_alloc->copy1DTo(&failed);
103 return failed;
107 bool failed = test_compute(); local
109 if (failed) {
115 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) {
830 bool failed = true; local
848 failed = false;
862 failed = false;
867 if (failed) {
869 "failed on file '%s'.\n", filename);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc65 errno = 0; // opendir() will set errno if it failed to open directory.
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java615 protected final void failed(CharSequence error) { method in class:RemotePrintDocument.AsyncCommand
737 failed(error);
993 failed(mContext.getString(R.string.print_error_default_message));
1012 failed(error);
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java299 // if manual, exit zen if false (or failed), update if true (and changed)
302 final boolean failed = c.state == Condition.STATE_ERROR;
303 if (failed) {
304 Slog.w(TAG, "Exit zen: manual condition failed: " + c);
319 // if automatic, exit zen if false (or failed), enter zen if true
322 final boolean failed = c.state == Condition.STATE_ERROR;
323 if (failed) {
324 Slog.w(TAG, "Exit zen: automatic condition failed: " + c);
/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.java398 mEmptyText.setText(R.string.failed);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3663 ALOGW("Requesting resource 0x%08x failed because it is complex\n", resID);
3756 //printf("*** get failed! unlocking\n");
5051 bool failed = false; local
5057 while (pos < end && !failed) {
5085 failed = true;
5092 if (!failed) {
5117 bool failed = collectString(outString, s, len, preserveSpaces, &errorMsg); local
5121 return failed;
/frameworks/av/services/audioflinger/
H A DThreads.cpp1408 ALOGE("%s pthread_once failed: %d", __func__, ok);
1520 ALOGE("createTrack_l() initCheck failed %d; no control block?", lStatus);
5007 goto failed;
5067 failed: ;
5340 ALOGE("read failed: framesRead=%d", framesRead);
5727 ALOGE("createRecordTrack_l() initCheck failed %d; no control block?", lStatus);
5829 ALOGV("Record failed to start");

Completed in 593 milliseconds