Home
last modified time | relevance | path

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

12

/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
Dgenerator_impl.cc2196 if (auto* ary = type->As<sem::Array>()) { in EmitType() local
/third_party/selinux/libselinux/src/
Dcompute_user.c17 char **ary; in security_compute_user_raw() local
/third_party/nghttp2/src/
Dshrpx_mruby_module.cc98 auto ary = mrb_hash_get(mrb, hash, key); in create_headers_hash() local
/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/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
Dintrinsic_test.cc706 auto* ary = ty.array<i32>(); 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/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c83 nir_ssa_def *ary; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c128 nir_ssa_def *ary; member
/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/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp524 const std::vector<std::string> EGLStringArrayToStringVector(const char **ary) in EGLStringArrayToStringVector()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc2357 if (auto* ary = type->As<sem::Array>()) { in EmitType() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc3367 if (auto* ary = type->As<sem::Array>()) { in EmitType() local

12