| /external/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
  | 
| /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/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
  | 
| /external/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
  | 
| /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 | 17 	char **ary;  in security_compute_user_raw()  local
  | 
| /external/rust/crates/grpcio-sys/grpc/tools/profiling/qps/ | 
| D | qps_diff.py | 103 def _median(ary):  argument
  | 
| /external/grpc-grpc/tools/profiling/qps/ | 
| D | qps_diff.py | 105 def _median(ary):  argument
  | 
| /external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/ | 
| D | bm_diff.py | 35 def _median(ary):  argument
  | 
| /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ | 
| D | bm_diff.py | 36 def _median(ary):  argument
  | 
| /external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ | 
| D | repeated_field.c | 182   VALUE ary = rb_ary_new2(size);  in RepeatedField_subarray()  local 436   VALUE ary = rb_ary_new2(size);  in RepeatedField_to_ary()  local 605   VALUE ary = Qnil;  in RepeatedField_init()  local
  | 
| /external/protobuf/ruby/ext/google/protobuf_c/ | 
| D | repeated_field.c | 182   VALUE ary = rb_ary_new2(size);  in RepeatedField_subarray()  local 436   VALUE ary = rb_ary_new2(size);  in RepeatedField_to_ary()  local 605   VALUE ary = Qnil;  in RepeatedField_init()  local
  | 
| /external/pdfium/fxjs/ | 
| D | cjs_publicmethods_embeddertest.cpp | 202   auto ary = runtime.NewArray();  in TEST_F()  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 | 78     IRubyObject ary = null;  in initialize()  local
  | 
| D | RubyMessage.java | 793             RubyArray ary = value.convertToArray();  in toHash()  local
  | 
| /external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ | 
| D | RubyRepeatedField.java | 75         IRubyObject ary = null;  in initialize()  local
  | 
| D | RubyMessage.java | 742                         RubyArray ary = value.convertToArray();  in toHash()  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/tensorflow/tensorflow/python/ops/numpy_ops/ | 
| D | np_array_ops.py | 1007 def split(ary, indices_or_sections, axis=0):  argument 1017   def f(ary, indices_or_sections):  argument
  | 
| /external/ltp/pan/ | 
| D | ltp-pan.c | 84 	struct coll_entry **ary;  member
  | 
| /external/angle/src/libANGLE/ | 
| D | Display.cpp | 157 size_t EGLStringArrayHash(const char **ary)  in EGLStringArrayHash() 623 const std::vector<std::string> EGLStringArrayToStringVector(const char **ary)  in EGLStringArrayToStringVector()
  |