/dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/ |
CharsetDecoderTest.java | 297 * When bytebuffer has a backing array... 309 * When bytebuffer has _not_ got a backing array...
|
/development/samples/Spinner/src/com/android/example/spinner/ |
SpinnerActivity.java | 87 * 2) Reads the spinner's backing data from the string resources file 110 * Create a backing mLocalAdapter for the Spinner from a list of the
|
/external/guava/src/com/google/common/collect/ |
AbstractBiMap.java | 36 * A general-purpose bimap implementation using any two backing {@code Map} 40 * supporting {@code IdentityHashMap} backing maps.
|
AbstractIterator.java | 38 * <p>Another example is an iterator that skips over null elements in a backing
|
/external/webkit/WebCore/page/animation/ |
ImplicitAnimation.cpp | 115 return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get()); 129 layer->backing()->transitionFinished(m_animatingProperty);
|
/external/webkit/WebKit/mac/Carbon/ |
CarbonWindowAdapter.mm | 83 - _initContent:(const NSRect *)contentRect styleMask:(unsigned int)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag contentView:aView; 119 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag { 122 self = [super initWithContentRect:contentRect styleMask:style backing:bufferingType defer:flag]; 165 // Figure out the window's backing store type. 189 self = (CarbonWindowAdapter*)[super _initContent:NULL styleMask:styleMask backing:backingStoreType defer:YES contentView:carbonWindowContentView]; 514 // There's no override of _commonInitFrame:styleMask:backing:defer:, despite the fact that NSWindow's modifies quite a few instance variables, because it gets called in a harmless way if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:]. 539 // There's no override of _initContent:styleMask:backing:defer:contentView:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:]. 542 // There's no override of _initContent:styleMask:backing:defer:counterpart:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:]. [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
filter.py | 166 """The backing store for self._get_path_specific_lower().""" 202 # is already taken up by the data attribute backing store.
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PopupMenu.java | 313 protected void renderCanvas(Canvas canvas, Bitmap backing, int width, int height) { 315 backing.eraseColor(0);
|
CanvasTexture.java | 196 protected abstract void renderCanvas(Canvas canvas, Bitmap backing, int width, int height);
|
/bionic/libc/stdio/ |
ungetc.c | 118 * If we can handle this by simply backing up, do so,
|
/external/e2fsprogs/tests/f_badorphan/ |
expect.1 | 5 Backing up journal inode block information.
|
/external/e2fsprogs/tests/f_journal/ |
expect.1 | 50 Backing up journal inode block information.
|
/external/jpeg/ |
jmemdos.c | 216 * Backing store (temporary file) management. 217 * Backing store objects are only used when the value returned by 223 * For MS-DOS we support three types of backing storage: 595 * Initial opening of a backing-store object.
|
/external/kernel-headers/original/linux/ |
inotify.h | 41 #define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */
|
/external/v8/src/ |
list-inl.h | 73 // it out of the old backing storage before resizing.
|
list.h | 69 // backing store (eg, Add).
|
/external/webkit/WebCore/platform/ |
ScrollView.cpp | 507 // Invalidate the window (not the backing store). 522 // We need to go ahead and repaint the entire backing store. Do it now before moving the 524 hostWindow()->repaint(updateRect, true, false, true); // Invalidate the backing store and repaint it synchronously 530 // Now update the window (which should do nothing but a blit of the backing store's updateRect and so should [all...] |
/external/webkit/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 126 RenderLayerBacking* backing = static_cast<RenderLayerBacking*>(m_client); local 127 RenderLayer* renderLayer = backing->owningLayer(); 226 RenderLayerBacking* backing = static_cast<RenderLayerBacking*>(m_client); 227 RenderLayer* renderLayer = backing->owningLayer();
|
/external/webkit/WebCore/platform/graphics/mac/ |
WebLayer.mm | 77 // so CA never makes backing store for it (which is what -setNeedsDisplay will do above).
|
/external/webkit/WebCore/storage/ |
StorageAreaImpl.cpp | 65 // FIXME: If there's no backing storage for LocalStorage, the default WebKit behavior should be that of private browsing,
|
/external/webkit/WebKit/mac/WebInspector/ |
WebNodeHighlight.mm | 56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
|
/frameworks/base/awt/java/awt/font/ |
GlyphMetrics.java | 87 * in the backing store.
|
/frameworks/base/core/java/android/app/backup/ |
SharedPreferencesBackupHelper.java | 77 * Construct a helper for backing up and restoring the
|
/packages/apps/Settings/src/com/android/settings/ |
LocalePicker.java | 107 Log.v(TAG, "backing up and fixing "+
|
/system/core/toolbox/ |
mount.c | 148 perror("open backing file failed");
|