Home
last modified time | relevance | path

Searched defs:array (Results 726 – 750 of 6340) sorted by relevance

1...<<21222324252627282930>>...254

/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DJavaOnlyImmutableAnnotationTests.java48 Bar[] array = new Bar[3]; in testReadWriteJavaOnlyImmutableParcelable() local
113 Bar[] array = new Bar[3]; in testBuilder() local
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestOffsetTime.java96 TemporalAccessor[] array = {TEST_11_30_59_500_PONE, OffsetTime.MIN, OffsetTime.MAX}; in samples() local
102 TemporalField[] array = { in validFields() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DRecursiveActionTest.java1282 final long[] array; final int lo, hi; field in RecursiveActionTest.SortTask
1283 SortTask(long[] array, int lo, int hi) { in SortTask()
1286 SortTask(long[] array) { this(array, 0, array.length); } in SortTask()
1316 long[] array = new long[1007]; in testSortTaskDemo() local
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dmemory_usage_estimator_unittest.cc84 std::array<Data, 10> array; in TEST() local
90 Data array[10]; in TEST() local
99 Item* array = new Item[7]; in TEST() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java340 final ArrayList<InsetsSourceProvider> array = mControlTargetProvidersMap.get(target); in removeFromControlMaps() local
357 final ArrayList<InsetsSourceProvider> array = mControlTargetProvidersMap.computeIfAbsent( in addToControlMaps() local
369 final ArrayList<InsetsSourceProvider> array = in addToPendingControlMaps() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcustom_call_test.cc45 float* array = in[0]; in R2F32ReduceSum() local
51 float* array = in[0]; in Add1ToValues() local
125 Array2D<float> array(2, 2); in XLA_TEST_F() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DImmutableList.java212 Object[] array = new Object[12 + others.length]; in of() local
321 Comparable<?>[] array = Iterables.toArray(elements, new Comparable<?>[0]); in sortedCopyOf() local
346 E[] array = (E[]) Iterables.toArray(elements); in sortedCopyOf() local
/aosp_15_r20/device/google/contexthub/util/common/
DJSONObject.cpp62 sp<JSONArray> array = new JSONArray; in Parse() local
495 void JSONValue::setArray(const sp<JSONArray> &array) { in setArray()
639 sp<JSONArray> array; in Parse() local
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp64 char array[sizeof(union_member) == sizeof(double) ? 1 : -1]; in test3() local
107 char array[sizeof(union_member) == sizeof(double) ? 1 : -1]; in test3() local
152 char array[sizeof(union_member) == sizeof(double) ? 1 : -1]; in test3() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Darray-bounds.cpp56 int array[2]; // expected-note {{declared here}} in test() local
100 short array[100]; // expected-note {{array 'array' declared here}} in test_pr9240() local
130 int array[2]; in test_pr9296() local
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce_backward.java53 float[] array = new float[len]; in createInputArrayFloat() local
61 int[] array = new int[len]; in createInputArrayInt() local
69 int[] array = new int[len]; in createInputArrayInt() local
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1057 protected function mergeFromArray(array $array) argument
1146 protected function mergeFromJsonArray($array, $ignore_unknown)
1242 private function mergeFromArrayJsonImpl($array, $ignore_unknown)
/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce_backward.java55 float[] array = new float[len]; in createInputArrayFloat() local
63 int[] array = new int[len]; in createInputArrayInt() local
71 int[] array = new int[len]; in createInputArrayInt() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java348 private void recycleAllVisibilityObjects(ArraySet<NotificationVisibility> array) { in recycleAllVisibilityObjects()
356 private void recycleAllVisibilityObjects(NotificationVisibility[] array) { in recycleAllVisibilityObjects()
367 final NotificationVisibility[] array = new NotificationVisibility[c.size()]; in cloneVisibilitiesAsArr() local
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1057 protected function mergeFromArray(array $array) argument
1146 protected function mergeFromJsonArray($array, $ignore_unknown)
1242 private function mergeFromArrayJsonImpl($array, $ignore_unknown)
/aosp_15_r20/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp63 auto array = std::make_unique<uint8_t[]>(kTestDataLength); in MakeTestArray() local
85 void VerifyDirectory(const std::string& path, const std::string& file, const uint8_t array[]) { in VerifyDirectory()
96 void VerifyZipFile(const std::string& output_path, const std::string& file, const uint8_t array[]) { in VerifyZipFile()
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
H A DVarHandleTestMethodHandleAccessString.java459 String[] array = new String[10]; in testArray() local
623 String[] array = new String[10]; in testArrayUnsupported() local
641 String[] array = new String[10]; in testArrayIndexOutOfBounds() local
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKOffsetDateTime.java169 …TemporalAccessor[] array = {TEST_2008_6_30_11_30_59_000000500, OffsetDateTime.MIN, OffsetDateTime.… in samples() local
175 TemporalField[] array = { in validFields() local
H A DTCKOffsetTime.java151 TemporalAccessor[] array = {TEST_11_30_59_500_PONE, OffsetTime.MIN, OffsetTime.MAX}; in samples() local
157 TemporalField[] array = { in validFields() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/self_check/
H A Dfips.c80 const size_t *array = in FIPS_read_counter() local
95 size_t *array = in boringssl_fips_inc_counter() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Dglobalinit.c49 static int array[]; variable
50 static int array[4]; variable
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common/jarjar/
Dnet-utils-framework-common.jarcom/android/net/module/util/SdkUtil.class SdkUtil.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common_apex30/jarjar/
Dnet-utils-framework-common.jarcom/android/net/module/util/SdkUtil.class SdkUtil.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common_apex30/javac/
Dnet-utils-framework-common.jar ... (byte[][]) byte[] array byte[] array byte[][] arrays ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-framework-common/android_common/javac/
Dnet-utils-framework-common.jar ... (byte[][]) byte[] array byte[] array byte[][] arrays ...

1...<<21222324252627282930>>...254