Searched defs:list (Results 76 - 100 of 1364) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DRepeatedFieldBuilderTest.java10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
59 List<TestAllTypes> list = builder.build();
60 assertEquals(2, list.size());
61 assertEquals(0, list.get(0).getOptionalInt32());
62 assertEquals(1, list.get(1).getOptionalInt32());
63 assertIsUnmodifiable(list);
67 assertSame(list, list2);
80 // Convert to list
81 List<TestAllTypes> list
170 assertIsUnmodifiable(List<?> list) argument
[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...]
/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...]
/external/chromium_org/tools/gn/
H A Dfunction_write_file.cc26 " If data is a list, the list will be written one-item-per-line with no\n"
30 " list formatting.\n"
38 " The list or string to write.\n";
63 const std::vector<Value>& list = args[1].list_value(); local
64 for (size_t i = 0; i < list.size(); i++)
65 contents << list[i].ToString(false) << std::endl;
/external/chromium_org/v8/test/cctest/
H A Dtest-list.cc7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
55 // Check that we can add (a reference to) an element of the list
58 // Add elements to the list to grow it to its capacity.
59 List<int, ZeroingAllocationPolicy> list(4);
60 list.Add(1);
61 list.Add(2);
62 list.Add(3);
63 list.Add(4);
66 list
159 List<int>* list = new List<int>(0); local
[all...]
/external/chromium_org/webkit/browser/fileapi/
H A Dmock_file_change_observer.cc22 ChangeObserverList list; local
23 return list.AddObserver(observer, base::MessageLoopProxy::current().get());
/external/clang/test/CodeGen/
H A D2002-07-14-MiscListTests.c3 // Test list stuff
7 // Test opaque structure support. the list type is defined later
8 struct list;
10 struct list *PassThroughList(struct list *L) {
17 typedef struct list { struct
19 struct list *Next;
20 } list; typedef in typeref:struct:list
22 list *Data;
28 Data = (list*)mallo
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderSection.java29 /** {@code non-null;} the list of the one item in the section */
30 private final List<HeaderItem> list; field in class:HeaderSection
43 this.list = Collections.singletonList(item);
55 return list;
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_ex.c26 @param list The list of items to decode
27 @param outlen The number of items in the list
28 @param ordered Search an unordeded or ordered list
32 ltc_asn1_list *list, unsigned long outlen, int ordered)
39 LTC_ARGCHK(list != NULL);
80 list[i].used = 0;
87 type = list[i].type;
88 size = list[i].size;
89 data = list[
31 der_decode_sequence_ex(const unsigned char *in, unsigned long inlen, ltc_asn1_list *list, unsigned long outlen, int ordered) argument
[all...]
H A Dder_encode_sequence_ex.c24 @param list The list of items to encode
25 @param inlen The number of items in the list
31 int der_encode_sequence_ex(ltc_asn1_list *list, unsigned long inlen, argument
38 LTC_ARGCHK(list != NULL);
45 type = list[i].type;
46 size = list[i].size;
47 data = list[i].data;
191 type = list[i].type;
192 size = list[
[all...]
H A Dder_length_sequence.c22 @param list The sequences of items in the SEQUENCE
27 int der_length_sequence(ltc_asn1_list *list, unsigned long inlen, argument
34 LTC_ARGCHK(list != NULL);
40 type = list[i].type;
41 size = list[i].size;
42 data = list[i].data;
/external/dropbear/libtomcrypt/src/pk/asn1/der/set/
H A Dder_encode_set.c52 /* their order in the original list now determines the position */
61 @param list The list of items to encode
62 @param inlen The number of items in the list
67 int der_encode_set(ltc_asn1_list *list, unsigned long inlen, argument
74 /* make copy of list */
82 copy[x] = list[x];
92 /* free list */
/external/dropbear/libtomcrypt/testprof/
H A Dtomcrypt_test.h44 extern struct list { struct
/external/e2fsprogs/e2fsck/
H A Dprof_err.c15 "Bad linked list in profile structures",
58 void initialize_prof_error_table_r(struct et_list **list);
66 void initialize_prof_error_table_r(struct et_list **list) argument
70 for (end = list, et = *list; et; end = &et->next, et = et->next)
/external/e2fsprogs/lib/et/test_cases/
H A Dcontinuation.c28 void initialize_ovk_error_table_r(struct et_list **list);
36 void initialize_ovk_error_table_r(struct et_list **list) argument
40 for (end = list, et = *list; et; end = &et->next, et = et->next)
H A Dheimdal.c109 void initialize_krb_error_table_r(struct et_list **list);
117 void initialize_krb_error_table_r(struct et_list **list) argument
121 for (end = list, et = *list; et; end = &et->next, et = et->next)
H A Dheimdal2.c95 void initialize_kadm_error_table_r(struct et_list **list);
103 void initialize_kadm_error_table_r(struct et_list **list) argument
107 for (end = list, et = *list; et; end = &et->next, et = et->next)
H A Dheimdal3.c29 void initialize_h3test_error_table_r(struct et_list **list);
37 void initialize_h3test_error_table_r(struct et_list **list) argument
41 for (end = list, et = *list; et; end = &et->next, et = et->next)
H A Dimap_err.c57 void initialize_imap_error_table_r(struct et_list **list);
65 void initialize_imap_error_table_r(struct et_list **list) argument
69 for (end = list, et = *list; et; end = &et->next, et = et->next)
H A Dsimple.c49 void initialize_krb_error_table_r(struct et_list **list);
57 void initialize_krb_error_table_r(struct et_list **list) argument
61 for (end = list, et = *list; et; end = &et->next, et = et->next)
/external/e2fsprogs/lib/ext2fs/
H A Dext2_err.c21 "Wrong magic number for directory block list structure",
115 "Ext2fs directory block list is empty",
164 void initialize_ext2_error_table_r(struct et_list **list);
172 void initialize_ext2_error_table_r(struct et_list **list) argument
176 for (end = list, et = *list; et; end = &et->next, et = et->next)
/external/eigen/Eigen/src/StlSupport/
H A DStdList.h17 #define EIGEN_EXPLICIT_STL_LIST_INSTANTIATION(...) template class std::list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> >;
24 * std::list such that for data types with alignment issues the correct allocator
32 class list<__VA_ARGS__, _Ay> \
33 : public list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \
35 typedef list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > list_base; \
41 explicit list(const allocator_type& a = allocator_type()) : list_base(a) {} \
43 list(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) : list_base(first, last, a) {} \
44 list(const list& c) : list_base(c) {} \
45 explicit list(size_typ
80 class list<T,EIGEN_ALIGNED_ALLOCATOR<T> > class in namespace:std
[all...]
/external/elfutils/libelf/
H A Delf32_updatenull.c31 Inc. may make changes or additions to the list of Approved Interfaces.
188 Elf_ScnList *list; local
204 list = &elf->state.ELFW(elf,LIBELFBITS).scns;
208 if (list->data[1].shdr.ELFW(e,LIBELFBITS) == NULL)
209 (void) __elfw2(LIBELFBITS,getshdr_wrlock) (&list->data[1]);
213 for (size_t cnt = first == true; cnt < list->cnt; ++cnt)
215 Elf_Scn *scn = &list->data[cnt];
276 if (list->data[cnt].data_list_rear != NULL)
369 changed. Create the section data list. */
395 assert (list
[all...]
H A Delf_end.c31 Inc. may make changes or additions to the list of Approved Interfaces.
100 /* Remove this structure from the children list. */
153 Elf_ScnList *list = (elf->class == ELFCLASS32 local
162 size_t cnt = list->max;
168 Elf_Scn *scn = &list->data[cnt];
187 /* Free the list of data buffers for the section.
201 Elf_ScnList *oldp = list;
202 list = list->next;
203 assert (list
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DTestLogHandler.java56 /** We will keep a private list of all logged records */
57 private final List<LogRecord> list = field in class:TestLogHandler
61 * Adds the most recently logged record to our list.
65 list.add(record);
75 list.clear();
79 * Fetch the list of logged records
80 * @return unmodifiable LogRecord list of all logged records
83 List<LogRecord> result = new ArrayList<LogRecord>(list);

Completed in 403 milliseconds

1234567891011>>