Home
last modified time | relevance | path

Searched defs:array_list (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Ddump_plc.py251 array_list = [] variable
H A Ddump_lpcnet.py297 array_list = [] variable
/aosp_15_r20/art/runtime/
H A Dart_method_test.cc138 Handle<mirror::Object> array_list = init->NewObject<>(hs, self); in TEST_F() local
/aosp_15_r20/art/runtime/arch/
H A Dstub_test.cc710 Handle<mirror::Object> array_list(hs.NewHandle(klass_array_list->AllocObject(soa.Self()))); in TEST_F() local
1759 Handle<mirror::Object> array_list(hs.NewHandle(soa.Decode<mirror::Object>(jarray_list))); in TEST_F() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.cpp50 using array_list = in allocate_registers() typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
H A Dtfr_ops.cc563 SmallVector<Attribute, 4> array_list; in matchAndRewrite() local
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3.h615 struct list_head array_list; member