Searched defs:tunit (Results 1 - 18 of 18) 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.cpp2445 const TranslationUnitDecl *tunit = local
2447 return tunit &&
2448 !tunit->getASTContext().getLangOpts().Freestanding &&
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp896 llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD) {
897 llvm::DIType *debugType = getOrCreateType(type, tunit);
993 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit,
1011 field->getAccess(), OffsetInBits, tunit, RecordTy, RD);
1017 const RecordDecl *record, llvm::DIFile *tunit,
1045 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit,
3159 llvm::DIFile *tunit = getOrCreateFile(loc); local
3172 tunit, tunit));
3175 tunit, tuni
893 createFieldType( StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD) argument
992 CollectRecordNormalField( const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, const RecordDecl *RD) argument
1016 CollectRecordFields( const RecordDecl *record, llvm::DIFile *tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DICompositeType *RecordTy) argument
[all...]
/external/robolectric/v1/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/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 175 milliseconds