/external/libffi/src/sparc/ |
v8.S | 103 6*4 args backing store +
|
v9.S | 133 6*8 args backing store +
|
/external/qemu/ |
block.c | 350 /* if snapshot, we create a temporary backing file and open it 353 /* if there is a backing file, use it */ 440 /* if there is a backing file, use it */ 1035 * not implementing the functionality are assumed to not support backing files, [all...] |
qemu-monitor.hx | 19 "device|all", "commit changes to the disk images (if -snapshot is used) or backing files" }, 22 Commit changes to the disk images (if -snapshot is used) or backing files.
|
/external/v8/src/ia32/ |
builtins-ia32.cc | 698 // backing store is allocated with this size and filled with the hole values. 699 // Otherwise the elements backing store is set to the empty FixedArray. 795 // true the allocated elements backing store is filled with the hole values 796 // otherwise it is left uninitialized. When the backing store is filled the [all...] |
virtual-frame-ia32.h | 571 // the backing store of copies, the index of the new backing store
|
/external/v8/src/x64/ |
builtins-x64.cc | 470 // backing store is allocated with this size and filled with the hole values. 471 // Otherwise the elements backing store is set to the empty FixedArray. 567 // true the allocated elements backing store is filled with the hole values 568 // otherwise it is left uninitialized. When the backing store is filled the [all...] |
virtual-frame-x64.h | 547 // the backing store of copies, the index of the new backing store
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 255 window = [[NSWindow alloc] initWithContentRect:NSMakeRect(60.0, 200.0, 750.0, 650.0) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
|
/external/webkit/WebKit/mac/WebView/ |
WebTextCompletionController.mm | 112 _popupWindow = [[NSWindow alloc] initWithContentRect:scrollFrame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
|
/frameworks/base/include/utils/ |
SortedVector.h | 64 //! returns how many items can be stored without reallocating the backing store
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBackupAgent.java | 215 if (DEBUG) Log.v(TAG, "Backing up " + count + " bookmarks");
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
unwind.h | 233 /* @@@ Retrieve the Backing Store Pointer of the given context. */
|
/system/core/libcutils/ |
open_memstream.c | 25 * backing is a chunk of memory rather than a file.
|
/system/core/libpixelflinger/tinyutils/ |
SortedVector.h | 64 //! returns how many items can be stored without reallocating the backing store
|
Vector.h | 64 //! returns how many items can be stored without reallocating the backing store
|
/dalvik/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 507 * <p>The returned string shares its backing character array with this 533 * <p>The returned string shares its backing character array with this
|
/external/guava/javadoc/com/google/common/collect/ |
Sets.html | 133 will change as the backing sets do.</TD> [all...] |
ForwardingConcurrentMap.html | 111 the backing map as desired per the <a 175 Returns the backing delegate instance that methods are forwarded to.</TD> 287 <DD>Returns the backing delegate instance that methods are forwarded to.
|
/external/qemu/block/ |
qcow.c | 156 /* read the backing file name */ 782 /* special backing file for vvfat */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes.c | [all...] |
/external/v8/src/arm/ |
virtual-frame-arm.h | 498 // the backing store of copies, the index of the new backing store
|
/external/v8/src/mips/ |
virtual-frame-mips.h | 524 // the backing store of copies, the index of the new backing store
|
/external/v8/src/ |
utils.h | 288 // Returns a vector using the same backing storage as this one, 316 // Returns a clone of this vector with a new backing store.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
CopyOnWriteArrayList.java | 820 * @serialData The length of the array backing the list is emitted [all...] |