/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
memory_pool.h | 70 type * newarray; \ 73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \ 74 memcpy(newarray, (array), (size) * sizeof(type)); \ 75 (array) = newarray; \
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
memory_pool.h | 70 type * newarray; \ 73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \ 74 memcpy(newarray, (array), (size) * sizeof(type)); \ 75 (array) = newarray; \
|
/dalvik/dx/tests/106-verify-object-ops/ |
run | 41 oneop newarray
|
/external/smack/src/org/xbill/DNS/ |
DNSOutput.java | 64 byte [] newarray = new byte[newsize]; 65 System.arraycopy(array, 0, newarray, 0, pos); 66 array = newarray;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
FastStringBuffer.java | 434 char[][] newarray = new char[i + 16][]; local 436 System.arraycopy(m_array, 0, newarray, 0, i); 438 m_array = newarray; 514 char[][] newarray = new char[i + 16][]; local 516 System.arraycopy(m_array, 0, newarray, 0, i); 518 m_array = newarray; 596 char[][] newarray = new char[i + 16][]; local 598 System.arraycopy(m_array, 0, newarray, 0, i); 600 m_array = newarray; 679 char[][] newarray = new char[i + 16][] local 779 char[][] newarray = new char[i + 16][]; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ClassFile.java | 547 int[] newarray = new int[n + 1]; local 548 System.arraycopy(interfaces, 0, newarray, 0, n); 549 newarray[n] = info; 550 interfaces = newarray;
|
/prebuilts/tools/common/asm-tools/ |
asm-commons-4.0.jar | |
asm-debug-all-4.0.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | 2191 def newarray(): function in function:Reader.asRGBA [all...] |
/prebuilts/tools/common/cglib/ |
cglib-2.2.3.jar | |
cglib-nodep-2.2.3.jar | |
/prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/ |
cglib-nodep-2.2.2.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.objectweb.asm_3.2.0.v200909071300.jar | |
org.apache.jasper_5.5.17.v201004212143.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/external/robolectric/lib/test/ |
mockito-core-1.8.5.jar | |
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |