Home
last modified time | relevance | path

Searched defs:longArray (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/aosp_15_r20/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/safeparcel/
DGenericDocumentParcelTest.java144 long[] longArray = new long[] {1L, 2L, 3L}; in testGenericDocumentParcel_propertiesGeneratedCorrectly() local
174 long[] longArray = new long[] {1L, 2L, 3L}; in testGenericDocumentParcel_buildFromAnotherDocumentParcelCorrectly() local
227 long[] longArray = new long[] {1L, 2L, 3L}; in testGenericDocumentParcel_builderCanBeReused() local
256 long[] longArray = new long[] {1L, 2L}; in testRecreateFromParcelWithParentTypes() local
/aosp_15_r20/external/fbjni/test/
H A DPrimitiveArrayTests.java145 long[] longArray = new long[MAGIC]; in testGetSetLongArray() local
257 long[] longArray = new long[MAGIC]; in testPinLongArray() local
369 long[] longArray = new long[MAGIC]; in testPinLongArrayRegion() local
481 long[] longArray = new long[MAGIC]; in testPinLongArrayCritical() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/basic/
H A DInjectedThing.java66 @Inject long[] longArray; field in InjectedThing
95 @Inject InjectedThing( in InjectedThing()
205 @Inject void longArray(long[] longArray) {} in longArray() method in InjectedThing
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …ue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatV… in LogThis()
167 …ue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatV… in LogThis()
228 …ue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatV… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …ue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatV… in LogThis()
167 …ue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatV… in LogThis()
228 …ue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArray, float floatV… in LogThis()
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp138 jlongArray longArray = static_cast<jlongArray>(value.get()); in pushBundleToLuaTable() local
285 std::vector<int64_t> longArray; in convertLuaTableToBundle() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
H A DMultilineRecursiveToStringStyleTest.java180 public void longArray() { in longArray() method in MultilineRecursiveToStringStyleTest
246 long[] longArray; field in MultilineRecursiveToStringStyleTest.WithArrays
/aosp_15_r20/external/kotlinpoet/interop/ksp/test-processor/src/main/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
H A DexampleAnnotations.kt33 val longArray: LongArray = [1], constant in com.squareup.kotlinpoet.ksp.test.processor.ExampleAnnotationWithDefaults
60 val longArray: LongArray, constant in com.squareup.kotlinpoet.ksp.test.processor.ComprehensiveAnnotation
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/basic/
H A DInjectedThing.kt123 @Inject internal lateinit var longArray: LongArray variable
177 @Inject internal fun longArray(longArray: LongArray) {} in longArray() method
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/common/
H A DTestTypes.java201 private final long[] longArray; field in TestTypes.PrimitiveArray
207 public PrimitiveArray(long[] longArray) { in PrimitiveArray()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DDirectByteBufferTest.java105 long[] longArray = new long[]{2147484614L, 2147485823L}; in testUnalignedReadsAndWrites() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DArrayReferenceDebuggee.java49 static long[] longArray = new long[10]; field in ArrayReferenceDebuggee
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DDisableCollectionDebuggee.java66 long[][] longArray; in run() local
H A DIsCollectedDebuggee.java75 long[][] longArray; in run() local
H A DEnableCollectionDebuggee.java106 long[][] longArray; in causeMemoryDepletion() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DEnableCollectionDebuggee.java78 long[][] longArray; in run() local
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/
H A DTraceDataFlowInstrumentationTarget.java116 long[] longArray = {0, 0, 0, 0, 0, 0, 0, 7}; in selfCheck() local
/aosp_15_r20/art/test/586-checker-null-array-get/src/
H A DMain.java117 long[] longArray = getLongArray(); in bar() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h46 std::vector<int64_t> longArray; variable
/aosp_15_r20/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl8 inout int[] intArray, long longValue, inout long[] longArray, float floatValue, in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h46 std::vector<int64_t> longArray; variable
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp67 vector<int64_t> longArray{48, 49}; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp76 vector<int64_t> longArray{48, 49}; in TEST_F() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBundleTest.java198 public void longArray() { in longArray() method in ShadowBundleTest
/aosp_15_r20/art/test/045-reflect-array/src/
H A DMain.java138 Object longArray = Array.newInstance(Long.TYPE, 2); in testSingleLong() local

12345678910>>...19