Searched defs:right (Results 26 - 50 of 412) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DKernTable.cpp23 le_uint16 right; // right glyph of kern pair member in struct:PairInfo
/macosx-10.10/IOKitTools-91/ioclasscount.tproj/
H A Dioclasscount.c35 static int compareClassNames(const void * left, const void * right) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.h103 void findAclsForRight(AclAuthorization right, Container &cont) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DBaseAST.hpp175 RefBaseAST right; member in class:antlr::BaseAST
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.h103 void findAclsForRight(AclAuthorization right, Container &cont) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.h103 void findAclsForRight(AclAuthorization right, Container &cont) argument
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcredential.cpp79 CredentialImpl::CredentialImpl(const string &right, bool shared) : mShared(shared), mRight(true), mUid(-2), mName(right), mRealName(""), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true) argument
189 Credential::Credential(const string &right, bool shared) : RefPointer<CredentialImpl>(new CredentialImpl(right, shared)) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DRect.h33 CSSPrimitiveValue* right() const { return m_right.get(); } function in class:WebCore::RectBase
38 void setRight(PassRefPtr<CSSPrimitiveValue> right) { m_right = right; } argument
83 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
103 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIntRect.cpp116 int right = std::max(maxX(), other.maxX()); local
H A DIntRectExtent.h49 IntRectExtent(int top, int right, int bottom, int left) argument
60 int right() const { return m_right; } function in class:WebCore::IntRectExtent
61 void setRight(int right) { m_right = right; } argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DAreaAllocator.h98 Node* right; member in struct:WebCore::GeneralAreaAllocator::Node
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DGapRects.h33 const LayoutRect& right() const { return m_right; } function in struct:WebCore::GapRects
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dx-apollo.el
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dhtml-table.h64 int left, right; member in struct:cols
/macosx-10.10/sudo-73/src/
H A Dredblack.h32 struct rbnode *left, *right, *parent; member in struct:rbnode
/macosx-10.10/emacs-93/emacs/lisp/
H A Dindent.el[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm207 sub right { subroutine
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duarrsort.c38 uprv_uint16Comparator(const void *context, const void *left, const void *right) { argument
43 uprv_int32Comparator(const void *context, const void *left, const void *right) { argument
48 uprv_uint32Comparator(const void *context, const void *left, const void *right) { argument
171 int32_t left, right; local
[all...]
H A Dunorm.cpp225 _concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, const Normalizer2 *n2, UErrorCode *pErrorCode) argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dbuddhcal.cpp48 BuddhistCalendar& BuddhistCalendar::operator= ( const BuddhistCalendar& right) argument
H A Dcollationcompare.cpp27 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, argument
[all...]
H A Dtaiwncal.cpp48 TaiwanCalendar& TaiwanCalendar::operator= ( const TaiwanCalendar& right) argument
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dsorttest.c126 linesComparator(const void *context, const void *left, const void *right) { argument
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DOpcode.cpp66 static int compareOpcodeIndices(const void* left, const void* right) argument
79 static int compareOpcodePairIndices(const void* left, const void* right) argument
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGPredictionPropagationPhase.cpp132 SpeculatedType speculatedDoubleTypeForPredictions(SpeculatedType left, SpeculatedType right) argument
214 SpeculatedType right = node->child2()->prediction(); local
238 SpeculatedType right = node->child2()->prediction(); local
253 SpeculatedType right = node->child2()->prediction(); local
280 SpeculatedType right = node->child2()->prediction(); local
294 SpeculatedType right = node->child2()->prediction(); local
309 SpeculatedType right = node->child2()->prediction(); local
323 SpeculatedType right = node->child2()->prediction(); local
689 SpeculatedType right = node->child2()->prediction(); local
708 SpeculatedType right = node->child2()->prediction(); local
730 SpeculatedType right = node->child2()->prediction(); local
[all...]

Completed in 372 milliseconds

1234567891011>>