Searched defs:LongArray (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java7 class LongArray implements Cloneable class in inherits:Cloneable
295 // TODO make m fixed for the LongArray, and hence compute T once and for all
299 public LongArray(int intLen) method in class:LongArray
304 public LongArray(long[] ints) method in class:LongArray
309 public LongArray(long[] ints, int off, int len) method in class:LongArray
322 public LongArray(BigInteger bigInt) method in class:LongArray
614 public LongArray addOne()
618 return new LongArray(new long[]{ 1L });
624 return new LongArray(ints);
627 // private void addShiftedByBits(LongArray othe
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 317 milliseconds