Searched defs:tunit (Results 1 - 11 of 11) sorted by relevance

/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionRequest.java53 * @param tunit the unit for the <code>timeout</code>,
64 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) argument
H A DClientConnectionManager.java104 * @param tunit the unit for the <code>idletime</code>
108 void closeIdleConnections(long idletime, TimeUnit tunit) argument
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DPoolEntryRequest.java48 * @param tunit the unit for the <code>timeout</code>,
60 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException;
58 getPoolEntry( long timeout, TimeUnit tunit) argument
H A DAbstractConnPool.java149 * @param tunit the unit for the <code>timeout</code>,
164 TimeUnit tunit)
166 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit);
237 * @param tunit the unit for the <code>idletime</code>
239 public void closeIdleConnections(long idletime, TimeUnit tunit) { argument
242 if (tunit == null) {
248 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
160 getEntry( HttpRoute route, Object state, long timeout, TimeUnit tunit) argument
H A DThreadSafeClientConnManager.java165 long timeout, TimeUnit tunit) throws InterruptedException,
176 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit);
292 public void closeIdleConnections(long idleTimeout, TimeUnit tunit) { argument
294 connectionPool.closeIdleConnections(idleTimeout, tunit);
H A DConnPoolByRoute.java236 TimeUnit tunit)
238 return getEntryBlocking(route, state, timeout, tunit, aborter);
251 * @param tunit the unit for the <code>timeout</code>,
264 long timeout, TimeUnit tunit,
271 (System.currentTimeMillis() + tunit.toMillis(timeout));
262 getEntryBlocking( HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter) argument
/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java189 long timeout, TimeUnit tunit) {
343 public void closeIdleConnections(long idletime, TimeUnit tunit) { argument
347 if (tunit == null) {
353 System.currentTimeMillis() - tunit.toMillis(idletime);
/external/clang/lib/AST/
H A DDecl.cpp2191 const TranslationUnitDecl *tunit = local
2193 return tunit &&
2194 !tunit->getASTContext().getLangOpts().Freestanding &&
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp803 llvm::DIFile tunit,
805 llvm::DIType debugType = getOrCreateType(type, tunit);
919 llvm::DIFile tunit,
938 OffsetInBits, tunit, RecordTy);
946 CollectRecordFields(const RecordDecl *record, llvm::DIFile tunit, argument
967 tunit, elements, RecordTy);
2885 llvm::DIFile tunit = getOrCreateFile(loc); local
2898 tunit, tunit));
2901 tunit, tuni
797 createFieldType(StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile tunit, llvm::DIDescriptor scope) argument
918 CollectRecordNormalField(const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile tunit, SmallVectorImpl<llvm::Value *> &elements, llvm::DIType RecordTy) argument
[all...]
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 180 milliseconds