HomeSort by relevance Sort by last modified time
    Searched full:pooled (Results 1 - 25 of 41) sorted by null

1 2

  /libcore/luni/src/main/java/libcore/internal/
StringPool.java 55 String pooled = pool[index]; local
56 if (pooled != null && contentEquals(pooled, array, start, length)) {
57 return pooled;
  /libcore/luni/src/main/java/javax/sql/
ConnectionPoolDataSource.java 33 * Creates a connection to a database which can then be used as a pooled
45 * password, which can then be used as a pooled connection.
ConnectionEvent.java 26 * events are a facility to report when an application closes the pooled
27 * connection or when an error occurs in the pooled connection.
ConnectionEventListener.java 38 * called the {@code close} method on a pooled connection.
PooledConnection.java 25 * which are pooled.
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteCursorTest.java 66 // it should use a pooled database connection
73 // do a requery. cursor should continue to use the above pooled connection
77 // disable WAL so that the pooled connection held by the above cursor is closed
81 // requery - which should make the cursor use mDatabase connection since the pooled
90 // enable WAL and requery - this time a pooled connection should be used
SQLiteDatabaseTest.java 96 // get a pooled database connection
101 // disable WAL - which should close connection pool and all pooled connections
119 // get a cursor which should use pooled database connection
126 // disable WAL - which should close connection pool and all pooled connections
737 * // with WAL enabled, the above uses a pooled database connection
742 * // since the cursor uses pooled database connection, the above requery
746 * // the pooled database connection
788 // query in a different thread. that causes the cursor to use a pooled connection
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 262 * Gets the total number of pooled connections for the given route.
269 * @return the total number of pooled connections for that route
278 * Gets the total number of pooled connections. This is the total number of
283 * @return the total number of pooled connections
package.html 157 to the pool. The pool itself keeps hard references to the pooled entries,
  /frameworks/base/include/binder/
PermissionCache.h 53 // this is our cache per say. it stores pooled names.
  /libcore/luni/src/main/java/java/util/concurrent/
Executor.java 103 * may execute in a new thread, in a pooled thread, or in the calling
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnectionPool.java 32 * <li>{@code http.keepAlive} true if HTTP connections should be pooled at
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 227 LOG_F(LS_VERBOSE) << "Pooled Socket unexpectedly writable: ignoring";
238 LOG_F(LS_VERBOSE) << "Pooled Socket unexpectedly readable: closing";
  /external/icu4c/i18n/
zstrfmt.h 89 /* Get the pooled string that is equal to the supplied string s.
96 /* Get the pooled string that is equal to the supplied string s.
107 * for looking up a string. All pointers to pooled strings remain valid.
  /frameworks/base/core/java/android/database/sqlite/
DatabaseConnectionPool.java 40 * TODO: revisit this data struct as the number of pooled connections increase beyond
90 // let the caller wait on one of the pooled connections
SQLiteDatabase.java 332 /** on pooled database connections, this member points to the parent ( = main)
    [all...]
SQLiteStatement.java 217 // use pooled database connection handles for SELECT SQL statements
  /development/pdk/docs/about/
philosophy.jd 25 effort: a group of organizations with shared needs has pooled
  /docs/source.android.com/src/about/
philosophy.md 45 effort: a group of organizations with shared needs has pooled
  /external/llvm/include/llvm/Support/
StringPool.h 23 // Pooled strings are immutable, but you can change a PooledStringPtr to point
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 243 * Whether the class is cached in this pooled
  /external/srec/srec/crec/
srec_initialize.c 184 /* cost offsets and accumulated cost offsets are pooled for all
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 74 /** The underlying connection being pooled or used. */
  /external/chromium/net/spdy/
spdy_session_pool.cc 288 // potentially be pooled with this one.
  /frameworks/base/libs/binder/
ProcessState.cpp 291 LOGV("Spawning new pooled thread, name=%s\n", buf);

Completed in 1861 milliseconds

1 2