Home
last modified time | relevance | path

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

/external/clang/test/Sema/
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
Darray-init.c9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
/external/clang/test/Parser/
Dbuiltin_classify_type.c11 static int ary[__builtin_classify_type(a)]; in main() local
Dtypeof.c13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
/external/selinux/libselinux/src/
Dcompute_user.c16 char **ary; in security_compute_user_raw() local
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py105 def _median(ary): argument
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py36 def _median(ary): argument
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c69 VALUE ary = rb_ary_new2(len); in RepeatedField_subarray() local
379 VALUE ary = rb_ary_new2(self->size); in RepeatedField_to_ary() local
542 VALUE ary = Qnil; in RepeatedField_init_args() local
Dencode_decode.c135 VALUE ary = (VALUE)closure; in DEFINE_APPEND_HANDLER() local
146 VALUE ary = (VALUE)closure; in appendbytes_handler() local
187 VALUE ary = (VALUE)closure; in appendsubmsg_handler() local
893 static void putary(VALUE ary, const upb_fielddef *f, upb_sink *sink, in putary()
1074 VALUE ary = DEREF(msg, offset, VALUE); in putmsg() local
Dmessage.c211 VALUE ary; in Message_initialize_kwarg() local
Dstorage.c685 VALUE ary = Qnil; in layout_init() local
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} variable
/external/capstone/bindings/vb6/
DmMisc.bas282 Dim ary() As Byte variable
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java75 IRubyObject ary = null; in initialize() local
DRubyMessage.java657 RubyArray ary = value.convertToArray(); in setField() local
/external/vboot_reference/futility/
Dcmd_dump_fmap.c171 static void sort_nodes(int num, struct node_s *ary[]) in sort_nodes()
/external/ltp/pan/
Dltp-pan.c83 struct coll_entry **ary; member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c3130 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in convert_cube() local
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c2362 const GLfloat arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in choose_cube_face() local