/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
processinginstructionsetdatanomodificationallowederrEE.java | 44 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Apr/0053.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Apr/0053.html</a>
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapsetnameditemns05.java | 42 * @see <a href="http://lists.w3.org/Archives/Member/w3c-dom-ig/2003Nov/0016.html">http://lists.w3.org/Archives/Member/w3c-dom-ig/2003Nov/0016.html</a>
|
/dalvik/libcore/security/src/main/java/java/security/acl/ |
Acl.java | 116 * <li>The two permission lists (<i>positive</i> and <i>negative</i>) of the 122 * removed from both lists.</li>
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
StringVector.java | 25 * for small lists. 46 * block size is very small, for small lists.
|
/dalvik/vm/alloc/ |
HeapInternal.h | 70 /* Linked lists of subclass instances of java/lang/ref/Reference 73 * These lists are cleared and rebuilt each time the GC runs.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_package.html | 99 <li>Lists 391 <h2><a name="Lists">Lists</a></h2> 411 Views/Lists/Example 1 442 Views/Lists/Example 2 481 Views/Lists/Example 3 516 Views/Lists/Example 4 540 Views/Lists/Example 5
|
/external/bison/m4/ |
stdbool.m4 | 80 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html 98 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
|
/external/clearsilver/util/ |
skiplist.h | 33 * 1 million items on lists with <root> == 2. 52 * <flushLimit> is for threaded lists and determines the
|
/external/e2fsprogs/lib/blkid/ |
list.h | 18 * manipulating whole lists rather than single entries, as 125 * list_splice - join two lists
|
/external/elfutils/libdw/ |
libdwP.h | 35 /* Known location lists. */ 243 /* Known location lists. */
|
/external/freetype/include/freetype/ |
ftlist.h | 53 /* Simple management of lists. */ 159 /* lists. */
|
/external/grub/stage2/ |
cmdline.c | 54 " lists possible command completions. Anywhere else TAB lists the possible\n"
|
/external/guava/src/com/google/common/util/concurrent/ |
ExecutionList.java | 20 import com.google.common.collect.Lists; 46 private final List<RunnableExecutorPair> runnables = Lists.newArrayList();
|
/external/ipsec-tools/src/racoon/doc/ |
FAQ | 104 <ipsec-tools-devel@lists.sourceforge.net> 107 <ipsec-tools-core@lists.sourceforge.net>
|
/external/proguard/docs/manual/ |
gui.html | 81 The <i>Input/Output</i> tab contains two lists, respectively to specify the 100 Each of these lists can be edited by means of a couple of buttons on the 160 shrinking step. The basic options are followed by a few lists of classes and 165 The fixed lists contain predefined entries that are typically useful for many 328 obfuscation step. The basic options are followed by a few lists of classes and 333 The lists are manipulated in the same way as in the <a 367 optimization step. The basic options are followed by a few lists of class 372 The lists are manipulated in much the same way as in the <a
|
/external/srec/srec/cfront/ |
nisthdr.h | 42 // The fields are not constrained to contain values from these lists, 43 // but the existence of these lists makes it easy to use uniform naming.
|
/external/webkit/WebCore/platform/cf/ |
BinaryPropertyList.h | 37 // Writes a limited subset of binary property lists. 64 // returns, because these lists are put into a hash table without copying
|
/packages/apps/IM/src/com/android/im/engine/ |
ContactListListener.java | 79 * Called when all the contact lists (including the block list) and 103 * the list of contact lists; contact: null
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsContactListManager.java | 133 // FIXME: ignore the PEP contact lists for now 279 Vector<ContactList> lists = new Vector<ContactList>(); local 281 lists.add(list); 283 subscribeToListsAsync(lists, completion); 508 private Primitive buildSubscribeToListsRequest(Collection<ContactList> lists) { 511 for (ContactList list : lists) { 589 // Find out the contact in all lists and update their presence 858 // lists has been loaded. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ProjectChooserHelper.java | 35 * Helper class to deal with displaying a project choosing dialog that lists only the 101 * Displays a project chooser dialog which lists all available projects with the Android nature.
|
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/ |
JDiffClassDescriptionTest.java | 323 /** API lists class as abstract, reflection does not. 332 /** reflection lists class as abstract, api does not. 353 * Final Class, API lists methods as non-final, reflection has it as final. 365 * Final Class, API lists methods as final, reflection has it as non-final. 379 * non-final Class, API lists methods as non-final, reflection has it as final.
|
/external/guava/src/com/google/common/collect/ |
Sets.java | 54 * class's counterparts {@link Lists} and {@link Maps}. 737 * returns a set containing six lists: 748 * The order in which these lists are returned is not guaranteed, however the 757 * lists 761 * lists 782 * returns a set containing six lists: 793 * The order in which these lists are returned is not guaranteed, however the 802 * lists 806 * lists [all...] |
Collections2.java | 77 ? (Collection<E>) iterable : Lists.newArrayList(iterable); 229 return Lists.newArrayList(iterator()).toArray(); 233 return Lists.newArrayList(iterator()).toArray(array);
|
/external/strace/ |
NEWS | 43 * Update SO_* and IP_* value lists and add IPV6_* values for socket options. 57 * Update Linux ioctl lists. 58 * Update PF_* and AF_* value lists.
|
/external/webkit/WebCore/editing/ |
InsertListCommand.cpp | 181 // and after previousListChild, so we split listNode and insert it between the two lists. 209 // Check for adjoining lists. 225 // Place list item into adjoining lists.
|