Searched refs:list (Results 276 - 300 of 4308) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/resources/options/
H A Doptions_page.css98 .page list {
99 /* Min height is a multiple of the list item height (32) */
111 .settings-list,
112 .settings-list-empty {
117 .settings-list-empty {
172 list > * {
183 list > .spacer {
185 on the list they will be given an explicit element height but this ensures
190 list:not([disabled]) > :hover {
194 /* TODO(stuartmorgan): Once this becomes the list styl
[all...]
/external/chromium_org/components/policy/core/common/
H A Dmac_util_unittest.cc39 base::ListValue list; local
40 root.Set("emptyl", list.DeepCopy());
42 list.Append(it.value().DeepCopy());
43 EXPECT_EQ(root.size(), list.GetSize());
44 list.Append(root.DeepCopy());
45 root.Set("list", list.DeepCopy());
/external/chromium_org/net/dns/
H A Daddress_sorter_unittest.cc52 AddressList list; local
53 list.push_back(MakeEndPoint("10.0.0.1"));
54 list.push_back(MakeEndPoint("8.8.8.8"));
55 list.push_back(MakeEndPoint("::1"));
56 list.push_back(MakeEndPoint("2001:4860:4860::8888"));
60 sorter->Sort(list, base::Bind(&OnSortComplete, &result,
/external/chromium_org/third_party/freetype/src/base/
H A Dftutil.c5 /* FreeType utility file for memory and list management (body). */
242 FT_List_Find( FT_List list,
248 cur = list->head;
264 FT_List_Add( FT_List list, argument
267 FT_ListNode before = list->tail;
276 list->head = node;
278 list->tail = node;
285 FT_List_Insert( FT_List list, argument
288 FT_ListNode after = list->head;
295 list
306 FT_List_Remove( FT_List list, FT_ListNode node ) argument
330 FT_List_Up( FT_List list, FT_ListNode node ) argument
387 FT_List_Finalize( FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user ) argument
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-group-extracted.js103 var list = [];
106 list.push(c);
109 return list;
113 var list = [];
116 list.push(c.animation);
119 return list;
/external/freetype/src/base/
H A Dftutil.c5 /* FreeType utility file for memory and list management (body). */
242 FT_List_Find( FT_List list,
248 cur = list->head;
264 FT_List_Add( FT_List list, argument
267 FT_ListNode before = list->tail;
276 list->head = node;
278 list->tail = node;
285 FT_List_Insert( FT_List list, argument
288 FT_ListNode after = list->head;
295 list
306 FT_List_Remove( FT_List list, FT_ListNode node ) argument
330 FT_List_Up( FT_List list, FT_ListNode node ) argument
387 FT_List_Finalize( FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user ) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dflash_ui.cc118 // Crash list.
121 // Whether the list of all crashes is available.
182 void AddPair(base::ListValue* list, argument
188 list->Append(results);
191 void AddPair(base::ListValue* list, argument
194 AddPair(list, key, ASCIIToUTF16(value));
224 // message until then. If you add criteria to this list, please update the
240 base::ListValue* list = new base::ListValue(); local
243 AddPair(list,
268 AddPair(list, l10n_uti
[all...]
/external/javassist/src/main/javassist/
H A DClassPoolTail.java190 ClassPathList list = pathList;
191 while (list != null) {
192 buf.append(list.path.toString());
194 list = list.next;
208 ClassPathList list = pathList;
209 if (list == null)
212 while (list.next != null)
213 list = list
[all...]
/external/blktrace/btt/
H A Dlist.h29 * non-initialized list entries.
43 static inline void INIT_LIST_HEAD(struct list_head *list) argument
45 list->next = list;
46 list->prev = list;
52 * This is only for internal list manipulation where we know
68 * @head: list head to add it after
81 * @head: list head to add it before
92 * Delete a list entr
184 list_move_tail(struct list_head *list, struct list_head *head) argument
191 __list_splice(struct list_head *list, struct list_head *head) argument
210 list_splice(struct list_head *list, struct list_head *head) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSetTest.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
40 Set list; local
41 list.add(-1);
42 list.add(0);
43 list.add(1);
44 list.add(2);
45 list.add(3);
47 EXPECT_EQ(-1, list.first());
48 EXPECT_EQ(3, list
80 Set list; local
114 Set list; local
165 Set list; local
199 Set list; local
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter_unittest.cc42 std::vector<std::string> list; local
44 list.push_back("google.com");
45 filter_->SetFromPatterns(list);
69 std::vector<std::string> list; local
70 list.push_back("google.com");
71 filter_->SetFromPatterns(list);
80 std::vector<std::string> list; local
82 list.push_back("http://secure.com");
83 list.push_back("ftp://secure.com");
84 list
100 std::vector<std::string> list; local
115 std::vector<std::string> list; local
131 std::vector<std::string> list; local
143 std::vector<std::string> list; local
[all...]
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp.el32 ;; is a list of section symbols (see gyp-section-name and gyp-parse-to)
33 ;; with most nested section symbol at the front of the list.
34 (set (make-local-variable 'gyp-parse-history) '((1 . (list))))
45 (add-to-list 'auto-mode-alist '("\\.gyp\\'" . gyp-mode))
46 (add-to-list 'auto-mode-alist '("\\.gypi\\'" . gyp-mode))
47 (add-to-list 'auto-mode-alist '("/\\.gclient\\'" . gyp-mode))
52 (regexp-opt (list "dependencies" "export_dependent_settings"))
56 (regexp-opt (list "action" "files" "include_dirs" "includes" "inputs"
61 (regexp-opt (list "conditions" "target_conditions"))
105 "A list o
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc12 bool GetValue(const base::ListValue& list, int pos, std::string& value) { argument
13 return list.GetString(pos, &value);
16 bool GetValue(const base::ListValue& list, int pos, int& value) { argument
17 return list.GetInteger(pos, &value);
20 bool GetValue(const base::ListValue& list, int pos, bool& value) { argument
21 return list.GetBoolean(pos, &value);
24 bool GetValue(const base::ListValue& list, int pos, gfx::Rect& rect) { argument
26 if (!list.GetDictionary(pos, &dict))
56 Argument(const base::ListValue& list, int pos) { argument
57 valid_ = GetValue(list, po
68 ParseAndHandle0(const base::Callback<void(void)>& handler, const base::ListValue& list) argument
77 ParseAndHandle1(const base::Callback<void(A1)>& handler, const base::ListValue& list) argument
89 ParseAndHandle2(const base::Callback<void(A1, A2)>& handler, const base::ListValue& list) argument
104 ParseAndHandle3(const base::Callback<void(A1, A2, A3)>& handler, const base::ListValue& list) argument
122 ParseAndHandle4(const base::Callback<void(A1, A2, A3, A4)>& handler, const base::ListValue& list) argument
[all...]
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp112 __builtin_va_list list; local
113 __builtin_va_start(list, somearg);
117 __builtin_va_list list; local
118 __builtin_va_start(list, n);
119 (void)__builtin_va_arg(list, C); // expected-warning{{second argument to 'va_arg' is of non-POD type 'C'}}
120 __builtin_va_end(list);
128 __builtin_va_list list; local
129 __builtin_va_start(list, n);
130 (void)__builtin_va_arg(list, Abstract); // expected-error{{second argument to 'va_arg' is of abstract type 'Abstract'}}
131 __builtin_va_end(list);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DFetchValidator.java21 * Uses an ElementParser to read a list of feature.xml files and to determine
30 //Comma separated list of features to parse
31 private String list; field in class:FetchValidator
49 validator.list =
51 validator.getListOfFeatures(validator.list);
58 getListOfFeatures(list);
88 private void getListOfFeatures(String list) { argument
90 StringTokenizer tokenizer = new StringTokenizer(list, ",");
105 // collect a list of missing plugins (or fragments), and features
144 * Gets the list
163 setList(String list) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java272 final List<Integer> list = asList(1, 2, 3, 4, 5);
282 return Iterators.filter(list.iterator(), isEven);
288 List<String> list = Lists.newArrayList();
291 assertFalse(Iterators.any(list.iterator(), predicate));
292 list.add("cool");
293 assertFalse(Iterators.any(list.iterator(), predicate));
294 list.add("pants");
295 assertTrue(Iterators.any(list.iterator(), predicate));
299 List<String> list = Lists.newArrayList();
302 assertTrue(Iterators.all(list
[all...]
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/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/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error.css5 .extension-error-list a {
9 .extension-error-list-contents {
11 list-style-type: none;
16 .extension-error-list-contents.active {
20 .extension-error-list-contents.scrollable {
25 * the list, unless the list is active. */
26 .extension-error-list-contents li {
29 .extension-error-list-contents.active li,
30 .extension-error-list u
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DLengthStyleInterpolationTest.cpp41 OwnPtrWillBeRawPtr<InterpolableList> list = InterpolableList::create(10); local
42 list->set(0, InterpolableNumber::create(a));
43 list->set(1, InterpolableNumber::create(b));
44 list->set(2, InterpolableNumber::create(c));
45 list->set(3, InterpolableNumber::create(d));
46 list->set(4, InterpolableNumber::create(e));
47 list->set(5, InterpolableNumber::create(f));
48 list->set(6, InterpolableNumber::create(g));
49 list->set(7, InterpolableNumber::create(h));
50 list
114 OwnPtrWillBeRawPtr<InterpolableList> list = createInterpolableLength(0, 10, 0, 10, 0, 10, 0, 10, 0, 10); local
[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/lldb/test/python_api/value/linked_list/
H A DTestValueAPILinkedList.py2 Test SBValue API linked_list_iter which treats the SBValue as a linked list and
3 supports iteration till the end of list is reached.
72 list = []
81 list.append(int(t.GetChildMemberWithName("id").GetValue()))
85 print "visited IDs:", list
86 self.assertTrue(visitedIDs == list)
89 # our end of list test function.
91 """Test function to determine end of list."""
92 # End of list is reached if either the value object is invalid
97 # is corrupted, let's return True to signify end of list
[all...]
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
H A Dbmm.js75 * Removes the cached item from both the list and tree lookups.
91 * Updates the underlying bookmark node for the tree items and list items by
122 if (bmm.list)
123 bmm.list.handleBookmarkChanged(id, changeInfo);
135 if (bmm.list)
136 bmm.list.handleChildrenReordered(id, reorderInfo);
146 if (bmm.list)
147 bmm.list.handleCreated(id, bookmarkNode);
159 if (bmm.list)
160 bmm.list
[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)
/external/libcxx/test/containers/sequences/list/list.modifiers/
H A Derase_iter.pass.cpp10 // <list>
14 #include <list>
23 std::list<int> l1(a1, a1+3);
24 std::list<int>::const_iterator i = l1.begin();
26 std::list<int>::iterator j = l1.erase(i);
45 std::list<int, min_allocator<int>> l1(a1, a1+3);
46 std::list<int, min_allocator<int>>::const_iterator i = l1.begin();
48 std::list<int, min_allocator<int>>::iterator j = l1.erase(i);

Completed in 834 milliseconds

<<11121314151617181920>>