/external/e2fsprogs/lib/ext2fs/ |
badblocks.c | 30 * Helper function for making a badblocks list 32 static errcode_t make_u32_list(int size, int num, __u32 *list, 45 retval = ext2fs_get_array(bb->size, sizeof(blk_t), &bb->list); 50 if (list) 51 memcpy(bb->list, list, bb->size * sizeof(blk_t)); 53 memset(bb->list, 0, bb->size * sizeof(blk_t)); 60 * This procedure creates an empty u32 list. 68 * This procedure creates an empty badblocks list. 77 * This procedure copies a badblocks list [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
list.h | 19 * ======== list.h ======== 22 * Declarations of list management control structures and definitions 23 * of inline list management functions. 79 * Allocates and initializes a circular list. 81 * Uses portable MEM_Calloc() function to allocate a list containing 83 * is the "end of the list" (i.e., the list is empty). 84 * An empty list is indicated by the "next" pointer in the element 85 * at the head of the list pointing to the head of the list, itself [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
List.java | 22 * A {@code List} is a collection which maintains an ordering for its elements. Every 23 * element in the {@code List} has an index. Each element can thus be accessed by its 24 * index, with the first index being zero. Normally, {@code List}s allow duplicate 27 public interface List<E> extends Collection<E> { 29 * Inserts the specified object into this {@code List} at the specified location. 31 * location. If the location is equal to the size of this {@code List}, the object 33 * {@code List}, then all elements beyond the specified location are moved by one 34 * position towards the end of the {@code List}. 41 * if adding to this {@code List} is not supported. 44 * {@code List} [all...] |
/external/qemu/ |
qemu-option.c | 89 * Searches an option list for an option with the given name 91 QEMUOptionParameter *get_option_parameter(QEMUOptionParameter *list, 94 while (list && list->name) { 95 if (!strcmp(list->name, name)) { 96 return list; 98 list++; 105 * Sets the value of a parameter in a given option list. The parsing of the 121 int set_option_parameter(QEMUOptionParameter *list, const char *name, 125 list = get_option_parameter(list, name) [all...] |
/packages/apps/IM/src/com/android/im/engine/ |
ContactListListener.java | 21 * Interfaces that allows the implementing classes to listen to contact list 51 * <li> a contact list has been created, deleted, renamed or loaded, or 52 * <li> a contact has been added to or removed from a list, or 58 * <li>{@link #LIST_CREATED} list: the newly created list; 60 * <li>{@link #LIST_DELETED} list: the delete list; contact: null 61 * <li>{@link #LIST_LOADED} list: the newly loaded list; 63 * <li>{@link #LIST_RENAMED} list: the list renamed; contact: nul [all...] |
/system/core/libcutils/ |
dir_hash.c | 117 struct list { struct 119 struct list *next; 123 struct list *const *ra = a; 124 struct list *const *rb = b; 130 struct list **out) { 131 struct list *list = NULL; local 132 struct list *f; 150 struct list *node = malloc(sizeof(struct list)); 269 struct list **list; local [all...] |
/packages/apps/IM/src/com/android/im/ |
IContactList.aidl | 24 * Gets the name of the list. 29 * Sets the name of the list. 34 * Adds a new contact to the list. 39 * Removes a contact in the list. 44 * Sets the list to the default list. 49 * Tells if the list is the default list.
|
/system/bluetooth/data/ |
blacklist.conf | 5 // Module,Type,Value List,Parameter List, //Comment
|
/system/core/include/sysutils/ |
FrameworkClient.h | 4 #include "../../../frameworks/base/include/utils/List.h" 20 typedef android::List<FrameworkClient *> FrameworkClientCollection;
|
SocketClient.h | 4 #include "../../../frameworks/base/include/utils/List.h" 22 typedef android::List<SocketClient *> SocketClientCollection;
|
/external/bluetooth/bluez/test/ |
list-devices | 11 list = "" 14 list = list + val[val.rfind("/") + 1:] + " " 15 return list 18 list = "" 27 list = list + val + " " 28 return list 41 list = extract_objects(value) variable 42 print " %s = %s" % (key, list) 60 list = extract_objects(value) variable 63 list = extract_uuids(value) variable [all...] |
/external/dbus/dbus/ |
dbus-dataslot.c | 155 * data list is finalized, but may not be retrieved (and may only be 207 * Initializes a slot list. 208 * @param list the list to initialize. 211 _dbus_data_slot_list_init (DBusDataSlotList *list) 213 list->slots = NULL; 214 list->n_slots = 0; 218 * Stores a pointer in the data slot list, along with an optional 220 * again, or when the slot list is finalized. The slot number must 223 * with the slot list every time 381 DBusDataSlotList list; local [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
TypeListItem.java | 27 * Representation of a list of class references. 39 /** {@code non-null;} the actual list */ 40 private final TypeList list; field in class:TypeListItem 45 * @param list {@code non-null;} the actual list 47 public TypeListItem(TypeList list) { 48 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE); 50 this.list = list; 56 return StdTypeList.hashContents(list); [all...] |
/external/libxml2/ |
list.c | 2 * list.c: lists handling implementation 24 #include <libxml/list.h> 53 * @l: a list 56 * Unlink and deallocate @lk from list @l 90 * @l: a list 93 * Search data in the ordered list walking from the beginning 110 * @l: a list 113 * Search data in the ordered list walking backward from the end 130 * @l: a list 133 * Search data in the list [all...] |
/external/qemu/android/ |
hw-events.c | 88 eventList_getCount( EventList list ) 92 if (list == NULL) 95 for (nn = 0; list[nn].name != NULL; nn++) { 102 eventList_findCodeByName( EventList list, 109 for ( ; list != NULL; list += 1 ) { 110 if ( !memcmp(name, list->name, namelen) && 111 list->name[namelen] == 0 ) 113 return list->value; 120 eventList_bufprintCode( EventList list, 141 EventList list; local 208 EventList list = eventList_findByType(type); local 216 EventList list = eventList_findByType(type); local [all...] |
/external/iptables/libiptc/ |
linux_list.h | 38 * non-initialized list entries. 44 * Simple doubly linked list implementation. 69 * This is only for internal list manipulation where we know 85 * @head: list head to add it after 98 * @head: list head to add it before 111 * This is only for internal list manipulation where we know 125 * list_add_rcu - add a new entry to rcu-protected list 127 * @head: list head to add it after 134 * with another list-mutation primitive, such as list_add_rcu() 135 * or list_del_rcu(), running on this same list [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/ |
ListOfTypes.java | 25 ArrayList<Type> list; field in class:ListOfTypes 32 list.add(elem); 36 list = new ArrayList<Type>(capacity); 40 list = new ArrayList<Type>(); 42 list.add(t); 47 return list.size(); 54 for (Type t : list) { 64 resolvedTypes = new Type[list.size()]; 66 for (Type t : list) { 74 list = null [all...] |
/external/clearsilver/java-jni/ |
CSUtil.java | 4 import java.util.List; 22 * @return A list of loadpaths in order in which to search. 25 public static List<String> getLoadPaths(HDF hdf) { 26 List<String> list = new LinkedList<String>(); local 34 list.add(lpHdf.objValue()); 36 return list; 40 * Given an ordered list of directories to look in, locate the specified file. 42 * @param loadpaths the ordered list of paths to search. 47 public static File locateFile(List<String> loadpaths, String filename) [all...] |
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
ConditionalFileFilter.java | 19 import java.util.List;
32 * Adds the specified file filter to the list of file filters at the end of
33 * the list.
41 * Returns this conditional file filter's list of file filters.
43 * @return the file filter list
46 public List getFileFilters();
52 * @return <code>true</code> if the filter was found in the list,
59 * Sets the list of file filters, replacing any previously configured
62 * @param fileFilters the list of filters
65 public void setFileFilters(List fileFilters); [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_linked_list.h | 54 * and removal of elements from the list, and linear time 56 * list. The number of elements in a list can vary dynamically, and 62 * Linked List Element Class 83 * Oscl Linked List Base Class. A non-templated base class is used to avoid 97 * Return the first element of list in passed parameter, 98 * @param ele return the value of first element of list in this parameter 105 * Return the next element of list in passed parameter, 106 * @param ele return the value of next element of list in this parameter 107 * @return 32-bit interger ,if next element is found in list,it returns [all...] |
/external/kernel-headers/original/linux/ |
list.h | 12 * Simple doubly linked list implementation. 30 static inline void INIT_LIST_HEAD(struct list_head *list) 32 list->next = list; 33 list->prev = list; 39 * This is only for internal list manipulation where we know 55 * @head: list head to add it after 68 * @head: list head to add it before 81 * This is only for internal list manipulation where we kno [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
linked_lists_single.sgml | 6 iterating over the list in one direction 11 singly-linked list data structure. 14 Each element in the list contains a piece of data, together with a pointer 15 which links to the next element in the list. 16 Using this pointer it is possible to move through the list in one 28 List elements are allocated from the <link linkend="glib-Memory-Slices">slice 34 the first element in the list. The functions which insert elements return 35 the new start of the list, which may have changed. 39 list so you simply set a #GSList* to %NULL. 49 To find elements in the list use g_slist_last(), g_slist_next() [all...] |
/external/v8/src/ |
list.h | 7 // notice, this list of conditions and the following disclaimer. 9 // copyright notice, this list of conditions and the following 36 // The list is a template for very light-weight lists. We are not 41 // The list is parameterized by the type of its elements (T) and by an 46 // template <typename T, class P = FreeStoreAllocationPolicy> class List; 48 class List { 51 List() { Initialize(0); } 52 INLINE(explicit List(int capacity)) { Initialize(capacity); } 53 INLINE(~List()) { DeleteData(data_); } 55 // Deallocates memory used by the list and leaves the list in a consisten [all...] |
/external/bluetooth/glib/glib/ |
gdataset.c | 24 * file for a list of people on the GLib Team. See the ChangeLog 25 * files for a list of changes. These files are distributed with 103 register GData *list; local 107 list = G_DATALIST_GET_POINTER (datalist); 110 while (list) 114 prev = list; 115 list = prev->next; 206 register GData *list; local 208 list = G_DATALIST_GET_POINTER (datalist); 214 while (list) 418 register GData *list; local 441 register GData *list; local 471 register GData *list, *next; local 491 register GData *list, *next; local [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 285 * format, list - debug message 290 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ 294 format OMX_DBG_FN OMX_DBG_LINE, ##list); \ 297 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ 302 format OMX_DBG_FN OMX_DBG_LINE, ##list); \ 306 format OMX_DBG_FN OMX_DBG_LINE, ##list); \ 312 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ 317 format OMX_DBG_FN OMX_DBG_LINE, ##list); \ 324 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ 329 format, OMX_DBG_FN OMX_DBG_LINE ##list); \ [all...] |