Home
last modified time | relevance | path

Searched defs:array (Results 1326 – 1350 of 6340) sorted by relevance

1...<<51525354555657585960>>...254

/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DObjectUtilsTest.java515 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 Dhb-array.hh339 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 DTestTypes.java371 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 Draw_api_test.cc133 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 Dglsl_types.c815 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/
Dbcmutils.c2268 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 Dletest.cpp454 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/
HDtzdata-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 DPacket.java1139 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 DStrTokenizerTest.java504 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 Dac_shadowed_regs.c726 #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 Dcq_verifier.cc73 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 Dskdiff_main.cpp40 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 Ddependent-names.cpp121 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 Djni_array_unittest.cc315 ScopedJavaLocalRef<jobjectArray> array( in TEST() local
351 ScopedJavaLocalRef<jobjectArray> array( in TEST() local
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dsmall_vector_test.cpp51 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/
Drappor.jar ... (byte[][]) byte[] array byte[] array byte[][] arrays ...
/aosp_15_r20/external/open-dice/src/
H A Dcbor_reader_test.cc316 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 DSkRegion.cpp786 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 Dnp_array_ops.py196 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 DShortcutManagerTestUtils.java409 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 Dsfn_virtualvalues.cpp994 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 D2007-11-29-ArraySizeFromInitializer.c3 int array[] = {1, 2, 3, 4, 5}; variable
/aosp_15_r20/external/eigen/doc/snippets/
H A DTutorial_Map_rowmajor.cpp1 int array[8]; variable
H A DMap_inner_stride.cpp1 int array[12]; variable

1...<<51525354555657585960>>...254