/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
|
D | generator_impl.cc | 2196 if (auto* ary = type->As<sem::Array>()) { in EmitType() local
|
/third_party/selinux/libselinux/src/ |
D | compute_user.c | 17 char **ary; in security_compute_user_raw() local
|
/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/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/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
|
D | intrinsic_test.cc | 706 auto* ary = ty.array<i32>(); 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/mesa3d/src/gallium/drivers/zink/ |
D | zink_lower_cubemap_to_array.c | 83 nir_ssa_def *ary; member
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_cubemaps.c | 128 nir_ssa_def *ary; member
|
/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/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 524 const std::vector<std::string> EGLStringArrayToStringVector(const char **ary) in EGLStringArrayToStringVector()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl.cc | 2357 if (auto* ary = type->As<sem::Array>()) { in EmitType() local
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl.cc | 3367 if (auto* ary = type->As<sem::Array>()) { in EmitType() local
|