/external/e2fsprogs/tests/f_special_ea/ |
expect.1 | 0 Backing up journal inode block information.
|
/external/e2fsprogs/tests/f_bad_local_jnl/ |
expect.1 | 4 Backing up journal inode block information.
|
/external/jpeg/ |
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 */ 173 * Initial opening of a backing-store object. This must fill in the 194 * all opened backing-store objects have been closed [all...] |
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.
|
/external/openssl/crypto/ |
ia64cpuid.S | 34 // the caller and pointer beyond backing storage for the current 36 // insufficient to wipe backing storage for the current frame 60 // that backing storage is wiped...
|
/dalvik/libcore/prefs/src/main/java/java/util/prefs/ |
Preferences.java | 252 * if backing store is unavailable or causes an operation 263 * if backing store is unavailable or causes an operation 290 * if the backing store is unavailable or causes an operation 317 * if the backing store is unavailable or causes an operation 327 * persisted in the backing store. 334 * if the backing store is unavailable or causes an operation 341 * value if no value is mapped or no backing store is available. 343 * Some implementations may store default values in backing stores. In this 352 * mapped to the given key or no backing store is available. 363 * value if no value is mapped, if the backing store is unavailable, or i [all...] |
BackingStoreException.java | 22 * backing store.
|
/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.
|
ForwardingConcurrentMap.java | 26 * the backing map as desired per the <a
|
ForwardingMapEntry.java | 28 * backing map entry as desired per the <a
|
ForwardingMultiset.java | 28 * backing multiset as desired per the <a
|
ForwardingSortedMap.java | 27 * the backing sorted map as desired per the <a
|
/packages/apps/Camera/src/com/android/camera/ui/ |
CanvasTexture.java | 43 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];
|