Searched refs:list (Results 176 - 200 of 1871) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DNode.java43 protected String toString(List list) argument
47 for(Iterator i = list.iterator(); i.hasNext();)
66 protected <T> List<T> cloneList(List<T> list) argument
70 for(T n : list)
/external/jsilver/src/org/clearsilver/
H A DCSUtil.java36 * @return A list of loadpaths in order in which to search.
47 * @param allowEmpty if {@code true} then this will return an empty list when
51 * @return A list of loadpaths in order in which to search.
56 List<String> list = new LinkedList<String>();
60 return list;
68 list.add(lpHdf.objValue());
70 return list;
74 * Given an ordered list of directories to look in, locate the specified file.
76 * @param loadpaths the ordered list of paths to search.
/external/kernel-headers/original/linux/
H A Dcdev.h9 struct list_head list; member in struct:cdev
/external/linux-tools-perf/util/
H A Dstrfilter.h7 #include <linux/list.h>
9 #include "util/include/linux/list.h"
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAcceptParser.java69 AcceptList list = new AcceptList();
88 list.add(accept);
105 list.add(accept);
108 return list;
H A DAllowEventsParser.java69 AllowEventsList list = new AllowEventsList();
82 list.add(allowEvents);
93 list.add(allowEvents);
99 return list;
H A DAllowParser.java68 AllowList list = new AllowList();
81 list.add(allow);
92 list.add(allow);
98 return list;
H A DCallInfoParser.java67 CallInfoList list=new CallInfoList();
85 list.add(callInfo);
102 list.add(callInfo);
106 return list;
H A DContentEncodingParser.java71 ContentEncodingList list = new ContentEncodingList();
87 list.add(cl);
98 list.add(cl);
102 return list;
H A DContentLanguageParser.java69 ContentLanguageList list = new ContentLanguageList();
81 list.add(cl);
91 list.add(cl);
95 return list;
H A DInReplyToParser.java69 InReplyToList list = new InReplyToList();
92 list.add(inReplyTo);
114 list.add(inReplyTo);
118 return list;
H A DProxyRequireParser.java65 ProxyRequireList list = new ProxyRequireList();
82 list.add(r);
96 list.add(r);
105 return list;
/external/oprofile/daemon/
H A Dopd_anon.h40 /** hash list */
41 struct list_head list; member in struct:anon_mapping
42 /** lru list */
H A Dopd_kernel.h36 struct list_head list; member in struct:kernel_image
/external/oprofile/pp/
H A Doparchive_options.h29 extern std::list<std::string> sample_files;
/external/qemu/
H A Dqemu-config.h9 void qemu_add_opts(QemuOptsList *list);
/external/stlport/stlport/
H A Dlist42 # include_next <list>
44 # include _STLP_NATIVE_HEADER(list)
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebplugindatabase.cpp69 * @list: a #WebKitWebPluginDatabasePluginList
71 * Frees @list.
75 void webkit_web_plugin_database_plugins_list_free(GSList* list) argument
77 if (!list)
80 for (GSList* p = list; p; p = p->next)
83 g_slist_free(list);
91 * The returned list must be freed with webkit_web_plugin_database_plugins_list_free()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dconfig_mock.py9 # notice, this list of conditions and the following disclaimer.
11 # copyright notice, this list of conditions and the following disclaimer
47 return "/" + "/".join(list(comps))
/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/dbus/dbus/
H A Ddbus-sysdeps-thread-win.c29 #include "dbus-list.h"
34 DBusList *list; /**< list thread-local-stored events waiting on the cond variable */ member in struct:DBusCondVar
35 CRITICAL_SECTION lock; /**< lock protecting the list */
128 cond->list = NULL;
138 _dbus_list_clear (&cond->list);
164 ret = _dbus_list_append (&cond->list, event);
178 _dbus_list_remove (&cond->list, event);
193 _dbus_assert (_dbus_list_remove (&cond->list, event) == FALSE);
221 if (cond->list !
[all...]
/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/chromium/base/json/
H A Djson_writer_unittest.cc25 // Test empty list
49 // Writer unittests like empty list/dict nesting,
50 // list list nesting, etc.
52 ListValue* list = new ListValue; local
53 root_dict.Set("list", list);
55 list->Append(inner_dict);
58 list->Append(inner_list);
59 list
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_special_storage_policy_unittest.cc25 ListValue* list = new ListValue(); local
26 list->Append(Value::CreateStringValue("http://explicit/protected"));
27 list->Append(Value::CreateStringValue("*://*.wildcards/protected"));
28 manifest.Set(keys::kWebURLs, list);
47 ListValue* list = new ListValue(); local
48 list->Append(Value::CreateStringValue("unlimitedStorage"));
49 manifest.Set(keys::kPermissions, list);
50 list = new ListValue();
51 list->Append(Value::CreateStringValue("http://explicit/unlimited"));
52 list
76 ListValue* list = new ListValue(); local
103 ListValue* list = new ListValue(); local
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DTimeLine.java10 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
107 ArrayList list = new ArrayList();
108 list.addAll(values());
109 oc.writeSavableArrayList(list, "keyFrames", null);
114 ArrayList list = ic.readSavableArrayList("keyFrames", null);
115 for (Iterator it = list.iterator(); it.hasNext();) {

Completed in 453 milliseconds

1234567891011>>