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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-ref-inline.h 57 /* Return reference list REF is in. */
68 /* Return reference list REF is in. */
79 /* Return first reference in LIST or NULL if empty. */
82 ipa_ref_list_first_reference (struct ipa_ref_list *list)
84 if (!VEC_length (ipa_ref_t, list->references))
86 return VEC_index (ipa_ref_t, list->references, 0);
89 /* Return first refering ref in LIST or NULL if empty. */
92 ipa_ref_list_first_refering (struct ipa_ref_list *list)
94 if (!VEC_length (ipa_ref_ptr, list->refering))
96 return VEC_index (ipa_ref_ptr, list->refering, 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref-inline.h 57 /* Return reference list REF is in. */
68 /* Return reference list REF is in. */
79 /* Return first reference in LIST or NULL if empty. */
82 ipa_ref_list_first_reference (struct ipa_ref_list *list)
84 if (!VEC_length (ipa_ref_t, list->references))
86 return VEC_index (ipa_ref_t, list->references, 0);
89 /* Return first refering ref in LIST or NULL if empty. */
92 ipa_ref_list_first_refering (struct ipa_ref_list *list)
94 if (!VEC_length (ipa_ref_ptr, list->refering))
96 return VEC_index (ipa_ref_ptr, list->refering, 0)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 33 import java.util.List;
37 * A generic JUnit test which tests {@code subList()} operations on a list.
84 assertEquals("subList(0, size) should be equal to the original list",
91 List<E> subList = getList().subList(0, 1);
93 List<E> expected =
100 List<E> subList = getList().subList(0, 0);
108 List<E> subList = getList().subList(0, 1);
110 List<E> expected = Helpers.copyToList(createSamplesArray());
118 List<E> subList = getList().subList(0, 1);
120 assertEquals("A set() call to a list after a sublist has been created
179 List<E> list = getList(); local
195 List<E> list = getList(); local
209 List<E> list = getList(); local
233 List<E> list = getList(); local
251 List<E> list = getList(); local
277 List<E> list = getList(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
erase_iter_iter.pass.cpp 10 // <list>
14 #include <list>
23 std::list<int> l1(a1, a1+3);
24 std::list<int>::iterator i = l1.erase(l1.cbegin(), l1.cbegin());
30 std::list<int> l1(a1, a1+3);
31 std::list<int>::iterator i = l1.erase(l1.cbegin(), next(l1.cbegin()));
35 assert(l1 == std::list<int>(a1+1, a1+3));
38 std::list<int> l1(a1, a1+3);
39 std::list<int>::iterator i = l1.erase(l1.cbegin(), next(l1.cbegin(), 2));
43 assert(l1 == std::list<int>(a1+2, a1+3))
    [all...]
  /system/core/libcutils/
dir_hash.c 117 struct list { struct
119 struct list *next;
123 struct list *const *ra = a;
124 struct list *const *rb = b;
130 struct list **out) {
131 struct list *list = NULL; local
132 struct list *f;
150 struct list *node = malloc(sizeof(struct list));
269 struct list **list; local
    [all...]
  /external/qemu/
qemu-option.c 156 * Searches an option list for an option with the given name
158 QEMUOptionParameter *get_option_parameter(QEMUOptionParameter *list,
161 while (list && list->name) {
162 if (!strcmp(list->name, name)) {
163 return list;
165 list++;
242 * Sets the value of a parameter in a given option list. The parsing of the
258 int set_option_parameter(QEMUOptionParameter *list, const char *name,
264 list = get_option_parameter(list, name)
521 QemuOptsList *list; member in struct:QemuOpts
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
sidebar.js 18 function toggleList(list) {
19 if (typeof list.length != 'number') {
20 list = Array(list);
23 for (var i = 0; i < list.length; i++) {
24 var toggle = list[i].parentNode &&
25 list[i].parentNode.firstChild;
28 list[i].style.display = visible ? 'block' : 'none';
50 * Adds toggle controls to the sidebar list.
52 * Controls are inserted as the first children of list items in the sideba
    [all...]
  /external/chromium_org/android_webview/browser/
gl_view_renderer_manager.h 8 #include <list>
17 typedef std::list<BrowserViewRenderer*> ListType;
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_free_disk_space_getter.h 8 #include <list>
24 // Pushes the given value to the back of the fake value list.
26 // If the fake value list is empty, AmountOfFreeDiskSpace() will return
29 // the list and removes it from the list.
36 std::list<int64> fake_values_;
  /external/chromium_org/courgette/
base_test_unittest.h 8 #include <list>
18 // Pass a list of strings, and get back the concatenated contents
20 std::string FilesContents(std::list<std::string> file_names) const;
  /external/chromium_org/media/audio/
audio_device_name.h 8 #include <list>
23 typedef std::list<AudioDeviceName> AudioDeviceNames;
  /external/chromium_org/net/dns/
address_sorter.h 20 // AddressSorter does not necessarily preserve port numbers on the sorted list.
24 const AddressList& list)> CallbackType;
28 // Sorts |list|, which must include at least one IPv6 address.
31 virtual void Sort(const AddressList& list,
  /external/chromium_org/remoting/host/
desktop_resizer.h 8 #include <list>
25 // Get the list of supported resolutions, which should ideally include
27 // 1. Return the list of resolutions supported by the underlying video
29 // 2. Return a list containing just |preferred|, perhaps after imposing
32 // 3. Return an empty list if resize is not supported.
33 virtual std::list<ScreenResolution> GetSupportedResolutions(
  /external/chromium_org/ui/webui/resources/css/
list.css 5 list,
11 list. */
14 list > *,
30 list > * {
38 list > [lead],
43 list:focus > [lead],
49 list > [anchor],
54 list:not([disabled]) > :hover,
61 list > [selected],
70 list:focus > [selected]
    [all...]
  /external/linux-tools-perf/util/
generate-cmdlist.sh 14 sed -n -e 's/^perf-\([^ ]*\)[ ].* common.*/\1/p' ${PREFIX}/command-list.txt |
  /external/srec/seti/sltsEngine/include/
linklist.h 46 For now, dynamically allocate a new list node with the data
48 LListResult Insert(LList *list, void *data);
55 For now, dynamically free a new list node
58 LListResult Delete(LList *list);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/
post.pass.cpp 17 #include <list>
33 test(std::list<int>());
pre.pass.cpp 17 #include <list>
31 test(std::list<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
rv_value.pass.cpp 21 #include <list>
39 test(std::list<std::unique_ptr<int> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk/
test.pass.cpp 17 #include <list>
31 test(std::list<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/
test.pass.cpp 17 #include <list>
32 test(std::list<int>());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
clear.hpp 18 #include <boost/mpl/list/aux_/item.hpp>
19 #include <boost/mpl/list/aux_/tag.hpp>
26 template< typename List > struct apply
  /packages/apps/Nfc/nci/jni/
DataQueue.h 25 #include <list>
101 typedef std::list<tHeader*> Queue;
  /external/guava/guava-tests/test/com/google/common/collect/
SortedListsTest.java 27 import java.util.List;
41 void assertModelAgrees(List<Integer> list, Integer key, int answer,
45 if (list.contains(key)) {
46 assertEquals(list.indexOf(key), answer);
51 if (list.contains(key)) {
52 assertEquals(list.lastIndexOf(key), answer);
57 if (list.contains(key)) {
58 assertEquals(key, list.get(answer));
63 if (list.contains(key))
    [all...]
  /cts/suite/audio_quality/lib/include/
Report.h 20 #include <list>
52 void writeResult(std::list<StringPair>::const_iterator begin,
53 std::list<StringPair>::const_iterator end, bool passed);
57 std::list<StringPair> mPassedCases;
58 std::list<StringPair> mFailedCases;

Completed in 309 milliseconds

1 2 3 4 5 6 7 891011>>