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

1 23 4 5 6 7 8 91011>>

  /external/guava/src/com/google/common/collect/
Synchronized.java 41 * serializable if the backing collection and the mutex are serializable.
95 * it is critical that <b>all</b> access to the backing collection is
216 * that <b>all</b> access to the backing set is accomplished through the
272 * it is critical that <b>all</b> access to the backing sorted set is
351 * critical that <b>all</b> access to the backing list is accomplished
478 * is critical that <b>all</b> access to the backing multiset is accomplished
587 * is critical that <b>all</b> access to the backing multimap is accomplished
921 * it is critical that <b>all</b> access to the backing collection is
962 * that <b>all</b> access to the backing collection is accomplished through
1077 * that <b>all</b> access to the backing map is accomplished through th
    [all...]
Sets.java 394 * backing map. In essence, this factory method provides a {@link Set}
401 * exactly one method invocation on the backing map or its <tt>keySet</tt>
403 * sequence of <tt>put</tt> invocations on the backing map.
416 * the backing map is.
418 * @param map the backing map
428 private final Map<E, Boolean> m; // The backing map
496 * will change as the backing sets do. Contains methods to copy the data into
509 * <p><b>Warning:</b> this may have unexpected results if a backing set of
535 * set contains all elements that are contained in either backing set.
586 * returned set contains all elements that are contained by both backing sets
    [all...]
ForwardingMultimap.java 31 * the backing multimap as desired per the <a
MutableClassToInstanceMap.java 44 * empty {@code backingMap}. The caller surrenders control of the backing map,
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 186 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
198 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
  /external/v8/src/
parser.h 58 explicit FunctionEntry(Vector<unsigned> backing) : backing_(backing) { }
virtual-frame.cc 53 // existing information about the backing element. The new information must
74 // the actual backing store of a copy before making a copy.
87 // Update backing element's number information.
165 // Copies get their number information from their backing element.
frame-element.h 58 // we have to inspect their backing element in the frame.
69 // we have to inspect their backing element in the frame.
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
AbstractPreferences.java 106 * backing store. This field's default value is false, and it is checked
191 * if the backing store is unavailable or causes an operation
225 * Flushes changes of this node to the backing store. This method should
231 * if the backing store is unavailable or causes an operation
243 * if the backing store is unavailable or causes an operation
300 * if the backing store is unavailable or causes an operation
313 * if the backing store is unavailable or causes an operation
329 * Synchronizes this node with the backing store. This method should only
335 * if the backing store is unavailable or causes an operation
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 204 if (m_owningLayer->reflectionLayer()->backing()) {
205 GraphicsLayer* reflectionLayer = m_owningLayer->reflectionLayer()->backing()->graphicsLayer();
255 ASSERT(compAncestor->backing());
256 ancestorCompositingBounds = compAncestor->backing()->compositedBounds();
267 if (compAncestor && compAncestor->backing()->hasClippingLayer()) {
369 RenderLayerBacking* reflectionBacking = m_owningLayer->reflectionLayer()->backing();
578 // This is a useful optimization, because it allows us to avoid allocating backing store.
699 // and set background color on the layer in that case, instead of allocating backing store and painting.
707 // that require painting. Direct compositing saves backing store.
    [all...]
  /external/jpeg/
jmemmac.c 146 * Backing store (temporary file) management.
147 * Backing store objects are only used when the value returned by
198 * Initial opening of a backing-store object.
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 169 // Note that the returned image might differ very slightly from the window backing because of dithering artifacts in the window server compositor
231 // Grab directly the contents of the window backing buffer (this ignores any surfaces on the window)
232 // FIXME: This path is suboptimal: data is read from window backing store, converted to RGB8 then drawn again into an RGBA8 bitmap
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 31 * for backing up using the {@link android.app.backup.FileBackupHelper} class
  /development/simulator/app/
PhoneButton.cpp 23 * Create a PhoneButton without a backing image.
  /external/kernel-headers/original/linux/
android_pmem.h 24 /* This ioctl will allocate pmem space, backing the file, it will fail
  /external/v8/test/cctest/
test-list.cc 64 // Add an existing element, the backing store should have to grow.
  /external/webkit/WebCore/accessibility/
AXObjectCache.h 71 // used for objects without backing elements
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 56 self = [super initWithContentRect:NSZeroRect styleMask:WKGetInputPanelWindowStyle() backing:NSBackingStoreBuffered defer:YES];
  /frameworks/base/core/java/android/os/
Messenger.java 57 * @return Returns the IBinder backing this Messenger.
  /external/webkit/WebCore/bindings/v8/
DOMDataStore.h 144 // DOMDataStore is the backing store that holds the maps between DOM objects
145 // and JavaScript objects. In general, each thread can have multiple backing
  /external/webkit/WebKitTools/android/flex-2.5.4a/
main.c 387 fprintf( backing_up_file, _( "No backing up.\n" ) );
390 _( "%d backing up (non-accepting) states.\n" ),
489 fprintf( stderr, _( " No backing up\n" ) );
492 _( " %d backing-up (non-accepting) states\n" ),
874 _( "could not create backing-up info file %s" ),
1121 fprintf( f, _( "\t-b generate backing-up information to %s\n" ),
  /external/icu4c/samples/ustring/
ustring.cpp 476 printf("writeable-alias backing buffer[%d]=0x%lx "
484 printf("writeable-alias backing buffer[%d]=0x%lx after "
489 // grow the string - it will not fit into the backing buffer any more
497 " backing store for this[1]=0x%lx\n",
509 printf("writeable-alias backing buffer[%d]=0x%lx after re-extract\n",
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 190 // Attempt content propagation for drawable with no alpha by copying over from the backing store
193 offset = -offset; // negating the offset gives us the offset of the view within the backing store pixmap
198 // We cannot grab contents from the backing store when painting on QGraphicsView items
199 // (because backing store contents are already transformed). What we really mean to do
210 } else { // no backing store, clean the pixmap because the plugin thinks its transparent
  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 201 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
218 layer->backing()->animationPaused(timeOffset, m_keyframes.animationName());
237 layer->backing()->animationFinished(m_keyframes.animationName());
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 81 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
84 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
152 styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];

Completed in 318 milliseconds

1 23 4 5 6 7 8 91011>>