Home
last modified time | relevance | path

Searched defs:OrderedDict (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ordered_dict.py734 OrderedDict = py_coll.OrderedDict variable in PurePythonOrderedDictTests
744 OrderedDict = dict variable in CPythonBuiltinDictTests
760 OrderedDict = c_coll.OrderedDict variable in CPythonOrderedDictTests
854 class OrderedDict(py_coll.OrderedDict): class in PurePythonOrderedDictSubclassTests
861 class OrderedDict(c_coll.OrderedDict): class in CPythonOrderedDictSubclassTests
868 class OrderedDict(py_coll.OrderedDict): class in PurePythonOrderedDictWithSlotsCopyingTests
877 class OrderedDict(c_coll.OrderedDict): class in CPythonOrderedDictWithSlotsCopyingTests
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dordered_dict.h248 OrderedDict<Key, Value>::OrderedDict(std::string key_description) in OrderedDict() function
252 OrderedDict<Key, Value>::OrderedDict(const OrderedDict& other) in OrderedDict() function
274 OrderedDict<Key, Value>::OrderedDict( in OrderedDict() function
/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Deditors.py90 def dump(self, data: OrderedDict, *args, **kwargs) -> None:
107 def dump(self, data: OrderedDict, *args, **kwargs) -> None:
130 def dump(self, data: OrderedDict, *args, **kwargs) -> None:
157 def dump(self, data: OrderedDict, *args, **kwargs) -> None:
/aosp_15_r20/external/python/asn1crypto/asn1crypto/
D_ordereddict.py33 class OrderedDict(dict, DictMixin): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py408 OrderedDict = typing.OrderedDict variable
411 OrderedDict = typing._alias(collections.OrderedDict, (KT, VT)) variable
414 class OrderedDict(collections.OrderedDict, typing.MutableMapping[KT, VT], class
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py408 OrderedDict = typing.OrderedDict variable
411 OrderedDict = typing._alias(collections.OrderedDict, (KT, VT)) variable
414 class OrderedDict(collections.OrderedDict, typing.MutableMapping[KT, VT], class
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py408 OrderedDict = typing.OrderedDict variable
411 OrderedDict = typing._alias(collections.OrderedDict, (KT, VT)) variable
414 class OrderedDict(collections.OrderedDict, typing.MutableMapping[KT, VT], class
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dtyping_extensions.py408 OrderedDict = typing.OrderedDict variable
411 OrderedDict = typing._alias(collections.OrderedDict, (KT, VT)) variable
414 class OrderedDict(collections.OrderedDict, typing.MutableMapping[KT, VT], class
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/
Dtyping_extensions.py408 OrderedDict = typing.OrderedDict variable
411 OrderedDict = typing._alias(collections.OrderedDict, (KT, VT)) variable
414 class OrderedDict(collections.OrderedDict, typing.MutableMapping[KT, VT], class
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py12 OrderedDict = dict variable
/aosp_15_r20/external/python/pyasn1/pyasn1/codec/native/
Dencoder.py11 OrderedDict = dict variable
/aosp_15_r20/external/python/typing/typing_extensions/src/
Dtyping_extensions.py270 OrderedDict = typing.OrderedDict variable
273 OrderedDict = typing._alias(collections.OrderedDict, (KT, VT)) variable
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dordered_dict.cpp7 using OrderedDict = torch::OrderedDict<std::string, T>; typedef
/aosp_15_r20/external/python/typing/typing_extensions/
D__init__.py479 OrderedDict = typing.OrderedDict variable
482 OrderedDict = typing._alias(collections.OrderedDict, (KT, VT)) variable
485 class OrderedDict(collections.OrderedDict, typing.MutableMapping[KT, VT], class
/aosp_15_r20/external/python/cpython2/Lib/
Dcollections.py38 class OrderedDict(dict): class
/aosp_15_r20/external/python/enum34/enum/
D__init__.py23 OrderedDict = None variable

12