/external/guava/src/com/google/common/annotations/ |
GwtCompatible.java | 34 * class Lists { 42 * The return value of {@code Lists.newArrayList(E[])} has GWT
|
/external/guava/src/com/google/common/collect/ |
Lists.java | 51 public final class Lists { 52 private Lists() {} 237 /** @see Lists#asList(Object, Object[]) */ 280 /** @see Lists#asList(Object, Object, Object[]) */ 344 * @see Lists#transform 417 * @see Lists#transform 452 * two inner lists of three and two elements, all in the original order. 455 * source list. The inner lists are sublist views of the original list,
|
/external/webkit/WebCore/editing/ |
RemoveFormatCommand.cpp | 53 // Make a plain text string from the selection to remove formatting like tables and lists. 66 // Delete doesn't remove fully selected lists.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
FileObserverTest.java | 19 import com.google.android.collect.Lists; 38 public List<Map> events = Lists.newArrayList();
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfEditTexts.java | 25 import com.google.android.collect.Lists; 72 List<String> bodies = Lists.newArrayList(
|
ListWithMailMessages.java | 20 import com.google.android.collect.Lists; 43 List<MailMessage> messages = Lists.newArrayList();
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityDeltaTests.java | 21 import com.google.android.collect.Lists; 212 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); 230 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); 270 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); 309 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); 342 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); 367 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); 395 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList();
|
/bionic/libc/kernel/tools/ |
find_users.py | 6 # then it lists
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
BaseParameterAnnotations.java | 66 * Gets the list of annotation lists associated with this instance.
|
/dalvik/libcore/luni/src/main/java/java/io/ |
SerializablePermission.java | 24 * does have a name but no action list. The following table lists valid
|
/dalvik/libcore/security/src/main/java/java/security/cert/ |
CRL.java | 21 * This class represents Certificate Revocation Lists (CRLs) maintained by a
|
/development/pdk/docs/compatibility/ |
contact-us.jd | 8 Lists" on the <a href="{@docRoot}community/index.html">Community page.</a></p>
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
linked_lists_single.sgml | 2 Singly-Linked Lists 5 linked lists containing integer values or pointers to data, limited to 18 <link linkend="glib-Doubly-Linked-lists">Doubly-Linked Lists</link>
|
/external/clearsilver/autom4te.cache/ |
requests | 2 # It contains the lists of macros which have been traced.
|
/external/dropbear/ |
algo.h | 43 /* lists mapping ssh types of algorithms to internal values */
|
/external/webkit/WebCore/rendering/ |
RenderTreeAsText.h | 40 RenderAsTextShowLayerNesting = 1 << 1, // Annotate the layer lists.
|
/external/webkit/WebKit/mac/ |
PublicHeaderChangesFromTiger.txt | 1 This file lists changes to WebKit public header files that have been made since WebKit-412, which shipped with Mac OS X 10.4. All of these changes will have to be approved by the Apple API approval process, or rolled out, before Apple ships a new version of WebKit.
|
/external/webkit/WebKitTools/Scripts/ |
test-webkitperl | 47 my @files = <${pattern}>; # lists files alphabetically
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
TextViewTest.java | 19 import com.google.android.collect.Lists;
|
/packages/apps/IM/src/com/android/im/ |
IChatSessionManager.aidl | 29 * of the user's contact lists, it will be added to the temporary list.
|
IContactListListener.aidl | 38 * Called when all the contact lists have been loaded from server.
|
/packages/apps/IM/src/com/android/im/app/ |
AddContactActivity.java | 196 List<IBinder> lists = contactListMgr.getContactLists(); local 197 for (IBinder binder : lists) { 204 if (!lists.isEmpty()) { 205 return IContactList.Stub.asInterface(lists.get(0));
|
/packages/apps/Phone/src/com/android/phone/ |
DataUsage.java | 34 * Lists the data usage and throttle settings
|
/system/core/libzipfile/ |
test_zipfile.c | 28 " lists the files in the zipfile\n"
|
/external/apache-http/src/org/apache/http/protocol/ |
package.html | 51 typically keeps lists of so-called interceptors that will be executed 53 An application should initialize a processor, set up the lists 93 one of the mailing lists.
|