HomeSort by relevance Sort by last modified time
    Searched defs:reconfigure (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 102 RECONFIGURE,
254 public void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool
316 // Reconfigure the database connections in place.
394 if (status == AcquiredConnectionStatus.RECONFIGURE) {
396 connection.reconfigure(mConfiguration); // might throw
398 Log.e(TAG, "Failed to reconfigure released connection, closing it: "
544 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw
546 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: "
557 connection.reconfigure(mConfiguration); // might throw
559 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it:
    [all...]
SQLiteConnection.java 399 void reconfigure(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnection
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 208 public void reconfigure(int width, int height, Config config) { method in class:Bitmap
209 checkRecycled("Can't call reconfigure() on a recycled bitmap");
226 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
230 * the view system, see {@link #reconfigure(int, int, Config)} for more
233 * @see #reconfigure(int, int, Config)
238 reconfigure(width, getHeight(), getConfig()); method
242 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
246 * the view system, see {@link #reconfigure(int, int, Config)} for more
249 * @see #reconfigure(int, int, Config)
254 reconfigure(getWidth(), height, getConfig())
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 1167 bool reconfigure = gsc_src_cfg_changed(src_cfg, gsc_data->src_cfg) || local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 184 milliseconds