HomeSort by relevance Sort by last modified time
    Searched refs:unhandle (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
types.cc 569 if (this->SemanticIs(that->AsUnion()->Get(i)->unhandle())) return true;
642 if (this->SemanticMaybe(that->AsUnion()->Get(i)->unhandle())) return true;
727 DCHECK(!this->Get(i)->SemanticIs(this->Get(j)->unhandle())); // (5)
778 if (type1->SemanticIs(type2->unhandle())) {
780 } else if (type2->SemanticIs(type1->unhandle())) {
829 if (result->Get(i)->SemanticIs(range->unhandle())) {
918 if (lhs->SimplyEquals(rhs->unhandle())) {
    [all...]
types.h 575 TypeImpl* unhandle() { return this; } function in class:v8::internal::TypeImpl
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
AsyncContinuation.java 60 // handling() suspend() unhandle() resume() complete() doComplete()
401 * be handled again (eg because of a resume that happened before unhandle was called)
403 protected boolean unhandle() method in class:AsyncContinuation
    [all...]
AbstractHttpConnection.java 414 _parser.returnBuffers(); // TODO maybe only on unhandle
418 _generator.returnBuffers();// TODO maybe only on unhandle
443 // The loop is controlled by the call to async.unhandle in the
445 // then the unhandle will return false only if an async dispatch has
446 // already happened when unhandle is called. For a blocking connector,
448 // within the call to unhandle().
565 handling = !_request._async.unhandle() && server.isRunning() && _server!=null;
    [all...]

Completed in 57 milliseconds