/cts/tools/signature-tools/src/signature/model/impl/ |
SigTypeVariableDefinition.java | 25 import java.util.List; 33 private List<ITypeReference> upperBounds = Uninitialized.unset(); 49 public List<ITypeReference> getUpperBounds() { 53 public void setUpperBounds(List<ITypeReference> upperBounds) {
|
/dalvik/dx/tests/006-interfaces/ |
info.txt | 6 interfaces list.
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
ClassRef.java | 36 * Adds the field to the field list. 43 * Returns the field list as an array. 50 * Adds the method to the method list. 57 * Returns the method list as an array.
|
/development/testrunner/ |
Android.mk | 2 # Install a list of test definitions on device
|
/external/bluetooth/bluez/src/ |
plugin.c | 85 static gboolean is_disabled(const char *name, char **list) 89 for (i = 0; list[i] != NULL; i++) { 93 if (g_str_equal(name, list[i])) 96 str = g_strdup_printf("%s.so", list[i]); 113 GSList *list; local 190 for (list = plugins; list; list = list->next) { 191 struct bluetooth_plugin *plugin = list->data 204 GSList *list; local [all...] |
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimeicon.h | 42 void _xdg_mime_icon_read_from_file (XdgIconList *list, 45 void _xdg_mime_icon_list_free (XdgIconList *list); 46 const char *_xdg_mime_icon_list_lookup (XdgIconList *list, 48 void _xdg_mime_icon_list_dump (XdgIconList *list);
|
/external/clearsilver/man/man3/ |
skipNewList.3 | 14 skipNewList - create a skip list. 26 threaded - true if list should be thread-safe. 41 Returns a new skip list. If <threaded> is true, list is
|
/external/e2fsprogs/lib/et/test_cases/ |
continuation.c | 28 void initialize_ovk_error_table_r(struct et_list **list); 36 void initialize_ovk_error_table_r(struct et_list **list) 40 for (end = list, et = *list; et; end = &et->next, et = et->next)
|
continuation.h | 13 extern void initialize_ovk_error_table_r(struct et_list **list);
|
simple.c | 49 void initialize_krb_error_table_r(struct et_list **list); 57 void initialize_krb_error_table_r(struct et_list **list) 61 for (end = list, et = *list; et; end = &et->next, et = et->next)
|
/external/e2fsprogs/tests/f_badprimary/ |
expect.1 | 4 The primary superblock (1) is on the bad block list. 7 You can remove this block from the bad block list and hope 12 Block 2 in the primary group descriptors is on the bad block list 15 You can remove this block from the bad block list and hope
|
/external/icu4c/extra/uconv/ |
resfiles.mk | 2 # A small makefile containing the list of resource bundles
|
/external/iptables/extensions/ |
libipt_tos.man | 9 to see the list), or a numeric value to match.
|
/external/kernel-headers/original/linux/ |
cdev.h | 9 struct list_head list; member in struct:cdev
|
/external/kernel-headers/original/linux/sunrpc/ |
types.h | 15 #include <linux/list.h>
|
/external/stlport/test/eh/ |
descrip.mms | 23 LIST=$(AUX_LIST),$(TEST_LIST) 25 OBJECTS = $(LIST) 26 EXECS = $(LIST:%.obj=%.exe) 27 TESTS = $(LIST:%.obj=%.out)
|
/external/stlport/test/unit/ |
list_header_test.cpp | 8 #include <list>
|
/external/webkit/WebCore/css/ |
CSSVariableDependentValue.cpp | 8 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer in the 33 CSSVariableDependentValue::CSSVariableDependentValue(PassRefPtr<CSSValueList> list) 34 : m_list(list)
|
/external/webkit/WebCore/loader/ |
FTPDirectoryParser.h | 20 /* ParseFTPList() parses lines from an FTP LIST command. 29 ** lines. Needs to be bzero()'d at LIST begin. 34 ** 'd' - LIST line is a directory entry ('result' is valid) 35 ** 'f' - LIST line is a file's entry ('result' is valid) 36 ** 'l' - LIST line is a symlink's entry ('result' is valid) 37 ** '?' - LIST line is junk. (cwd, non-file/dir/link, etc) 38 ** '"' - its not a LIST line (its a "comment") 42 ** - an unknown LIST format (NLST or "custom" format for example) 49 ** - EPLF (Easily Parsable List Format); 51 ** - OS/2 basic server format LIST format; [all...] |
/frameworks/base/awt/org/apache/harmony/awt/ |
ListenerList.java | 28 import java.util.List; 31 * List of AWT listeners. It is for 3 purposes. 32 * 1. To support list modification from listeners 47 * Adds system listener to this list. 59 * Adds user (public) listener to this list. 67 // transactionally replace old list 81 * Removes user (public) listener to this list. 89 // transactionally replace old list 114 * Gets all user (public) listeners in one list. 116 * @return list of all user listeners [all...] |
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
NodeListImpl.h | 26 * Add a special node into list.
35 * NULL when out of list's boundary.
40 * Return the length of list.
41 * @return the length of list.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllAppsView.java | 36 public void setApps(ArrayList<ApplicationInfo> list); 38 public void addApps(ArrayList<ApplicationInfo> list); 40 public void removeApps(ArrayList<ApplicationInfo> list); 42 public void updateApps(ArrayList<ApplicationInfo> list);
|
/system/core/init/ |
init.h | 59 #define list_for_each(node, list) \ 60 for (node = (list)->next; node != (list); node = node->next) 62 void list_init(struct listnode *list); 63 void list_add_tail(struct listnode *list, struct listnode *item); 66 #define list_empty(list) ((list) == (list)->next) 67 #define list_head(list) ((list)->next [all...] |
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestFramework.java | 16 import java.util.List; 89 List expected, 90 List actual); 158 boolean equalsIgnoreCase(List expected, List actual); 170 boolean equals(List expected, List actual);
|
/external/bison/src/ |
symlist.h | 28 /* A list of symbols, used during the parsing to store the rules. */ 51 /* The list. */ 56 /* Create a list containing SYM at LOC. */ 62 /* Prepend SYM at LOC to the LIST. */ 67 /* Free the LIST, but not the symbols it contains. */ 73 /* Get symbol N in symbol list L. */ 80 /* The symbol N in symbol list L is USED. */
|