/third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/ |
D | UTF8Benchmark.kt | 75 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/ |
D | FlexBuffersTest.kt | 76 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/ |
D | JSON.kt | 213 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/ |
D | generator_impl_array_accessor_test.cc | 25 auto* ary = Var("ary", ty.array<i32, 10>()); in TEST_F() local
|
/third_party/selinux/libselinux/src/ |
D | compute_user.c | 17 char **ary; in security_compute_user_raw() local
|
/third_party/grpc/tools/profiling/qps/ |
D | qps_diff.py | 103 def _median(ary): argument
|
/third_party/nghttp2/src/ |
D | shrpx_mruby_module.cc | 98 auto ary = mrb_hash_get(mrb, hash, key); in create_headers_hash() local
|
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_diff.py | 36 def _median(ary): argument
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_type_test.cc | 30 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
|
D | builder_accessor_expression_test.cc | 31 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/ |
D | encode_decode.c | 223 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
|
D | repeated_field.c | 68 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
|
D | message.c | 443 VALUE ary; in Message_initialize_kwarg() local
|
D | storage.c | 814 VALUE ary = Qnil; in layout_clear() local
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMessage.java | 382 RubyArray ary = value.convertToArray(); in toHash() local 689 RubyArray ary = value.convertToArray(); in setField() local
|
D | RubyRepeatedField.java | 75 IRubyObject ary = null; in initialize() local
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | module_scope_var_to_entry_point_param.cc | 39 } else if (auto* ary = type->As<sem::Array>()) { in ContainsMatrix() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_int_cubemap_to_array.c | 65 nir_ssa_def *ary; member
|
/third_party/node/src/ |
D | node_blob.cc | 84 Local<Array> ary = args[0].As<Array>(); in New() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver_test.cc | 433 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/ |
D | seq_midi_event.c | 128 #define numberof(ary) (sizeof(ary)/sizeof(ary[0])) argument
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
D | generator_impl.cc | 369 if (auto* ary = ty->As<ast::Array>()) { in EmitType() local
|
/third_party/ltp/pan/ |
D | ltp-pan.c | 84 struct coll_entry **ary; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 316 const std::vector<std::string> EGLStringArrayToStringVector(const char **ary) in EGLStringArrayToStringVector()
|
/third_party/flatbuffers/tests/ |
D | JavaTest.java | 985 FlexBuffers.Map ary = FlexBuffers.Map.empty(); in testFlexBuferEmpty() local
|