HomeSort by relevance Sort by last modified time
    Searched defs:INCR (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 34 private static final int INCR = 2; // constant defining loop increment
91 for ( int i = 0; i < LENGTH; i+=INCR ) {
133 for ( int i = 1; i < LENGTH; i+=INCR ) {
143 for ( int k = 1; k < LENGTH; k+=INCR ) {
159 for ( int n = 1; n < LENGTH; n+=INCR ) {
200 for ( int i = 1; i < LENGTH/2; i+=INCR ) {
255 for ( int i = 1; i < LENGTH/2; i+=INCR ) {
290 for ( int n = 1; n < LENGTH; n+=INCR ) {
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 276 INCR = 0x1E02,
    [all...]

Completed in 205 milliseconds