Searched refs:list (Results 451 - 475 of 4308) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y55 _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/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_network_monitor_host.cc35 scoped_ptr<net::NetworkInterfaceList> list(new net::NetworkInterfaceList());
36 net::GetNetworkList(list.get(), net::INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES);
37 return list.Pass();
94 scoped_ptr<net::NetworkInterfaceList> list) {
98 new ppapi::proxy::SerializedNetworkList(list->size()));
99 for (size_t i = 0; i < list->size(); ++i) {
100 const net::NetworkInterface& network = list->at(i);
93 SendNetworkList( scoped_ptr<net::NetworkInterfaceList> list) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu.c1 #include <linux/list.h>
16 struct list_head list; member in struct:perf_pmu_alias
23 struct list_head list; member in struct:perf_pmu_format
28 int perf_pmu_parse(struct list_head *list, char *name);
98 static int perf_pmu__new_alias(struct list_head *list, char *name, FILE *file) argument
121 list_add_tail(&alias->list, list);
191 LIST_HEAD(list);
194 list_for_each_entry(term, &alias->terms, list) {
197 parse_events__free_terms(&list);
539 perf_pmu__new_format(struct list_head *list, char *name, int config, unsigned long *bits) argument
[all...]
/external/stlport/test/eh/
H A Dtest_list.cpp20 #include <list>
22 #include <list.h>
40 // list sort() member test operation. Does not verify stability.
46 gTestController.SetCurrentTestName("list::sort()");
49 void operator()( TestList& list ) const
51 list.sort();
55 for ( TestList::iterator p = list.begin(); p != list.end(); p++ )
56 if ( p != list.begin() ) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp74 // NOTE: Do not use this list, use computableProperties() instead
647 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
649 list->append(cssValuePool().createValue(radius.width().percent(), CSSPrimitiveValue::CSS_PERCENTAGE));
651 list->append(zoomAdjustedPixelValueForLength(radius.width(), style));
653 list->append(cssValuePool().createValue(radius.height().percent(), CSSPrimitiveValue::CSS_PERCENTAGE));
655 list->append(zoomAdjustedPixelValueForLength(radius.height(), style));
656 return list.release();
661 RefPtrWillBeRawPtr<CSSValueList> list = valuesForBorderRadiusCorner(radius, style); local
662 if (list->item(0)->equals(*list
669 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSlashSeparated(); local
771 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
874 addValuesForNamedGridLinesAtIndex(const OrderedNamedGridLines& orderedNamedGridLines, size_t i, CSSValueList& list) argument
906 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
962 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
974 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
986 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1061 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1107 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1265 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1347 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1391 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1445 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1454 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1613 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1626 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1634 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1641 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1648 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1655 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1667 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1677 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1685 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1693 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
1704 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
1808 RefPtrWillBeRawPtr<CSSValueList> list = nullptr; local
1899 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2203 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2216 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2347 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
2364 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
2377 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
2390 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
2403 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
2423 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2437 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2499 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2548 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2587 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2597 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2641 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
2869 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2879 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
2907 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSlashSeparated(); local
2917 WillBeHeapVector<CSSProperty, 256> list; local
3000 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSlashSeparated(); local
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.css35 #message-list {
37 list-style-type: none;
42 #message-list h1 {
46 #exception-list {
51 #exception-list pre {
/external/chromium_org/chrome/browser/browsing_data/
H A Dlocal_data_container.h8 #include <list>
38 typedef std::list<net::CanonicalCookie> CookieList;
39 typedef std::list<BrowsingDataDatabaseHelper::DatabaseInfo> DatabaseInfoList;
40 typedef std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>
42 typedef std::list<BrowsingDataLocalStorageHelper::LocalStorageInfo>
44 typedef std::list<content::IndexedDBInfo>
46 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
48 typedef std::list<BrowsingDataQuotaHelper::QuotaInfo> QuotaInfoList;
50 typedef std::list<content::ServiceWorkerUsageInfo> ServiceWorkerUsageInfoList;
51 typedef std::map<GURL, std::list<conten
[all...]
H A Dbrowsing_data_indexed_db_helper.h8 #include <list>
38 const base::Callback<void(const std::list<content::IndexedDBInfo>&)>&
54 std::list<content::IndexedDBInfo> indexed_db_info_;
57 base::Callback<void(const std::list<content::IndexedDBInfo>&)>
104 // Clear the list of canned indexed databases.
113 // Returns the current list of indexed data bases.
119 const base::Callback<void(const std::list<content::IndexedDBInfo>&)>&
H A Dbrowsing_data_service_worker_helper.h8 #include <list>
42 void(const std::list<content::ServiceWorkerUsageInfo>&)>& callback);
58 std::list<content::ServiceWorkerUsageInfo> service_worker_info_;
61 base::Callback<void(const std::list<content::ServiceWorkerUsageInfo>&)>
114 // Clear the list of canned Service Workers.
123 // Returns the current list of Service Workers.
130 const std::list<content::ServiceWorkerUsageInfo>&)>& callback) OVERRIDE;
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error_overlay.css36 .extension-error-overlay-stack-trace-list {
37 list-style-type: none;
51 .extension-error-overlay-stack-trace-list li {
59 .extension-error-overlay-stack-trace-list li:hover {
63 .extension-error-overlay-stack-trace-list li.extension-error-active {
/external/chromium_org/chromeos/network/
H A Dnetwork_util_unittest.cc107 base::ListValue list; local
110 // Empty list value.
111 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results));
114 list.AppendInteger(0);
115 EXPECT_FALSE(ParseCellularScanResults(list, &scan_results));
118 list.Clear();
121 list.Append(dict_value);
122 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results));
130 list.Append(dict_value);
136 list
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h31 * list handling. No list looping yet.
57 static INLINE void list_add(struct list_head *item, struct list_head *list) argument
59 item->prev = list;
60 item->next = list->next;
61 list->next->prev = item;
62 list->next = item;
65 static INLINE void list_addtail(struct list_head *item, struct list_head *list) argument
67 item->next = list;
68 item->prev = list
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_constant_variable.cpp57 exec_list list; member in class:__anon14264::ir_constant_variable_visitor
63 get_assignment_entry(ir_variable *var, exec_list *list) argument
67 foreach_list_typed(struct assignment_entry, entry, link, list) {
74 list->push_head(&entry->link);
81 struct assignment_entry *entry = get_assignment_entry(ir, &this->list);
100 entry = get_assignment_entry(ir->lhs->variable_referenced(), &this->list);
146 entry = get_assignment_entry(var, &this->list);
158 entry = get_assignment_entry(var, &this->list);
176 while (!v.list.is_empty()) {
179 entry = exec_node_data(struct assignment_entry, v.list
[all...]
/external/fio/
H A Dflist.h18 * Simple doubly linked list implementation.
43 * This is only for internal list manipulation where we know
59 * @head: list head to add it after
77 * Delete a list entry by making the prev/next entries
80 * This is only for internal list manipulation where we know
91 * flist_del - deletes entry from list.
92 * @entry: the element to delete from the list.
104 * flist_del_init - deletes entry from list and reinitialize it.
105 * @entry: the element to delete from the list.
114 * flist_empty - tests whether a list i
122 __flist_splice(const struct flist_head *list, struct flist_head *prev, struct flist_head *next) argument
136 flist_splice(const struct flist_head *list, struct flist_head *head) argument
143 flist_splice_init(struct flist_head *list, struct flist_head *head) argument
[all...]
H A Dflow.c8 struct flist_head list; member in struct:fio_flow
51 flow = flist_entry(n, struct fio_flow, list);
65 INIT_FLIST_HEAD(&flow->list);
69 flist_add_tail(&flow->list, flow_list);
85 flist_del(&flow->list);
/external/iproute2/examples/
H A Dgaiconf41 ${IP} -6 addrlabel list | while read p pfx l lbl; do
48 echo "Usage: $0 [-v] {--list | --config [ ${DEFAULT_GAICONF} ] | --default}"
52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"`
85 -l|--list)
89 cmd=list
123 list)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h31 * list handling. No list looping yet.
57 static INLINE void list_add(struct list_head *item, struct list_head *list) argument
59 item->prev = list;
60 item->next = list->next;
61 list->next->prev = item;
62 list->next = item;
65 static INLINE void list_addtail(struct list_head *item, struct list_head *list) argument
67 item->next = list;
68 item->prev = list
[all...]
/external/mesa3d/src/glsl/
H A Dopt_constant_variable.cpp57 exec_list list; member in class:__anon27675::ir_constant_variable_visitor
63 get_assignment_entry(ir_variable *var, exec_list *list) argument
67 foreach_list_typed(struct assignment_entry, entry, link, list) {
74 list->push_head(&entry->link);
81 struct assignment_entry *entry = get_assignment_entry(ir, &this->list);
100 entry = get_assignment_entry(ir->lhs->variable_referenced(), &this->list);
146 entry = get_assignment_entry(var, &this->list);
158 entry = get_assignment_entry(var, &this->list);
176 while (!v.list.is_empty()) {
179 entry = exec_node_data(struct assignment_entry, v.list
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowArrayAdapter.java36 private List<T> list; field in class:ShadowArrayAdapter
76 this.list = objects;
83 list.add(object);
90 list.clear();
97 list.remove(object);
104 list.add(index, object);
116 return list.size();
121 return list.get(position);
126 return list.indexOf(item);
131 T item = list
[all...]
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc8 #include <list>
238 void OnRendererReady(const base::ListValue* list);
239 void OnClearBrowserCache(const base::ListValue* list);
240 void OnGetPrerenderInfo(const base::ListValue* list);
241 void OnGetHistoricNetworkStats(const base::ListValue* list);
242 void OnGetExtensionInfo(const base::ListValue* list);
244 void OnRefreshSystemLogs(const base::ListValue* list);
245 void OnGetSystemLog(const base::ListValue* list);
246 void OnImportONCFile(const base::ListValue* list);
247 void OnStoreDebugLogs(const base::ListValue* list);
682 OnRendererReady(const base::ListValue* list) argument
686 OnClearBrowserCache( const base::ListValue* list) argument
695 OnGetPrerenderInfo( const base::ListValue* list) argument
711 OnGetHistoricNetworkStats( const base::ListValue* list) argument
719 OnGetExtensionInfo( const base::ListValue* list) argument
869 CallbackHelper( MessageHandler method, scoped_refptr<IOThreadImpl> io_thread, const base::ListValue* list) argument
901 OnRendererReady( const base::ListValue* list) argument
922 OnGetProxySettings( const base::ListValue* list) argument
936 OnReloadProxySettings( const base::ListValue* list) argument
945 OnGetBadProxies( const base::ListValue* list) argument
970 OnClearBadProxies( const base::ListValue* list) argument
979 OnGetHostResolverInfo( const base::ListValue* list) argument
1041 OnClearHostResolverCache( const base::ListValue* list) argument
1053 OnEnableIPv6( const base::ListValue* list) argument
1064 OnStartConnectionTests( const base::ListValue* list) argument
1081 OnHSTSQuery( const base::ListValue* list) argument
1159 OnHSTSAdd( const base::ListValue* list) argument
1194 OnHSTSDelete( const base::ListValue* list) argument
1211 OnGetHttpCacheInfo( const base::ListValue* list) argument
1234 OnGetSocketPoolInfo( const base::ListValue* list) argument
1247 OnGetSessionNetworkStats( const base::ListValue* list) argument
1265 OnFlushSocketPools( const base::ListValue* list) argument
1275 OnCloseIdleSockets( const base::ListValue* list) argument
1285 OnGetSpdySessionInfo( const base::ListValue* list) argument
1296 OnGetSpdyStatus( const base::ListValue* list) argument
1323 OnGetSpdyAlternateProtocolMappings( const base::ListValue* list) argument
1345 OnGetQuicInfo( const base::ListValue* list) argument
1357 OnGetServiceProviders( const base::ListValue* list) argument
1399 OnRefreshSystemLogs( const base::ListValue* list) argument
1407 OnGetSystemLog( const base::ListValue* list) argument
1466 OnImportONCFile( const base::ListValue* list) argument
1482 OnStoreDebugLogs(const base::ListValue* list) argument
1510 OnSetNetworkDebugMode( const base::ListValue* list) argument
1537 OnSetLogLevel( const base::ListValue* list) argument
[all...]
/external/chromium_org/cc/output/
H A Dbsp_tree.cc7 #include <list>
24 BspTree::BspTree(ScopedPtrDeque<DrawPolygon>* list) { argument
25 if (list->size() == 0)
28 root_ = scoped_ptr<BspNode>(new BspNode(list->take_front()));
29 BuildTree(root_.get(), list);
43 // We take in a list of polygons at this level of the tree, and have to
53 // or front of the list.
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dperson.cc24 // Finds a list in a dictionary, specified by list_key, then returns the
25 // first value associated with item_key in the first dictionary in that list.
41 const base::ListValue* list; local
42 if (!dict.GetList(list_key, &list) || !list)
45 base::ListValue::const_iterator it = list->begin();
46 if (it == list->end())
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dbase_screen_handler_utils.cc13 const base::ListValue* list = NULL; local
14 if (!value->GetAsList(&list))
16 out_value->resize(list->GetSize());
17 for (size_t i = 0; i < list->GetSize(); ++i) {
18 if (!list->GetString(i, &((*out_value)[i])))
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dextension_statuses_handler.cc38 base::ListValue list; local
54 list.Append(dict);
57 callback.Run(list);
110 const base::ListValue& list) {
112 list);
109 DidGetExtensionStatuses( const base::ListValue& list) argument
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_rule_unittest.cc5 #include <list>
17 explicit ListIterator(const std::list<Rule>& rules)
36 std::list<Rule> rules_;
42 std::list<Rule> rules1;
49 std::list<Rule> rules2;

Completed in 521 milliseconds

<<11121314151617181920>>