HomeSort by relevance Sort by last modified time
    Searched refs:gapSize (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/java/math/
Primality.java 89 int gapSize = 1024; // for searching of the next probable prime number
91 boolean isDivisible[] = new boolean[gapSize];
116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize;
124 modules[i] = (modules[i] + gapSize) % primes[i];
126 for (; j < gapSize; j += primes[i]) {
132 for (j = 0; j < gapSize; j++) {
141 startPoint.addPositiveInt(gapSize);
  /art/runtime/jdwp/
jdwp_expand_buf.h 57 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
jdwp_expand_buf.cc 106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) {
109 ensureSpace(pBuf, gapSize);
112 pBuf->curLen += gapSize;
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 132 final int gapSize = Math.round(mScale * 8);
133 final int drHeight = (HEIGHT - (N - 1) * gapSize) / N;
143 canvas.translate(0, drHeight + gapSize);
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 375 void shiftPc(int where, int gapSize, boolean exclusive)
378 new Shifter(this, where, gapSize, exclusive).visit();
StackMapTable.java 788 void shiftPc(int where, int gapSize, boolean exclusive)
791 new Shifter(this, where, gapSize, exclusive).doit();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1540 milliseconds