/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
xattr.h | 35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
mutex.h | 15 #include <linux/list.h> 30 struct list_head list; member in struct:mutex_waiter
|
xattr.h | 35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
mutex.h | 15 #include <linux/list.h> 30 struct list_head list; member in struct:mutex_waiter
|
xattr.h | 35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
mutex.h | 15 #include <linux/list.h> 30 struct list_head list; member in struct:mutex_waiter
|
xattr.h | 35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
|
/packages/apps/Browser/res/drawable/ |
blank.xml | 16 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 23 </layer-list>
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/ |
AddressList.java | 29 * An immutable, random-access list of Address objects.
49 * The number of elements in this list.
65 * Returns a flat list of all mailboxes represented
66 * in this address list. Use this if you don't care
94 * Dumps a representation of this address list to
107 * Parse the address list string, such as the value
131 AddressList list = parse(line);
local 132 list.print();
|
/packages/apps/Music/res/values/ |
dimens.xml | 18 <!-- height of a normal list item in edit playlist mode --> 20 <!-- height of an expanded list item in edit playlist mode -->
|
/packages/apps/QuickSearchBox/res/drawable/ |
textfield_search_empty_google.xml | 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 23 </layer-list>
|
/packages/inputmethods/LatinIME/dictionaries/ |
sample.xml | 3 The format of the word list is a flat list of word entries.
|
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
IStyleResourceValue.java | 21 * Represents an android style resources with a name and a list of children {@link IResourceValue}. 31 * Find an item in the list by name
|
/system/core/include/sysutils/ |
FrameworkCommand.h | 19 #include "../../../frameworks/base/include/utils/List.h" 37 typedef android::List<FrameworkCommand *> FrameworkCommandCollection;
|
/external/kernel-headers/original/linux/ |
skbuff.h | 187 * @next: Next buffer in list 188 * @prev: Previous buffer in list 410 * @list: queue head 414 static inline int skb_queue_empty(const struct sk_buff_head *list) 416 return list->next == (struct sk_buff *)list; 556 * @list_: list to peek at 560 * list and someone else may run off with it. You must hold 563 * Returns %NULL for an empty list or a pointer to the head element. 569 struct sk_buff *list = ((struct sk_buff *)list_)->next local 590 struct sk_buff *list = ((struct sk_buff *)list_)->prev; local [all...] |
/bionic/libc/kernel/common/linux/ |
key.h | 16 #include <linux/list.h>
|
/bionic/libc/kernel/common/linux/sunrpc/ |
types.h | 18 #include <linux/list.h>
|
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
ExecutableMemberProjection.java | 28 import java.util.List; 64 public List<IParameter> getParameters() { 65 List<IParameter> result = new LinkedList<IParameter>(); 72 public List<ITypeVariableDefinition> getTypeParameters() {
|
/cts/tools/signature-tools/src/signature/io/html/ |
ApiOverviewPage.java | 27 import java.util.List; 34 private List<IPackageDelta> removedPackages; 35 private List<IPackageDelta> addedPackages; 36 private List<IPackageDelta> changedPackages;
|
PackageOverviewPage.java | 23 import java.util.List; 36 private List<IClassDefinitionDelta> removedClasses; 37 private List<IClassDefinitionDelta> addedClasses; 38 private List<IClassDefinitionDelta> changedClasses;
|
/cts/tools/test-progress-new/src/testprogress2/ |
AnnotationPointer.java | 22 import java.util.List; 28 private List<TestTargetNew> targets = new ArrayList<TestTargetNew>(); 46 public List<TestTargetNew> getTargets() { 51 List<TestTargetNew> t = ap.targets;
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttExceptions.java | 29 /** {@code non-null;} list of exception classes */ 35 * @param exceptions {@code non-null;} list of classes, presumed but not 59 * Gets the list of classes associated with this instance. In 63 * @return {@code non-null;} the list of classes
|
AttInnerClasses.java | 28 /** {@code non-null;} list of inner class entries */ 34 * @param innerClasses {@code non-null;} list of inner class entries 57 * Gets the list of "inner class" entries associated with this instance. 59 * @return {@code non-null;} the list
|
AttLineNumberTable.java | 29 /** {@code non-null;} list of line number entries */ 35 * @param lineNumbers {@code non-null;} list of line number entries 58 * Gets the list of "line number" entries associated with this instance. 60 * @return {@code non-null;} the list
|
BaseAnnotations.java | 26 /** {@code non-null;} list of annotations */ 37 * @param annotations {@code non-null;} the list of annotations 65 * Gets the list of annotations associated with this instance. 67 * @return {@code non-null;} the list
|