Searched
full:backing (Results
301 -
325 of
1062) sorted by null
<<11121314151617181920>>
/hardware/ti/omap4-aah/hwc/ |
hal_public.h | 92 * capacity, these are the "real" values for the backing allocation.
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 92 * capacity, these are the "real" values for the backing allocation.
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharsetEncoderDecoderBufferTest.java | 109 // It's no longer possible to get a byte buffer without a backing byte[] on Android.
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
ByteBufferInputStream.java | 32 * A simple InputStream which uses ByteBuffers as it's backing store.
|
/packages/apps/Camera2/src/com/android/camera/data/ |
FilmstripItemData.java | 26 * Represents an immutable set of backing data. No object or value
|
VideoItem.java | 39 * Backing data for a single video displayed in the filmstrip.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
mman.h | 137 /* Remap arbitrary pages of a shared backing store within an existing
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
mman.h | 137 /* Remap arbitrary pages of a shared backing store within an existing
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
mman.h | 137 /* Remap arbitrary pages of a shared backing store within an existing
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_shelve.py | 98 p1 = d['key'] # Will give a KeyError if backing store not updated
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_shelve.py | 98 p1 = d['key'] # Will give a KeyError if backing store not updated
|
/prebuilts/misc/windows/sdl2/test/ |
testshape.c | 191 /* Free the original surfaces backing the textures. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shelve.py | 98 p1 = d['key'] # Will give a KeyError if backing store not updated
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shelve.py | 98 p1 = d['key'] # Will give a KeyError if backing store not updated
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
feedback.html | 33 and you would like to have some professional backing, this is the place to
|
/system/core/metricsd/ |
README.md | 69 * The uploader thread takes care of backing up the metrics to disk periodically
|
/system/core/metricsd/uploader/ |
upload_service.h | 38 // Service responsible for backing up the currently aggregated metrics to disk
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
FileDisk.java | 31 * This is a {@code BlockDevice} that uses a {@link File} as it's backing store.
|
RamDisk.java | 152 * {@code RamDisk} as it's backing store. The returned buffer will be
|
/libcore/ojluni/src/main/java/java/nio/ |
CharBuffer.java | 120 // backing array, and array offset 142 * </code>backing array<code>}, and its {@link #arrayOffset </code>array 163 * {@link #array </code>backing array<code>} will be the given array, and 195 * undefined. Its {@link #array </code>backing array<code>} will be the 704 * method in order to ensure that this buffer has an accessible backing 720 * Returns the offset within this buffer's backing array of the first 727 * method in order to ensure that this buffer has an accessible backing [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 486 * backing map. In essence, this factory method provides a {@link Set} 493 * exactly one method invocation on the backing map or its {@code keySet} 495 * sequence of {@code put} invocations on the backing map. 508 * the backing map is. 510 * @param map the backing map 520 * will change as the backing sets do. Contains methods to copy the data into 535 * <p><b>Warning:</b> this may have unexpected results if a backing set of 561 * set contains all elements that are contained in either backing set. 614 * returned set contains all elements that are contained by both backing sets. [all...] |
Maps.java | 652 * <p>Specifically, for each {@code k} in the backing set, the returned map 655 * iterate in the same order as the backing set. 657 * <p>Modifications to the backing set are read through to the returned map. 658 * The returned map supports removal operations if the backing set does. 659 * Removal operations write through to the backing set. The returned map 688 * <p>Specifically, for each {@code k} in the backing set, the returned map 691 * iterate in the same order as the backing set. 693 * <p>Modifications to the backing set are read through to the returned map. 694 * The returned map supports removal operations if the backing set does. 695 * Removal operations write through to the backing set. The returned map doe [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Map.java | 370 * the behavior of a map entry is undefined if the backing map has been 384 * removed from the backing map. 390 * has been removed from the backing map (by the iterator's 396 * removed from the backing map. 409 * is not supported by the backing map 411 * prevents it from being stored in the backing map 412 * @throws NullPointerException if the backing map does not permit 415 * prevents it from being stored in the backing map 418 * removed from the backing map. [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Maps.java | 647 * <p>Specifically, for each {@code k} in the backing set, the returned map 650 * iterate in the same order as the backing set. 652 * <p>Modifications to the backing set are read through to the returned map. 653 * The returned map supports removal operations if the backing set does. 654 * Removal operations write through to the backing set. The returned map 683 * <p>Specifically, for each {@code k} in the backing set, the returned map 686 * iterate in the same order as the backing set. 688 * <p>Modifications to the backing set are read through to the returned map. 689 * The returned map supports removal operations if the backing set does. 690 * Removal operations write through to the backing set. The returned map doe [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 57 * @param fullColor true if we want a full color backing store (4444), 58 * otherwise we generate a grey L8 backing store.
|
Completed in 1657 milliseconds
<<11121314151617181920>>