/device/asus/flo/camera/QCamera2/util/ |
QCameraQueue.cpp | 7 * notice, this list of conditions and the following disclaimer. 9 * copyright notice, this list of conditions and the following 48 cam_list_init(&m_head.list); 68 cam_list_init(&m_head.list); 132 cam_list_add_tail_node(&node->list, &m_head.list); 162 struct cam_list *p_next = m_head.list.next; 164 m_head.list.next = &node->list; 165 p_next->prev = &node->list; [all...] |
/external/chromium_org/components/precache/core/ |
precache_fetcher.h | 8 #include <list> 27 // This class takes as input a prioritized list of page URLs that the user 29 // server, sending it the list of starting URLs sequentially. For each starting 47 // const std::list<GURL>& top_urls) { 70 // prioritized list of page URLs that the user commonly visits. These URLs are 71 // used by a server side component to construct a list of resource URLs that 73 PrecacheFetcher(const std::list<GURL>& starting_urls, 90 // the |resource_urls_to_fetch_| list, reducing the memory usage. 94 // Determines the list of manifest URLs to fetch according to the list o [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
notifier.h | 9 * this list of conditions and the following disclaimer. 11 * this list of conditions and the following disclaimer in the documentation 31 #include <list> 51 for (std::list<ObserverInterface*>::iterator it = observers_.begin(); 61 // Copy the list of observers to avoid a crash if the observer object 62 // unregisters as a result of the OnChanged() call. If the same list is used 63 // UnregisterObserver will affect the list make the iterator invalid. 64 std::list<ObserverInterface*> observers = observers_; 65 for (std::list<ObserverInterface*>::iterator it = observers.begin(); 72 std::list<ObserverInterface*> observers_ [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/ |
DebugMeshCallback.java | 10 * notice, this list of conditions and the following disclaimer. 13 * notice, this list of conditions and the following disclaimer in the 45 private ArrayList<Vector3f> list = new ArrayList<Vector3f>(); field in class:DebugMeshCallback 48 list.add(new Vector3f(x, y, z)); 52 FloatBuffer buf = BufferUtils.createFloatBuffer(list.size() * 3); 53 for (int i = 0; i < list.size(); i++) { 54 Vector3f vector3f = list.get(i);
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/matext/ |
MaterialExtensionSet.java | 10 * notice, this list of conditions and the following disclaimer. 13 * notice, this list of conditions and the following disclaimer in the 37 import java.util.List; 47 private HashMap<String, List<String>> nameMappings = new HashMap<String, List<String>>(); 74 List<String> list = nameMappings.get(name); local 75 if(list==null){ 76 list = new ArrayList<String>(); 77 nameMappings.put(name, list); [all...] |
/external/qemu/android/ |
hw-events.c | 88 eventList_getCount( EventList list ) 92 if (list == NULL) 95 for (nn = 0; list[nn].name != NULL; nn++) { 102 eventList_findCodeByName( EventList list, 109 for ( ; list->name != NULL; list += 1 ) { 110 if ( !memcmp(name, list->name, namelen) && 111 list->name[namelen] == 0 ) 113 return list->value; 120 eventList_bufprintCode( EventList list, 141 EventList list; local 212 EventList list = eventList_findByType(type); local 220 EventList list = eventList_findByType(type); local [all...] |
/hardware/qcom/camera/QCamera2/util/ |
QCameraQueue.cpp | 7 * notice, this list of conditions and the following disclaimer. 9 * copyright notice, this list of conditions and the following 48 cam_list_init(&m_head.list); 68 cam_list_init(&m_head.list); 132 cam_list_add_tail_node(&node->list, &m_head.list); 162 struct cam_list *p_next = m_head.list.next; 164 m_head.list.next = &node->list; 165 p_next->prev = &node->list; [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_copybit.h | 35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, 38 bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, 55 hwc_display_contents_1_t *list, int dpy); 57 const hwc_display_contents_1_t *list); 64 (const hwc_display_contents_1_t *list);
|
hwc_mdpcomp.h | 43 int prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list); 45 virtual bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0; 79 /* maps layer list to mdp list */ 83 /* maps mdp list to layer list */ 113 void cacheAll(hwc_display_contents_1_t* list); 121 hwc_display_contents_1_t* list) = 0; 124 hwc_display_contents_1_t* list) = 0; 131 hwc_display_contents_1_t* list); [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_copybit.h | 35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, 38 bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, 55 hwc_display_contents_1_t *list, int dpy); 57 const hwc_display_contents_1_t *list); 64 (const hwc_display_contents_1_t *list);
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_copybit.h | 35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, 38 bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, 55 hwc_display_contents_1_t *list, int dpy); 57 const hwc_display_contents_1_t *list); 64 (const hwc_display_contents_1_t *list);
|
hwc_mdpcomp.h | 43 int prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list); 45 virtual bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list) = 0; 79 /* maps layer list to mdp list */ 83 /* maps mdp list to layer list */ 113 void cacheAll(hwc_display_contents_1_t* list); 121 hwc_display_contents_1_t* list) = 0; 124 hwc_display_contents_1_t* list) = 0; 131 hwc_display_contents_1_t* list); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
dtor_noexcept.pass.cpp | 10 // <list> 12 // ~list() // implied noexcept; 14 #include <list> 36 typedef std::list<MoveOnly> C; 40 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C; 44 typedef std::list<MoveOnly, other_allocator<MoveOnly>> C; 48 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
|
initializer_list_alloc.pass.cpp | 10 // <list> 12 // list(initializer_list<value_type> il, const Allocator& a = allocator_type()); 14 #include <list> 24 std::list<int, test_allocator<int>> d({3, 4, 5, 6}, test_allocator<int>(3)); 27 std::list<int>::iterator i = d.begin(); 35 std::list<int, min_allocator<int>> d({3, 4, 5, 6}, min_allocator<int>()); 38 std::list<int, min_allocator<int>>::iterator i = d.begin();
|
move.pass.cpp | 10 // <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<MoveOnly, other_allocator<MoveOnly> > l2 = std::move(l) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/ |
swap_noexcept.pass.cpp | 10 // <list> 12 // void swap(list& c) 18 #include <list> 40 typedef std::list<MoveOnly> C; 45 typedef std::list<MoveOnly, test_allocator<MoveOnly>> C; 50 typedef std::list<MoveOnly, other_allocator<MoveOnly>> C; 55 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
|
/system/core/toolbox/ |
dynarray.h | 59 * to/from the list during iteration. 64 void strlist_init( strlist_t *list ); 66 /* note: strlist_done will free all the strings owned by the list */ 67 void strlist_done( strlist_t *list ); 72 void strlist_append_b( strlist_t *list, const void* str, size_t slen ); 75 void strlist_append_dup( strlist_t *list, const char *str); 77 /* sort the strings in a given list (using strcmp) */ 78 void strlist_sort( strlist_t *list );
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebBackForwardListTest.java | 48 WebBackForwardList list = mOnUiThread.copyBackForwardList(); local 50 assertNull(list.getCurrentItem()); 51 assertEquals(0, list.getSize()); 52 assertEquals(-1, list.getCurrentIndex()); 53 assertNull(list.getItemAtIndex(-1)); 54 assertNull(list.getItemAtIndex(2)); 82 WebBackForwardList list = mOnUiThread.copyBackForwardList(); local 83 if (list.getSize() != url.length) { 86 if (list.getCurrentIndex() != url.length - 1) { 90 WebHistoryItem item = list.getItemAtIndex(i) [all...] |
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_queue.h | 7 * notice, this list of conditions and the following disclaimer. 9 * copyright notice, this list of conditions and the following 33 struct cam_list list; member in struct:__anon1633 46 cam_list_init(&queue->head.list); 63 cam_list_add_tail_node(&node->list, &queue->head.list); 78 head = &queue->head.list; 81 node = member_of(pos, cam_node_t, list); 82 cam_list_del_node(&node->list); 102 head = &queue->head.list; [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
ExecutionListTest.java | 39 protected ExecutionList list = new ExecutionList(); field in class:ExecutionListTest 44 list.add(new MockRunnable(countDownLatch), exec); 45 list.add(new MockRunnable(countDownLatch), exec); 46 list.add(new MockRunnable(countDownLatch), exec); 49 list.execute(); 61 list.add(new MockRunnable(countDownLatch), exec); 79 ExecutionList list = new ExecutionList(); local 80 list.add(THROWING_RUNNABLE, sameThreadExecutor()); 81 list.execute(); 82 list.add(THROWING_RUNNABLE, sameThreadExecutor()) [all...] |
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_queue.h | 7 * notice, this list of conditions and the following disclaimer. 9 * copyright notice, this list of conditions and the following 33 struct cam_list list; member in struct:__anon31251 46 cam_list_init(&queue->head.list); 63 cam_list_add_tail_node(&node->list, &queue->head.list); 78 head = &queue->head.list; 81 node = member_of(pos, cam_node_t, list); 82 cam_list_del_node(&node->list); 102 head = &queue->head.list; [all...] |
/libcore/luni/src/main/java/libcore/util/ |
CollectionUtils.java | 24 import java.util.List; 82 * Sorts and removes duplicate elements from {@code list}. This method does 85 public static <T> void removeDuplicates(List<T> list, Comparator<? super T> comparator) { 86 Collections.sort(list, comparator); 88 for (int i = 1; i < list.size(); i++) { 89 if (comparator.compare(list.get(j - 1), list.get(i)) != 0) { 90 T object = list.get(i); 91 list.set(j++, object) [all...] |
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapUtility.java | 60 * list of individual numbers. If the set is invalid, an empty array is returned. 68 ArrayList<String> list = new ArrayList<String>(); local 76 list.add(item); 83 list.add(rangeItem); 88 String[] stringList = new String[list.size()]; 89 return list.toArray(stringList); 93 * Expand the given number range into a list of individual numbers. If the range is not valid, 102 ArrayList<String> list = new ArrayList<String>(); local 111 list.add(Integer.toString(i)); 115 list.add(Integer.toString(i)) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
CookieStoreTest.java | 24 import java.util.List; 66 List<HttpCookie> list = cookieStore.get(uri); local 67 assertEquals(1, list.size()); 68 assertTrue(list.contains(cookie)); 72 list = cookieStore.get(uri); 73 assertEquals(1, list.size()); 74 assertEquals(" TESTVALUE1 ", list.get(0).getValue()); 75 assertTrue(list.contains(cookie2)); 82 list = cookieStore.get(uri) 142 List<HttpCookie> list = cookieStore.get(uri1); local 208 List<HttpCookie> list = cookieStore.getCookies(); local 258 List<URI> list = cookieStore.getURIs(); local [all...] |
/external/chromium/net/spdy/ |
spdy_session_pool.cc | 65 SpdySessionList* list = GetSessionList(host_port_proxy_pair); local 66 if (!list) { 79 list = AddSessionList(host_port_proxy_pair); 82 DCHECK(list); 83 if (list->size() && list->size() == g_max_sessions_per_domain) { 87 spdy_session = GetExistingSession(list, net_log); 100 list->push_back(spdy_session); 105 DCHECK_LE(list->size(), g_max_sessions_per_domain); 122 SpdySessionList* list = GetSessionList(host_port_proxy_pair) local 150 SpdySessionList* list = GetSessionList(session->host_port_proxy_pair()); local 164 ListValue* list = new ListValue(); local 230 SpdySessionList* list = GetSessionList(alias_pair); local 283 SpdySessionPool::SpdySessionList* list = new SpdySessionList(); local 311 SpdySessionList* list = GetSessionList(pair); local 372 SpdySessionList* list = sessions_.begin()->second; local 387 SpdySessionList* list = it->second; local 395 SpdySessionList* list = old_map.begin()->second; local 414 SpdySessionList* list = map_it->second; local [all...] |