HomeSort by relevance Sort by last modified time
    Searched refs:Failure (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium/net/base/
https_prober.h 62 void Failure(URLRequest* request);
https_prober.cc 41 void HTTPSProber::Failure(URLRequest* request) {
72 Failure(request);
  /external/v8/src/
top.h 285 static Failure* Throw(Object* exception, MessageLocation* location = NULL);
289 static Failure* ReThrow(Object* exception, MessageLocation* location = NULL);
292 static Failure* ThrowIllegalOperation();
313 static Failure* StackOverflow();
314 static Failure* TerminateExecution();
top.cc 582 Failure* Top::StackOverflow() {
596 return Failure::Exception();
600 Failure* Top::TerminateExecution() {
602 return Failure::Exception();
606 Failure* Top::Throw(Object* exception, MessageLocation* location) {
608 return Failure::Exception();
612 Failure* Top::ReThrow(Object* exception, MessageLocation* location) {
615 return Failure::Exception();
619 Failure* Top::ThrowIllegalOperation() {
747 bool is_out_of_memory = exception == Failure::OutOfMemoryException()
    [all...]
objects-inl.h 405 && Failure::cast(this)->type() == Failure::RETRY_AFTER_GC;
411 && Failure::cast(this)->IsOutOfMemoryException();
416 return this == Failure::Exception();
684 return Failure::Exception();
796 Failure::Type Failure::type() const {
801 bool Failure::IsInternalError() const {
806 bool Failure::IsOutOfMemoryException() const {
811 int Failure::requested() const
    [all...]
heap-inl.h 63 return Failure::RetryAfterGC(size_in_bytes, space);
314 Heap::CollectGarbage(Failure::cast(__object__)->requested(), \
315 Failure::cast(__object__)->allocation_space()); \
spaces-inl.h 280 return Failure::RetryAfterGC(size_in_bytes, identity());
294 return Failure::RetryAfterGC(size_in_bytes, identity());
323 if (new_top > alloc_info->limit) return Failure::RetryAfterGC(size_in_bytes);
accessors.cc 112 if (has_exception) return Failure::Exception();
114 if (has_exception) return Failure::Exception();
498 return Failure::Exception();
ic.h 146 static Failure* TypeError(const char* type,
149 static Failure* ReferenceError(const char* type, Handle<String> name);
runtime.cc 368 if (result.is_null()) return Failure::Exception();
390 if (object.is_null()) return Failure::Exception();
409 if (boilerplate.is_null()) return Failure::Exception();
428 if (boilerplate.is_null()) return Failure::Exception();
447 if (boilerplate.is_null()) return Failure::Exception();
466 if (boilerplate.is_null()) return Failure::Exception();
642 if (result.is_null()) return Failure::Exception();
    [all...]
stub-cache.h 411 void set_failure(Failure* failure) { failure_ = failure; }
431 Failure** failure);
459 Failure* failure_;
heap.cc     [all...]
ic.cc 150 // to prototype check failure.
153 // For keyed load/store, the most likely cause of cache failure is
195 Failure* IC::TypeError(const char* type,
205 Failure* IC::ReferenceError(const char* type, Handle<String> name) {
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.h 163 Failure,
173 // the course of action in case of this failure (i.e. call the ChromeClient callback or run the failure steps).
ApplicationCacheGroup.cpp 236 case Failure:
237 // Cache update has been a failure, so there is no reason to keep the document associated with the incomplete cache
279 case Failure:
696 m_completionType = Failure;
755 case Failure:
772 // a failure of the cache storage to save the newest cache due to hitting
803 // Run the "cache failure steps"
    [all...]
  /external/gtest/test/
gtest_output_test_.cc 72 // This function calls a test subroutine, catches the fatal failure it
75 // Calls a subrountine that yields a fatal failure.
78 // Catches the fatal failure and aborts the test.
94 // Tests catching a fatal failure in a subroutine.
96 printf("(expecting a failure that x should be 1)\n");
101 // Tests catching a fatal failure in a nested subroutine.
103 printf("(expecting a failure that x should be 1)\n");
105 // Calls a subrountine that yields a fatal failure.
108 // Catches the fatal failure and aborts the test.
120 printf("(expecting a failure on false)\n")
873 FailureMode* failure = static_cast<FailureMode*>(attr); local
    [all...]
  /external/protobuf/gtest/test/
gtest_output_test_.cc 66 // This function calls a test subroutine, catches the fatal failure it
69 // Calls a subrountine that yields a fatal failure.
72 // Catches the fatal failure and aborts the test.
88 // Tests catching a fatal failure in a subroutine.
90 printf("(expecting a failure that x should be 1)\n");
95 // Tests catching a fatal failure in a nested subroutine.
97 printf("(expecting a failure that x should be 1)\n");
99 // Calls a subrountine that yields a fatal failure.
102 // Catches the fatal failure and aborts the test.
114 printf("(expecting a failure on false)\n")
866 FailureMode* failure = static_cast<FailureMode*>(attr); local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-925537.js 31 print('Failure: Expected <' + actual + '> to be close to <' +
  /external/v8/test/cctest/
test-heap.cc 187 CHECK(Failure::RetryAfterGC(request, NEW_SPACE)->IsFailure());
188 CHECK_EQ(request, Failure::RetryAfterGC(request, NEW_SPACE)->requested());
190 Failure::RetryAfterGC(request, NEW_SPACE)->allocation_space());
192 Failure::RetryAfterGC(request,
194 CHECK(Failure::Exception()->IsFailure());
489 // LookupAsciiSymbol may return a failure if a GC is needed.
test-alloc.cc 40 if (++attempts < 3) return Failure::RetryAfterGC(0);
  /external/freetype/src/sfnt/
ttsbit0.c 824 goto Failure;
895 goto Failure;
937 goto Failure;
976 Failure:
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 85 'Iconv::Failure', 'Iconv::IllegalSequence',
  /external/v8/src/arm/
stub-cache-arm.cc 630 set_failure(Failure::cast(probe));
701 Failure** failure) {
1334 Failure* failure = Failure::InternalError(); local
1491 Failure* failure = Failure::InternalError(); local
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 1007 Failure* failure = Failure::InternalError(); local
1165 Failure* failure = Failure::InternalError(); local
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 1760 Failure* failure = Failure::InternalError(); local
1920 Failure* failure = Failure::InternalError(); local
    [all...]

Completed in 650 milliseconds

1 2