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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetAllocationTest.java 28 int[] tempArray = new int[INPUTSIZE];
30 tempArray[i] = random.nextInt();
36 mTemp.copyFrom(tempArray);
45 for (int i = 0; i < tempArray.length; i++) {
47 tempArray[i],
  /libcore/ojluni/src/main/java/java/security/
MessageDigestSpi.java 54 private byte[] tempArray;
119 if ((tempArray == null) || (n > tempArray.length)) {
120 tempArray = new byte[n];
123 int chunk = Math.min(len, tempArray.length);
124 input.get(tempArray, 0, chunk);
125 engineUpdate(tempArray, 0, chunk);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 313 final double[] tempArray = new double[numElements + values.length + 1];
314 System.arraycopy(internalArray, startIndex, tempArray, 0, numElements);
315 System.arraycopy(values, 0, tempArray, numElements, values.length);
316 internalArray = tempArray;
426 double[] tempArray = new double[numElements + 1];
429 System.arraycopy(internalArray, startIndex, tempArray, 0, numElements);
430 internalArray = tempArray;
530 double[] tempArray = new double[newSize];
533 System.arraycopy(internalArray, 0, tempArray, 0, internalArray.length);
534 internalArray = tempArray;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CompactByteArray.java 374 byte[] tempArray;
376 tempArray = new byte[UNICODECOUNT];
379 tempArray[i] = value;
386 values = tempArray;
CompactCharArray.java 399 char[] tempArray;
401 tempArray = new char[UNICODECOUNT];
403 tempArray[i] = elementAt((char)i);
409 values = tempArray;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactByteArray.java 372 byte[] tempArray;
374 tempArray = new byte[UNICODECOUNT];
377 tempArray[i] = value;
384 values = tempArray;
CompactCharArray.java 397 char[] tempArray;
399 tempArray = new char[UNICODECOUNT];
401 tempArray[i] = elementAt((char)i);
407 values = tempArray;
  /external/icu/icu4c/source/i18n/
csdetect.cpp 87 CSRecognizerInfo *tempArray[] = {
123 int32_t rCount = ARRAY_SIZE(tempArray);
133 fCSRecognizers[r] = tempArray[r];
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1198 milliseconds