Home
last modified time | relevance | path

Searched defs:result_list (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dresult_uploader.py49 def upload_result(result_list, metadata): argument
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dresult_uploader.py49 def upload_result(result_list, metadata): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveRilImsKpiTest.py62 def test_result(result_list, cycle, min_fail=0, failrate=0): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc481 auto* result_list = value.mutable_bytes_list(); in TestFastParse() local
490 auto* result_list = value.mutable_float_list(); in TestFastParse() local
499 auto* result_list = value.mutable_int64_list(); in TestFastParse() local
/aosp_15_r20/external/python/cpython3/Modules/
Dselectmodule.c597 PyObject *result_list = NULL; in select_poll_poll_impl() local
924 PyObject *result_list = NULL; in select_devpoll_poll_impl() local
/aosp_15_r20/external/python/cpython2/Modules/
Dselectmodule.c507 PyObject *result_list = NULL, *tout = NULL; in poll_poll() local