Searched refs:Instances (Results 1 – 25 of 152) sorted by relevance
1234567
/external/llvm-project/lld/test/COFF/ |
D | crt-dyn-initializer-order.test | 6 # static std::vector<TemplatedObject<Magic> *> Instances; 7 # TemplatedObject() { Instances.push_back(this); } 11 # template <> std::vector<Object *> Object::Instances{}; 15 # if (Object::Instances.size() == 0)
|
/external/python/cpython2/Tools/pybench/ |
D | Setup.py | 24 from Instances import *
|
/external/python/cpython3/Doc/library/ |
D | codeop.rst | 61 Instances of this class have :meth:`__call__` methods identical in signature to 70 Instances of this class have :meth:`__call__` methods identical in signature to
|
D | netrc.rst | 45 encountered in source text. Instances of this exception provide three 72 Instances of :class:`~netrc.netrc` have public instance variables:
|
D | __future__.rst | 54 Instances of class :class:`_Feature` have two corresponding methods,
|
/external/python/cpython2/Doc/library/ |
D | netrc.rst | 41 encountered in source text. Instances of this exception provide three 68 Instances of :class:`~netrc.netrc` have public instance variables:
|
D | codeop.rst | 56 Instances of this class have :meth:`__call__` methods identical in signature to 65 Instances of this class have :meth:`__call__` methods identical in signature to
|
D | aetypes.rst | 138 ``want`` to the 4-character OSA class code. Instances of subclasses of this 147 about. Instances of subclasses of this class are Object Specifiers.
|
D | __future__.rst | 54 Instances of class :class:`_Feature` have two corresponding methods,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RandomDataset.pbtxt | 26 Instances of this dataset are also created as a result of the
|
D | api_def_UnbatchGrad.pbtxt | 16 shared_name: Instances of UnbatchGrad with the same container and shared_name
|
D | api_def_Unbatch.pbtxt | 20 shared_name: Instances of Unbatch with the same container and shared_name are
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 85 Instances.clear(); in reset() 223 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance() 230 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-2.m | 28 // Instances
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-2.m | 28 // Instances
|
/external/curl/docs/ |
D | CODE_OF_CONDUCT.md | 26 Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
/external/python/google-api-python-client/ |
D | CODE_OF_CONDUCT.md | 38 Instances of abusive, harassing, or otherwise unacceptable behavior
|
/external/autotest/client/tests/stress/ |
D | control | 9 under a specified load. Instances in which this is useful include those in
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 99 Instances.clear(); in reset() 231 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance() 238 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 100 Instances.clear(); in reset() 253 MCLabel *&Label = Instances[LocalLabelVal]; in NextInstance() 260 MCLabel *&Label = Instances[LocalLabelVal]; in GetInstance()
|
/external/fonttools/Doc/source/designspaceLib/ |
D | scripting.rst | 164 - Instances for MutatorMath will generate to UFO. 165 - Instances for variable fonts become **named instances**.
|
/external/python/jinja/ |
D | CODE_OF_CONDUCT.md | 57 Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
/external/catch2/ |
D | CODE_OF_CONDUCT.md | 37 Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting t…
|
/external/fonttools/ |
D | CODE_OF_CONDUCT.md | 57 Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
/external/python/pyopenssl/ |
D | CODE_OF_CONDUCT.rst | 45 Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting e…
|
1234567