Home
last modified time | relevance | path

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

12

/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/
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
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
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
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
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
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_array_accessor_test.cc25 auto* ary = Var("ary", ty.array<i32, 10>()); in TEST_F() local
/third_party/selinux/libselinux/src/
Dcompute_user.c17 char **ary; in security_compute_user_raw() local
/third_party/grpc/tools/profiling/qps/
Dqps_diff.py103 def _median(ary): argument
/third_party/nghttp2/src/
Dshrpx_mruby_module.cc98 auto ary = mrb_hash_get(mrb, hash, key); in create_headers_hash() local
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py36 def _median(ary): argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_type_test.cc30 auto* ary = ty.array(ty.i32()); in TEST_F() local
51 auto* ary = ty.array(ty.i32()); in TEST_F() local
72 auto* ary = ty.array(ty.i32(), 4); in TEST_F() local
89 auto* ary = ty.array(ty.i32(), 4, 16u); in TEST_F() local
109 auto* ary = ty.array(ty.i32(), 4); in TEST_F() local
Dbuilder_accessor_expression_test.cc31 auto* ary = Expr("ary"); in TEST_F() local
68 auto* ary = Expr("ary"); in TEST_F() local
107 auto* ary = Expr("ary"); in TEST_F() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c223 VALUE ary = (VALUE)closure; in DEFINE_APPEND_HANDLER() local
241 VALUE ary = (VALUE)closure; in appendbytes_handler() local
298 VALUE ary = (VALUE)closure; in appendsubmsg_handler() local
311 VALUE ary = (VALUE)closure; in appendwrapper_handler() local
1204 static void putary(VALUE ary, const upb_fielddef* f, upb_sink sink, int depth, in putary()
1447 VALUE ary; in putjsonlistvalue() local
1534 VALUE ary = DEREF(msg, offset, VALUE); in putmsg() local
1752 VALUE ary = DEREF(msg, offset, VALUE); in discard_unknown() local
Drepeated_field.c68 VALUE ary = rb_ary_new2(len); in RepeatedField_subarray() local
400 VALUE ary = rb_ary_new2(self->size); in RepeatedField_to_ary() local
573 VALUE ary = Qnil; in RepeatedField_init_args() local
Dmessage.c443 VALUE ary; in Message_initialize_kwarg() local
Dstorage.c814 VALUE ary = Qnil; in layout_clear() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java382 RubyArray ary = value.convertToArray(); in toHash() local
689 RubyArray ary = value.convertToArray(); in setField() local
DRubyRepeatedField.java75 IRubyObject ary = null; in initialize() local
/third_party/skia/third_party/externals/tint/src/transform/
Dmodule_scope_var_to_entry_point_param.cc39 } else if (auto* ary = type->As<sem::Array>()) { in ContainsMatrix() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_int_cubemap_to_array.c65 nir_ssa_def *ary; member
/third_party/node/src/
Dnode_blob.cc84 Local<Array> ary = args[0].As<Array>(); in New() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_test.cc433 auto* ary = ref->StoreType()->As<sem::Array>(); in TEST_F() local
447 auto* ary = ref->StoreType()->As<sem::Array>(); in TEST_F() local
463 auto* ary = ref->StoreType()->As<sem::Array>(); in TEST_F() local
479 auto* ary = ref->StoreType()->As<sem::Array>(); in TEST_F() local
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c128 #define numberof(ary) (sizeof(ary)/sizeof(ary[0])) argument
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl.cc369 if (auto* ary = ty->As<ast::Array>()) { in EmitType() local
/third_party/ltp/pan/
Dltp-pan.c84 struct coll_entry **ary; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp316 const std::vector<std::string> EGLStringArrayToStringVector(const char **ary) in EGLStringArrayToStringVector()
/third_party/flatbuffers/tests/
DJavaTest.java985 FlexBuffers.Map ary = FlexBuffers.Map.empty(); in testFlexBuferEmpty() local

12