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

  /art/runtime/mirror/
object.h 49 typedef PrimitiveArray<int64_t> LongArray;
186 LongArray* AsLongArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /frameworks/base/core/java/android/util/
LongArray.java 27 public class LongArray implements Cloneable {
34 * Creates an empty LongArray with the default initial capacity.
36 public LongArray() {
41 * Creates an empty LongArray with the specified initial capacity.
43 public LongArray(int initialCapacity) {
82 public void addAll(LongArray values) {
114 public LongArray clone() {
115 LongArray clone = null;
117 clone = (LongArray) super.clone();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 7 class LongArray
293 // TODO make m fixed for the LongArray, and hence compute T once and for all
297 public LongArray(int intLen)
302 public LongArray(long[] ints)
307 public LongArray(long[] ints, int off, int len)
320 public LongArray(BigInteger bigInt)
612 public LongArray addOne()
616 return new LongArray(new long[]{ 1L });
622 return new LongArray(ints);
625 // private void addShiftedByBits(LongArray other, int bits
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 639 milliseconds