Home
last modified time | relevance | path

Searched defs:copyInto (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/
DNode.java169 void copyInto(T[] array, int offset); in copyInto() method
313 void copyInto(T_ARR array, int offset); in copyInto() method
351 default void copyInto(Integer[] boxed, int offset) { in copyInto() method
429 default void copyInto(Long[] boxed, int offset) { in copyInto() method
509 default void copyInto(Double[] boxed, int offset) { in copyInto() method
DNodes.java573 public void copyInto(T_ARR array, int offset) { } in copyInto() method in Nodes.EmptyNode
674 public void copyInto(T[] dest, int destOffset) { in copyInto() method in Nodes.ArrayNode
724 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.CollectionNode
803 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.ConcNode
868 public void copyInto(T_ARR array, int offset) { in copyInto() method in Nodes.ConcNode.OfPrimitive
DPipelineHelper.java128 abstract<P_IN> void copyInto(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator); in copyInto() method in PipelineHelper
DSpinedBuffer.java191 public void copyInto(E[] array, int offset) { in copyInto() method in SpinedBuffer
541 public void copyInto(T_ARR array, int offset) { in copyInto() method in SpinedBuffer.OfPrimitive
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/
H A DNode.java169 void copyInto(T[] array, int offset); in copyInto() method
313 void copyInto(T_ARR array, int offset); in copyInto() method
351 default void copyInto(Integer[] boxed, int offset) { in copyInto() method
429 default void copyInto(Long[] boxed, int offset) { in copyInto() method
509 default void copyInto(Double[] boxed, int offset) { in copyInto() method
H A DNodes.java573 public void copyInto(T_ARR array, int offset) { } in copyInto() method in Nodes.EmptyNode
674 public void copyInto(T[] dest, int destOffset) { in copyInto() method in Nodes.ArrayNode
724 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.CollectionNode
803 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.ConcNode
868 public void copyInto(T_ARR array, int offset) { in copyInto() method in Nodes.ConcNode.OfPrimitive
H A DPipelineHelper.java128 abstract<P_IN> void copyInto(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator); in copyInto() method in PipelineHelper
H A DSpinedBuffer.java191 public void copyInto(E[] array, int offset) { in copyInto() method in SpinedBuffer
541 public void copyInto(T_ARR array, int offset) { in copyInto() method in SpinedBuffer.OfPrimitive
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/
DNode.java169 void copyInto(T[] array, int offset); in copyInto() method
313 void copyInto(T_ARR array, int offset); in copyInto() method
351 default void copyInto(Integer[] boxed, int offset) { in copyInto() method
429 default void copyInto(Long[] boxed, int offset) { in copyInto() method
509 default void copyInto(Double[] boxed, int offset) { in copyInto() method
DNodes.java573 public void copyInto(T_ARR array, int offset) { } in copyInto() method in Nodes.EmptyNode
674 public void copyInto(T[] dest, int destOffset) { in copyInto() method in Nodes.ArrayNode
724 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.CollectionNode
803 public void copyInto(T[] array, int offset) { in copyInto() method in Nodes.ConcNode
868 public void copyInto(T_ARR array, int offset) { in copyInto() method in Nodes.ConcNode.OfPrimitive
DPipelineHelper.java128 abstract<P_IN> void copyInto(Sink<P_IN> wrappedSink, Spliterator<P_IN> spliterator); in copyInto() method in PipelineHelper
DSpinedBuffer.java191 public void copyInto(E[] array, int offset) { in copyInto() method in SpinedBuffer
541 public void copyInto(T_ARR array, int offset) { in copyInto() method in SpinedBuffer.OfPrimitive
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DByteString.kt152 fun copyInto(offset: Int = 0, target: ByteArray, targetOffset: Int = 0, byteCount: Int) in utf8() method
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DSets.java618 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
800 public <S extends Set<E>> S copyInto(S set) { in union() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DSets.java618 public <S extends Set<E>> S copyInto(S set) { in copyInto() method in Sets.SetView
776 public <S extends Set<E>> S copyInto(S set) { in union() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java844 protected void copyInto(ArrayMap<String, F[]> l, ArrayMap<String, F[]> r) { in copyInto() method in IntentResolver
859 protected void copyInto(ArraySet<F> l, ArraySet<F> r) { in copyInto() method in IntentResolver
/aosp_15_r20/external/okio/okio/src/appleMain/kotlin/okio/
H A DSegmentedByteString.kt71 override fun copyInto( in <lambda>() method in okio.SegmentedByteString
H A DByteString.kt146 actual open fun copyInto( in <lambda>() method in okio.ByteString
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DTextureLayer.java91 public boolean copyInto(@NonNull Bitmap bitmap) { in copyInto() method in TextureLayer
/aosp_15_r20/external/okio/okio/src/nonAppleMain/kotlin/okio/
H A DSegmentedByteString.kt71 override fun copyInto( in <lambda>() method in okio.SegmentedByteString
H A DByteString.kt140 actual open fun copyInto( in get() method in okio.ByteString
/aosp_15_r20/frameworks/base/libs/hwui/
H A DVertexBuffer.h91 void copyInto(const VertexBuffer& srcBuffer, float xOffset, float yOffset) { in copyInto() function
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DSegmentedByteString.kt112 override fun copyInto( in <lambda>() method in okio.SegmentedByteString
/aosp_15_r20/external/clang/lib/AST/
H A DTemplateBase.cpp589 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DVector.annotated.java41 public synchronized void copyInto([email protected] Object @libcore.util.NonNull [] … in copyInto() method in Vector

12345678910>>...36