/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 67 * {@code null-ok;} map from handler lists to byte offsets, if calculated; set in 115 * Encodes the handler lists. 146 // Now write the lists out in order, noting the offset of each. 265 // Only emit the handler lists if we are consuming bytes.
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
ConstantPool.java | 20 * Interface for constant pools, which are, more or less, just lists of
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Comparable.java | 24 * be used to automatically sort lists of classes that implement this interface.
|
/dalvik/libcore/luni/src/main/java/java/lang/ref/ |
package.html | 16 enqueueing. The following table lists these, from strongest to weakest.
|
/dalvik/libcore/security/src/main/java/java/security/cert/ |
CertStoreSpi.java | 63 * revocation lists in instance.
|
/dalvik/libdex/ |
DexCatch.c | 39 /* Get count of handler lists for the given DexCode. */
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList2.java | 31 * Demonstrates expandable lists backed by Cursors
|
ExpandableList3.java | 31 * Demonstrates expandable lists backed by a Simple Map-based adapter
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
MethodInfo.java | 75 * Normalizes the types in parameter lists to unambiguous binary form.
|
/external/bison/src/ |
symlist.h | 0 /* Lists of symbols for Bison
|
/external/bluetooth/glib/debian/ |
control | 18 as trees, hashes, and lists. GLib was previously distributed with
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
linked_lists_double.sgml | 2 Doubly-Linked Lists 5 linked lists containing integer values or pointers to data, with the ability 18 <link linkend="glib-Singly-Linked-lists">Singly-Linked Lists</link>
|
/external/bluetooth/glib/glib/ |
gslist.h | 46 /* Singly linked lists
|
/external/bzip2/ |
bzip.css | 37 /* -- lists -- */
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-list.h | 8 * manipulating whole lists rather than single entries, as
|
/external/elfutils/autom4te.cache/ |
requests | 2 # It contains the lists of macros which have been traced.
|
/external/guava/src/com/google/common/collect/ |
AbstractListMultimap.java | 30 * {@code Lists}. The {@link #createCollection} method must return a {@code
|
ComparatorOrdering.java | 49 List<E> list = Lists.newArrayList(iterable);
|
Iterables.java | 240 : Lists.newArrayList(iterable); 313 * as {@code Iterables.cycle(Lists.newArrayList(elements))}. The iterator's 325 return cycle(Lists.newArrayList(elements)); 441 * [[a, b, c], [d, e]]} -- an outer iterable containing two inner lists of 445 * Iterator#remove()} method. The returned lists implement {@link 449 * Lists#partition(List, int)} instead. 453 * @return an iterable of unmodifiable lists containing the elements of {@code 473 * two inner lists of three elements each, all in the original order. 480 * @return an iterable of unmodifiable lists containing the elements of {@code
|
NaturalOrdering.java | 59 List<E> list = Lists.newArrayList(iterable);
|
/external/icu4c/samples/ |
readme.txt | 70 - legacy and layout are not included in these lists,
|
/external/iproute2/include/linux/can/ |
netlink.h | 8 * Send feedback to <socketcan-users@lists.berlios.de>
|
/external/ipsec-tools/src/racoon/ |
isakmp_unity.h | 52 * Unity adress/mask lists
|
/external/libxml2/include/libxml/ |
list.h | 2 * Summary: lists interfaces
|
/external/proguard/src/proguard/classfile/util/ |
ClassSubHierarchyInitializer.java | 28 * of their superclass. These subclass lists make it more convenient to travel
|