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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_special_ea/
expect.1 0 Backing up journal inode block information.
  /external/chromium/net/base/
cache_type.h 12 DISK_CACHE, // Disk is used as the backing storage.
  /external/e2fsprogs/tests/f_bad_local_jnl/
expect.1 4 Backing up journal inode block information.
  /external/jpeg/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store
jmemsys.h 83 * jpeg_get_large. If more space than this is needed, backing store will be
95 * (that'll just lead to more backing-store access than is really necessary).
111 * backing-store object. The read/write/close method pointers are called
112 * by jmemmgr.c to manipulate the backing-store object; all other fields
113 * are private to the system-dependent backing store routines.
140 /* Methods for reading/writing/closing this backing-store object */
152 /* Private fields for system-dependent backing-store management */
155 handle_union handle; /* reference to backing-store storage object */
179 * Initial opening of a backing-store object. This must fill in the
200 * all opened backing-store objects have been closed
    [all...]
jmem-ashmem.c 89 * Backing store (temporary file) management.
90 * Backing store objects are only used when the value returned by
140 * Initial opening of a backing-store object.
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/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
README 17 - avoid backing up
43 shortened, introducing backing-up
56 wc5 5.7 -Cf; ouch, backing up is expensive
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 249 if (!layer->backing()) {
251 // If we need to repaint, do so before making backing
259 if (layer->backing()) {
260 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
265 if (RenderLayerBacking* backing = sourceLayer->backing()) {
266 ASSERT(backing->graphicsLayer()->replicaLayer() == layer->backing()->graphicsLayer());
267 backing->graphicsLayer()->setReplicatedByLayer(0);
278 // If we need to repaint, do so now that we've removed the backing
    [all...]
RenderLayerCompositor.h 97 // Whether layer's backing needs a graphics layer to do clipping by an ancestor (non-stacking-context parent with overflow).
99 // Whether layer's backing needs a graphics layer to clip z-order children of the given layer.
146 // Make or destroy the backing for this layer; returns true if backing changed.
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 141 * if backing store is unavailable or causes an operation
152 * if backing store is unavailable or causes an operation
179 * if the backing store is unavailable or causes an operation
206 * if the backing store is unavailable or causes an operation
216 * persisted in the backing store.
223 * if the backing store is unavailable or causes an operation
230 * value if no value is mapped or no backing store is available.
232 * Some implementations may store default values in backing stores. In this
241 * mapped to the given key or no backing store is available.
252 * value if no value is mapped, if the backing store is unavailable, or i
    [all...]
BackingStoreException.java 22 * backing store.
  /external/chromium/net/disk_cache/
block_files.h 28 // Performs the object initialization. create_files indicates if the backing
77 FilePath path_; // Path to the backing folder.
mapped_file.h 37 // Loads or stores a given block from the backing file (synchronously).
  /external/v8/src/ia32/
virtual-frame-ia32.cc 135 FrameElement backing = elements_[backing_index]; local
136 ASSERT(backing.is_memory() || backing.is_register());
137 if (backing.is_memory()) {
140 __ push(backing.reg());
207 // The backing store may have been spilled by allocating,
266 // from the top downward in the frame in order to leave the backing
360 // Nothing except the register backing use_index has changed.
380 // register code order, we have special code to ensure that the backing
417 FrameElement backing = elements_[backing_index]
    [all...]
  /external/v8/src/x64/
virtual-frame-x64.cc 275 // Is this element the backing store of any copies?
296 // This is the backing store of copies.
311 // Set the new backing element.
397 // stored-to slot and the backing slot of the top element.
403 // same backing slot.
407 // slot. The stored-to slot becomes the new (unsynced) backing
409 // backing slot become copies of it. The sync state of the top
410 // and former backing elements is preserved.
436 // The old backing element becomes a copy of the new backing
    [all...]
  /external/e2fsprogs/tests/f_h_badroot/
expect.1 0 Backing up journal inode block information.
  /external/guava/src/com/google/common/collect/
ForwardingIterator.java 26 * backing iterator as desired per the <a
ForwardingListIterator.java 26 * behavior of the backing iterator as desired per the <a
ForwardingQueue.java 25 * should override one or more methods to modify the behavior of the backing
ForwardingSet.java 27 * override one or more methods to modify the behavior of the backing set as
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.
  /packages/apps/Camera/src/com/android/camera/ui/
CanvasTexture.java 44 abstract protected void onDraw(Canvas canvas, Bitmap backing);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 58 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
65 return [super initWithContentRect:contentRect styleMask:styleMask backing:bufferingType defer:deferCreation];

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>