HomeSort by relevance Sort by last modified time
    Searched defs:INCR (Results 1 - 3 of 3) 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 ) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 36 private static final int INCR = 2; // constant defining loop increment
89 for (int i = 0; i < LENGTH; i += INCR) {
127 for (int i = 1; i < LENGTH; i += INCR) {
136 for (int k = 1; k < LENGTH; k += INCR) {
151 for (int n = 1; n < LENGTH; n += INCR) {
191 for (int i = 1; i < LENGTH / 2; i += INCR) {
247 for (int i = 1; i < LENGTH / 2; i += INCR) {
285 for (int n = 1; n < LENGTH; n += INCR) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 245 INCR = 0x1E02,
    [all...]

Completed in 743 milliseconds