Home
last modified time | relevance | path

Searched defs:getArray (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DArray.java128 Object getArray() throws SQLException; in getArray() method
156 Object getArray(java.util.Map<String,Class<?>> map) throws SQLException; in getArray() method
181 Object getArray(long index, int count) throws SQLException; in getArray() method
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map) in getArray() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/sql/
DArray.java128 Object getArray() throws SQLException; in getArray() method
156 Object getArray(java.util.Map<String,Class<?>> map) throws SQLException; in getArray() method
181 Object getArray(long index, int count) throws SQLException; in getArray() method
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map) in getArray() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DArray.java128 Object getArray() throws SQLException; in getArray() method
156 Object getArray(java.util.Map<String,Class<?>> map) throws SQLException; in getArray() method
181 Object getArray(long index, int count) throws SQLException; in getArray() method
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map) in getArray() method
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/charset/
H A DCharsetDecoderICU.java167 private int getArray(CharBuffer out) { in getArray() method in CharsetDecoderICU
183 private int getArray(ByteBuffer in) { in getArray() method in CharsetDecoderICU
H A DCharsetEncoderICU.java194 private int getArray(ByteBuffer out) { in getArray() method in CharsetEncoderICU
210 private int getArray(CharBuffer in) { in getArray() method in CharsetEncoderICU
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2279 public Object getArray() throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2283 public Object getArray(long index, int count) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2287 public Object getArray(long index, int count, Map<String, Class<?>> map) in getArray() method in OldPreparedStatementTest.MockArray
2292 public Object getArray(Map<String, Class<?>> map) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DTypeLiteralTypeResolutionTest.java73 Method getArray; field in TypeLiteralTypeResolutionTest
177 T[] getArray(); in getArray() method
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.h75 virtual void getArray(Vector<sp<MediaCodecBuffer>> *) const {} in getArray() function
998 void getArray(Vector<sp<MediaCodecBuffer>> *array) const final { in getArray() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DJSON.cpp70 const json::Array *Object::getArray(StringRef K) const { in getArray() function in llvm::json::Object
75 json::Array *Object::getArray(StringRef K) { in getArray() function in llvm::json::Object
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DICUServiceBuilder.java499 private String[] getArray(String key, String type, String context, String width) { in getArray() method in ICUServiceBuilder
525 private List<String> getArray( in getArray() method in ICUServiceBuilder
/aosp_15_r20/libcore/luni/src/main/java/libcore/reflect/
H A DListOfVariables.java29 TypeVariable<?>[] getArray() { in getArray() method in ListOfVariables
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DTextTagInfo.java22 public static TextTagInfo[] getArray(int size) { in getArray() method in TextTagInfo
H A DCodeTagInfo.java22 public static CodeTagInfo[] getArray(int size) { in getArray() method in CodeTagInfo
H A DLiteralTagInfo.java22 public static LiteralTagInfo[] getArray(int size) { in getArray() method in LiteralTagInfo
H A DAuxTagInfo.java26 public static AuxTagInfo[] getArray(int size) { in getArray() method in AuxTagInfo
H A DSeeTagInfo.java24 public static SeeTagInfo[] getArray(int size) { in getArray() method in SeeTagInfo
H A DParsedTagInfo.java25 public static ParsedTagInfo[] getArray(int size) { in getArray() method in ParsedTagInfo
H A DThrowsTagInfo.java27 public static ThrowsTagInfo[] getArray(int size) { in getArray() method in ThrowsTagInfo
/aosp_15_r20/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp49 const uint8_t* ByteArrayOutput::getArray() const { in getArray() function in android::img_utils::ByteArrayOutput
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DJSON.cpp75 const json::Array *Object::getArray(StringRef K) const { in getArray() function in llvm::json::Object
80 json::Array *Object::getArray(StringRef K) { in getArray() function in llvm::json::Object
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-graphics.impl_intermediates/
Dclasses-header.jarandroid/graphics/ColorMatrix.class <Unknown> package android.graphics public android.graphics. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/hwui/framework-graphics.impl/android_common/turbine/
Dframework-graphics.jarandroid/graphics/ColorMatrix.class <Unknown> package android.graphics public android.graphics. ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-graphics_intermediates/
Dclasses-header.jarandroid/graphics/ColorMatrix.class <Unknown> package android.graphics public android.graphics. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/hwui/framework-graphics.impl/android_common/turbine-combined/
Dframework-graphics.jarandroid/graphics/ColorMatrix.class <Unknown> package android.graphics public android.graphics. ...
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/encoder/
H A DByteMatrix.java54 public byte[][] getArray() { in getArray() method in ByteMatrix

12345678910>>...43