Searched refs:list (Results 376 - 400 of 4308) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/polymer/
H A Dreproduce.sh8 # list of dependencies from 'bower.json'. Downloads needed packages and makes
20 find components/core-list -type f -exec chmod -x {} \;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector.h16 #include <list>
67 std::list<Peak> peak_history_;
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dprocess_thread_impl.h14 #include <list>
41 typedef std::list<Module*> ModuleList;
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_frames.h14 #include <list>
45 typedef std::list<I420VideoFrame*> FrameList;
54 // Sorted list with framed to be rendered, oldest first.
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Drtp_to_ntp.h14 #include <list>
28 typedef std::list<RtcpMeasurement> RtcpList;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_remb.h14 #include <list>
58 typedef std::list<RtpRtcp*> RtpModules;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dcamel_case.py9 """Converts a string, list, or dict from camelCase to lower_with_underscores.
17 elif isinstance(obj, list):
23 if isinstance(v, list) or isinstance(v, dict):
/external/clang/test/TableGen/
H A DDiagnosticBase.inc15 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
17 list<DiagGroup> SubGroups = subgroups;
/external/deqp/framework/delibs/debase/
H A DdeString.c115 int deVsprintf (char* string, size_t size, const char* format, va_list list) argument
123 res = _vsnprintf(string, size, format, list);
125 res = vsnprintf_s(string, size, _TRUNCATE, format, list);
128 res = vsnprintf(string, size, format, list);
141 va_list list; local
146 va_start(list, format);
148 res = deVsprintf(string, size, format, list);
150 va_end(list);
/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.h16 (char **list);
/external/libcxx/test/containers/sequences/list/list.modifiers/
H A Dpush_back_exception_safety.pass.cpp10 // <list>
14 #include <list>
63 std::list<CMyClass> vec;
H A Dpush_front_exception_safety.pass.cpp10 // <list>
14 #include <list>
63 std::list<CMyClass> vec;
/external/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/
H A Dlv_value.pass.cpp18 #include <list>
45 test(std::list<Copyable>());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.h15 #include <list>
31 typedef std::list<DWARFDebugPubnamesSet> collection;
/external/mesa3d/src/egl/main/
H A Degldisplay.c228 /* pop list head */
259 /* search the display list first */
275 /* add to the display list */
293 _EGLResource *list; local
295 list = display->ResourceLists[_EGL_RESOURCE_CONTEXT];
296 while (list) {
297 _EGLContext *ctx = (_EGLContext *) list;
298 list = list->Next;
305 list
360 _EGLResource *list = dpy->ResourceLists[type]; local
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DCharSequenceUtils.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
43 public static int listHashCode(List<? extends CharSequence> list) { argument
44 return Lists.transform(list, TO_STRING).hashCode();
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory.css148 table.list {
156 table.list:not([class*='filtered']) tr:nth-child(odd) td {
164 table.list th {
172 table.list .firstRow th {
177 table.list .secondRow * {
182 table.list td {
188 table.list tr td:nth-last-child(1),
189 table.list tr th:nth-last-child(1) {
193 table.list:not([class*='filtered']) .tab .name {
197 table.list
[all...]
/external/chromium_org/tools/gn/
H A Dsubstitution_writer.h68 // like actions where the outputs are explicit, but the list is stored as
71 const SubstitutionList& list,
75 const SubstitutionList& list,
98 // Applies the substitution list to a source, APPENDING the result to the
100 // apply to multiple files and create a list. The result can either be
104 const SubstitutionList& list,
109 const SubstitutionList& list,
114 const SubstitutionList& list,
118 // Like ApplyListToSource but applies the list to all sources and replaces
122 const SubstitutionList& list,
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFilePrinter.java39 List list;
64 list = cf.getFields();
65 n = list.size();
67 FieldInfo finfo = (FieldInfo)list.get(i);
76 list = cf.getMethods();
77 n = list.size();
79 MethodInfo minfo = (MethodInfo)list.get(i);
92 static void printAttributes(List list, PrintWriter out, char kind) { argument
93 if (list == null)
96 int n = list
[all...]
H A DAttributeInfo.java188 static int getLength(ArrayList list) { argument
190 int n = list.size();
192 AttributeInfo attr = (AttributeInfo)list.get(i);
199 static AttributeInfo lookup(ArrayList list, String name) { argument
200 if (list == null)
203 ListIterator iterator = list.listIterator();
213 static synchronized void remove(ArrayList list, String name) { argument
214 if (list == null)
217 ListIterator iterator = list.listIterator();
225 static void writeAll(ArrayList list, DataOutputStrea argument
238 copyAll(ArrayList list, ConstPool cp) argument
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DNavigationHistoryTest.java127 NavigationHistory list = getNavigationHistory(mAwContents);
128 assertEquals(0, list.getEntryCount());
138 list = getNavigationHistory(mAwContents);
140 // Make sure there is a new entry entry the list
141 assertEquals(2, list.getEntryCount());
144 checkHistoryItem(list.getEntryAtIndex(0),
151 checkHistoryItem(list.getEntryAtIndex(1),
157 assertEquals(1, list.getCurrentEntryIndex());
165 NavigationHistory list = getNavigationHistory(mAwContents);
166 assertEquals(0, list
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc33 // This class provides a simple lock for the LRU list of rankings. Whenever an
34 // entry is to be inserted or removed from the list, a transaction object should
45 Operation op, int list);
53 disk_cache::Addr addr, Operation op, int list)
58 data_->operation_list = list;
249 void Rankings::Insert(CacheRankingsBlock* node, bool modified, List list) { argument
250 Trace("Insert 0x%x l %d", node->address().value(), list);
252 Addr& my_head = heads_[list];
253 Addr& my_tail = tails_[list];
254 Transaction lock(control_data_, node->address(), INSERT, list);
52 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr, Operation op, int list) argument
320 Remove(CacheRankingsBlock* node, List list, bool strict) argument
405 UpdateRank(CacheRankingsBlock* node, bool modified, List list) argument
419 GetNext(CacheRankingsBlock* node, List list) argument
452 GetPrev(CacheRankingsBlock* node, List list) argument
575 WriteHead(List list) argument
579 WriteTail(List list) argument
747 CheckLinks(CacheRankingsBlock* node, CacheRankingsBlock* prev, CacheRankingsBlock* next, List* list) argument
801 CheckList(List list) argument
815 CheckListSection(List list, Addr end1, Addr end2, bool forward, Addr* last, Addr* second_last, int* num_items) argument
907 IncrementCounter(List list) argument
916 DecrementCounter(List list) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DPeekingIteratorTest.java76 private <T> void actsLikeIteratorHelper(final List<T> list) { argument
77 // Check with modifiable copies of the list
78 new PeekingIteratorTester<T>(list).test();
81 new IteratorTester<T>(list.size() * 2 + 2, UNMODIFIABLE, list,
84 Iterator<T> iterator = Collections.unmodifiableList(list).iterator();
110 List<?> list = Collections.emptyList();
111 Iterator<?> iterator = list.iterator();
121 List<?> list = Lists.newArrayList("A", "B", "C");
122 Iterator<?> iterator = list
[all...]
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc32 // Updates bluetooth device |device| in the |list|. If it is new, append to the
33 // end of the |list|; otherwise, keep it at the same place, but update the data
35 void UpdateBluetoothDeviceListHelper(BluetoothDeviceList* list, argument
37 for (BluetoothDeviceList::iterator it = list->begin(); it != list->end();
45 list->push_back(device);
48 // Removes the obsolete BluetoothDevices from |list|, if they are not in the
51 BluetoothDeviceList* list,
53 for (BluetoothDeviceList::iterator it = list->begin(); it != list
50 RemoveObsoleteBluetoothDevicesFromList( BluetoothDeviceList* list, const std::set<std::string>& new_list) argument
162 BluetoothDeviceList list; local
272 AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list, bool bold, bool checked, bool enabled) argument
[all...]
/external/stlport/stlport/stl/
H A D_list.c87 # 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...]

Completed in 5112 milliseconds

<<11121314151617181920>>