Home
last modified time | relevance | path

Searched refs:newarray (Results 1 – 25 of 110) sorted by relevance

12345

/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DFastStringBuffer.java434 char[][] newarray = new char[i + 16][]; in append() local
436 System.arraycopy(m_array, 0, newarray, 0, i); in append()
438 m_array = newarray; in append()
514 char[][] newarray = new char[i + 16][]; in append() local
516 System.arraycopy(m_array, 0, newarray, 0, i); in append()
518 m_array = newarray; in append()
596 char[][] newarray = new char[i + 16][]; in append() local
598 System.arraycopy(m_array, 0, newarray, 0, i); in append()
600 m_array = newarray; in append()
679 char[][] newarray = new char[i + 16][]; in append() local
[all …]
/aosp_15_r20/dalvik/dx/tests/024-code-bytecode/
H A Dexpected.txt255 016b: newarray boolean
256 016d: newarray char
257 016f: newarray float
258 0171: newarray double
259 0173: newarray byte
260 0175: newarray short
261 0177: newarray int
262 0179: newarray long
H A Dsmall-class.txt266 bc 04 # 016c: newarray boolean
267 bc 05 # 016e: newarray char
268 bc 06 # 0170: newarray float
269 bc 07 # 0172: newarray double
270 bc 08 # 0174: newarray byte
271 bc 09 # 0176: newarray short
272 bc 0a # 0178: newarray int
273 bc 0b # 017a: newarray long
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h53 type * newarray; \
56 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
57 memcpy(newarray, (array), (size) * sizeof(type)); \
58 (array) = newarray; \
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/translate/
H A DEntityArrays.java450 final String[][] newarray = new String[array.length][2]; in invert() local
452 newarray[i][0] = array[i][1]; in invert()
453 newarray[i][1] = array[i][0]; in invert()
455 return newarray; in invert()
/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
H A DInstructionAdapter.java394 newarray(Type.BOOLEAN_TYPE); in visitIntInsn()
397 newarray(Type.CHAR_TYPE); in visitIntInsn()
400 newarray(Type.BYTE_TYPE); in visitIntInsn()
403 newarray(Type.SHORT_TYPE); in visitIntInsn()
406 newarray(Type.INT_TYPE); in visitIntInsn()
409 newarray(Type.FLOAT_TYPE); in visitIntInsn()
412 newarray(Type.LONG_TYPE); in visitIntInsn()
415 newarray(Type.DOUBLE_TYPE); in visitIntInsn()
475 newarray(objectType); in visitTypeInsn()
1220 public void newarray(final Type type) { in newarray() method in InstructionAdapter
[all …]
H A DGeneratorAdapter.java1278 InstructionAdapter.newarray(mv, type); in newArray()
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java575 int[] newarray = new int[n + 1]; in addInterface() local
576 System.arraycopy(interfaces, 0, newarray, 0, n); in addInterface()
577 newarray[n] = info; in addInterface()
578 interfaces = newarray; in addInterface()
/aosp_15_r20/external/lua/src/
H A Dltable.c514 TValue *newarray; in luaH_resize() local
529 newarray = luaM_reallocvector(L, t->array, oldasize, newasize, TValue); in luaH_resize()
530 if (unlikely(newarray == NULL && newasize > 0)) { /* allocation failed? */ in luaH_resize()
536 t->array = newarray; /* set new array part */ in luaH_resize()
/aosp_15_r20/dalvik/dx/tests/106-verify-object-ops/
H A Dbuild35 oneop newarray
H A Drun40 oneop newarray
H A Dexpected.txt14 newarray: expected failure occurred
H A Dop_newarray.j23 newarray short
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmalloc.go1423 func newarray(typ *_type, n int) unsafe.Pointer { func
1450 return newarray(typ, n)
Darena.go465 return newarray(typ, cap)
Dmap.go377 buckets = newarray(t.Bucket, int(nbuckets))
/aosp_15_r20/dalvik/dx/tests/032-bb-live-code/
H A Dblort.j322 newarray int
H A Dexpected.txt460 00ca: newarray int
/aosp_15_r20/external/libfuse/lib/
H A Dfuse.c574 void *newarray; in node_table_reduce() local
579 newarray = realloc(t->array, sizeof(struct node *) * newsize); in node_table_reduce()
580 if (newarray != NULL) in node_table_reduce()
581 t->array = newarray; in node_table_reduce()
631 void *newarray; in node_table_resize() local
633 newarray = realloc(t->array, sizeof(struct node *) * newsize); in node_table_resize()
634 if (newarray == NULL) in node_table_resize()
637 t->array = newarray; in node_table_resize()
/aosp_15_r20/out/soong/.intermediates/external/ow2-asm/ow2-asm-commons/linux_glibc_common/local-javac-header/
Dow2-asm-commons.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/ow2-asm/ow2-asm-commons/linux_glibc_common/javac/
Dow2-asm-commons.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/ ...
/aosp_15_r20/external/jarjar/lib/
HDasm-commons-7.3.1.jarMETA-INF/ META-INF/MANIFEST.MF module-info.class <Unknown> ...
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDasm-commons-8.0.1.jarMETA-INF/ META-INF/MANIFEST.MF module-info.class <Unknown> ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/asm/asm-commons-9.6/android_common/local-combined/
Dasm-commons-9.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/ ...
/aosp_15_r20/prebuilts/misc/common/asm/
HDasm-commons-9.6.jarMETA-INF/ META-INF/MANIFEST.MF module-info.class <Unknown> ...

12345