/aosp_15_r20/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/safeparcel/ |
D | GenericDocumentParcelTest.java | 144 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 D | PrimitiveArrayTests.java | 145 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 D | InjectedThing.java | 66 @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/ |
D | ILoggableInterface.java | 15 …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/ |
D | ILoggableInterface.java | 15 …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/ |
D | JniUtils.cpp | 138 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 D | MultilineRecursiveToStringStyleTest.java | 180 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 D | exampleAnnotations.kt | 33 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 D | InjectedThing.kt | 123 @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 D | TestTypes.java | 201 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 D | DirectByteBufferTest.java | 105 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 D | ArrayReferenceDebuggee.java | 49 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 D | DisableCollectionDebuggee.java | 66 long[][] longArray; in run() local
|
H A D | IsCollectedDebuggee.java | 75 long[][] longArray; in run() local
|
H A D | EnableCollectionDebuggee.java | 106 long[][] longArray; in causeMemoryDepletion() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
H A D | EnableCollectionDebuggee.java | 78 long[][] longArray; in run() local
|
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
H A D | TraceDataFlowInstrumentationTarget.java | 116 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 D | Main.java | 117 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/ |
D | ParcelableForToString.h | 46 std::vector<int64_t> longArray; variable
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 8 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/ |
D | ParcelableForToString.h | 46 std::vector<int64_t> longArray; variable
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 67 vector<int64_t> longArray{48, 49}; in TEST_F() local
|
D | aidl_test_client_ndk_loggable_interface.cpp | 76 vector<int64_t> longArray{48, 49}; in TEST_F() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowBundleTest.java | 198 public void longArray() { in longArray() method in ShadowBundleTest
|
/aosp_15_r20/art/test/045-reflect-array/src/ |
H A D | Main.java | 138 Object longArray = Array.newInstance(Long.TYPE, 2); in testSingleLong() local
|