Searched refs:list (Results 251 - 275 of 3732) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/std/containers/sequences/list/list.cons/
H A Dinput_iterator.pass.cpp10 // <list>
13 // list(InputIterator first, InputIterator last, const Allocator& = Allocator());
15 #include <list>
25 std::list<int> l(input_iterator<const int*>(a),
30 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j)
35 std::list<int> l(input_iterator<const int*>(a),
41 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j)
47 std::list<int, limited_allocator<int, sizeof(a)/sizeof(a[0]) + 2> > l(input_iterator<const int*>(a),
52 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j)
58 std::list<in
[all...]
H A Dsize_type.pass.cpp10 // <list>
12 // explicit list(size_type n);
14 #include <list>
27 typedef std::list<T, Allocator> C;
44 std::list<int> l(3);
47 std::list<int>::const_iterator i = l.begin();
56 std::list<int, limited_allocator<int, 3 + 2> > l(3);
59 std::list<int>::const_iterator i = l.begin();
68 typedef std::list<int, min_allocator<int> > C;
83 std::list<DefaultOnl
[all...]
/external/selinux/libselinux/src/
H A Dquery_user_context.c8 /* context_menu - given a list of contexts, presents a menu of security contexts
9 * to the user. Returns the number (position in the list) of
12 static int context_menu(char ** list) argument
19 for (i = 0; list[i]; i++)
20 printf("[%d] %s\n", i + 1, list[i]);
34 /* query_user_context - given a list of context, allow the user to choose one. The
35 * default is the first context in the list. Returns 0 on
38 int query_user_context(char ** list, char ** usercon) argument
41 int choice; /* The index in the list of the sid chosen by
44 if (!list[
[all...]
/external/autotest/contrib/
H A Dreverify_unknown30 HOSTS=( $(cli/atest host list --unlocked | awk "$GET_HOSTS") )
H A Dservo-inventory14 ../cli/atest host list -w cautotest | awk '
/external/e2fsprogs/e2fsck/
H A Dea_refcount.c36 struct ea_refcount_el *list; member in struct:ea_refcount
44 if (refcount->list)
45 ext2fs_free_mem(&refcount->list);
68 retval = ext2fs_get_mem(bytes, &refcount->list);
71 memset(refcount->list, 0, bytes);
91 struct ea_refcount_el *list; local
93 list = refcount->list;
95 if (list[i].ea_count) {
97 list[
283 struct ea_refcount_el *list; local
[all...]
/external/llvm/tools/llvm-pdbdump/
H A DLinePrinter.h18 #include <list>
42 void SetFilters(std::list<Regex> &List, Iter Begin, Iter End) {
52 std::list<Regex> ExcludeCompilandFilters;
53 std::list<Regex> ExcludeTypeFilters;
54 std::list<Regex> ExcludeSymbolFilters;
56 std::list<Regex> IncludeCompilandFilters;
57 std::list<Regex> IncludeTypeFilters;
58 std::list<Regex> IncludeSymbolFilters;
/external/parameter-framework/upstream/parameter/
H A DBackSynchronizer.h9 * list of conditions and the following disclaimer.
12 * this list of conditions and the following disclaimer in the documentation and/or
36 #include <list>
56 // Aggregate list
57 std::list<const CConfigurableElement *> _needingBackSyncList;
/external/pdfium/xfa/fde/css/
H A Dcfde_cssstylerule.cpp26 std::vector<std::unique_ptr<CFDE_CSSSelector>>* list) {
29 m_ppSelector.swap(*list);
25 SetSelector( std::vector<std::unique_ptr<CFDE_CSSSelector>>* list) argument
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMapFieldAccessor.cs11 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following disclaimer
50 IDictionary list = (IDictionary) GetValue(message);
51 list.Clear();
H A DRepeatedFieldAccessor.cs11 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following disclaimer
50 IList list = (IList) GetValue(message);
51 list.Clear();
/external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
H A DListAppender.java35 public List<LoggingEvent> list = new ArrayList<LoggingEvent>(); field in class:ListAppender
40 list.add(event);
/external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
H A DListHandler.java34 List<LogRecord> list = new ArrayList<LogRecord>(); field in class:ListHandler
46 list.add(logRecord);
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
H A DListAppender.java35 public List<LoggingEvent> list = new ArrayList<LoggingEvent>(); field in class:ListAppender
40 list.add(event);
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/
H A DListAppender.java35 public List<LoggingEvent> list = new ArrayList<LoggingEvent>(); field in class:ListAppender
40 list.add(event);
/external/syslinux/core/thread/
H A Dstart_thread.c60 t->list.prev = &curr->list;
61 t->list.next = curr->list.next;
62 curr->list.next = &t->list;
63 t->list.next->prev = &t->list;
/external/v8/tools/ignition/
H A Dlinux_perf_bytecode_annotate_test.py70 offsets = list(
76 disassembly = list(
/external/webrtc/webrtc/common_video/
H A Dvideo_render_frames.h16 #include <list>
50 // Sorted list with framed to be rendered, oldest first.
51 std::list<VideoFrame> incoming_frames_;
/external/webrtc/webrtc/modules/pacing/
H A Dbitrate_prober.h15 #include <list>
56 std::list<int> probe_bitrates_;
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocalePriorityListTest.java28 LocalePriorityList list = LocalePriorityList.add("af, en, fr;q=0.9").build();
29 assertEquals(expected, list.toString());
35 assertEquals(list, list2);
43 assertEquals(list, list3);
46 .add(list).build();
48 assertEquals(list, list4);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocalePriorityListTest.java27 LocalePriorityList list = LocalePriorityList.add("af, en, fr;q=0.9").build();
28 assertEquals(expected, list.toString());
34 assertEquals(list, list2);
42 assertEquals(list, list3);
45 .add(list).build();
47 assertEquals(list, list4);
/external/kmod/testsuite/
H A Dtest-blacklist.c41 struct kmod_list *list = NULL, *l, *filtered; local
57 list = kmod_list_append(list, mod);
60 err = kmod_module_apply_filter(ctx, KMOD_FILTER_BLACKLIST, list,
85 kmod_module_unref_list(list);
91 kmod_module_unref_list(list);
/external/libcxx/test/std/containers/sequences/list/list.special/
H A Dswap_noexcept.pass.cpp12 // <list>
14 // void swap(list& c)
23 #include <list>
59 typedef std::list<MoveOnly> C;
64 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C;
68 typedef std::list<MoveOnly, other_allocator<MoveOnly>> C;
73 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
83 typedef std::list<MoveOnly, some_alloc2<MoveOnly>> C;
/external/selinux/libselinux/utils/
H A Dgetconlist.c22 char **list, *usercon = NULL, *cur_context = NULL; local
57 /* Get the list and print it */
61 cur_context, &list);
63 ret = get_ordered_context_list(user, cur_context, &list);
65 for (i = 0; list[i]; i++)
66 puts(list[i]);
67 freeconary(list);

Completed in 3945 milliseconds

<<11121314151617181920>>