Searched refs:list (Results 226 - 250 of 1871) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContextConfigurer.java68 public void setAuthSchemePref(final List<String> list) { argument
69 this.context.setAttribute(AUTH_SCHEME_PREF, list);
/external/chromium/chrome/browser/resources/options/
H A Dpassword_manager.js30 * The saved passwords list.
37 * The password exceptions list.
64 * Creates, decorates and initializes the saved passwords list.
68 this.savedPasswordsList_ = $('saved-passwords-list');
74 * Creates, decorates and initializes the password exceptions list.
78 this.passwordExceptionsList_ = $('password-exceptions-list');
85 * Updates the visibility of the list and empty list placeholder.
86 * @param {!List} list The list t
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dext2fsP.h15 * Badblocks list
21 __u32 *list; member in struct:ext2_struct_u32_list
41 struct ext2_db_entry * list; member in struct:ext2_struct_dblist
H A Dkernel-list.h5 * Simple doubly linked list implementation.
34 * This is only for internal list manipulation where we know
64 * Delete a list entry by making the prev/next entries
67 * This is only for internal list manipulation where we know
88 * Splice in "list" into "head"
90 static __inline__ void list_splice(struct list_head *list, struct list_head *head) argument
92 struct list_head *first = list->next;
94 if (first != list) {
95 struct list_head *last = list->prev;
/external/e2fsprogs/util/
H A Dgen-tarball.in25 list=all
29 list=subset
33 list=all
44 sed -e "s;^;$SRCROOT/;" < $srcdir/$list.exclude >> $exclude
/external/iproute2/ip/
H A Droutel17 ip route list table "$@" |
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DRenderQueue.java10 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
167 * used to sort the accumulated list of geometries before actual rendering
293 private void renderGeometryList(GeometryList list, RenderManager rm, Camera cam, boolean clear) { argument
294 list.setCamera(cam); // select camera for sorting
295 list.sort();
296 for (int i = 0; i < list.size(); i++) {
297 Geometry obj = list.get(i);
303 list.clear();
307 public void renderShadowQueue(GeometryList list, RenderManage argument
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dblktrans.h23 struct list_head list; member in struct:mtd_blktrans_dev
60 struct list_head list; member in struct:mtd_blktrans_ops
/external/oprofile/libutil++/
H A Dfile_manip.h16 #include <list>
65 bool create_file_list(std::list<std::string> & file_list,
/external/proguard/src/proguard/gui/
H A DClassSpecificationsPanel.java35 * ClassSpecification entries in a list.
48 list.setCellRenderer(new MyListCellRenderer());
91 (ClassSpecification)list.getSelectedValue();
99 list.getSelectedIndex());
200 public Component getListCellRendererComponent(JList list, argument
217 label.setBackground(list.getSelectionBackground());
218 label.setForeground(list.getSelectionForeground());
222 label.setBackground(list.getBackground());
223 label.setForeground(list.getForeground());
H A DMemberSpecificationsPanel.java36 * MemberSpecification entries in a list.
52 list.setCellRenderer(new MyListCellRenderer());
123 (MyMemberSpecificationWrapper)list.getSelectedValue();
137 list.getSelectedIndex());
221 public Component getListCellRendererComponent(JList list, argument
250 label.setBackground(list.getSelectionBackground());
251 label.setForeground(list.getSelectionForeground());
255 label.setBackground(list.getBackground());
256 label.setForeground(list.getForeground());
/external/srec/srec/Semproc/include/
H A DSR_SemanticResult.h45 * @param list [out] List of keys associated with n-best list entry.
46 * @param size [in/out] Size of list. If the return code is ESR_BUFFER_OVERFLOW, the required size
49 ESR_ReturnCode(*getKeyList)(struct SR_SemanticResult_t* self, LCHAR** list, size_t* size);
88 * @param list [out] List of keys associated with n-best list entry.
89 * @param size [in/out] Size of list. If the return code is ESR_BUFFER_OVERFLOW, the required size
92 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticResultGetKeyList(SR_SemanticResult* self, LCHAR** list,
/external/srec/srec/Semproc/src/
H A DSemanticResult.c38 ESR_ReturnCode SR_SemanticResultGetKeyList(SR_SemanticResult* self, LCHAR** list, size_t* size) argument
45 return self->getKeyList(self, list, size);
/external/stlport/test/unit/
H A Dqueue_test.cpp3 #include <list>
51 queue<int, list<int> > q;
H A Dstack_test.cpp2 #include <list>
49 stack<int, list<int> > s;
/external/webkit/Source/WebCore/css/
H A DCSSRuleList.h37 static PassRefPtr<CSSRuleList> create(StyleList* list, bool omitCharsetRules = false) argument
39 return adoptRef(new CSSRuleList(list, omitCharsetRules));
/external/webkit/Source/WebKit2/Shared/
H A DSessionState.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
54 SessionState::SessionState(const BackForwardListItemVector& list, uint32_t currentIndex) argument
55 : m_list(list)
63 // calling list().isEmpty() directly themselves.
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory_p.h8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
53 static QWKHistory* createHistory(WebKit::WebBackForwardList* list);
56 QWKHistoryPrivate(WebKit::WebBackForwardList* list);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTask.cpp9 * notice, this list of conditions and the following disclaimer.
11 * copyright notice, this list of conditions and the following disclaimer
37 WebTask::WebTask(TaskList* list): m_taskList(list) { m_taskList->registerTask(this); } argument
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A DMobileApple80211.h14 int Apple80211GetIfListCopy(Apple80211Ref handle, CFArrayRef *list);
24 /* parameters can be NULL; returns scan results in CFArrayRef *list;
26 int Apple80211Scan(Apple80211Ref handle, CFArrayRef *list,
/external/bison/src/
H A Dsymlist.c30 | Create a list containing SYM at LOC. |
57 | Print this list. |
78 symbol_list_prepend (symbol_list *list, symbol *sym, location loc) argument
81 res->next = list;
91 symbol_list_free (symbol_list *list) argument
93 LIST_FREE (symbol_list, list);
112 | Get symbol N in symbol list L. |
136 | symbol N in symbol list L. |
153 | The symbol N in symbol list L is USED. |
/external/chromium/chrome/browser/extensions/
H A Dextension_browser_actions_api.cc86 ListValue* list = NULL; local
87 EXTENSION_FUNCTION_VALIDATE(details_->GetList("color", &list));
88 EXTENSION_FUNCTION_VALIDATE(list->GetSize() == 4);
92 EXTENSION_FUNCTION_VALIDATE(list->GetInteger(i, &color_array[i]));
/external/clang/include/clang/Lex/
H A DMakefile12 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
/external/clang/include/clang/Parse/
H A DMakefile12 $(Verb) $(ClangTableGen) -gen-clang-attr-late-parsed-list -o $(call SYSPATH, $@) \
/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c25 extern long bork(FuncPtr handler, const struct E *list);

Completed in 602 milliseconds

1234567891011>>