HomeSort by relevance Sort by last modified time
    Searched refs:list (Results 476 - 500 of 9918) sorted by null

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 54 import java.util.List;
231 List<String> expected = Collections.singletonList("foo");
232 List<String> actual = Lists.newArrayList(filtered);
240 List<String> expected = Collections.emptyList();
241 List<String> actual = Lists.newArrayList(filtered);
249 List<String> expected = Lists.newArrayList("foo", "bar");
250 List<String> actual = Lists.newArrayList(filtered);
265 List<String> expected = Collections.emptyList();
266 List<String> actual = Lists.newArrayList(filtered);
272 final List<Integer> list = asList(1, 2, 3, 4, 5) local
288 List<String> list = Lists.newArrayList(); local
299 List<String> list = Lists.newArrayList(); local
310 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
317 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
325 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
336 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
342 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
350 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
358 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
366 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
374 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
382 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
389 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
396 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
403 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
411 Iterable<String> list = Lists.newArrayList("cool", "pants"); local
434 List<String> list = Lists.newArrayList("1", "2", "3"); local
878 List<Integer> list = asList(1, 2); local
951 List<Integer> list = asList(1, 2); local
1141 List<String> list = Collections.emptyList(); local
1149 List<String> list = newArrayList(); local
1174 List<String> list = newArrayList(); local
1187 final List<Integer> list = Lists.newArrayList(1, 2, 3, 4, 5); local
1217 List<String> list = newArrayList(); local
1224 List<String> list = newArrayList(); local
1253 List<String> list = newArrayList(); local
1262 List<String> list = newArrayList(); local
1274 List<String> list = newArrayList(); local
1286 List<String> list = newArrayList(); local
1296 List<String> list = newArrayList("a", "b", "c"); local
1305 List<String> list = newArrayList(); local
1314 List<String> list = newArrayList(); local
1323 List<String> list = newArrayList(); local
1332 List<String> list = newArrayList(); local
1346 List<String> list = newArrayList(); local
1355 List<String> list = newArrayList(); local
1364 List<String> list = newArrayList("a", "b", "c"); local
1373 List<String> list = newArrayList("a", null, "b", null, "a", null); local
1392 List<String> list = newArrayList("a", "b", "c", "d", "e"); local
1402 List<String> list = newArrayList("a", "b", "c", "d", "e"); local
1424 List<String> list = newArrayList("a", "b", "c", "d", "e"); local
    [all...]
IterablesTest.java 45 import java.util.List;
84 List<Integer> nums = asList(1, 2, 3, 4, 5);
85 List<Integer> collection = new ArrayList<Integer>(nums) {
95 final List<String> list = asList(elements); local
99 return list.iterator();
218 List<String> expected = Collections.singletonList("foo");
219 List<String> actual = newArrayList(filtered);
226 List<String> list = newArrayList()
    [all...]
  /external/oprofile/libpp/
arrange_profiles.h 3 * 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
61 * List of callgraph sample filename. If the {dep} part of
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
    [all...]
  /external/stlport/stlport/stl/
_list.c 87 # define list _STLP_PTR_IMPL_NAME(list) macro
89 # define list _STLP_NON_DBG_NAME(list) macro
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
134 #if !defined (list)
239 # undef list macro
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 87 # define list _STLP_PTR_IMPL_NAME(list) macro
89 # define list _STLP_NON_DBG_NAME(list) macro
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
134 #if !defined (list)
239 # undef list macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.c 87 # define list _STLP_PTR_IMPL_NAME(list) macro
89 # define list _STLP_NON_DBG_NAME(list) macro
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
134 #if !defined (list)
239 # undef list macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.c 87 # define list _STLP_PTR_IMPL_NAME(list) macro
89 # define list _STLP_NON_DBG_NAME(list) macro
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
134 #if !defined (list)
239 # undef list macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.c 87 # define list _STLP_PTR_IMPL_NAME(list) macro
89 # define list _STLP_NON_DBG_NAME(list) macro
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
134 #if !defined (list)
239 # undef list macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.c 87 # define list _STLP_PTR_IMPL_NAME(list) macro
89 # define list _STLP_NON_DBG_NAME(list) macro
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
134 #if !defined (list)
239 # undef list macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_list.c 87 # define list _STLP_PTR_IMPL_NAME(list) macro
89 # define list _STLP_NON_DBG_NAME(list) macro
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
134 #if !defined (list)
239 # undef list macro
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 37 const android::String8* list[] = {&STR_FILE, &STR_REPORT, NULL}; local
38 registerSupportedStringAttributes(list);
54 UniquePtr<std::vector<android::String8> > list(StringUtil::split(fileValue, ','));
55 std::vector<android::String8>* listp = list.get();
78 UniquePtr<std::list<TaskCase::BufferPair> > buffers(
80 std::list<TaskCase::BufferPair>* buffersp = buffers.get();
85 std::list<TaskCase::BufferPair>::iterator it = buffersp->begin();
86 std::list<TaskCase::BufferPair>::iterator end = buffersp->end();
107 UniquePtr<std::vector<android::String8> > list(StringUtil::split(reportValue, ','));
108 std::vector<android::String8>* listp = list.get()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
breakpointsList.css 10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
46 ol.breakpoint-list {
48 list-style: none;
53 .breakpoints-list-deactivated {
58 .breakpoint-list li {
65 .breakpoint-list li:hover {
69 .breakpoint-list .checkbox-elem {
78 .breakpoint-list .source-text {
  /external/junit/src/org/junit/experimental/theories/internal/
AllMembersSupplier.java 10 import java.util.List;
63 public List<PotentialAssignment> getValueSources(ParameterSignature sig) {
64 List<PotentialAssignment> list= new ArrayList<PotentialAssignment>(); local
66 addFields(sig, list);
67 addSinglePointMethods(sig, list);
68 addMultiPointMethods(list);
70 return list;
73 private void addMultiPointMethods(List<PotentialAssignment> list) {
77 addArrayValues(dataPointsMethod.getName(), list, dataPointsMethod.invokeExplosively(null)); local
101 addArrayValues(field.getName(), list, getStaticFieldValue(field)); local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp 90 hwc_display_contents_1_t *list = displays[i]; local
95 if (LIKELY(list && list->numHwLayers > 1)) {
96 for(uint32_t j = 0; j < list->numHwLayers; j++) {
97 if(list->hwLayers[j].compositionType != HWC_FRAMEBUFFER_TARGET)
98 list->hwLayers[j].compositionType = HWC_FRAMEBUFFER;
138 hwc_display_contents_1_t *list) {
143 if (LIKELY(list && list->numHwLayers > 1) &&
145 reset_layer_prop(ctx, dpy, list->numHwLayers - 1)
221 hwc_display_contents_1_t *list = displays[i]; local
467 hwc_display_contents_1_t* list = displays[i]; local
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc.cpp 90 hwc_display_contents_1_t *list = displays[i]; local
95 if (LIKELY(list && list->numHwLayers > 1)) {
96 for(uint32_t j = 0; j < list->numHwLayers; j++) {
97 if(list->hwLayers[j].compositionType != HWC_FRAMEBUFFER_TARGET)
98 list->hwLayers[j].compositionType = HWC_FRAMEBUFFER;
138 hwc_display_contents_1_t *list) {
143 if (LIKELY(list && list->numHwLayers > 1) &&
145 reset_layer_prop(ctx, dpy, list->numHwLayers - 1)
221 hwc_display_contents_1_t *list = displays[i]; local
468 hwc_display_contents_1_t* list = displays[i]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 55 _string_list_append_item (string_list_t *list, const char *str);
58 _string_list_contains (string_list_t *list, const char *member, int *index);
61 _string_list_length (string_list_t *list);
70 _argument_list_append (argument_list_t *list, token_list_t *argument);
73 _argument_list_length (argument_list_t *list);
76 _argument_list_member_at (argument_list_t *list, int index);
89 _token_list_append (token_list_t *list, token_t *token);
92 _token_list_append_list (token_list_t *list, token_list_t *tail);
108 /* Expand list, and begin lexing from the result (after first
114 token_list_t *list);
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 55 _string_list_append_item (string_list_t *list, const char *str);
58 _string_list_contains (string_list_t *list, const char *member, int *index);
61 _string_list_length (string_list_t *list);
70 _argument_list_append (argument_list_t *list, token_list_t *argument);
73 _argument_list_length (argument_list_t *list);
76 _argument_list_member_at (argument_list_t *list, int index);
89 _token_list_append (token_list_t *list, token_t *token);
92 _token_list_append_list (token_list_t *list, token_list_t *tail);
108 /* Expand list, and begin lexing from the result (after first
114 token_list_t *list);
    [all...]
  /external/dropbear/libtommath/
dep.pl 62 my $list = $filename;
75 if (!($list =~ /$a/)) {
78 $list = $list . "," . $a;
82 @deplist{$filename} = $list;
96 $list = "";
105 if ($list =~ /@funcs[0]/) {
108 $list = $list . @funcs[0];
114 my $temp = $list;
    [all...]
  /external/e2fsprogs/lib/et/
com_right.c 18 * 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)
51 for (p = list; p; p = p->next) {
59 com_right_r(struct et_list *list, long code, char *str, size_t len)
62 for (p = list; p; p = p->next) {
86 initialize_error_table_r(struct et_list **list,
95 for (end = list, et = *list; et; end = &et->next, et = et->next)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
erase_iter.pass.cpp 10 // <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);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 40 ArrayList<Bitmap> list = new ArrayList<Bitmap>(); local
41 list.add(bitmap);
45 list.add(bitmap);
48 mScreenNail = new BitmapScreenNail(list.remove(list.size() - 1));
49 mMipmaps = list.toArray(new Bitmap[list.size()]);
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 280 void CompassSensor::fillList(struct sensor_t *list)
288 list->maxRange = COMPASS_MPU9150_RANGE;
291 // list->resolution = COMPASS_MPU9150_RESOLUTION;
292 list->resolution = COMPASS_AKM8963_RESOLUTION;
293 list->power = COMPASS_MPU9150_POWER;
294 list->minDelay = COMPASS_MPU9150_MINDELAY;
299 list->maxRange = COMPASS_AKM8975_RANGE;
300 list->resolution = COMPASS_AKM8975_RESOLUTION;
301 list->power = COMPASS_AKM8975_POWER;
302 list->minDelay = COMPASS_AKM8975_MINDELAY
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 283 void CompassSensor::fillList(struct sensor_t *list)
291 list->maxRange = COMPASS_MPU9150_RANGE;
292 list->resolution = COMPASS_MPU9150_RESOLUTION;
293 list->power = COMPASS_MPU9150_POWER;
294 list->minDelay = COMPASS_MPU9150_MINDELAY;
301 list->maxRange = COMPASS_AKM8975_RANGE;
302 list->resolution = COMPASS_AKM8975_RESOLUTION;
303 list->power = COMPASS_AKM8975_POWER;
304 list->minDelay = COMPASS_AKM8975_MINDELAY;
308 list->maxRange = COMPASS_YAS53x_RANGE
    [all...]
  /external/iproute2/ip/
ipmaddr.c 196 static void print_maddr(FILE *fp, struct ma_info *list)
200 if (list->addr.family == AF_PACKET) {
202 fprintf(fp, "link %s", ll_addr_n2a((unsigned char*)list->addr.data,
203 list->addr.bytelen, 0,
207 switch(list->addr.family) {
215 fprintf(fp, "family %d ", list->addr.family);
219 format_host(list->addr.family,
221 list->addr.data,
224 if (list->users != 1)
225 fprintf(fp, " users %d", list->users)
249 struct ma_info *list = NULL; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
ContactList.java 4 import java.util.List;
18 ContactList list = new ContactList(); local
21 list.add(Contact.get(number, canBlock));
24 return list;
30 ContactList list = new ContactList(); local
37 list.add(contact);
40 return list;
51 ContactList list = new ContactList(); local
57 list.add(contact);
60 final List<Contact> contacts = Contact.getByPhoneUris(uris)
73 ContactList list = new ContactList(); local
    [all...]

Completed in 1126 milliseconds

<<11121314151617181920>>