OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempArray
(Results
1 - 11
of
11
) 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],
/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
379
byte[]
tempArray
;
381
tempArray
= new byte[UNICODECOUNT];
384
tempArray
[i] = value;
391
values =
tempArray
;
CompactCharArray.java
404
char[]
tempArray
;
406
tempArray
= new char[UNICODECOUNT];
408
tempArray
[i] = elementAt((char)i);
414
values =
tempArray
;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactByteArray.java
377
byte[]
tempArray
;
379
tempArray
= new byte[UNICODECOUNT];
382
tempArray
[i] = value;
389
values =
tempArray
;
CompactCharArray.java
402
char[]
tempArray
;
404
tempArray
= new char[UNICODECOUNT];
406
tempArray
[i] = elementAt((char)i);
412
values =
tempArray
;
/external/apache-commons-bcel/src/examples/
listclass.java
240
String[]
tempArray
= new String[pool.getLength()];
256
tempArray
[size++] = buf.toString();
261
System.arraycopy(
tempArray
, 0, dependencies, 0, size);
/cts/tests/tests/media/src/android/media/cts/
MediaCasTest.java
610
byte[]
tempArray
= new byte[str.length() / 2];
613
tempArray
[i++] = (byte)Integer.parseInt(matcher.group(), 16);
615
return Arrays.copyOfRange(
tempArray
, 0, i);
DecoderTest.java
[
all
...]
/external/icu/icu4c/source/i18n/
csdetect.cpp
87
CSRecognizerInfo *
tempArray
[] = {
123
int32_t rCount = UPRV_LENGTHOF(
tempArray
);
133
fCSRecognizers[r] =
tempArray
[r];
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 155 milliseconds