/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | indirect_vertex_array.c | 117 struct array_state_vector *arrays = state->array_state; in __glXFreeVertexArrayState() local 145 struct array_state_vector *arrays; in __glXInitVertexArrayState() local 316 calculate_single_vertex_size_none(const struct array_state_vector *arrays) in calculate_single_vertex_size_none() 337 const struct array_state_vector * arrays, unsigned index) in emit_element_none() 404 const struct array_state_vector * arrays, unsigned index) in emit_element_old() 425 get_array_entry(const struct array_state_vector *arrays, in get_array_entry() 442 allocate_array_info_cache(struct array_state_vector *arrays, in allocate_array_info_cache() 467 fill_array_info_cache(struct array_state_vector *arrays) in fill_array_info_cache() 532 struct array_state_vector *arrays = state->array_state; in emit_DrawArrays_none() local 592 struct array_state_vector *arrays, in emit_DrawArrays_header_old() [all …]
|
/aosp_15_r20/external/libopus/dnn/ |
H A D | parse_lpcnet_weights.c | 81 static const void *find_array_entry(const WeightArray *arrays, const char *name) { in find_array_entry() 86 static const void *find_array_check(const WeightArray *arrays, const char *name, int size) { in find_array_check() 92 static const void *opt_array_check(const WeightArray *arrays, const char *name, int size, int *erro… in opt_array_check() 99 static const void *find_idx_check(const WeightArray *arrays, const char *name, int nb_in, int nb_ou… in find_idx_check() 124 int linear_init(LinearLayer *layer, const WeightArray *arrays, in linear_init() 179 int conv2d_init(Conv2dLayer *layer, const WeightArray *arrays, in conv2d_init()
|
/aosp_15_r20/external/kotlinx.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/ |
H A D | ArrayPools.kt | 15 private val arrays = ArrayDeque<CharArray>() constant in kotlinx.serialization.json.internal.CharArrayPoolBase 57 private val arrays = ArrayDeque<kotlin.ByteArray>() constant
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | arrayobj.c | 1021 gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays() 1050 gen_vertex_arrays_err(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays_err() 1067 _mesa_GenVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays_no_error() 1075 _mesa_GenVertexArrays(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays() 1087 _mesa_CreateVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays_no_error() 1095 _mesa_CreateVertexArrays(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | hash_std_array_test.cpp | 50 std::vector<std::array<int, 1> > arrays; in int_1_array_test() local 63 std::vector<std::array<std::string, 1> > arrays; in string_1_array_test() local 75 std::vector<std::array<std::string,3 > > arrays; in string_3_array_test() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/ |
H A D | AsList.java | 76 public static Object[][] arrays() { in arrays() method in AsList 77 Object[][] arrays = { in arrays() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | TArrayTest.cpp | 229 SkSpan<TArray<T>*> arrays, in test_swap() 268 TArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in DEF_TEST() local 280 SkSpan<TArray<T>*> arrays, in test_array_move() 327 TArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in DEF_TEST() local
|
/aosp_15_r20/external/leakcanary2/shark/src/test/java/shark/ |
H A D | HeapDumps.kt | 47 val arrays = mutableListOf<Long>() in writeSinglePathsToCharArrays() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | outfeed_receiver.cc | 426 std::vector<XlaOp> arrays) { in AddOutfeedToBuilder() 480 std::vector<XlaOp> arrays) { in AddOutfeedToBuilder()
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_shape_base.py | 588 def _block_force_concatenate(arrays): argument 592 def _block_force_slicing(arrays): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | reference_util.h | 667 static std::unique_ptr<Array2D<T1>> ApplyElementwise2D( in ApplyElementwise2D() 681 static void AssertSameSize2D(const Array2D<T1>& array1, in AssertSameSize2D()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/inputmethod/src/android/inputmethod/ |
H A D | ImePerfTestBase.java | 38 static String[] buildArray(String[]... arrays) { in buildArray()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/library/description/conventions/customization.point.object/ |
H A D | cpo.compile.pass.cpp | 44 int arrays[10][10]; variable
|
/aosp_15_r20/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/ |
D | Utils.java | 33 static int[] concatIntArrays(int[]... arrays) { in concatIntArrays()
|
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
H A D | ScanRecordTest.java | 150 private static byte[] concat(byte[]... arrays) { in concat()
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | ByteUtils.java | 54 public static byte[] concat(@NonNull byte[]... arrays) { in concat()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 335 void GLESv1Decoder::s_glGenVertexArraysOES(void* self, GLsizei n, GLuint* arrays) { in s_glGenVertexArraysOES() 365 void GLESv1Decoder::s_glDeleteVertexArraysOES(void* self, GLsizei n, const GLuint *arrays) { in s_glDeleteVertexArraysOES()
|
/aosp_15_r20/external/auto/common/src/test/java/com/google/auto/common/ |
H A D | SimpleTypeAnnotationValueTest.java | 62 public void arrays() { in arrays() method in SimpleTypeAnnotationValueTest
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | ArrayUtil.java | 43 public static String[] buildArray(String[]... arrays) { in buildArray()
|
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/ |
H A D | ArrayUtil.java | 44 public static String[] buildArray(String[]... arrays) { in buildArray()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 760 void GLESv2Decoder::s_glGenVertexArraysOES(void* self, GLsizei n, GLuint* arrays) { in s_glGenVertexArraysOES() 766 void GLESv2Decoder::s_glGenVertexArrays(void* self, GLsizei n, GLuint* arrays) { in s_glGenVertexArrays() 835 void GLESv2Decoder::s_glDeleteVertexArraysOES(void* self, GLsizei n, const GLuint *arrays) { in s_glDeleteVertexArraysOES() 841 void GLESv2Decoder::s_glDeleteVertexArrays(void* self, GLsizei n, const GLuint *arrays) { in s_glDeleteVertexArrays()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 708 …ram::ContextShaderProgram(const glu::RenderContext &ctx, const std::vector<ContextArray *> &arrays) in ContextShaderProgram() 844 const std::vector<ContextArray *> &arrays) in genVertexSource() 1079 const glu::RenderContext &ctx, const std::vector<ContextArray *> &arrays) in createProgramDeclaration()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/ |
D | expr2.go | 26 func arrays() { func
|
/aosp_15_r20/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/util/ |
D | ArrayUtils.java | 30 public static byte[] concatByteArrays(byte[]... arrays) { in concatByteArrays()
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | array.rs | 90 fn arrays() { in arrays() function
|