/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
|
/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...] |
Queues.java | 338 * guarantee serial access, it is critical that <b>all</b> access to the backing queue is 369 * guarantee serial access, it is critical that <b>all</b> access to the backing deque is
|
/external/v8/src/ |
counters.h | 371 // them into time-uniform samples for the backing historgram, such that the 372 // backing histogram receives one sample every T ms, where the T is controlled 377 // each time interval [x; x + T) the backing histogram gets one sample value 399 // corresponding aggregated samples to backing histogram. 439 // Send aggregated samples to the backing histogram from the start_ms [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Map.java | 368 * the behavior of a map entry is undefined if the backing map has been 382 * removed from the backing map. 388 * has been removed from the backing map (by the iterator's 394 * removed from the backing map. 407 * is not supported by the backing map 409 * prevents it from being stored in the backing map 410 * @throws NullPointerException if the backing map does not permit 413 * prevents it from being stored in the backing map 416 * 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.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoThumbnailFragment.java | 320 // Sets the Adapter's backing data to null. This prevents memory leaks. 345 * display images based on the backing Cursor, rather than just displaying the URLs that the
|
/external/guava/guava/src/com/google/common/base/ |
Converter.java | 226 * non-legacy behavior; it just needs to let the behavior of the backing converter shine 310 * non-legacy behavior; it just needs to let the behaviors of the backing converters shine
|
/external/libvncserver/client_examples/ |
gtkvncviewer.c | 36 /* Redraw the screen from the backing pixmap */ 401 /* Signals used to handle backing pixmap */
|
/external/skia/src/core/ |
SkSpecialImage.cpp | 382 // TODO: In this instance we know we're going to draw a sub-portion of the backing 386 // than expected backing texture (unlikely) or the 'fit' of the SurfaceProxy needs
|
/external/v8/src/compiler/ |
js-native-context-specialization.cc | 584 // If the {receiver_map} has a prototype and it's elements backing [all...] |
/external/v8/src/js/ |
collection.js | 165 // Re-load state from the grown backing store. 354 // Re-load state from the grown backing store.
|
/frameworks/base/core/java/android/widget/ |
SimpleExpandableListAdapter.java | 29 * file. You can separately specify the data backing the group as a List of 34 * one-level deeper so the data backing is specified as a List<List<Map>>,
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
GrantPermissionsActivity.java | 346 // We do not allow backing out. 352 // We do not allow backing out.
|