/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | ObjectUtilsTest.java | 515 final Object[] array = {}; in testHashCodeMulti_multiple_emptyArray() local 536 final Object[] array = null; in testHashCodeMulti_multiple_nullArray() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-array.hh | 339 hb_array (T *array, unsigned int length) in hb_array() 451 hb_sorted_array (T *array, unsigned int length) in hb_sorted_array()
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/common/ |
H A D | TestTypes.java | 371 public final Object[] array; field in TestTypes.ClassWithArray 376 public ClassWithArray(Object[] array) { in ClassWithArray()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/tests/ |
H A D | raw_api_test.cc | 133 auto array = xla::LiteralUtil::CreateR0<T>(v); in CreateR0() local 163 auto array = xla::LiteralUtil::CreateR1<float>({1.0f, 3.0f}); in TwoElementTuple() local 170 auto array = xla::LiteralUtil::CreateR1<float>({base, base + 1}); in BasedTwoElementTuple() local 183 auto array = xla::LiteralUtil::CreateR1<float>({1.0f, 3.0f}); in NestedTuple() local 193 auto array = xla::LiteralUtil::CreateR1<float>({1.0f, 3.0f}); in MakeTuple0() local 202 auto array = xla::LiteralUtil::CreateR1<float>(v); in FloatVector() local 209 auto array = xla::LiteralUtil::CreateR2WithLayout<float>(v, layout); in FloatMatrix() local
|
/aosp_15_r20/external/mesa3d/src/compiler/ |
H A D | glsl_types.c | 815 bool array, enum glsl_base_type type) in glsl_sampler_type() 950 glsl_texture_type(enum glsl_sampler_dim dim, bool array, enum glsl_base_type type) in glsl_texture_type() 1069 glsl_image_type(enum glsl_sampler_dim dim, bool array, enum glsl_base_type type) in glsl_image_type() 3022 unsigned array:1; member 3030 } array; member
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2268 setbit(void *array, uint bit) in setbit() 2275 clrbit(void *array, uint bit) in clrbit() 2282 isset(const void *array, uint bit) in isset() 2289 isclr(const void *array, uint bit) in isclr()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/ |
H A D | letest.cpp | 454 le_uint32 *array = NEW_ARRAY(le_uint32, arraySize); in getHexArray() local 500 float *array = NEW_ARRAY(float, arraySize); in getFloatArray() local
|
/aosp_15_r20/prebuilts/runtime/mainline/tzdata/test-exports/java/ |
HD | tzdata-testing.jar | ... )
java.io.ByteArrayOutputStream baos
byte[] array
static void writeByteList (java.io.ByteArrayOutputStream, ... |
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
H A D | Packet.java | 1139 public void setNextValueAsArrayRegion(ArrayRegion array) { in setNextValueAsArrayRegion() 1189 ArrayRegion array = new ArrayRegion(array_tag, array_length); in getNextValueAsArrayRegion() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/ |
H A D | StrTokenizerTest.java | 504 final String[] array = tok.getTokenArray(); in testListArray() local 740 final char[] array = {'a', 'b', 'c'}; in testReset_charArray() local
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_shadowed_regs.c | 726 #define RETURN(array) \ in ac_get_reg_ranges() argument 1408 #define SET(array) ARRAY_SIZE(array), array in gfx9_emulate_clear_state() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/ |
H A D | cq_verifier.cc | 73 int contains_metadata(grpc_metadata_array* array, const char* key, in contains_metadata() 89 int contains_metadata_slices(grpc_metadata_array* array, grpc_slice key, in contains_metadata_slices()
|
/aosp_15_r20/external/skia/tools/skdiff/ |
H A D | skdiff_main.cpp | 40 static void add_unique_basename(StringArray* array, const SkString& filename) { in add_unique_basename() 161 const StringArray& array = fFailedBaseNames[resultInt]; in printfFailingBaseNames() local
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 121 static const char* array [N]; member in PR8966::MyClass 130 const char* MyClass<T>::array [MyClass<T>::N] = { "A", "B", "C" }; member in PR8966::MyClass<T>
|
/aosp_15_r20/external/libchrome/base/android/ |
H A D | jni_array_unittest.cc | 315 ScopedJavaLocalRef<jobjectArray> array( in TEST() local 351 ScopedJavaLocalRef<jobjectArray> array( in TEST() local
|
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | small_vector_test.cpp | 51 const char array[] = "hi"; in TEST() local 436 const char* array[] = {"cake", "lie"}; in TEST() local
|
/aosp_15_r20/out/soong/.intermediates/external/rappor/rappor/android_common/javac/ |
D | rappor.jar | ... (byte[][])
byte[] array
byte[] array
byte[][] arrays ... |
/aosp_15_r20/external/open-dice/src/ |
H A D | cbor_reader_test.cc | 316 const uint8_t array[] = {0x82, 0x82, 0x82, 0x82, 0x82, 0x82, in TEST() local 399 const uint8_t array[] = {0x9f, 0x01, 0x82, 0x02, 0x03, in TEST() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRegion.cpp | 786 RunArray* array, int dstOffset, in operate_on_span() 843 RgnOper(int top, RunArray* array, SkRegion::Op op) in RgnOper() 1132 RunArray array; in Oper() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_array_ops.py | 196 def array(val, dtype=None, copy=True, ndmin=0): # pylint: disable=redefined-outer-name function 887 def pad(array, pad_width, mode, **kwargs): # pylint: disable=redefined-outer-name argument 1034 def broadcast_to(array, shape): # pylint: disable=redefined-outer-name argument
|
/aosp_15_r20/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 409 public static <T> T[] array(T... array) { in array() argument 413 public static <T> List<T> list(T... array) { in list()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.cpp | 994 LocalArrayValue::LocalArrayValue(PRegister reg, PVirtualValue index, LocalArray& array): in LocalArrayValue() 1007 LocalArrayValue::LocalArrayValue(PRegister reg, LocalArray& array): in LocalArrayValue() 1025 LocalArrayValue::array() const in array() function in r600::LocalArrayValue
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2007-11-29-ArraySizeFromInitializer.c | 3 int array[] = {1, 2, 3, 4, 5}; variable
|
/aosp_15_r20/external/eigen/doc/snippets/ |
H A D | Tutorial_Map_rowmajor.cpp | 1 int array[8]; variable
|
H A D | Map_inner_stride.cpp | 1 int array[12]; variable
|