HomeSort by relevance Sort by last modified time
    Searched full:backing (Results 51 - 75 of 1062) sorted by null

1 23 4 5 6 7 8 91011>>

  /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
ForwardingObject.java 30 * methods through to the backing object, but relies on {@code Object}'s
59 * Returns the backing delegate instance that methods are forwarded to.
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingListeningExecutorService.java 24 * modify the behavior of the backing executor service as desired per the <a
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableAsList.java 23 * to the backing collection.
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m 41 backing:NSBackingStoreBuffered
  /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
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
CanvasTexture.java 51 abstract protected void onDraw(Canvas canvas, Bitmap backing);
MultiLineTexture.java 49 protected void onDraw(Canvas canvas, Bitmap backing) {
  /prebuilts/go/darwin-x86/src/runtime/
env_test.go 28 // attempt to reuse existing envs backing array.
  /prebuilts/go/linux-x86/src/runtime/
env_test.go 28 // attempt to reuse existing envs backing array.
  /external/skia/src/gpu/
GrBatchAtlas.h 48 // the containing GrPlot and absolute location in the backing texture.
50 // If provided, the image data will be written to the CPU-side backing bitmap.
142 // The backing GrTexture for a GrBatchAtlas is broken into a spatial grid of BatchPlots.
167 // we don't need to issue a new upload even if we update the cpu backing store. We use
214 const SkIPoint16 fOffset; // the offset of the plot in the backing texture
  /external/libunwind/src/ia64/
Grbs.c 28 register backing store, because the RSE is an asynchronous engine and
32 backing memory may be found in any of the "more inner" (younger)
34 nature of the register backing store. The routines are completely
36 backing store is expected to reserve 4 words for use by libunwind. For
90 /* Calculate address "lo" at which the backing store starts: */
189 target-frame. However, since the target-frame's backing store
  /libcore/ojluni/src/main/java/java/util/prefs/
Preferences.java 50 * persistently in an implementation-dependent backing store. Typical
53 * be concerned with details of the backing store.
105 * propagate to the persistent backing store with an implementation-dependent
107 * updates to the backing store. Normal termination of the Java Virtual
114 * returned if no value has been previously set <i>or if the backing store is
116 * with slightly degraded functionality, even if the backing store becomes
118 * prevent them from operating if the backing store is unavailable. Ordinary
127 * the same backing store, the data store will not be corrupted, but no
461 * with the key, or the backing store is inaccessible.
463 * <p>Some implementations may store default values in their backing
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 149 // to the backing store.
156 // Check backing store for COW-ness. For COW arrays we have to
157 // allocate a new backing store.
162 // For x32 port we have to allocate a new backing store as SMI size is
168 // Check if the backing store is in new-space. If not, we need to allocate
170 // If in new space, we can reuse the old backing store because it is
179 // Set backing store's map
204 // Allocate new backing store.
208 // Set backing store's map
211 // Set receiver's backing store
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 86 #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */
87 #define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */
  /external/skia/src/core/
SkSpecialImage.h 38 * Note: the contents of the backing storage outside of the subset rect are undefined.
92 * The returned ImageInfo represents the backing memory. Use 'subset'
  /libcore/ojluni/src/main/java/java/util/
HashSet.java 40 * "capacity" of the backing <tt>HashMap</tt> instance (the number of
95 // Dummy value to associate with an Object in the backing Map
99 * Constructs a new, empty set; the backing <tt>HashMap</tt> instance has
121 * Constructs a new, empty set; the backing <tt>HashMap</tt> instance has
134 * Constructs a new, empty set; the backing <tt>HashMap</tt> instance has
147 * constructor is only used by LinkedHashSet.) The backing
264 * @serialData The capacity of the backing <tt>HashMap</tt> instance
296 // Read in HashMap capacity and load factor and create backing HashMap
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java 27 * <p>The default SharedPreferences instance is used as the backing storage. Values are cached
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsRecyclerView.java 52 * Designate a view as the empty view. When the backing adapter has no
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
AccountStorage.java 27 * <p>The default SharedPreferences instance is used as the backing storage. Values are cached
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsRecyclerView.java 52 * Designate a view as the empty view. When the backing adapter has no
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
AccountStorage.java 27 * <p>The default SharedPreferences instance is used as the backing storage. Values are cached

Completed in 800 milliseconds

1 23 4 5 6 7 8 91011>>