Searched defs:failed (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/mterp/
H A DMterp.cpp31 bool failed = false; local
43 if (failed) {
67 return !failed;
H A Dgen-mterp.py477 raise DataParseError("keyword substitution failed in %s: %s"
480 print "ERROR: substitution failed: " + line
546 # failed to open we probably won't be able to remove them either.
565 failed = False variable
604 failed = True variable
619 sys.exit(failed)
/dalvik/vm/compiler/template/
H A Dgen-template.py295 raise DataParseError("keyword substitution failed in %s: %s"
298 print "ERROR: substitution failed: " + line
363 # failed to open we probably won't be able to remove them either.
381 failed = False variable
411 failed = True variable
423 sys.exit(failed)
/dalvik/vm/reflect/
H A DAnnotation.cpp492 ALOGE("annotation element array alloc failed (%d)", size);
620 ALOGE("Annotation array copy failed");
658 bool failed = true; local
707 failed = false;
715 if (failed)
781 ALOGE("failed to allocate annotation member array (%d elements)",
1136 * Returns GAV_FAILED on failure. If an allocation failed, an exception
1422 ALOGW("EnclosingMethod parse failed");
1479 ALOGD("processAnnotationValue failed on InnerClass member 'name'");
1503 ALOGW("InnerClass accessFlags parse failed");
[all...]

Completed in 257 milliseconds