Searched refs:end (Results 276 - 300 of 6717) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSNotificationAdditions.h6 @end
11 @end
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonNumber.h13 @end
H A DOC_PythonSet.h14 @end
/macosx-10.9.5/security_systemkeychain-55191.2/Gatekeeper/
H A DRuleViewController.h15 @end
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DConservativeRoots.cpp94 void ConservativeRoots::genericAddSpan(void* begin, void* end, MarkHook& markHook) argument
96 ASSERT(begin <= end);
97 ASSERT((static_cast<char*>(end) - static_cast<char*>(begin)) < 0x1000000);
99 ASSERT(isPointerAligned(end));
102 for (char** it = static_cast<char**>(begin); it != static_cast<char**>(end); ++it)
111 void ConservativeRoots::add(void* begin, void* end) argument
114 genericAddSpan(begin, end, dummy);
117 void ConservativeRoots::add(void* begin, void* end, JITStubRoutineSet& jitStubRoutines) argument
119 genericAddSpan(begin, end, jitStubRoutines);
143 void* begin, void* end, JITStubRoutineSe
142 add( void* begin, void* end, JITStubRoutineSet& jitStubRoutines, DFGCodeBlocks& dfgCodeBlocks) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h13 /* end linux test */
72 #define PLAT_GET_US(start,end) (end.lo - start.lo)
80 #define PLAT_GET_US(start,end) \
81 ( ( ( (end.tv_sec & 0xff) * 1000000) + end.tv_usec) - \
90 #define PLAT_GET_US(start,end) (end.low_val - start.low_val)
98 #define PLAT_GET_US(start,end) \
99 ((end
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCAnimation.h62 @end
70 @end
H A DMBCBoardViewAccessibility.h57 @end
64 @end
/macosx-10.9.5/Heimdal-323.92.1/tests/GSSTestApp/Tests/
H A DTestHarness.h19 @end
30 @end
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPEntryList.cpp33 LDAPEntryList::const_iterator LDAPEntryList::end() const{ function in class:LDAPEntryList
34 return m_entries.end();
H A DLDAPReferenceList.cpp33 LDAPReferenceList::const_iterator LDAPReferenceList::end() const{ function in class:LDAPReferenceList
34 return m_refs.end();
H A DLDAPSchema.cpp32 for (i = ocs.begin(); i != ocs.end(); i++) {
36 for (j = names.begin(); j != names.end(); j++) {
39 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) {
52 for (i = ats.begin(); i != ats.end(); i++) {
56 for (j = names.begin(); j != names.end(); j++) {
59 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) {
70 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) {
79 for ( k = lc_name.begin(); k != lc_name.end(); k++ ) {
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A DDLDBList.cpp31 void DLDbList::add(const DLDbIdentifier& dldbIdentifier) // Adds at end if not in list
33 for (DLDbList::const_iterator ix=begin();ix!=end();ix++)
42 for (DLDbList::iterator ix=begin();ix!=end();ix++)
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DNSFEEPublicKeyPrivate.h36 @end
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A DDLDBList.cpp31 void DLDbList::add(const DLDbIdentifier& dldbIdentifier) // Adds at end if not in list
33 for (DLDbList::const_iterator ix=begin();ix!=end();ix++)
42 for (DLDbList::iterator ix=begin();ix!=end();ix++)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DNSFEEPublicKeyPrivate.h36 @end
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMFloat64Array.h36 @end
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitStatistics.m72 @end
H A DWebNSUserDefaultsExtras.mm43 @end
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDeviceOrientationInternal.h37 @end
43 @end
H A DWebDeviceOrientationProviderMockInternal.h44 @end
48 @end
H A DWebPolicyDelegatePrivate.h47 @end
52 @end
H A DWebTextIterator.h49 @result YES if the WebTextIterator has reached the end of the DOMRange.
79 @end
97 @end
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugInBrowserContextController.mm47 @end
62 @end
84 @end
93 @end
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Drepeat47 -v: Print start and end values before beginning."
80 end="-1";
83 # Start and end value
85 end=${s##[0-9]*-}
86 count=${s%-$end}
89 end=$1
90 case "$end" in
96 end="-1";
106 [ -z "$end" ] && [ $count -le "$end" ]
[all...]

Completed in 215 milliseconds

<<11121314151617181920>>