Searched refs:list (Results 101 - 125 of 3884) sorted by relevance

1234567891011>>

/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_list.i2 // std::list
9 %define %std_list_methods(list)
10 %std_sequence_methods(list)
20 %define %std_list_methods_val(list)
21 %std_sequence_methods_val(list)
31 void merge(list& x);
35 // std::list
40 // -- f(std::list<T>), f(const std::list<T>&):
42 // previously wrapped std::list<
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dmultidldb.h42 List(const vector<DLDbIdentifier> &list) : vector<DLDbIdentifier>(list) {} argument
48 ListRef(const vector<DLDbIdentifier> &list) : RefPointer<List>(new List(list)) {} argument
51 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage, const Cssm &cssm);
52 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage);
58 void list(const vector<DLDbIdentifier> &list);
59 const vector<DLDbIdentifier> &list() { return *mListRef; } function in class:Security::CssmClient::MultiDLDbImpl
85 MultiDLDb(const vector<DLDbIdentifier> &list, boo argument
87 MultiDLDb(const vector<DLDbIdentifier> &list, bool useSecureStorage) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dmultidldb.h42 List(const vector<DLDbIdentifier> &list) : vector<DLDbIdentifier>(list) {} argument
48 ListRef(const vector<DLDbIdentifier> &list) : RefPointer<List>(new List(list)) {} argument
51 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage, const Cssm &cssm);
52 MultiDLDbImpl(const vector<DLDbIdentifier> &list, bool useSecureStorage);
58 void list(const vector<DLDbIdentifier> &list);
59 const vector<DLDbIdentifier> &list() { return *mListRef; } function in class:Security::CssmClient::MultiDLDbImpl
85 MultiDLDb(const vector<DLDbIdentifier> &list, boo argument
87 MultiDLDb(const vector<DLDbIdentifier> &list, bool useSecureStorage) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dselect.test49 set pipeReadList [list $pipe1ReadFh $pipe2ReadFh]
50 set pipeWriteList [list $pipe1WriteFh $pipe2WriteFh]
54 } 0 [list {} $pipeWriteList {}]
59 list [lindex $ret 0] \
63 } 0 [list $pipe1ReadFh 1 {} "Written to pipe 1"]
68 list [lindex $ret 0] \
72 } 0 [list $pipe2ReadFh 1 {} "Written to pipe 2"]
78 list $ret [gets $pipe1ReadFh] [gets $pipe2ReadFh]
79 } 0 [list [list
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dexpand.el39 ;; (defconst c-expand-list
56 ;; (expand-add-abbrevs c-mode-abbrev-table c-expand-list)
107 (defconst expand-c-sample-expand-list
121 (defconst expand-sample-lisp-mode-expand-list
122 (list
123 (list
133 (list 8 11 16 32 43 59))
135 (list
142 (list 11 14 19 23 39))
144 (list
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSBorderImage.cpp28 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
30 list->append(image);
43 list->append(listSlash);
45 list->append(imageSlice);
47 list->append(repeat);
48 return list.release();
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dtrap.c39 plain "trap" means to print out the list of commands associated with
40 each signal number. Single arg of "-l" means list the signal names. */
42 /* Possible operations to perform on the list of signals.*/
50 trap_builtin (list)
51 WORD_LIST *list;
58 while ((opt = internal_getopt (list, "lp")) != -1)
73 list = loptend;
79 else if (display || list == 0)
80 return (display_traps (list));
87 first_arg = list
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Ddirname.c15 dirname_builtin (list)
16 WORD_LIST *list;
21 if (list == 0 || list->next)
27 if (no_options (list))
30 string = list->word->word;
H A Dlogname.c19 logname_builtin (list)
20 WORD_LIST *list;
24 if (no_options (list))
H A Drmdir.c16 rmdir_builtin (list)
17 WORD_LIST *list;
22 if (no_options (list))
25 for (rval = EXECUTION_SUCCESS, l = list; l; l = l->next)
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/unix/
H A DpkgIndex.tcl.dll7 package ifneeded snack 2.2 "[list load [file join $dir libsnack.dll]];[list source [file join $dir snack.tcl]]"
9 package ifneeded sound 2.2 [list load [file join $dir libsound.dll]]
11 package ifneeded snacksphere 1.2 [list load [file join $dir libsnacksphere.dll]]
13 package ifneeded snackogg 1.3 [list load [file join $dir libsnackogg.dll]]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmlist.h46 // you mustn't (for example) call the data() method on a list element that
56 // list element chaining
80 explicit ListElement(const CssmList &list);
81 CssmList &list();
82 const CssmList &list() const;
85 ListElement &operator = (const CssmList &list);
86 operator CssmList &() { return list(); }
123 CssmList(const CssmList &list) { *(CssmList *)this = list; } argument
150 inline void destroy(CssmList *list, Allocato argument
164 TypedList(const CSSM_LIST &list) argument
176 overlay(CSSM_LIST &list) argument
178 overlay(const CSSM_LIST &list) argument
224 enumerate(Action &operate, CssmList &list) argument
234 walk(Action &operate, CssmList * &list) argument
242 walk(Action &operate, CssmList &list) argument
249 walk(Action &operate, CSSM_LIST &list) argument
253 walk(Action &operate, CSSM_LIST * &list) argument
257 walk(Action &operate, TypedList * &list) argument
261 walk(Action &operate, TypedList &list) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmlist.h46 // you mustn't (for example) call the data() method on a list element that
56 // list element chaining
80 explicit ListElement(const CssmList &list);
81 CssmList &list();
82 const CssmList &list() const;
85 ListElement &operator = (const CssmList &list);
86 operator CssmList &() { return list(); }
123 CssmList(const CssmList &list) { *(CssmList *)this = list; } argument
150 inline void destroy(CssmList *list, Allocato argument
164 TypedList(const CSSM_LIST &list) argument
176 overlay(CSSM_LIST &list) argument
178 overlay(const CSSM_LIST &list) argument
224 enumerate(Action &operate, CssmList &list) argument
234 walk(Action &operate, CssmList * &list) argument
242 walk(Action &operate, CssmList &list) argument
249 walk(Action &operate, CSSM_LIST &list) argument
253 walk(Action &operate, CSSM_LIST * &list) argument
257 walk(Action &operate, TypedList * &list) argument
261 walk(Action &operate, TypedList &list) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Data-UUID/
H A Dmd5.h66 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
67 returns an empty list.
70 #define PROTO_LIST(list) list
72 #define PROTO_LIST(list) ()
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/perl/
H A Dbperl.c21 bperl_builtin(list)
22 WORD_LIST *list;
27 v = make_builtin_argv(list, &c);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dstrlist.c5 ** TODO: Maybe we should use a special type for the list:
6 ** typedef struct { char cnt; char list[0+1]; } strlist__t;
18 ** this list of conditions and the following disclaimer.
21 ** this list of conditions and the following disclaimer in the documentation
53 ** 'str' is a list of substrings delimeted by 'delim'
93 ** isinlist (str, list)
94 ** check if 'list' contains 'str'
96 int isinlist (const char *str, const char *list) argument
100 if ( list == NULL || *list
120 unprepstrlist(char *list, char delimc) argument
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Ddirectories.pm190 my (%list) = @_;
192 $type = $$list{'type'};
193 $eol = $$list{'eol'};
194 $list_ref = $$list{'files'};
240 $list = $lists{$list_type};
241 if($list) {
242 my $files = $list->{'files'};
262 $list = $lists{$list_type};
263 if($list) {
264 my $files = $list
[all...]
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DLinkAddresses.h29 * - get the list of link-level addresses
51 LinkAddresses_lookup(LinkAddressesRef list, char * ifname);
54 LinkAddresses_count(LinkAddressesRef list);
57 LinkAddresses_element(LinkAddressesRef list, int i);
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_rd_block_parser.rb36 list = <<-LIST
45 list(:NOTE,
49 assert_equal expected, parse(list)
53 list = <<-LIST
60 list(:NUMBER,
64 assert_equal expected, parse(list)
68 list = <<-LIST
76 list(:NUMBER,
81 assert_equal expected, parse(list)
85 list
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/transapp/
H A Dlogfile.cs42 char **begin, **list;
50 /* Get the list of log files. */
51 if ((ret = dbenv-__GT__log_archive(dbenv, &list, DB_ARCH_ABS)) != 0) {
57 if (list != NULL) {
58 for (begin = list; *list != NULL; ++list)
59 if ((ret = remove(*list)) != 0) {
61 ret, "remove %s", *list);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Ddebugging_internal.cpp33 va_list list; local
34 va_start(list, format);
37 CFStringRef message = CFStringCreateWithFormatAndArguments(kCFAllocatorDefault, NULL, formatString, list);
45 va_end(list);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Ddebugging_internal.cpp33 va_list list; local
34 va_start(list, format);
37 CFStringRef message = CFStringCreateWithFormatAndArguments(kCFAllocatorDefault, NULL, formatString, list);
45 va_end(list);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBPendingTransactionMonitor.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
53 ThreadSpecific<TransactionList>& list = transactions(); local
54 for (size_t i = 0; i < list->size(); ++i) {
55 RefPtr<IDBTransaction> transaction = list->at(i);
59 list->clear();
/macosx-10.9.5/cctools-845/ar/
H A Dmisc.c37 * notice, this list of conditions and the following disclaimer.
39 * notice, this list of conditions and the following disclaimer in the
116 * See if the current file matches any file in the argument list; if it
117 * does, remove it from the argument list.
123 char **list, *p; local
125 for (list = argv; *list; ++list)
126 if (compare(*list)) {
127 p = *list;
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dbackquote.el33 ;; This backquote will generate calls to the backquote-list* form.
42 ;; function and macro versions of backquote-list*
44 (defun backquote-list*-function (first &rest list)
45 "Like `list' but the last argument is the tail of the new list.
47 For example (backquote-list* 'a 'b 'c) => (a b . c)"
49 ;; (if list (cons first (apply 'backquote-list*-function list)) firs
[all...]

Completed in 312 milliseconds

1234567891011>>