Home
last modified time | relevance | path

Searched refs:EntryPoints (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dentry_points_test.cpp25 class EntryPoints : public spvtest::LinkerTest {}; class
27 TEST_F(EntryPoints, SameModelDifferentName) { in TEST_F() argument
48 TEST_F(EntryPoints, DifferentModelSameName) { in TEST_F() argument
69 TEST_F(EntryPoints, SameModelAndName) { in TEST_F() argument
/third_party/spirv-tools/test/link/
Dentry_points_test.cpp25 class EntryPoints : public spvtest::LinkerTest {}; class
27 TEST_F(EntryPoints, SameModelDifferentName) { in TEST_F() argument
48 TEST_F(EntryPoints, DifferentModelSameName) { in TEST_F() argument
69 TEST_F(EntryPoints, SameModelAndName) { in TEST_F() argument
/third_party/skia/third_party/externals/spirv-tools/test/link/
Dentry_points_test.cpp25 class EntryPoints : public spvtest::LinkerTest {}; class
27 TEST_F(EntryPoints, SameModelDifferentName) { in TEST_F() argument
48 TEST_F(EntryPoints, DifferentModelSameName) { in TEST_F() argument
69 TEST_F(EntryPoints, SameModelAndName) { in TEST_F() argument
/third_party/python/Lib/importlib/metadata/
D__init__.py300 class EntryPoints(DeprecatedList): class
329 return EntryPoints(ep for ep in self if ep.matches(**params))
431 return cls((group, EntryPoints(eps)) for group, eps in grouped)
439 return EntryPoints(itertools.chain.from_iterable(groups))
601 return EntryPoints._from_text_for(self.read_text('entry_points.txt'), self)
958 def entry_points(**params) -> Union[EntryPoints, SelectableGroups]:
/third_party/python/Misc/NEWS.d/
D3.10.0b3.rst168 ``Distribution.entry_points`` (``EntryPoints``) to honor expectations in
170 ``EntryPoints`` objects are once again mutable, allowing for ``sort()``
173 B. ``EntryPoints`` results once again allow for access by index. To avoid
D3.9.0a2.rst261 1.3 including better serialization of EntryPoints and improved documentation
D3.10.0a7.rst509 Introduces new ``EntryPoints`` object for containing a set of entry points
/third_party/python/Doc/library/
Dimportlib.metadata.rst93 The ``entry_points()`` function returns an ``EntryPoints`` object,
100 ``EntryPoints`` has a ``select`` method to select entry points
150 will return an ``EntryPoints`` object. Users should rely on the selection
/third_party/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py547 class EntryPoints: class
Dgenerate_entry_points.py1763 class ANGLEEntryPoints(registry_xml.EntryPoints):
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp294 TEST_P(WebGLCompatibilityTest, EntryPoints) in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp322 TEST_P(WebGLCompatibilityTest, EntryPoints) in TEST_P() argument
/third_party/python/Doc/whatsnew/
D3.10.rst1177 :class:`importlib.metadata.EntryPoints` class. See the Compatibility