Searched refs:first (Results 151 - 175 of 2728) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dutilities.h183 static inline void for_each_delete(In first, In last) argument
185 while (first != last)
186 delete *(first++);
191 static inline void for_each_map_delete(In first, In last) argument
193 while (first != last)
194 delete (first++)->second;
199 inline OutIterator copy_first(InIterator first, InIterator last, OutIterator out) argument
201 while (first != last)
202 *out++ = (first++)->first;
207 copy_second(InIterator first, InIterator last, OutIterator out) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dprettyprint.rb64 # should have a << method which accepts the first argument +obj+ of
65 # PrettyPrint#text, the first argument +sep+ of PrettyPrint#breakable, the
66 # first argument +newline+ of PrettyPrint.new, and the result of a given
101 # first? is a predicate to test the call is a first call to first? with
108 # unless q.first?
116 # first? is obsoleted in 1.8.2.
118 def first?
119 warn "PrettyPrint#first
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DExtensionSubtables.cpp20 le_uint16* first = ((le_uint16*)&code); local
22 return (le_uint32)((SWAPW(*first) << 16) + SWAPW(*second));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A DGestureRecognizer.h53 bool exceedsPanThreshold(const WebCore::IntPoint& first, const WebCore::IntPoint& last) const;
54 bool exceedsDoubleTapThreshold(const WebCore::IntPoint& first, const WebCore::IntPoint& last) const;
/macosx-10.10.1/bless-103/libbless/FinderInfo/
H A DBLGetFinderFlag.c44 uint16_t first; member in struct:TwoUInt16
74 *retval = ( twoUint->first & CFSwapInt16HostToBig(flag) ? 1 : 0 );
/macosx-10.10.1/cups-408/cups/cups/
H A Dhttp-addrlist.c394 http_addrlist_t *first, /* First address in list */ local
440 first = addr = NULL;
449 if ((first = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t))) != NULL)
451 addr = first;
452 first->addr.un.sun_family = AF_LOCAL;
453 strlcpy(first->addr.un.sun_path, hostname, sizeof(first->addr.un.sun_path));
536 httpAddrFreeList(first);
552 if (!first)
553 first
[all...]
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdhtml.cxx106 for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
107 for (g = (ppdcGroup *)d->groups->first(); g; g = (ppdcGroup *)d->groups->next())
108 for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next())
118 for (compo = (ppdcOption *)composite->options->first(); compo; compo = (ppdcOption *)composite->options->next())
123 for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
127 for (size = (ppdcMediaSize *)d->sizes->first(); size;
132 for (compo = (ppdcOption *)composite->options->first(); compo;
137 for (c = (ppdcChoice *)o->choices->first(); c;
H A Dtestcatalog.cxx49 for (m = (ppdcMessage *)catalog->messages->first();
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dassoc_container.hpp218 cc_hash_table(It first, It last) argument
219 { base_type::copy_from_range(first, last); }
225 cc_hash_table(It first, It last, const hash_fn& h) argument
227 { copy_from_range(first, last); }
236 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) argument
238 { copy_from_range(first, last); }
248 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, argument
251 { copy_from_range(first, last); }
262 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, argument
265 { copy_from_range(first, las
368 gp_hash_table(It first, It last) argument
376 gp_hash_table(It first, It last, const hash_fn& h) argument
387 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) argument
399 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp) argument
413 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, const probe_fn& p) argument
429 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, const probe_fn& p, const resize_policy& rp) argument
520 tree(It first, It last) argument
528 tree(It first, It last, const cmp_fn& c) argument
597 trie(It first, It last) argument
604 trie(It first, It last, const e_access_traits& t) argument
660 list_update(It first, It last) argument
[all...]
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dinet6.c366 int first, i; local
426 for (first = 1, i = 0; i < 256; i++)
428 if (first) {
430 first = 0;
437 for (first = 1, i = 0; i < 32; i++) {
440 if (first) {
442 first = 0;
477 for (first = 1, i = 0; i < 16; i++) {
479 if (first) {
481 first
856 register int i, first; local
1122 static int first = 1; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dsayings.rb61 yscrollcommand proc{|first,last| sv.set first,last}
62 xscrollcommand proc{|first,last| sh.set first,last}
H A Dbrowse117 l.yscrollcommand(proc{|first,last| s.set(first,last)})
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dsayings.rb58 yscrollcommand proc{|first,last| sv.set first,last}
59 xscrollcommand proc{|first,last| sh.set first,last}
H A Dbrowse117 l.yscrollcommand(proc{|first,last| s.set(first,last)})
/macosx-10.10.1/swig-12/Lib/csharp/
H A Dstd_pair.i31 T first;
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dstd_pair.i31 T first;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchangelog.tcl47 set first 1
57 # For the upcoming entry. Quick extraction first, string
64 set pos [string first " " $line]
84 if {[string first "* " $line] == 0} {
96 while {[string first "(" $fname] >= 0} {
134 upvar 1 clist clist comment comment files files first first \
137 if {!$first} {
141 set first 0
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtst.c504 log_err("u_strpbrk couldn't find first letter a.\n");
531 log_err("u_strpbrk couldn't find first letter a.\n");
570 log_err("u_strcspn couldn't find first letter a.\n");
594 log_err("u_strcspn couldn't find first letter a.\n");
631 log_err("u_strspn couldn't skip first letter a.\n");
643 log_err("u_strspn couldn't find first letter a (skip d or c).\n");
660 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
663 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
666 log_err("u_strspn couldn't skip d or c (skip first letter).\n");
672 log_err("u_strspn couldn't skip \"0xdbff, 0xdfff\" (get first lette
714 const UChar *first, *last; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLdifWriter.cpp94 bool first = true; local
100 if (! first )
106 if ( first )
108 first = false;
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dcomparison.h31 uint64_t constant_memcmp(const uint8_t *first, const uint8_t *second, size_t count);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dcomparison.h31 uint64_t constant_memcmp(const uint8_t *first, const uint8_t *second, size_t count);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp59 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(p_e->m_value.first);)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ExecutionEngine/
H A DGenericValue.h31 struct { unsigned int first; unsigned int second; } UIntPairVal; member in struct:llvm::GenericValue::__anon9746::__anon9747
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Ddocument.rb56 children.first
/macosx-10.10.1/swig-12/Lib/octave/
H A Dstd_map.i14 map->insert(value_type(it->first, it->second));
61 swig::SwigVar_PyObject key = swig::from(i->first);
79 return swig::from(v.first);
97 OctMapIterator_T(OutIterator curr, OutIterator first, OutIterator last, octave_value seq)
98 : SwigPyIteratorClosed_T<OutIterator,ValueType,FromOper>(curr, first, last, seq)
108 OctMapKeyIterator_T(OutIterator curr, OutIterator first, OutIterator last, octave_value seq)
109 : OctMapIterator_T<OutIterator, FromOper>(curr, first, last, seq)
125 OctMapValueIterator_T(OutIterator curr, OutIterator first, OutIterator last, octave_value seq)
126 : OctMapIterator_T<OutIterator, FromOper>(curr, first, last, seq)

Completed in 220 milliseconds

1234567891011>>