Home
last modified time | relevance | path

Searched defs:tunit (Results 1 – 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DPoolEntryRequest.java65 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException; in getPoolEntry()
DAbstractConnPool.java169 TimeUnit tunit) in getEntry()
244 public void closeIdleConnections(long idletime, TimeUnit tunit) { in closeIdleConnections()
DThreadSafeClientConnManager.java170 long timeout, TimeUnit tunit) throws InterruptedException, in requestConnection()
DConnPoolByRoute.java241 TimeUnit tunit) in requestPoolEntry()
/external/apache-http/src/org/apache/http/conn/
DClientConnectionRequest.java69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) in getConnection()
DClientConnectionManager.java113 void closeIdleConnections(long idletime, TimeUnit tunit) in closeIdleConnections()
/external/icu/tools/icu4c_srcgen/
Dgenutil.py270 def handle_diagnostics(self, tunit): argument
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp983 llvm::DIFile *tunit, llvm::DIScope *scope, in createFieldType()
1074 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField()
1097 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields()
3360 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
/external/clang/lib/AST/
DDecl.cpp2521 const TranslationUnitDecl *tunit = in isMain() local