Searched refs:Failure (Results 26 - 50 of 79) sorted by relevance

1234

/external/clang/include/clang/Sema/
H A DInitialization.h732 FailureKind Failure; member in class:clang::InitializationSequence
952 void SetFailed(FailureKind Failure) { argument
954 this->Failure = Failure;
955 assert((Failure != FK_Incomplete || !FailedIncompleteType.isNull()) &&
961 void SetOverloadFailure(FailureKind Failure, OverloadingResult Result);
985 return Failure;
H A DOverload.h515 void setBad(BadConversionSequence::FailureKind Failure, argument
518 Bad.init(Failure, FromExpr, ToType);
522 void setBad(BadConversionSequence::FailureKind Failure, argument
525 Bad.init(Failure, FromType, ToType);
/external/clang/lib/Serialization/
H A DASTReader.cpp957 return Failure;
963 return Failure;
972 return Failure;
982 return Failure;
1049 return Failure;
1063 return Failure;
1072 return Failure;
1077 return Failure;
1080 // We will detect whether a file changed and return 'Failure' for it, but
1109 return Failure;
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml83 | Some _ -> raise (Failure "find_function 'dne' failed")
87 | None -> raise (Failure "find_function 'plus' failed")
/external/v8/src/
H A Disolate.h135 RETURN_IF_EMPTY_HANDLE_VALUE(isolate, call, Failure::Exception())
595 return (exception != Failure::OutOfMemoryException()) &&
707 Failure* Throw(Object* exception, MessageLocation* location = NULL);
711 Failure* ReThrow(MaybeObject* exception, MessageLocation* location = NULL);
714 Failure* ThrowIllegalOperation();
717 Failure* PromoteScheduledException();
732 Failure* StackOverflow();
733 Failure* TerminateExecution();
H A Disolate.cc897 Failure* Isolate::StackOverflow() {
908 return Failure::Exception();
912 Failure* Isolate::TerminateExecution() {
914 return Failure::Exception();
918 Failure* Isolate::Throw(Object* exception, MessageLocation* location) {
920 return Failure::Exception();
924 Failure* Isolate::ReThrow(MaybeObject* exception, MessageLocation* location) {
935 return Failure::Exception();
939 Failure* Isolate::ThrowIllegalOperation() {
954 Failure* Isolat
[all...]
H A Dliveedit-debugger.js77 throw new Failure("Failed to compile new version of script: " + e);
902 // have activations on stack (of any thread). Throws a Failure exception
912 throw new Failure(result[shared_list.length]);
937 throw new Failure("Blocked by functions on stack");
964 function Failure(message) { class
968 this.Failure = Failure;
970 Failure.prototype.toString = function() {
971 return "LiveEdit Failure: " + this.message;
H A Dheap-inl.h110 return Failure::OutOfMemoryException();
144 return Failure::OutOfMemoryException();
195 return Failure::RetryAfterGC(space);
523 ISOLATE->heap()->CollectGarbage(Failure::cast(__maybe_object__)-> \
H A Dobjects-inl.h477 && Failure::cast(this)->type() == Failure::RETRY_AFTER_GC;
483 && Failure::cast(this)->IsOutOfMemoryException();
488 return this == Failure::Exception();
497 Failure* Failure::cast(MaybeObject* obj) {
499 return reinterpret_cast<Failure*>(obj);
827 return Failure::Exception();
992 Failure::Type Failure
[all...]
H A Daccessors.cc126 if (has_exception) return Failure::Exception();
128 if (has_exception) return Failure::Exception();
522 return Failure::Exception();
H A Druntime.cc585 if (boilerplate.is_null()) return Failure::Exception();
611 if (boilerplate.is_null()) return Failure::Exception();
631 if (boilerplate.is_null()) return Failure::Exception();
652 if (boilerplate.is_null()) return Failure::Exception();
1183 if (result.is_null()) return Failure::Exception();
1259 static Failure* ThrowRedeclarationError(Isolate* isolate,
1745 if (result.is_null()) return Failure::Exception();
1909 if (threw) return Failure::Exception();
1950 return Failure::Exception();
2177 return Failure
[all...]
H A Dliveobjectlist.cc1240 return Failure::Exception(); // Fail: 0 is not a valid lol id.
1255 return Failure::Exception(); // Fail: the newer lol id is invalid.
1258 return Failure::Exception(); // Fail: the older lol id is invalid.
1283 return Failure::Exception(); // invalid start.
1359 return Failure::Exception(); // Fail: 0 is not a valid lol id.
1374 return Failure::Exception(); // Fail: the newer lol id is invalid.
1377 return Failure::Exception(); // Fail: the older lol id is invalid.
1535 return Failure::Exception(); // invalid start.
H A Dspaces-inl.h288 return Failure::RetryAfterGC(identity());
/external/chromium/testing/gtest/test/
H A Dgtest_output_test_.cc753 TYPED_TEST(TypedTest, Failure) {
772 TYPED_TEST_P(TypedTestP, Failure) {
776 REGISTER_TYPED_TEST_CASE_P(TypedTestP, Success, Failure);
/external/gtest/test/
H A Dgtest_output_test_.cc753 TYPED_TEST(TypedTest, Failure) {
772 TYPED_TEST_P(TypedTestP, Failure) {
776 REGISTER_TYPED_TEST_CASE_P(TypedTestP, Success, Failure);
/external/llvm/lib/VMCore/
H A DValue.cpp270 bool Failure = getSymTab(V, VST); local
271 assert(!Failure && "V has a name, so it should have a ST!"); (void)Failure;
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc730 TYPED_TEST(TypedTest, Failure) {
749 TYPED_TEST_P(TypedTestP, Failure) {
753 REGISTER_TYPED_TEST_CASE_P(TypedTestP, Success, Failure);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.h180 Failure, enumerator in enum:WebCore::ApplicationCacheGroup::CompletionType
H A DApplicationCacheGroup.cpp253 case Failure:
296 case Failure:
778 m_completionType = Failure;
847 case Failure:
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.h102 Failure, enumerator in enum:WebCore::BMPImageReader::ProcessingResult
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp335 bool Failure; local
337 false, Error, Failure);
342 if (Failure) {
371 Failure = TestFn(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error);
374 if (!Failure) {
H A DExecutionDriver.cpp392 bool Failure = gcc->MakeSharedObject(OutputFile.str(), FT, SharedObjectFile, local
396 if (Failure)
/external/freetype/src/sfnt/
H A Dttsbit0.c824 goto Failure;
895 goto Failure;
937 goto Failure;
976 Failure:
/external/v8/test/cctest/
H A Dtest-alloc.cc39 if (++attempts < 3) return Failure::RetryAfterGC();
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp48 case ASTReader::Failure:

Completed in 858 milliseconds

1234