HomeSort by relevance Sort by last modified time
    Searched full:list (Results 201 - 225 of 20302) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/libcore/luni/src/main/java/java/util/
AbstractList.java 21 * {@code AbstractList} is an abstract implementation of the {@code List} interface, optimized
25 * modifiable {@code List} it's necessary to override the {@code add()} method that
31 List<E> {
34 * A counter for changes to the list.
159 SubAbstractListRandomAccess(AbstractList<E> list, int start, int end) {
160 super(list, start, end);
182 SubAbstractList<E> list, int offset, int length) {
185 subList = list;
241 SubAbstractList(AbstractList<E> list, int start, int end) {
243 fullList = list;
493 List<?> list = (List<?>) object; local
    [all...]
  /external/dropbear/libtommath/
dep.pl 62 my $list = $filename;
75 if (!($list =~ /$a/)) {
78 $list = $list . "," . $a;
82 @deplist{$filename} = $list;
96 $list = "";
105 if ($list =~ /@funcs[0]/) {
108 $list = $list . @funcs[0];
114 my $temp = $list;
    [all...]
  /frameworks/base/core/java/android/webkit/
PluginList.java 21 import java.util.List;
24 * A simple list of initialized plugins. This list gets
36 * Public constructor. Initializes the list of plugins.
47 * Returns the list of plugins as a java.util.List.
53 public synchronized List getList() {
58 * Adds a plugin to the list.
71 * Removes a plugin from the list.
85 * Clears the plugin list
    [all...]
  /packages/apps/IM/src/com/android/im/
IContactListManager.aidl 35 List getContactLists();
38 * Gets a contact list with specific name, return null if no contact list is found.
43 * Creates a contact list with given name and a list of initial contacts.
45 * @param name the name of the list to create.
46 * @param contacts a list of contacts will be added to the new contact list, can be null.
48 int createContactList(String name, in List<Contact> contacts);
51 * Deletes a contact list with given name
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
ContactList.java 4 import java.util.List;
17 ContactList list = new ContactList(); local
20 list.add(Contact.get(number, canBlock));
23 return list;
29 ContactList list = new ContactList(); local
36 list.add(contact);
39 return list;
47 ContactList list = new ContactList(); local
52 list.add(contact);
55 return list;
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 43 * the list since the iterator was created. Element-changing
62 implements List<E>, RandomAccess, Cloneable, java.io.Serializable {
87 * Creates an empty list.
94 * Creates a list containing the elements of the specified
110 * Creates a list holding a copy of the given array.
121 * Returns the number of elements in this list.
123 * @return the number of elements in this list
130 * Returns <tt>true</tt> if this list contains no elements.
132 * @return <tt>true</tt> if this list contains no elements
189 * Returns <tt>true</tt> if this list contains the specified element
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs7/
SignedData.java 24 import java.util.List;
58 private List digestAlgorithms;
60 private List certificates;
61 private List crls;
62 private List signerInfos;
64 public SignedData(int version, List digestAlgorithms, ContentInfo contentInfo,
65 List certificates, List crls, List signerInfos) {
74 public List getCertificates()
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8DOMMap.cpp 9 * notice, this list of conditions and the following disclaimer.
11 * copyright notice, this list of conditions and the following disclaimer
142 DOMDataList& list = DOMDataStore::allStores(); local
143 for (size_t i = 0; i < list.size(); ++i) {
144 DOMDataStore* store = list[i];
157 DOMDataList& list = DOMDataStore::allStores(); local
158 for (size_t i = 0; i < list.size(); ++i) {
159 DOMDataStore* store = list[i];
172 DOMDataList& list = DOMDataStore::allStores(); local
173 for (size_t i = 0; i < list.size(); ++i)
189 DOMDataList& list = DOMDataStore::allStores(); local
204 DOMDataList& list = DOMDataStore::allStores(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 28 import java.util.List;
32 * Stores the list of all applications for the all apps view.
37 /** The list off all apps. */
40 /** The list of apps that have been added since the last notify() call. */
43 /** The list of apps that have been removed since the last notify() call. */
45 /** The list of apps that have been modified since the last notify() call. */
58 * Add the supplied ApplicationInfo objects to the list, and enqueue it into the
59 * list to broadcast when notify() is called.
61 * If the app is already in the list, doesn't add it.
91 final List<ResolveInfo> matches = findActivitiesForPackage(context, packageName)
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java 30 import java.util.List;
72 List list = new ArrayList(); local
73 list.add(new Integer(3));
74 list.add(new Integer(15));
75 list.add(new Integer(5));
76 list.add(new Integer(1));
77 list.add(new Integer(7));
79 Iterator i = list.iterator();
85 + " got: " + list.hashCode(), hashCode == list.hashCode())
98 SimpleList list = new SimpleList(); local
118 List list = new ArrayList(); local
    [all...]
  /external/kernel-headers/original/linux/
plist.h 2 * Descending-priority-sorted double-linked list
17 * Based on simple lists (include/linux/list.h).
19 * This is a priority-sorted list of nodes; each node has a
26 * This list is really a list of lists:
28 * - The tier 1 list is the prio_list, different priority nodes.
30 * - The tier 2 list is the node_list, serialized nodes.
44 * The nodes on the prio_list list are sorted by priority to simplify
46 * priorites on the list.
56 * insert it into the serialized node_list list
    [all...]
  /external/libpcap/
fad-win32.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
50 * Add an entry to the list of addresses for an interface.
116 * Find the end of the list of addresses.
122 * This is the end of the list.
130 * The list was empty; this is the first member.
135 * "prevaddr" is the last member of the list; append
167 * Get the list of addresses for the interface.
177 * We return an entry with an empty address list.
188 * this address to its list of addresses
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 374 XdgGlobList *list; local
387 for (list = glob_hash->literal_list; list; list = list->next)
389 if (strcmp ((const char *)list->data, file_name) == 0)
391 mime_types[0] = list->mime_type;
405 for (list = glob_hash->full_list; list && n < n_mime_types; list = list->next
523 XdgGlobList *list; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
PropertyNodesVerifier.java 34 import java.util.List;
37 private final List<PropertyNodesVerifierElem> mPropertyNodesVerifierElemList;
101 * "ordered expected property list".
102 * If the node does not exist in the "ordered list", the class refers to
118 private final HashMap<String, List<PropertyNode>> mOrderedNodeMap;
125 mOrderedNodeMap = new HashMap<String, List<PropertyNode>>();
143 String propName, List<String> propValueList, ContentValues contentValues) {
149 String propName, String propValue, List<String> propValueList) {
155 String propName, List<String> propValueList) {
168 List<String> propValueList, TypeSet paramMap_TYPE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 39 import java.util.List;
106 private List<LayoutDevice> mDefaultLayoutDevices =
108 private List<LayoutDevice> mAddOnLayoutDevices =
110 private final List<LayoutDevice> mUserLayoutDevices =
112 private List<LayoutDevice> mLayoutDevices;
119 public List<LayoutDevice> getCombinedList() {
123 public List<LayoutDevice> getDefaultLayoutDevices() {
127 public List<LayoutDevice> getAddOnLayoutDevice() {
131 public List<LayoutDevice> getUserLayoutDevices() {
203 // check that the device does belong to the user list
335 ArrayList<LayoutDevice> list = new ArrayList<LayoutDevice>(); local
347 ArrayList<LayoutDevice> list = new ArrayList<LayoutDevice>(); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 40 * // create a persistent copy of the attribute list
70 * Create an empty attribute list.
73 * will use it to create a single, reusable attribute list that
85 * Construct a persistent copy of an existing attribute list.
89 * attribute list.</p>
91 * @param atts The attribute list to copy
108 * Set the attribute list, discarding previous contents.
111 * attribute list easily.</p>
113 * @param atts The attribute list to copy.
128 * Add an attribute to an attribute list
    [all...]
  /external/astl/include/
list 10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
38 // Double linked list. In the android NS we declare the nodes and
39 // iterators. The list declaration in the std NS follows that.
151 // std::list
154 class list {
167 list() { init(); }
168 ~list() { clear(); }
170 // Empty the list.
185 // Add data at the begin of the list
    [all...]
  /external/webkit/WebKit/mac/History/
WebBackForwardList.h 9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
42 WebBackForwardList holds an ordered list of WebHistoryItems that comprises the back and
56 @abstract Adds an entry to the list.
59 If the current position in the list is not at the end of the list, elements in the
60 forward list will be dropped at this point. In addition, entries may be dropped to keep
61 the size of the list within the maximum size.
107 @abstract Returns a portion of the list before the current entry.
115 @abstract Returns a portion of the list after the current entry
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
MsduList.c 12 **| notice, this list of conditions and the following disclaimer. |**
14 **| notice, this list of conditions and the following disclaimer in |**
39 /* PURPOSE: Envelope list implementation */
51 DESCRIPTION: This function creates new Msdu list.
69 WLAN_OS_REPORT(("FATAL ERROR: Could not Create Critical Section Protection for Msdu List - Aborting\n"));
71 /* free Msdu List Control Block */
93 DESCRIPTION: This function configure the Msdu list.
95 INPUT: *this : A pointer to the list to configure
96 msduListConfig : Pointer to the Msdu list configuration
133 DESCRIPTION: This function configure the Msdu list max num of elements.
    [all...]
  /bionic/libc/unistd/
pread.c 9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
  /build/target/product/
languages_small.mk 17 # This is a build configuration that just contains a list of languages.
18 # It helps in situations where laugnages must come first in the list,
19 # mostly because screen densities interfere with the list of locales and
22 # This is the list of languages that originally shipped on ADP1
  /build/tools/droiddoc/src/
ParsedTagInfo.java 50 ArrayList<TagInfo> list = new ArrayList<TagInfo>(); local
56 list.add(t[j]);
59 return list.toArray(new TagInfo[list.size()]);
  /cts/tools/dex-tools/src/dex/structure/
DexFile.java 20 import java.util.List;
28 * Returns a list of {@code DexClass} elements that are part of this {@code
31 * @return a list of {@code DexClass} elements that are part of this {@code
34 public List<DexClass> getDefinedClasses();
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigUpperBoundsDelta.java 19 import java.util.List;
26 public class SigUpperBoundsDelta extends SigDelta<List<ITypeReference>>
32 public SigUpperBoundsDelta(List<ITypeReference> from,
33 List<ITypeReference> to) {
  /cts/tools/signature-tools/src/signature/model/
IGenericDeclaration.java 19 import java.util.List;
28 * Returns a list of all defined type variables on this generic declaration.
30 * @return a list of all defined type variables
32 List<ITypeVariableDefinition> getTypeParameters();

Completed in 244 milliseconds

1 2 3 4 5 6 7 891011>>