/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | AbstractConnPool.java | 169 TimeUnit tunit) in getEntry() argument 171 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit); in getEntry() 244 public void closeIdleConnections(long idletime, TimeUnit tunit) { in closeIdleConnections() argument 247 if (tunit == null) { in closeIdleConnections() 253 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime)); in closeIdleConnections()
|
D | ThreadSafeClientConnManager.java | 170 long timeout, TimeUnit tunit) throws InterruptedException, in requestConnection() argument 181 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit); in requestConnection() 297 public void closeIdleConnections(long idleTimeout, TimeUnit tunit) { 299 connectionPool.closeIdleConnections(idleTimeout, tunit);
|
D | ConnPoolByRoute.java | 241 TimeUnit tunit) in requestPoolEntry() argument 243 return getEntryBlocking(route, state, timeout, tunit, aborter); in requestPoolEntry() 269 long timeout, TimeUnit tunit, 276 (System.currentTimeMillis() + tunit.toMillis(timeout));
|
D | PoolEntryRequest.java | 65 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException; in getPoolEntry() argument
|
/external/icu/tools/icu4c_srcgen/ |
D | genutil.py | 228 tunit = index.parse(file_path, self.get_cflags()) 229 self.handle_diagnostics(tunit) 231 in tunit.get_includes()] 233 tunit.cursor, module, file_path) 270 def handle_diagnostics(self, tunit): argument 273 for diag in tunit.diagnostics:
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | SingleClientConnManager.java | 194 long timeout, TimeUnit tunit) { in requestConnection() 348 public void closeIdleConnections(long idletime, TimeUnit tunit) { 352 if (tunit == null) { 358 System.currentTimeMillis() - tunit.toMillis(idletime);
|
/external/apache-http/src/org/apache/http/conn/ |
D | ClientConnectionRequest.java | 69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) in getConnection() argument
|
D | ClientConnectionManager.java | 113 void closeIdleConnections(long idletime, TimeUnit tunit) in closeIdleConnections() argument
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 983 llvm::DIFile *tunit, llvm::DIScope *scope, in createFieldType() argument 985 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType() 1074 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument 1090 OffsetInBits, tunit, RecordTy, RD); in CollectRecordNormalField() 1097 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument 1127 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields() 3360 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local 3373 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 3376 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 3379 tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() [all …]
|
D | CGDebugInfo.h | 236 uint64_t offsetInBits, llvm::DIFile *tunit,
|
/external/clang/lib/AST/ |
D | Decl.cpp | 2521 const TranslationUnitDecl *tunit = in isMain() local 2523 return tunit && in isMain() 2524 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()
|