HomeSort by relevance Sort by last modified time
    Searched defs:tunit (Results 1 - 25 of 35) sorted by null

1 2

  /external/fio/
idletime.c 15 double tunit = 0.0; local
39 if ((i == 0) || ((double)t < tunit))
40 tunit = (double)t;
43 return tunit / CALIBRATE_SCALE;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 154 * @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) {
247 if (tunit == null) {
253 idleConnHandler.closeIdleConnections(tunit.toMillis(idletime));
  /external/clang/lib/AST/
Decl.cpp 2445 const TranslationUnitDecl *tunit = local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 3159 llvm::DIFile *tunit = getOrCreateFile(loc); local
    [all...]