Searched defs:list (Results 1 - 25 of 1128) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
51 sub list { subroutine
82 # Run "ant -projecthelp" to list targets. Keep a cache of results in a
/external/elfutils/libelf/
H A Delf_nextscn.c69 Elf_ScnList *list = scn->list; local
71 if (scn + 1 < &list->data[list->cnt])
73 else if (scn + 1 == &list->data[list->max]
74 && (list = list->next) != NULL)
76 /* If there is another element in the section list it must
78 assert (list
[all...]
/external/v8/test/cctest/
H A Dtest-ast.cc7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
38 List<AstNode*>* list = new List<AstNode*>(0); local
39 CHECK_EQ(0, list->length());
45 list->Add(node);
46 CHECK_EQ(1, list->length());
47 CHECK_EQ(node, list->at(0));
48 CHECK_EQ(node, list->last());
52 list->Add(node);
54 CHECK_EQ(1 + kElements, list
[all...]
/external/clang/test/CodeGen/
H A D2002-08-19-RecursiveLocals.c5 struct list { struct
7 struct list *Next;
10 static struct list B; /* Forward declare static */
11 static struct list A = { 7, &B };
12 static struct list B = { 8, &A };
14 extern struct list D; /* forward declare normal var */
16 struct list C = { 7, &D };
17 struct list D = { 8, &C };
/external/emma/core/java12/com/vladium/util/
H A DXProperties.java38 public void list (final PrintStream out) method in class:XProperties
57 public void list (final PrintWriter out) method in class:XProperties
/external/fio/
H A Dcgroup.h9 void cgroup_kill(struct flist_head *list);
13 static inline int cgroup_setup(struct thread_data *td, struct flist_head *list, argument
24 static inline void cgroup_kill(struct flist_head *list) argument
/external/libcap/libcap/
H A D_makenames.c19 } const list[] = { variable
20 #include "cap_names.list.h"
31 for ( i=0; list[i].index >= 0 && list[i].name; ++i ) {
32 if (maxcaps <= list[i].index) {
33 maxcaps = list[i].index + 1;
35 pointers[list[i].index] = list[i].name;
/external/libcxxabi/src/
H A Dabort_message.cpp41 va_list list; local
42 va_start(list, format);
43 vfprintf(stderr, format, list);
44 va_end(list);
/external/selinux/libsemanage/src/
H A Dutilities.h37 typedef struct list { struct
39 struct list *next;
87 /* linked list string functions
89 * either semanage_list_pop until list == NULL or semanage_list_destroy()
91 int semanage_list_push(semanage_list_t ** list, const char *data) WARN_UNUSED;
92 char *semanage_list_pop(semanage_list_t ** list);
93 void semanage_list_destroy(semanage_list_t ** list);
130 * @return a list of lines from the file (empty lines become
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DEmptyRuleSet.java33 List<ConversionRule> list = new ArrayList<ConversionRule>(); field in class:EmptyRuleSet
36 return list.iterator();
/external/strace/tests/
H A Duid32.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
48 int *list = 0; local
56 assert((size = syscall(__NR_getgroups32, 0, list)) >= 0);
57 assert(list = calloc(size + 1, sizeof(*list)));
58 assert(syscall(__NR_getgroups32, size, list) == size);
/external/strace/
H A Dxlate.el8 ;; notice, this list of conditions and the following disclaimer.
10 ;; notice, this list of conditions and the following disclaimer in the
35 (defvar xlate-list nil
39 "Grab all of the defined names in the region and save them in xlate-list."
42 (setq xlate-list nil)
47 (setq xlate-list (cons (buffer-substring (match-beginning 1)
49 xlate-list)))
53 (setq xlate-list (nreverse xlate-list)))
55 (defun build-xlate (&optional list)
[all...]
/external/toybox/toys/other/
H A Dwhich.c25 struct string_list *list; local
43 list = find_in_path(getenv("PATH"), filename);
44 if (!list) return 1;
47 while (list) {
48 if (!access(list->str, X_OK)) {
49 puts(list->str);
52 llist_traverse(list, free);
56 free(llist_pop(&list));
/external/wpa_supplicant_8/hostapd/src/common/
H A Dctrl_iface_common.h12 #include "utils/list.h"
21 struct dl_list list; member in struct:wpa_ctrl_dst
/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.h12 #include "utils/list.h"
21 struct dl_list list; member in struct:wpa_ctrl_dst
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dctrl_iface_common.h12 #include "utils/list.h"
21 struct dl_list list; member in struct:wpa_ctrl_dst
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ListTest.java27 List<Integer> list; // must contain the Integers 0 to 99 in order field in class:Support_ListTest
35 list = l;
43 elem = list.get(counter);
48 assertTrue("ListTest - hashCode failed", hashCode == list.hashCode());
50 list.add(50, new Integer(1000));
51 assertTrue("ListTest - a) add with index failed--did not insert", list
55 list.get(51).equals(new Integer(50)));
58 list.get(49).equals(new Integer(49)));
60 list.set(50, new Integer(2000));
61 assertTrue("ListTest - a) set failed--did not set", list
128 t_listIterator(List<Integer> list) argument
[all...]
/external/autotest/client/tools/
H A Davgtime21 list = [] variable
30 list.append((user, system, elapsed, cpu))
32 print " user: %0.2fs (%0.2f%%)" % avg_deviation([x[0] for x in list])
33 print " system: %0.2fs (%0.2f%%)" % avg_deviation([x[1] for x in list])
34 print "elapsed: %0.2fs (%0.2f%%)" % avg_deviation([x[2] for x in list])
35 print " cpu: %d%% (%0.2f%%)" % avg_deviation([x[3] for x in list])
/external/autotest/frontend/client/src/autotest/common/
H A DUnmodifiableSublistView.java10 public UnmodifiableSublistView(List<T> list, int start, int size) { argument
13 assert start + size <= list.size();
15 this.backingList = list;
/external/avahi/avahi-core/
H A Diface-linux.h36 } list; member in struct:AvahiInterfaceMonitorOSDep
/external/caliper/examples/src/main/java/examples/
H A DListIterationBenchmark.java27 * Measures iterating through list elements.
34 private List<Object> list; field in class:ListIterationBenchmark
43 list = new AbstractList<Object>() {
57 for (Object value : list) {
/external/clang/test/Analysis/
H A Dkmalloc-linux.c16 struct test **list, *t; local
19 list = kmalloc(sizeof(*list) * 10, __GFP_ZERO);
20 if (list == NULL)
24 t = list[i];
27 free(list); // no-warning
31 struct test **list, *t; local
34 list = kmalloc(sizeof(*list) * 10, 0);
35 if (list
46 struct test **list, *t; local
[all...]
H A Dmalloc-three-arg.c16 struct test **list, *t; local
19 list = malloc(sizeof(*list) * 10, NULL, M_ZERO);
20 if (list == NULL)
24 t = list[i];
27 free(list); // no-warning
31 struct test **list, *t; local
34 list = malloc(sizeof(*list) * 10, NULL, 0);
35 if (list
46 struct test **list, *t; local
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-call-to-deleted-constructor.cpp29 Matrix(const std::initializer_list<value_type>& list) = delete; // expected-note {{'Matrix' has been explicitly marked deleted here}} member in class:cva::Matrix
/external/javassist/src/main/javassist/bytecode/
H A DClassFilePrinter.java39 List list;
64 list = cf.getFields();
65 n = list.size();
67 FieldInfo finfo = (FieldInfo)list.get(i);
76 list = cf.getMethods();
77 n = list.size();
79 MethodInfo minfo = (MethodInfo)list.get(i);
92 static void printAttributes(List list, PrintWriter out, char kind) { argument
93 if (list == null)
96 int n = list
[all...]

Completed in 3215 milliseconds

1234567891011>>