/external/clang/test/Sema/ |
D | incomplete-decl.c | 15 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
|
D | array-init.c | 9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
|
/external/clang/test/Parser/ |
D | builtin_classify_type.c | 11 static int ary[__builtin_classify_type(a)]; in main() local
|
D | typeof.c | 13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
|
/external/selinux/libselinux/src/ |
D | compute_user.c | 16 char **ary; in security_compute_user_raw() local
|
/external/grpc-grpc/tools/profiling/qps/ |
D | qps_diff.py | 105 def _median(ary): argument
|
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_diff.py | 36 def _median(ary): argument
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | repeated_field.c | 69 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
|
D | encode_decode.c | 135 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
|
D | message.c | 211 VALUE ary; in Message_initialize_kwarg() local
|
D | storage.c | 685 VALUE ary = Qnil; in layout_init() local
|
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 18 int ary[a]; // expected-error {{size of array has non-integer type 'const std_example::A'}} variable
|
/external/capstone/bindings/vb6/ |
D | mMisc.bas | 282 Dim ary() As Byte variable
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyRepeatedField.java | 75 IRubyObject ary = null; in initialize() local
|
D | RubyMessage.java | 657 RubyArray ary = value.convertToArray(); in setField() local
|
/external/vboot_reference/futility/ |
D | cmd_dump_fmap.c | 171 static void sort_nodes(int num, struct node_s *ary[]) in sort_nodes()
|
/external/ltp/pan/ |
D | ltp-pan.c | 83 struct coll_entry **ary; member
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 3130 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in convert_cube() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 2362 const GLfloat arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in choose_cube_face() local
|