Home
last modified time | relevance | path

Searched defs:ary (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/external/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/
H A DUTF8Benchmark.kt75 for (ary in sampleSmallUtf8Decoded) { in decodeUtf8KotlinStandard() method
82 for (ary in sampleSmallUtf8Decoded) { in decodeUtf8KotlinFlatbuffers() method
90 for (ary in sampleSmallUtf8Decoded) { in decodeUtf8JavaFlatbuffers() constant
123 for (ary in sampleSmallAsciiDecoded) { in decodeAsciiKotlinStandard() method
131 for (ary in sampleSmallAsciiDecoded) { in decodeAsciiKotlinFlatbuffers() method
139 for (ary in sampleSmallAsciiDecoded) { in decodeAsciiJavaFlatbuffers() constant
147 for (ary in sampleSmallAsciiDecoded) { in readAllCharsString() method
157 for (ary in sampleSmallAsciiDecoded) { in readAllCharsCharSequence() method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersTest.kt76 val ary = intArrayOf(1, 2, 3, 4) in <lambda>() constant
128 …val ary: LongArray = longArrayOf(0, Short.MIN_VALUE.toLong(), Int.MAX_VALUE.toLong(), Long.MAX_VAL… in <lambda>() constant
139 val ary = Array(5) { "Hello world number: $it" } in <lambda>() constant
155 val ary = ByteArray(1000) { Random.nextInt().toByte() } in <lambda>() constant
170 val ary: Array<String> = Array(5) { "Hello world number: $it" } in <lambda>() constant
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DJSON.kt213 val ary = array in parseNumber() constant
341 val ary = data.data() in readString() constant
564 val ary = data.data() in skipWhitespace() constant
662 val ary = data.data() in toPaddedHex() constant
713 private val ary: IntArray = IntArray(22) { SCOPE_DOC_EMPTY.id }, in <lambda>() constant in com.google.flatbuffers.kotlin.ScopeStack
/aosp_15_r20/external/clang/test/Sema/
H A Dincomplete-decl.c15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}} variable
19 …int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an … in func() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DMetricsTestUtil.java70 static Consumer<Parcel> aByteArray(byte... ary) { in aByteArray()
74 static Consumer<Parcel> anIntArray(int... ary) { in anIntArray()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_tables.h141 #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i]) argument
150 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary))) argument
/aosp_15_r20/system/media/audio_utils/tests/
H A Dchannels_tests.cpp27 void checkMonotone(const T *ary, size_t size) in checkMonotone()
35 void checkUnsignedMonotoneOrZero(const T *ary, size_t size) in checkUnsignedMonotoneOrZero()
H A Dprimitives_tests.cpp103 void checkMonotone(const T *ary, size_t size) in checkMonotone()
350 void checkMonotoneOrZero(const T *ary, size_t size) in checkMonotoneOrZero()
H A Dpowerlog_tests.cpp125 const std::vector<int16_t> ary(60, 0x1000); in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c182 VALUE ary = rb_ary_new2(size); in RepeatedField_subarray() local
436 VALUE ary = rb_ary_new2(size); in RepeatedField_to_ary() local
605 VALUE ary = Qnil; in RepeatedField_init() local
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c182 VALUE ary = rb_ary_new2(size); in RepeatedField_subarray() local
436 VALUE ary = rb_ary_new2(size); in RepeatedField_to_ary() local
605 VALUE ary = Qnil; in RepeatedField_init() local
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_arraysetops.py176 def test_ediff1d_forbidden_type_casts(self, ary, prepend, append, expected): argument
215 def test_ediff1d_scalar_handling(self, ary, prepend, append, expected): argument
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/
H A Dfuzzing_common.cc162 auto ary = ReadMetadata(batch_op.send_initial_metadata().metadata()); in ReadOp() local
192 auto ary = ReadMetadata(batch_op.send_status_from_server().metadata()); in ReadOp() local
/aosp_15_r20/external/clang/test/Parser/
H A Dbuiltin_classify_type.c11 static int ary[__builtin_classify_type(a)]; in main() local
H A Dtypeof.c13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DArrayUtilTest.java53 String[] ary = new String[] {"alpha", "beta", "gamma"}; in testJoinArray() local
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/util/
H A DArrayUtilTest.java54 String[] ary = new String[] {"alpha", "beta", "gamma"}; in testJoinArray() local
/aosp_15_r20/external/selinux/libselinux/src/
H A Dcompute_user.c17 char **ary; in security_compute_user_raw() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/profiling/qps/
Dqps_diff.py104 def _median(ary): argument
/aosp_15_r20/external/grpc-grpc/tools/profiling/qps/
H A Dqps_diff.py117 def _median(ary): argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DSharedLogTest.java102 private static String[] reverse(String[] ary) { in reverse()
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/android/util/
H A DLocalLogTest.java126 static String[] reverse(String[] ary) { in reverse()
/aosp_15_r20/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
H A Dbm_diff.py35 def _median(ary): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py35 def _median(ary): argument
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_publicmethods_embeddertest.cpp202 auto ary = runtime.NewArray(); in TEST_F() local

123