Searched refs:newarray (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h70 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/
H A Dmemory_pool.h70 type * newarray; \
73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
74 memcpy(newarray, (array), (size) * sizeof(type)); \
75 (array) = newarray; \
/external/smack/src/org/xbill/DNS/
H A DDNSOutput.java64 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/
H A DFastStringBuffer.java434 char[][] newarray = new char[i + 16][];
436 System.arraycopy(m_array, 0, newarray, 0, i);
438 m_array = newarray;
514 char[][] newarray = new char[i + 16][];
516 System.arraycopy(m_array, 0, newarray, 0, i);
518 m_array = newarray;
596 char[][] newarray = new char[i + 16][];
598 System.arraycopy(m_array, 0, newarray, 0, i);
600 m_array = newarray;
679 char[][] newarray
[all...]
/external/valgrind/main/memcheck/tests/
H A Dleak_cpp_interior.stderr.exp15 newarray : 7 bytes in 1 blocks
29 newarray : 0 (-7) bytes in 0 (-1) blocks
34 leak_check summary any heuristics newarray
41 newarray : 7 (+7) bytes in 1 (+1) blocks
54 newarray : 0 (-7) bytes in 0 (-1) blocks
61 block at 0x........ considered reachable by ptr 0x........ using newarray heuristic
/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java547 int[] newarray = new int[n + 1];
548 System.arraycopy(interfaces, 0, newarray, 0, n);
549 newarray[n] = info;
550 interfaces = newarray;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DMethodInterceptorGenerator.java163 e.newarray();
177 e.newarray(Constants.TYPE_STRING);
H A DEnhancer.java790 e.newarray(CALLBACK);
828 e.newarray(CALLBACK);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java340 public void newarray() { method in class:CodeEmitter
341 newarray(Constants.TYPE_OBJECT);
344 public void newarray(Type type) { method in class:CodeEmitter
781 newarray();
H A DEmitUtils.java346 e.newarray(Type.getType(remapComponentType(array.getClass().getComponentType())));
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DFieldProviderTransformer.java108 e.newarray(Constants.TYPE_CLASS);
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp34 where heur is one of stdstring newarray multipleinheritance all none*
93 where heur is one of stdstring newarray multipleinheritance all none*
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py2191 def newarray(): function in function:Reader.asRGBA
2201 a = newarray()
2208 a = newarray()
2216 a = newarray()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 478 milliseconds