HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 951 - 975 of 1578) sorted by null

<<31323334353637383940>>

  /frameworks/multidex/library/src/androidx/multidex/
MultiDex.java 28 import java.lang.reflect.Array;
414 * Replace the value of a field containing a non null array, by a new array containing the
415 * elements of the original array plus the elements of extraElements.
418 * @param extraElements elements to append at the end of the array.
425 Object[] combined = (Object[]) Array.newInstance(
    [all...]
  /frameworks/support/collection/src/main/java/androidx/collection/
ArraySet.java 25 import java.lang.reflect.Array;
35 * separate from ArrayMap, however, so the Object array contains only one item for each
41 * and deleting entries in the array. For containers holding up to hundreds of items,
45 * standard Java containers it will shrink its array as items are removed from it. Currently
63 * Maximum number of entries to have in array caches.
68 * Caches of small array objects to avoid spamming garbage. The cache
69 * Object[] variable is a pointer to a linked list of array objects.
70 * The first entry in the array is a pointer to the next array in the
71 * list; the second entry is a pointer to the int[] hash code array for it
164 final Object[] array = sTwiceBaseCache; local
180 final Object[] array = sBaseCache; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
TimSort.java 57 * sort, assuming the input array is large enough to warrant the full-blown
66 * array is less than this length, no merges will be performed.
78 * of the array being sorted and the minimum merge sequence length.
83 * The array being sorted.
106 * Maximum initial size of tmp array, which is used for merging. The array
115 * Temp storage for merges. A workspace array may optionally be
120 private int tmpBase; // base of tmp array slice
121 private int tmpLen; // length of tmp array slice
140 * @param a the array to be sorte
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 658 /// Allocate an array of MachineOperands. This is only intended for use by
664 /// Dellocate an array of MachineOperands and recycle the memory. This is
666 /// Cap must be the same capacity that was used to allocate the array.
667 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
668 OperandRecycler.deallocate(Cap, Array);
680 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
681 /// pointers. This array is owned by the MachineFunction.
684 /// extractLoadMemRefs - Allocate an array and populate it with just the
691 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 666 /// Allocate an array of MachineOperands. This is only intended for use by
672 /// Dellocate an array of MachineOperands and recycle the memory. This is
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
688 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
689 /// pointers. This array is owned by the MachineFunction.
692 /// extractLoadMemRefs - Allocate an array and populate it with just the
699 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 666 /// Allocate an array of MachineOperands. This is only intended for use by
672 /// Dellocate an array of MachineOperands and recycle the memory. This is
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
688 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
689 /// pointers. This array is owned by the MachineFunction.
692 /// extractLoadMemRefs - Allocate an array and populate it with just the
699 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 658 /// Allocate an array of MachineOperands. This is only intended for use by
664 /// Dellocate an array of MachineOperands and recycle the memory. This is
666 /// Cap must be the same capacity that was used to allocate the array.
667 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
668 OperandRecycler.deallocate(Cap, Array);
680 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
681 /// pointers. This array is owned by the MachineFunction.
684 /// extractLoadMemRefs - Allocate an array and populate it with just the
691 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 666 /// Allocate an array of MachineOperands. This is only intended for use by
672 /// Dellocate an array of MachineOperands and recycle the memory. This is
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
688 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
689 /// pointers. This array is owned by the MachineFunction.
692 /// extractLoadMemRefs - Allocate an array and populate it with just the
699 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 666 /// Allocate an array of MachineOperands. This is only intended for use by
672 /// Dellocate an array of MachineOperands and recycle the memory. This is
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
688 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
689 /// pointers. This array is owned by the MachineFunction.
692 /// extractLoadMemRefs - Allocate an array and populate it with just the
699 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h 684 /// Allocate an array of MachineOperands. This is only intended for use by
690 /// Dellocate an array of MachineOperands and recycle the memory. This is
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
706 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand
707 /// pointers. This array is owned by the MachineFunction.
710 /// extractLoadMemRefs - Allocate an array and populate it with just the
717 /// extractStoreMemRefs - Allocate an array and populate it with just the
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
cgo.go 10 // or slice to C, either directly, or via a pointer, array, or struct.
131 case *types.Array:
  /prebuilts/go/darwin-x86/src/encoding/gob/
decgen.go 176 printMaps(&b, "Array")
235 errorf("decoding %[1]s array or slice: length exceeds input size (%%d elements)", length)
  /prebuilts/go/darwin-x86/src/reflect/
value.go 281 // an element of a slice, an element of an addressable array,
703 // It panics if v's Kind is not Array, Chan, or Slice.
707 case Array:
869 // It panics if v's Kind is not Array, Slice, or String or i is out of range.
872 case Array:
875 panic("reflect: array index out of range")
880 // Either flagIndir is set and v.ptr points at array,
881 // or flagIndir is not set and v.ptr is the actual array data.
886 fl := v.flag&(flagIndir|flagAddr) | v.flag.ro() | flag(typ.Kind()) // bits same as overall array
1037 // It panics if v's Kind is not Array, Chan, Map, Slice, or String
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
cgo.go 10 // or slice to C, either directly, or via a pointer, array, or struct.
131 case *types.Array:
  /prebuilts/go/linux-x86/src/encoding/gob/
decgen.go 176 printMaps(&b, "Array")
235 errorf("decoding %[1]s array or slice: length exceeds input size (%%d elements)", length)
  /prebuilts/go/linux-x86/src/reflect/
value.go 281 // an element of a slice, an element of an addressable array,
703 // It panics if v's Kind is not Array, Chan, or Slice.
707 case Array:
869 // It panics if v's Kind is not Array, Slice, or String or i is out of range.
872 case Array:
875 panic("reflect: array index out of range")
880 // Either flagIndir is set and v.ptr points at array,
881 // or flagIndir is not set and v.ptr is the actual array data.
886 fl := v.flag&(flagIndir|flagAddr) | v.flag.ro() | flag(typ.Kind()) // bits same as overall array
1037 // It panics if v's Kind is not Array, Chan, Map, Slice, or String
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
scriptpad.js 154 var buff = java.lang.reflect.Array.newInstance(
188 var buff = java.lang.reflect.Array.newInstance(
222 out.write(text.array, text.offset, text.count);
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
scriptpad.js 154 var buff = java.lang.reflect.Array.newInstance(
188 var buff = java.lang.reflect.Array.newInstance(
222 out.write(text.array, text.offset, text.count);

Completed in 3871 milliseconds

<<31323334353637383940>>