Home
last modified time | relevance | path

Searched defs:asArray (Results 26 – 50 of 217) sorted by relevance

123456789

/aosp_15_r20/prebuilts/go/linux-x86/test/
Dnamed.go23 func asArray(Array) {} func
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
H A DNodeTest.java149 Integer[] asArray = slice.asArray(Integer[]::new); in testTruncate() local
H A DIntNodeTest.java172 int[] asArray = slice.asPrimitiveArray(); in testTruncate() local
H A DDoubleNodeTest.java174 double[] asArray = slice.asPrimitiveArray(); in testTruncate() local
H A DLongNodeTest.java173 long[] asArray = slice.asPrimitiveArray(); in testTruncate() local
/aosp_15_r20/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java94 final Uri[] asArray = asList.toArray(new Uri[asList.size()]); in onChange() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h45 ArrayRef<uint8_t> asArray() const { in asArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h45 ArrayRef<uint8_t> asArray() const { in asArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h45 ArrayRef<uint8_t> asArray() const { in asArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h45 ArrayRef<uint8_t> asArray() const { in asArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h45 ArrayRef<uint8_t> asArray() const { in asArray() function
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/
H A DListSetters.java230 private ArrayTypeName asArray() { in asArray() method in ListSetters
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/ksp/
H A DshadedUtil.kt128 private fun List<*>.asArray(method: Method) = in asArray() method
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A DUnwrapSingleArrayScalarsTest.java500 private static String asArray(Object value) { in asArray() method in UnwrapSingleArrayScalarsTest
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java205 public FrameType asArray() { in asArray() method in FrameType
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java82 public String[] asArray() { in asArray() method in CommandFileParser.CommandLine
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/math/
H A DStatsTesting.java87 double[] asArray() { in asArray() method in StatsTesting.ManyValues
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DElementHandle.cpp345 bool ElementHandle::checkGetValidity(bool asArray, string &error) const in checkGetValidity()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/math/
H A DStatsTesting.java88 double[] asArray() { in asArray() method in StatsTesting.ManyValues
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXTypes.java268 public static XArrayType asArray(XType type) { in asArray() method in XTypes
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/math/include/math/
DTMatHelpers.h450 constexpr T const* asArray() const { in asArray() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/math/include/math/
DTMatHelpers.h450 constexpr T const* asArray() const { in asArray() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/math/include/math/
DTMatHelpers.h450 constexpr T const* asArray() const { in asArray() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/math/include/math/
DTMatHelpers.h450 constexpr T const* asArray() const { in asArray() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/math/include/math/
DTMatHelpers.h450 constexpr T const* asArray() const { in asArray() function

123456789