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

/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionRequest.java58 * @param tunit the unit for the <code>timeout</code>,
69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) argument
H A DClientConnectionManager.java109 * @param tunit the unit for the <code>idletime</code>
113 void closeIdleConnections(long idletime, TimeUnit tunit) argument
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DPoolEntryRequest.java53 * @param tunit the unit for the <code>timeout</code>,
65 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException;
63 getPoolEntry( long timeout, TimeUnit tunit) argument
H A DAbstractConnPool.java154 * @param tunit the unit for the <code>timeout</code>,
169 TimeUnit tunit)
171 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit);
242 * @param tunit the unit for the <code>idletime</code>
244 public void closeIdleConnections(long idletime, TimeUnit tunit) { argument
247 if (tunit == null) {
253 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
165 getEntry( HttpRoute route, Object state, long timeout, TimeUnit tunit) argument
H A DThreadSafeClientConnManager.java170 long timeout, TimeUnit tunit) throws InterruptedException,
181 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit);
297 public void closeIdleConnections(long idleTimeout, TimeUnit tunit) { argument
299 connectionPool.closeIdleConnections(idleTimeout, tunit);
H A DConnPoolByRoute.java241 TimeUnit tunit)
243 return getEntryBlocking(route, state, timeout, tunit, aborter);
256 * @param tunit the unit for the <code>timeout</code>,
269 long timeout, TimeUnit tunit,
276 (System.currentTimeMillis() + tunit.toMillis(timeout));
267 getEntryBlocking( HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter) argument
/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java194 long timeout, TimeUnit tunit) {
348 public void closeIdleConnections(long idletime, TimeUnit tunit) { argument
352 if (tunit == null) {
358 System.currentTimeMillis() - tunit.toMillis(idletime);
/external/fio/
H A Didletime.c15 double tunit = 0.0; local
39 if ((i == 0) || ((double)t < tunit))
40 tunit = (double)t;
43 return tunit / CALIBRATE_SCALE;
/external/clang/lib/AST/
H A DDecl.cpp2341 const TranslationUnitDecl *tunit = local
2343 return tunit &&
2344 !tunit->getASTContext().getLangOpts().Freestanding &&
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp798 llvm::DIFile tunit,
800 llvm::DIType debugType = getOrCreateType(type, tunit);
909 llvm::DIFile tunit,
928 OffsetInBits, tunit, RecordTy);
936 llvm::DIFile tunit,
965 tunit, elements, RecordTy);
2948 llvm::DIFile tunit = getOrCreateFile(loc); local
2961 tunit, tunit));
2964 tunit, tuni
792 createFieldType(StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile tunit, llvm::DIScope scope) argument
908 CollectRecordNormalField(const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile tunit, SmallVectorImpl<llvm::Value *> &elements, llvm::DIType RecordTy) argument
935 CollectRecordFields(const RecordDecl *record, llvm::DIFile tunit, SmallVectorImpl<llvm::Value *> &elements, llvm::DICompositeType 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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1217 milliseconds