/external/llvm-project/debuginfo-tests/dexter-tests/ |
D | optnone-loops.cpp | 121 int tempArray[16]; in loop_vectorize_test() local 124 tempArray[count] = src[count]; in loop_vectorize_test() 125 tempArray[count+1] = src[count+1]; // DexLabel('target_loop_vectorize_test_2') in loop_vectorize_test() 126 tempArray[count+2] = src[count+2]; // DexLabel('target_loop_vectorize_test_3') in loop_vectorize_test() 127 tempArray[count+3] = src[count+3]; // DexLabel('target_loop_vectorize_test_4') in loop_vectorize_test() 128 dest[count] = tempArray[count]; // DexLabel('target_loop_vectorize_test_5') in loop_vectorize_test() 129 dest[count+1] = tempArray[count+1]; // DexLabel('target_loop_vectorize_test_6') in loop_vectorize_test() 130 dest[count+2] = tempArray[count+2]; // DexLabel('target_loop_vectorize_test_7') in loop_vectorize_test() 131 dest[count+3] = tempArray[count+3]; // DexLabel('target_loop_vectorize_test_8') in loop_vectorize_test()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | ResizableDoubleArray.java | 313 final double[] tempArray = new double[numElements + values.length + 1]; in addElements() local 314 System.arraycopy(internalArray, startIndex, tempArray, 0, numElements); in addElements() 315 System.arraycopy(values, 0, tempArray, numElements, values.length); in addElements() 316 internalArray = tempArray; in addElements() 426 double[] tempArray = new double[numElements + 1]; in contract() local 429 System.arraycopy(internalArray, startIndex, tempArray, 0, numElements); in contract() 430 internalArray = tempArray; in contract() 530 double[] tempArray = new double[newSize]; in expand() local 533 System.arraycopy(internalArray, 0, tempArray, 0, internalArray.length); in expand() 534 internalArray = tempArray; in expand() [all …]
|
/external/llvm-project/libcxx/test/std/containers/sequences/array/array.tuple/ |
D | get.pass.cpp | 24 TEST_CONSTEXPR std::array<int, sizeof...(T)> tempArray(T ...args) in tempArray() function 61 assert(std::get<0>(tempArray(1, 2, 3)) == 1); in tests() 62 assert(std::get<1>(tempArray(1, 2, 3)) == 2); in tests() 63 assert(std::get<2>(tempArray(1, 2, 3)) == 3); in tests()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CompactByteArray.java | 377 byte[] tempArray; in expand() 379 tempArray = new byte[UNICODECOUNT]; in expand() 382 tempArray[i] = value; in expand() 389 values = tempArray; in expand()
|
D | CompactCharArray.java | 402 char[] tempArray; in expand() local 404 tempArray = new char[UNICODECOUNT]; in expand() 406 tempArray[i] = elementAt((char)i); in expand() 412 values = tempArray; in expand()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CompactByteArray.java | 379 byte[] tempArray; in expand() 381 tempArray = new byte[UNICODECOUNT]; in expand() 384 tempArray[i] = value; in expand() 391 values = tempArray; in expand()
|
D | CompactCharArray.java | 404 char[] tempArray; in expand() local 406 tempArray = new char[UNICODECOUNT]; in expand() 408 tempArray[i] = elementAt((char)i); in expand() 414 values = tempArray; in expand()
|
/external/apache-commons-bcel/src/examples/ |
D | listclass.java | 240 String[] tempArray = new String[pool.getLength()]; in getClassDependencies() local 256 tempArray[size++] = buf.toString(); in getClassDependencies() 261 System.arraycopy(tempArray, 0, dependencies, 0, size); in getClassDependencies()
|
/external/icu/icu4c/source/i18n/ |
D | csdetect.cpp | 87 CSRecognizerInfo *tempArray[] = { in initRecognizers() local 123 int32_t rCount = UPRV_LENGTHOF(tempArray); in initRecognizers() 133 fCSRecognizers[r] = tempArray[r]; in initRecognizers()
|
/external/angle/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 1174 uint8_t tempArray[512]; in TEST_P() local 1177 glGetProgramBinaryOES(program, static_cast<GLsizei>(ArraySize(tempArray)), &tempLength, in TEST_P() 1178 &tempFormat, tempArray); in TEST_P()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |