HomeSort by relevance Sort by last modified time
    Searched full:backing (Results 26 - 50 of 858) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/src/com/google/common/collect/
Table_CustomFieldSerializerBase.java 45 * The backing map of a {Hash,Tree}BasedTable is a {Hash,Tree}Map of {Hash,Tree}Maps. Therefore,
46 * the backing map is serializable (assuming that the row, column and values, along with any
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman-common.h 48 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */
49 #define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 36 * <li> a {@linkplain ThreadFactory#newThread backing thread factory}
38 * <p>If no backing thread factory is provided, a default backing thread factory is
121 * Sets the backing {@link ThreadFactory} for new threads created with this
123 * this backing {@link ThreadFactory}.
125 * @param backingThreadFactory the backing {@link ThreadFactory} which will
ForwardingListeningExecutorService.java 24 * modify the behavior of the backing executor service as desired per the <a
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 146 * if backing store is unavailable or causes an operation
157 * if backing store is unavailable or causes an operation
184 * if the backing store is unavailable or causes an operation
211 * if the backing store is unavailable or causes an operation
221 * persisted in the backing store.
228 * if the backing store is unavailable or causes an operation
235 * value if no value is mapped or no backing store is available.
237 * Some implementations may store default values in backing stores. In this
246 * mapped to the given key or no backing store is available.
257 * value if no value is mapped, if the backing store is unavailable, or i
    [all...]
BackingStoreException.java 22 * backing store.
  /external/kernel-headers/original/uapi/linux/
bcache.h 136 * Version 1: Backing device
139 * Version 4: Backing device with data offset
186 /* Backing devices */
191 * backing devices, so don't add anything here until we fix
192 * things to not need it for backing devices anymore
313 /* UUIDS - per backing device/flash only volume metadata */
363 /* UUIDS - per backing device/flash only volume metadata */
  /external/jpeg/
jmemansi.c 89 * Backing store (temporary file) management.
90 * Backing store objects are only used when the value returned by
133 * Initial opening of a backing-store object.
jmemnobs.c 10 * assumes that no backing-store files are needed: all required space
81 * Backing store (temporary file) management.
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.h 68 // Construct a FontDataTable.Builder with a WritableFontData backing store
69 // of size given. A positive size will create a fixed size backing store and
70 // a 0 or less size is an estimate for a growable backing store with the
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
CursorObjectAdapter.java 94 * Returns the {@link Cursor} backing the adapter.
154 * Closes this adapter, closing the backing {@link Cursor} as well.
164 * Returns true if the adapter, and hence the backing {@link Cursor}, is closed; false
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 48 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */
49 #define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemnobs.c 11 * assumes that no backing-store files are needed: all required space
96 * Backing store (temporary file) management.
  /external/v8/test/mjsunit/regress/
regress-91013.js 28 // Test that KeyedStore stub for unboxed double arrays backing store
33 // Create array with unboxed double array backing store.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SparseRealMatrix.java 21 * Marker interface for {@link RealMatrix} implementations that require sparse backing storage
SparseRealVector.java 20 * Marker interface for RealVectors that require sparse backing storage
  /external/e2fsprogs/tests/f_h_badroot/
expect.1 0 Backing up journal inode block information.
  /external/guava/guava/src/com/google/common/cache/
RemovalListeners.java 40 * @param listener the backing listener
  /external/guava/guava/src/com/google/common/collect/
ForwardingIterator.java 26 * backing iterator as desired per the <a
TransformedIterator.java 26 * An iterator that transforms a backing iterator; for internal use. This avoids
TransformedListIterator.java 25 * An iterator that transforms a backing list iterator; for internal use. This
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableAsList.java 23 * to the backing collection.
  /frameworks/base/docs/html/training/cloudsync/
index.jd 24 <p>This class covers strategies for backing up data using the cloud so that
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameImage2D.java 24 import androidx.media.filterfw.BackingStore.Backing;
63 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_BITMAP); local
64 backing.setData(bitmap);
  /hardware/libhardware/modules/local_time/
Android.mk 20 # the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to

Completed in 647 milliseconds

12 3 4 5 6 7 8 91011>>