Home
last modified time | relevance | path

Searched refs:getDestination (Results 1 – 9 of 9) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
DHttpClient.java163 HttpDestination destination = getDestination(exchange.getAddress(), ssl); in send()
238 public HttpDestination getDestination(Address remote, boolean ssl) throws IOException in getDestination() method in HttpClient
240 return getDestination(remote, ssl, getSslContextFactory()); in getDestination()
244 …public HttpDestination getDestination(Address remote, boolean ssl, SslContextFactory sslContextFac… in getDestination() method in HttpClient
DRedirectListener.java128 …HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isH… in checkExchangeComplete()
DAbstractHttpConnection.java90 public HttpDestination getDestination() in getDestination() method in AbstractHttpConnection
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/llvm/lib/Transforms/Utils/
DLocal.cpp247 if (IBI->getDestination(i) == TheOnlyDest) in ConstantFoldTerminator()
250 IBI->getDestination(i)->removePredecessor(IBI->getParent()); in ConstantFoldTerminator()
DSimplifyCFG.cpp4322 BasicBlock *Dest = IBI->getDestination(i); in SimplifyIndirectBr()
4340 BranchInst::Create(IBI->getDestination(0), IBI); in SimplifyIndirectBr()
/external/llvm/include/llvm/IR/
DInstructions.h2978 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); }
2979 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); }
/external/llvm/lib/IR/
DVerifier.cpp1822 Assert(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()