HomeSort by relevance Sort by last modified time
    Searched refs:tempArray (Results 1 - 10 of 10) 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);
46 for (int i = 0; i < tempArray.length; i++) {
48 tempArray[i],
  /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/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];
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]
  /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/54.1.1/
icu4j-54.1.1.jar 

Completed in 320 milliseconds