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

1234567891011>>

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DSegregatedFreeList.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
45 auto& list = select(range.size()); local
46 list.push(range);
61 Range SegregatedFreeList::takeGreedy(List& list, size_t minimum) argument
63 for (size_t i = list.size(); i-- > 0; ) {
64 Range range = list[i];
67 // so we need to validate each free list entry before using it.
70 list.pop(i);
77 list
107 take(List& list, size_t minimum) argument
[all...]
/macosx-10.10.1/tcl-105/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.10.1/emacs-93/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.10.1/bash-94.1.2/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.10.1/bash-94.1.2/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.10.1/tcl-105/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/bash-94.1.2/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.10.1/bind9-45.101/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.10.1/curl-83.1.2/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.10.1/eap8021x-198/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.10.1/ruby-106/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.10.1/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/curl-83.1.2/curl/lib/
H A Dslist.h26 * Curl_slist_duplicate() duplicates a linked list. It always returns the
27 * address of the first record of the cloned list or NULL in case of an
28 * error (or if the input list was NULL).
34 * it to the list.
36 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list,
/macosx-10.10.1/emacs-93/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...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-initialize.h35 extern void _destroyInitializingClassList(struct _objc_initializing_classes *list);
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_array.rb14 @list = [{ :a => 'b' }, 'foo']
31 list = X.new
32 list << 1
33 assert_equal X, list.class
34 assert_equal 1, list.first
49 @list << @list
50 assert_cycle(@list)
54 assert_cycle(@list)
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/include/
H A Dasl_msg_list.h46 char *asl_msg_list_to_string(asl_msg_list_t *list, uint32_t *len) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
47 asl_string_t *asl_msg_list_to_asl_string(asl_msg_list_t *list, uint32_t encoding) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
51 asl_msg_list_t *asl_msg_list_retain(asl_msg_list_t *list) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
52 void asl_msg_list_release(asl_msg_list_t *list) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
55 void asl_msg_list_insert(asl_msg_list_t *list, uint32_t x, void *obj) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
57 void asl_msg_list_append(asl_msg_list_t *list, void *obj) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
58 void asl_msg_list_prepend(asl_msg_list_t *list, void *obj) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
59 size_t asl_msg_list_count(asl_msg_list_t *list) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
60 asl_msg_t *asl_msg_list_get_index(asl_msg_list_t *list, size_t index) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_7_0);
61 void asl_msg_list_remove_index(asl_msg_list_t *list, size_
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dunbuffer9 eval [list spawn -noecho] [lrange $argv 1 end]
21 eval [list spawn -noecho] $argv
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_get.c18 * internal functions used to build up a null-terminated char ** list
22 * purposes to build up the list, which is returned in *ret_list by
25 * The publicly exported interface for freeing char** list is
30 char **list; member in struct:profile_string_list
36 * Initialize the string list abstraction.
38 static errcode_t init_list(struct profile_string_list *list) argument
40 list->num = 0;
41 list->max = 10;
42 list->list
53 end_list(struct profile_string_list *list, char ***ret_list) argument
75 add_to_list(struct profile_string_list *list, const char *str) argument
100 is_list_member(struct profile_string_list *list, const char *str) argument
118 profile_free_list(char **list) argument
[all...]

Completed in 155 milliseconds

1234567891011>>