Searched refs:end (Results 301 - 325 of 6717) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/libauto-185.5/auto_tester/
H A DMainThreadFinalization.m31 @end
40 @end
48 @end
82 @end
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp71 if (!Cmp_Fn::operator()(r_key, PB_DS_V2F(*(end() - 1))))
89 new_other.copy_from_ordered_range(it, end());
119 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)),
122 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(*(other.end() - 1)),
131 new_this.copy_from_ordered_range(begin(), end(),
132 other.begin(), other.end());
134 new_this.copy_from_ordered_range(other.begin(), other.end(),
135 begin(), end());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DStringPool.cpp27 if (I != InternTable.end())
30 entry_t *S = entry_t::Create(Key.begin(), Key.end());
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dsmtp_reply_footer.c28 /* reply ends in <CR><LF>, the result text will also end in
94 char *end; local
110 for (cp = STR(buffer) + start, end = cp + strlen(cp);;) {
116 next = end;
120 if (cp == end) {
138 for (cp = template, end = cp + strlen(cp);;) {
142 next = end;
148 vstring_strcat(buffer, next != end ? "-" : " ");
157 if (next < end) {
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_domain.c125 goto end;
132 goto end;
141 end:
164 goto end;
170 goto end;
178 goto end;
184 goto end;
191 end:
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSColorAdditions.h8 @end
H A DNSDataAdditions.h7 @end
H A DNSSplitViewAdditions.h9 @end
H A DJVInspectorController.h13 @end
21 @end
25 @end
29 @end
34 @end
54 @end
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestclassandinst.m18 @end
25 @end
33 @end
44 @end
H A Dprotocol.m12 @end
16 @end
19 @end
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSColorAdditions.h8 @end
H A DNSDataAdditions.h7 @end
H A DNSSplitViewAdditions.h9 @end
H A DJVInspectorController.h13 @end
21 @end
25 @end
29 @end
34 @end
54 @end
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtextpeer.tcl26 $first insert end "This is a coupled pair of text widgets; they are peers to "
27 $first insert end "each other. They have the same underlying data model, but "
28 $first insert end "can show different locations, have different current edit "
29 $first insert end "locations, and have different selections. You can also "
30 $first insert end "create additional peers of any of these text widgets using "
31 $first insert end "the Make Peer button beside the text widget to clone, and "
32 $first insert end "delete a particular peer widget using the Delete Peer "
33 $first insert end "button."
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.h43 vm_map_offset_t end,
48 vm_map_offset_t end,
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DJumpTable.h56 StringOffsetTable::const_iterator end = offsetTable.end(); local
58 if (loc == end)
66 StringOffsetTable::const_iterator end = offsetTable.end(); local
68 if (loc == end)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bf/
H A Dbf_skey.c69 const unsigned char *d,*end; local
78 end= &(data[len]);
82 if (d >= end) d=data;
86 if (d >= end) d=data;
90 if (d >= end) d=data;
94 if (d >= end) d=data;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dexp.c36 char *start,*end; local
48 end=ms_time_new();
60 ms_time_get(end);
61 md=ms_time_diff(start,end);
70 ms_time_get(end);
71 d=ms_time_diff(start,end)/* *50/33 */;
/macosx-10.9.5/WebCore-7537.78.1/loader/mac/
H A DDocumentLoaderMac.cpp39 ResourceLoaderSet::const_iterator end = copy.end(); local
40 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it)
48 ResourceLoaderSet::const_iterator end = copy.end(); local
49 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContentType.cpp51 size_t end = strippedType.find('\"', start + 2); local
52 if (quote != notFound && end != notFound)
55 end = strippedType.find(';', start + 1);
56 if (end == notFound)
57 end = strippedType.length();
59 parameterValue = strippedType.substring(start + 1, end - (start + 1)).stripWhiteSpace();
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleCustomFilterProgramCache.cpp55 for (CacheMap::iterator iter = m_cache.begin(), end = m_cache.end(); iter != end; ++iter)
62 return iter != m_cache.end() ? iter->value : 0;
73 ASSERT(m_cache.find(key) == m_cache.end());
81 ASSERT(iter != m_cache.end());
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.c68 char *start, *end; local
100 * Next we scan forwards looking for the end of the region.
102 end = non_ascii + idn_utf8_mblen(non_ascii);
103 while (!is_domain_delimiter(*end))
104 end += idn_utf8_mblen(end);
105 *endp = end;
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A DTEST.mk36 end
42 end
48 end
53 end
59 end
66 end
83 end
84 end
89 end
94 end
[all...]

Completed in 288 milliseconds

<<11121314151617181920>>