Home
last modified time | relevance | path

Searched refs:INCR (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DSHA1PRNG_SecureRandomTest.java34 private static final int INCR = 2; // constant defining loop increment field in SHA1PRNG_SecureRandomTest
91 for ( int i = 0; i < LENGTH; i+=INCR ) { in testGenerateSeedint03()
133 for ( int i = 1; i < LENGTH; i+=INCR ) { in testNextBytesbyteArray02()
143 for ( int k = 1; k < LENGTH; k+=INCR ) { in testNextBytesbyteArray02()
159 for ( int n = 1; n < LENGTH; n+=INCR ) { in testNextBytesbyteArray02()
200 for ( int i = 1; i < LENGTH/2; i+=INCR ) { in testNextBytesbyteArray03()
255 for ( int i = 1; i < LENGTH/2; i+=INCR ) { in testNextBytesbyteArray04()
290 for ( int n = 1; n < LENGTH; n+=INCR ) { in testNextBytesbyteArray04()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h276 INCR = 0x1E02, enumerator
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp358 beginStencilDraw(GraphicsContext3D::INCR); in clipPath()
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl279 const unsigned int INCR = 0x1E02;
/external/webkit/Source/WebCore/
DChangeLog32945 Explicitly specify the stencil operation as INCR. Store the current