HomeSort by relevance Sort by last modified time
    Searched refs:INCR (Results 1 - 8 of 8) 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) {
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 91 %right DECR INCR
369 | INCR var { $$ = op1(PREINCR, $2); }
371 | var INCR { $$ = op1(POSTINCR, $1); }
lex.c 265 input(); yylval.i = INCR; RET(INCR);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 245 INCR = 0x1E02,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 287 const GLenum INCR = 0x1E02;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1911 milliseconds