Home
last modified time | relevance | path

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

12

/external/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/
DUTF8Benchmark.kt75 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/
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/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersTest.kt76 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/
DJSON.kt213 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/
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.c17 char **ary; in security_compute_user_raw() local
/external/rust/crates/grpcio-sys/grpc/tools/profiling/qps/
Dqps_diff.py103 def _median(ary): argument
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py105 def _median(ary): argument
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py35 def _median(ary): argument
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py36 def _median(ary): argument
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c182 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/
Drepeated_field.c182 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/
Dcjs_publicmethods_embeddertest.cpp202 auto ary = runtime.NewArray(); in TEST_F() 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.java78 IRubyObject ary = null; in initialize() local
DRubyMessage.java793 RubyArray ary = value.convertToArray(); in toHash() local
/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java75 IRubyObject ary = null; in initialize() local
DRubyMessage.java742 RubyArray ary = value.convertToArray(); in toHash() local
/external/vboot_reference/futility/
Dcmd_dump_fmap.c171 static void sort_nodes(int num, struct node_s *ary[]) in sort_nodes()
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_array_ops.py1007 def split(ary, indices_or_sections, axis=0): argument
1017 def f(ary, indices_or_sections): argument
/external/ltp/pan/
Dltp-pan.c84 struct coll_entry **ary; member
/external/angle/src/libANGLE/
DDisplay.cpp157 size_t EGLStringArrayHash(const char **ary) in EGLStringArrayHash()
623 const std::vector<std::string> EGLStringArrayToStringVector(const char **ary) in EGLStringArrayToStringVector()

12