Searched refs:entryPoint (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/CommonCrypto-60049/test/util/
H A Dcapabilities.h11 #define entryPoint(testname,supportname) \ macro
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonCryptoBlowfish.c32 entryPoint(CommonCryptoBlowfish,"CommonCrypto Blowfish Testing")
H A DCommonCryptorWithData.c16 entryPoint(CommonCryptoWithData,"CommonCrypto With Data Testing")
H A DCommonCMac.c12 entryPoint(CommonCMac,"Common CMac")
H A DCommonCryptoSymOffset.c37 entryPoint(CommonCryptoSymOffset,"CommonCrypto Symmetric Unaligned Testing")
H A DCommonCryptoSymZeroLength.c9 entryPoint(CommonCryptoSymZeroLength,"CommonCrypto Symmetric Zero-Length Testing")
H A DCommonRandom.c33 entryPoint(CommonRandom,"Random Number Generation")
H A DCommonDHtest.c7 entryPoint(CommonDH,"Diffie-Hellman Key Agreement")
H A DCommonBigDigest.c9 entryPoint(CommonBigDigest,"CommonCrypto CCDigest Large Size test")
H A DCommonCryptoSymCFB.c31 entryPoint(CommonCryptoSymCFB,"CommonCrypto Symmetric CFB Testing")
H A DCommonCryptoSymCTR.c31 entryPoint(CommonCryptoSymCTR,"CommonCrypto Symmetric CTR Testing")
H A DCommonCryptoSymOFB.c31 entryPoint(CommonCryptoSymOFB,"CommonCrypto Symmetric OFB Testing")
H A DCommonCryptoCTSPadding.c34 entryPoint(CommonCryptoCTSPadding,"CommonCrypto CTS Padding Testing")
H A DCommonCryptoReset.c23 entryPoint(CommonCryptoReset,"CommonCrypto Reset Testing")
H A DCommonCryptoSymmetricWrap.c15 entryPoint(CommonSymmetricWrap,"Symmetric Wrap")
H A DCommonEC.c7 entryPoint(CommonEC,"Elliptic Curve Cryptography")
H A DCommonCryptoSymGCM.c38 entryPoint(CommonCryptoSymGCM,"CommonCrypto Symmetric GCM Testing")
H A DCommonCryptoSymRC2.c37 entryPoint(CommonCryptoSymRC2,"Common Crypto RC2 Test")
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DGlyphPositionAdjustments.cpp31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
37 return fEntryExitPoints[index].getEntryPoint(entryPoint);
165 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const
168 entryPoint = fEntryPoint;
169 return &entryPoint;
H A DGlyphIterator.h54 void getCursiveEntryPoint(LEPoint &entryPoint) const;
68 void setCursiveEntryPoint(LEPoint &entryPoint);
H A DGlyphIterator.cpp163 void GlyphIterator::getCursiveEntryPoint(LEPoint &entryPoint) const
175 glyphPositionAdjustments->getEntryPoint(position, entryPoint);
311 void GlyphIterator::setCursiveEntryPoint(LEPoint &entryPoint) argument
323 glyphPositionAdjustments->setEntryPoint(position, entryPoint, baselineIsLogicalEnd());
H A DGlyphPositionAdjustments.h72 LEPoint *getEntryPoint(LEPoint &entryPoint) const;
109 const LEPoint *getEntryPoint(le_int32 index, LEPoint &entryPoint) const;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpatialNavigation.cpp55 static void entryAndExitPointsForDirection(FocusDirection, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint& entryPoint);
541 // This method calculates the exitPoint from the startingRect and the entryPoint into the candidate rect.
543 void entryAndExitPointsForDirection(FocusDirection direction, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint& entryPoint) argument
548 entryPoint.setX(potentialRect.maxX());
552 entryPoint.setY(potentialRect.maxY());
556 entryPoint.setX(potentialRect.x());
560 entryPoint.setY(potentialRect.y());
571 entryPoint.setY(potentialRect.maxY());
574 entryPoint.setY(potentialRect.y());
577 entryPoint
639 LayoutPoint entryPoint; local
[all...]
/macosx-10.9.5/bless-98/libbless/HFS/
H A DBLWriteStartupFile.h60 UInt32 entryPoint; member in struct:__anon6687
/macosx-10.9.5/CommonCrypto-60049/test/CommonNumerics/
H A DCommonCRC.c30 entryPoint(CommonCRCTest,"CRC")

Completed in 144 milliseconds

12