Home
last modified time | relevance | path

Searched defs:empty_list (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/test/
Dsize.cpp21 typedef list<> empty_list; in MPL_TEST_CASE() typedef
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_client_test.py105 def empty_list(): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dutil_test.cc52 std::list<int64_t> empty_list; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree.hpp629 utree::list_type const empty_list = utree::list_type(); variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_special_ops.cpp33 void checkListInputType(const c10::TypePtr& elem_type, bool empty_list) { in checkListInputType()
/aosp_15_r20/external/python/uritemplates/tests/fixtures/
Dextended-tests.json89 "empty_list" : [], array
/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc781 ObjPtr<mirror::Object> empty_list = in ThrowStackOverflowError() local
/aosp_15_r20/external/python/cpython3/Modules/
Ditertoolsmodule.c1753 PyObject *empty_list; in islice_reduce() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc2971 tensorflow::Safe_PyObjectPtr empty_list(PyList_New(0)); local