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

1234567891011>>

/external/chromium_org/ui/events/platform/
H A Dplatform_event_source_unittest.cc79 TestPlatformEventDispatcher(int id, std::vector<int>* list) argument
81 list_(list),
116 TestPlatformEventObserver(int id, std::vector<int>* list) argument
117 : id_(id), list_(list) {
255 std::vector<int> list; local
256 TestPlatformEventDispatcher first_d(12, &list);
257 TestPlatformEventObserver first_o(10, &list);
258 TestPlatformEventDispatcher second_d(23, &list);
259 TestPlatformEventObserver second_o(20, &list);
263 EXPECT_EQ(std::vector<int>(expected, expected + arraysize(expected)), list); local
269 std::vector<int> list; local
292 std::vector<int> list; local
335 RunCallbackDuringDispatch(int id, std::vector<int>* list) argument
361 std::vector<int> list; local
382 std::vector<int> list; local
403 std::vector<int> list; local
421 std::vector<int> list; local
441 std::vector<int> list; local
465 std::vector<int> list; local
534 std::vector<int> list; variable
570 DestroyScopedHandleDispatcher(int id, std::vector<int>* list) argument
610 NestedTask(std::vector<int>* list, TestPlatformEventDispatcher* dispatcher) argument
644 std::vector<int> list; variable
691 NestedTask(scoped_ptr<ScopedEventDispatcher> dispatch_handle, std::vector<int>* list) argument
744 std::vector<int> list; variable
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_view.css27 #events-view-source-list {
32 #events-view-source-list-table {
36 #events-view-source-list-table thead td {
42 #events-view-source-list-table td {
51 #events-view-source-list-tbody .mouseover {
55 #events-view-source-list-tbody .selected {
59 #events-view-source-list-tbody .error {
63 #events-view-source-list-tbody .inactive {
67 #events-view-source-list-tbody .source-connect-job {
71 #events-view-source-list
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh12 # notice, this list of conditions and the following disclaimer.
14 # copyright notice, this list of conditions and the following disclaimer
61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.'
63 grep 'testing: testzip\.pb\.cc *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
65 grep 'testing: testzip\.pb\.h *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
67 grep 'testing: testzip_pb2\.py *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
69 grep -i 'manifest' $TEST_TMPDIR/testzip.list > /dev/null \
77 jar tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list || fail 'jar failed.'
79 grep '^test/jar/Foo\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
81 grep '^test/jar/Bar\.java$' $TEST_TMPDIR/testzip.list > /de
[all...]
/external/elfutils/0.153/libelf/
H A Delf_nextscn.c31 Inc. may make changes or additions to the list of Approved Interfaces.
92 Elf_ScnList *list = scn->list; local
94 if (scn + 1 < &list->data[list->cnt])
96 else if (scn + 1 == &list->data[list->max]
97 && (list = list->next) != NULL)
99 /* If there is another element in the section list i
[all...]
/external/libcxx/test/containers/sequences/list/list.cons/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/sequences/list/list.cons/Android.mk
19 test_name := containers/sequences/list/list.cons/default
23 test_name := containers/sequences/list/list.cons/size_type
27 test_name := containers/sequences/list/list.cons/move_noexcept
31 test_name := containers/sequences/list/list
[all...]
H A Dmove.pass.cpp10 // <list>
12 // list(list&& c);
14 #include <list>
24 std::list<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
25 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
31 std::list<MoveOnly, test_allocator<MoveOnly> > l2 = std::move(l);
37 std::list<MoveOnly, other_allocator<MoveOnly> > l(other_allocator<MoveOnly>(5));
38 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5));
44 std::list<MoveOnl
[all...]
H A Ddefault_stack_alloc.pass.cpp10 // <list>
12 // explicit list(const Alloc& = Alloc());
14 #include <list>
22 std::list<int> l;
27 std::list<int> l((std::allocator<int>()));
32 std::list<int, stack_allocator<int, 4> > l;
38 std::list<int, min_allocator<int>> l;
43 std::list<int, min_allocator<int>> l((min_allocator<int>()));
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh12 # notice, this list of conditions and the following disclaimer.
14 # copyright notice, this list of conditions and the following disclaimer
55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.'
57 grep 'testing: testzip\.pb\.cc *OK$' testzip.list > /dev/null \
59 grep 'testing: testzip\.pb\.h *OK$' testzip.list > /dev/null \
61 grep 'testing: testzip_pb2\.py *OK$' testzip.list > /dev/null \
63 grep -i 'manifest' testzip.list > /dev/null \
71 jar tf testzip.jar > testzip.list || fail 'jar failed.'
73 grep '^test/jar/Foo\.java$' testzip.list > /dev/null \
75 grep '^test/jar/Bar\.java$' testzip.list > /de
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dspan.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
72 void DLL_Init(Span* list) { argument
73 list->next = list;
74 list->prev = list;
84 int DLL_Length(const Span* list) { argument
86 for (Span* s = list->next; s != list;
92 DLL_Prepend(Span* list, Span* span) argument
[all...]
H A Dspan.h9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
47 Span* next; // Used when in link list
48 Span* prev; // Used when in link list
49 void* objects; // Linked list of free objects
78 // Doubly linked list of spans.
81 // Initialize *list to an empty list.
82 void DLL_Init(Span* list);
84 // Remove 'span' from the linked list i
89 DLL_IsEmpty(const Span* list) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dspan.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
72 void DLL_Init(Span* list) { argument
73 list->next = list;
74 list->prev = list;
84 int DLL_Length(const Span* list) { argument
86 for (Span* s = list->next; s != list;
92 DLL_Prepend(Span* list, Span* span) argument
[all...]
H A Dspan.h9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
47 Span* next; // Used when in link list
48 Span* prev; // Used when in link list
49 void* objects; // Linked list of free objects
78 // Doubly linked list of spans.
81 // Initialize *list to an empty list.
82 void DLL_Init(Span* list);
84 // Remove 'span' from the linked list i
89 DLL_IsEmpty(const Span* list) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_hook_test.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
100 int TestHookList_Traverse(const TestHookList& list, int* output_array, int n) { argument
102 int result = list.Traverse(values_as_hooks, min(n, kHookListMaxValues));
109 bool TestHookList_Add(TestHookList* list, int val) { argument
110 return list->Add(reinterpret_cast<MallocHook::NewHook>(val));
113 bool TestHookList_Remove(TestHookList* list, int val) { argument
114 return list->Remove(reinterpret_cast<MallocHook::NewHook>(val));
122 TestHookList list = INIT_HOOK_LIST(69); local
124 EXPECT_EQ(1, TestHookList_Traverse(list, value
130 TestHookList list = INIT_HOOK_LIST(69); local
139 TestHookList list = INIT_HOOK_LIST(69); local
150 TestHookList list = INIT_HOOK_LIST(69); local
166 TestHookList list = INIT_HOOK_LIST(69); local
182 TestHookList list = INIT_HOOK_LIST(69); local
192 TestHookList list = INIT_HOOK_LIST(69); local
208 MultithreadedTestThread(TestHookList* list, int shift, int thread_num) argument
249 static TestHookList list = INIT_HOOK_LIST(69); member in namespace:__anon15571
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_hook_test.cc9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
100 int TestHookList_Traverse(const TestHookList& list, int* output_array, int n) { argument
102 int result = list.Traverse(values_as_hooks, min(n, kHookListMaxValues));
109 bool TestHookList_Add(TestHookList* list, int val) { argument
110 return list->Add(reinterpret_cast<MallocHook::NewHook>(val));
113 bool TestHookList_Remove(TestHookList* list, int val) { argument
114 return list->Remove(reinterpret_cast<MallocHook::NewHook>(val));
122 TestHookList list = INIT_HOOK_LIST(69); local
124 EXPECT_EQ(1, TestHookList_Traverse(list, value
130 TestHookList list = INIT_HOOK_LIST(69); local
139 TestHookList list = INIT_HOOK_LIST(69); local
150 TestHookList list = INIT_HOOK_LIST(69); local
166 TestHookList list = INIT_HOOK_LIST(69); local
182 TestHookList list = INIT_HOOK_LIST(69); local
192 TestHookList list = INIT_HOOK_LIST(69); local
208 MultithreadedTestThread(TestHookList* list, int shift, int thread_num) argument
249 static TestHookList list = INIT_HOOK_LIST(69); member in namespace:__anon15614
[all...]
/external/chromium_org/remoting/protocol/
H A Dsession_config.h8 #include <list>
51 // std::list<ChannelConfig>.
108 const std::list<ChannelConfig>& control_configs() const {
112 std::list<ChannelConfig>* mutable_control_configs() {
116 const std::list<ChannelConfig>& event_configs() const {
120 std::list<ChannelConfig>* mutable_event_configs() {
124 const std::list<ChannelConfig>& video_configs() const {
128 std::list<ChannelConfig>* mutable_video_configs() {
132 const std::list<ChannelConfig>& audio_configs() const {
136 std::list<ChannelConfi
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dsearch_engine_manager.css9 .search-engine-list input {
13 .search-engine-list > div {
17 .search-engine-list .favicon {
27 .search-engine-list .name-column {
35 .search-engine-list .name-column :last-child {
39 .search-engine-list .keyword-column {
45 .search-engine-list .url-column {
50 .search-engine-list .keyword-column,
51 .search-engine-list .url-column {
55 .search-engine-list
[all...]
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DCollectionUtil.java29 ArrayList<E> list = new ArrayList<E>(elements.length);
30 Collections.addAll(list, elements);
31 return list;
35 ArrayList<E> list = new ArrayList<E>();
37 list.add(element);
39 return list;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBorderImage.cpp28 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
30 list->append(image);
43 list->append(listSlash);
45 list->append(imageSlice);
47 list->append(repeat);
48 return list.release();
H A DMediaQueryListTest.cpp28 RefPtrWillBeRawPtr<MediaQueryList> list = MediaQueryList::create(document.get(), MediaQueryMatcher::create(*document), MediaQuerySet::create()); local
29 list->addListener(adoptRefWillBeNoop(new TestListener()));
30 list->stop();
/external/qemu/include/qemu/
H A Dnotify.h35 void notifier_list_init(NotifierList *list);
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
41 void notifier_list_notify(NotifierList *list, void *data);
62 void notifier_with_return_list_init(NotifierWithReturnList *list);
64 void notifier_with_return_list_add(NotifierWithReturnList *list,
69 int notifier_with_return_list_notify(NotifierWithReturnList *list,
/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c41 void add_inferior_to_list (struct inferior_list *list, argument
45 if (list->tail != NULL)
46 list->tail->next = new_inferior;
48 list->head = new_inferior;
49 list->tail = new_inferior;
52 void for_each_inferior (struct inferior_list *list, argument
55 struct inferior_list_entry *cur = list->head, *next;
64 void change_inferior_id (struct inferior_list *list, argument
67 if (list->head != list
73 remove_inferior(struct inferior_list *list, struct inferior_list_entry *entry) argument
178 find_inferior(struct inferior_list *list, int (*func) (struct inferior_list_entry *, void *), void *arg) argument
195 find_inferior_id(struct inferior_list *list, unsigned long id) argument
[all...]
/external/libcxx/test/containers/sequences/list/list.special/
H A Dswap.pass.cpp10 // <list>
13 // void swap(list<T,Alloc>& x, list<T,Alloc>& y);
15 #include <list>
25 std::list<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0]));
26 std::list<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0]));
28 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
29 assert(c2 == std::list<int>(a1, a1+sizeof(a1)/sizeof(a1[0])));
34 std::list<int> c1(a1, a1);
35 std::list<in
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory_linux.css9 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
10 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4),
11 table.list#browserComparison tr.firstRow th:nth-child(1) {
15 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
16 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
17 table.list#memoryDetails tr.firstRow th:nth-child(2) {
/external/libcxx/test/containers/sequences/list/
H A Ddb_cback.pass.cpp10 // <list>
18 #include <list>
30 typedef std::list<T> C;
38 typedef std::list<T, min_allocator<T>> C;
H A Ddb_cfront.pass.cpp10 // <list>
18 #include <list>
30 typedef std::list<T> C;
38 typedef std::list<T, min_allocator<T>> C;

Completed in 1351 milliseconds

1234567891011>>