Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/
DMetricsTestUtil.java70 static Consumer<Parcel> aByteArray(byte... ary) { in aByteArray()
74 static Consumer<Parcel> anIntArray(int... ary) { in anIntArray()
/frameworks/base/core/tests/coretests/src/android/util/
DLocalLogTest.java107 static String[] reverse(String[] ary) { in reverse()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c135 VALUE ary = (VALUE)closure; in DEFINE_APPEND_HANDLER() local
146 VALUE ary = (VALUE)closure; in appendbytes_handler() local
194 VALUE ary = (VALUE)closure; in appendstring_end_handler() local
204 VALUE ary = (VALUE)closure; in appendsubmsg_handler() local
924 static void putary(VALUE ary, const upb_fielddef *f, upb_sink *sink, in putary()
1105 VALUE ary = DEREF(msg, offset, VALUE); in putmsg() local
Drepeated_field.c69 VALUE ary = rb_ary_new2(len); in RepeatedField_subarray() local
384 VALUE ary = rb_ary_new2(self->size); in RepeatedField_to_ary() local
547 VALUE ary = Qnil; in RepeatedField_init_args() local
Dmessage.c211 VALUE ary; in Message_initialize_kwarg() local
Dstorage.c715 VALUE ary = Qnil; in layout_init() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java75 IRubyObject ary = null; in initialize() local
DRubyMessage.java661 RubyArray ary = value.convertToArray(); in setField() local