Searched refs:list (Results 126 - 150 of 1871) sorted by relevance

1234567891011>>

/external/oprofile/libpp/
H A Darrange_profiles.h3 * Classify and process a list of candidate sample files
16 #include <list>
57 * file list filtered from cg file sample_filename can't be empty
64 std::list<std::string> cg_files;
78 std::list<profile_sample_files> files;
88 * the sample file list for /lib/libc.so, /lib/ld.so etc.
95 std::list<profile_sample_files> files;
98 std::list<profile_dep_set> deps;
107 std::list<profile_set> profiles;
170 * Take a list o
[all...]
/external/junit/src/org/junit/experimental/theories/internal/
H A DAllMembersSupplier.java64 List<PotentialAssignment> list= new ArrayList<PotentialAssignment>();
66 addFields(sig, list);
67 addSinglePointMethods(sig, list);
68 addMultiPointMethods(list);
70 return list;
73 private void addMultiPointMethods(List<PotentialAssignment> list) { argument
77 addArrayValues(dataPointsMethod.getName(), list, dataPointsMethod.invokeExplosively(null));
85 List<PotentialAssignment> list) {
90 list.add(new MethodParameterValue(dataPointMethod));
95 List<PotentialAssignment> list) {
84 addSinglePointMethods(ParameterSignature sig, List<PotentialAssignment> list) argument
94 addFields(ParameterSignature sig, List<PotentialAssignment> list) argument
111 addArrayValues(String name, List<PotentialAssignment> list, Object array) argument
[all...]
/external/e2fsprogs/lib/et/
H A Dcom_right.c18 * notice, this list of conditions and the following disclaimer.
21 * notice, this list of conditions and the following disclaimer in the
48 com_right(struct et_list *list, long code) argument
51 for (p = list; p; p = p->next) {
59 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
62 for (p = list; p; p = p->next) {
86 initialize_error_table_r(struct et_list **list, argument
95 for (end = list, et = *list; et; end = &et->next, et = et->next)
H A Dcom_err.h52 extern const char *com_right(struct et_list *list, long code);
53 extern const char *com_right_r(struct et_list *list, long code, char *str, size_t len);
54 extern void initialize_error_table_r(struct et_list **list,
/external/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java95 final List<String> list = asList(elements);
99 return list.iterator();
226 List<String> list = newArrayList();
229 assertFalse(Iterables.any(list, predicate));
230 list.add("cool");
231 assertFalse(Iterables.any(list, predicate));
232 list.add("pants");
233 assertTrue(Iterables.any(list, predicate));
237 List<String> list = newArrayList();
240 assertTrue(Iterables.all(list, predicat
[all...]
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdomnode.c69 WebKitDOMNodeList* list; local
82 list = webkit_dom_node_get_child_nodes(WEBKIT_DOM_NODE(head));
83 g_assert_cmpint(webkit_dom_node_list_get_length(list), ==, 1);
84 ptr = webkit_dom_node_list_item(list, 0);
87 g_object_unref(list);
106 list = webkit_dom_node_get_child_nodes(WEBKIT_DOM_NODE(body));
107 length = webkit_dom_node_list_get_length(list);
112 ptr = webkit_dom_node_list_item(list, i);
122 g_object_unref(list);
130 WebKitDOMNodeList* list; local
[all...]
/external/bison/src/
H A Dparse-gram.y96 symbol_list *list;
198 %type <list> symbols.1
280 symbol_list *list;
281 for (list = $2; list; list = list->next)
282 symbol_destructor_set (list->sym, $1, @1);
287 symbol_list *list;
288 for (list
[all...]
/external/iproute2/ip/
H A Dipmaddr.c193 static void print_maddr(FILE *fp, struct ma_info *list) argument
197 if (list->addr.family == AF_PACKET) {
199 fprintf(fp, "link %s", ll_addr_n2a((unsigned char*)list->addr.data,
200 list->addr.bytelen, 0,
204 switch(list->addr.family) {
212 fprintf(fp, "family %d ", list->addr.family);
216 format_host(list->addr.family,
218 list->addr.data,
221 if (list->users != 1)
222 fprintf(fp, " users %d", list
228 print_mlist(FILE *fp, struct ma_info *list) argument
246 struct ma_info *list = NULL; local
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DSecurityAgreeParser.java84 SIPHeaderList list;
87 list = new SecurityClientList();
89 list = new SecurityServerList();
91 list = new SecurityVerifyList();
107 list.add(header);
108 return list;
126 list.add(header);
151 list.add(header);
153 return list;
/external/mesa3d/src/glsl/
H A Dir_import_prototypes.cpp46 import_prototype_visitor(exec_list *list, glsl_symbol_table *symbols, argument
50 this->list = list;
63 list->push_tail(this->function);
97 exec_list *list; member in class:import_prototype_visitor
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8NodeListCustom.cpp9 * notice, this list of conditions and the following disclaimer.
11 * copyright notice, this list of conditions and the following disclaimer
47 NodeList* list = V8NodeList::toNative(info.Holder()); local
53 return v8::Integer::New(list->length());
55 RefPtr<Node> result = list->itemWithName(key);
62 // Need to support call so that list(0) works.
69 NodeList* list = V8NodeList::toNative(args.Holder());
76 RefPtr<Node> result = list->item(index->Uint32Value());
/external/webkit/Source/WebCore/css/
H A DCSSRuleList.cpp36 CSSRuleList::CSSRuleList(StyleList* list, bool omitCharsetRules) argument
38 m_list = list;
39 if (list && omitCharsetRules) {
41 unsigned len = list->length();
43 StyleBase* style = list->item(i);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c14 #include "utils/list.h"
21 struct dl_list list; member in struct:interfaces
27 static struct interfaces * add_interface(struct dl_list *list, argument
32 dl_list_for_each(iface, list, struct interfaces, list) {
34 return iface; /* already in the list */
46 dl_list_add_tail(list, &iface->list);
95 struct dl_list *list, const struct wpa_dbus_method_desc *methods)
100 iface = add_interface(list, ds
94 extract_interfaces_methods( struct dl_list *list, const struct wpa_dbus_method_desc *methods) argument
108 extract_interfaces_signals( struct dl_list *list, const struct wpa_dbus_signal_desc *signals) argument
122 extract_interfaces_properties( struct dl_list *list, const struct wpa_dbus_property_desc *properties) argument
145 extract_interfaces(struct dl_list *list, struct wpa_dbus_object_desc *obj_dsc) argument
154 add_interfaces(struct dl_list *list, struct wpabuf *xml) argument
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java168 ArrayList list = methods;
169 int n = list.size();
171 MethodInfo minfo = (MethodInfo)list.get(i);
175 list = fields;
176 n = list.size();
178 FieldInfo finfo = (FieldInfo)list.get(i);
233 ArrayList list = methods;
234 int n = list.size();
236 MethodInfo minfo = (MethodInfo)list.get(i);
240 list
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dautofill_options_list.js12 * Creates a new address list item.
36 label.className = 'autofill-list-item';
43 * Creates a new credit card list item.
69 label.className = 'autofill-list-item';
82 * Creates a new value list item.
83 * @param {AutofillValuesList} list The parent list of this item.
88 function ValuesListItem(list, entry) {
90 el.list = list;
[all...]
/external/stlport/test/unit/
H A Dlist_test.cpp5 #include <list>
60 list<int> l1(array1, array1 + 3);
61 list<int> l2(array2, array2 + 2);
62 list<int>::iterator i1 = l1.begin();
63 list<int>::iterator i2 = l2.begin();
64 list<int>::const_iterator ci(i1);
65 list<int>::const_iterator ci1(ci);
80 list<int> l(2);
88 list<char>::iterator l_char_ite;
89 list<in
[all...]
/external/e2fsprogs/resize/
H A Dextent.c27 struct ext2_extent_entry *list; member in struct:_ext2_extent
53 extent->size, &extent->list);
58 memset(extent->list, 0,
69 if (extent->list)
70 ext2fs_free_mem(&extent->list);
71 extent->list = 0;
92 newsize, &extent->list);
98 ent = extent->list + curr;
149 qsort(extent->list, extent->num,
163 lowval = extent->list[lo
[all...]
/external/proguard/src/proguard/gui/
H A DListPanel.java33 * list and between lists. Extensions of this class should add buttons to add
34 * and possibly edit entries, and to set and get the resulting list.
41 protected final JList list = new JList(listModel); field in class:ListPanel
61 list.addListSelectionListener(new ListSelectionListener()
69 add(new JScrollPane(list), listConstraints);
90 removeElementsAt(list.getSelectedIndices());
105 int[] selectedIndices = list.getSelectedIndices();
126 int[] selectedIndices = list.getSelectedIndices();
156 int[] selectedIndices = list.getSelectedIndices();
157 Object[] selectedElements = list
[all...]
/external/junit/src/org/junit/experimental/theories/suppliers/
H A DTestedOnSupplier.java15 List<PotentialAssignment> list = new ArrayList<PotentialAssignment>();
19 list.add(PotentialAssignment.forValue(Arrays.asList(ints).toString(), i));
21 return list;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DErrorInfoParser.java69 ErrorInfoList list = new ErrorInfoList();
88 list.add(errorInfo);
96 return list;
/external/skia/src/animator/
H A DSkDisplayList.cpp53 int SkDisplayList::findGroup(SkDrawable* match, SkTDDrawableArray** list, argument
56 *list = &fDrawList;
58 return SearchForMatch(match, list, parent, found, grandList);
71 int SkDisplayList::SearchForMatch(SkDrawable* match, SkTDDrawableArray** list, argument
74 for (int index = 0; index < (*list)->count(); index++) {
75 SkDrawable* draw = (**list)[index];
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
100 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list, argument
105 SkTDDrawableArray* saveList = *list;
[all...]
/external/v8/tools/
H A Dutils.py7 # notice, this list of conditions and the following disclaimer.
9 # copyright notice, this list of conditions and the following
33 # Reads a .list file into an array of strings
35 list = []
42 list.append(line)
43 return list
/external/webkit/Source/WebCore/bindings/js/
H A DJSScriptProfileNodeCustom.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
54 MarkedArgumentBuffer list; local
58 list.append(toJS(exec, iter->get()));
60 return constructArray(exec, list);
H A DJSStyleSheetListCustom.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
42 StyleSheetList* list = impl(); local
45 unsigned length = list->length();
47 markDOMObjectWrapper(markStack, globalData, list->item(i));
/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.h14 #include <list>
31 mutable std::list<ListItem*>::iterator this_iter_;
61 mutable std::list<ListItem*> list_;

Completed in 913 milliseconds

1234567891011>>