/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | entry_points_test.cpp | 25 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/ |
D | entry_points_test.cpp | 25 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/ |
D | entry_points_test.cpp | 25 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__.py | 300 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/ |
D | 3.10.0b3.rst | 168 ``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
|
D | 3.9.0a2.rst | 261 1.3 including better serialization of EntryPoints and improved documentation
|
D | 3.10.0a7.rst | 509 Introduces new ``EntryPoints`` object for containing a set of entry points
|
/third_party/python/Doc/library/ |
D | importlib.metadata.rst | 93 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/ |
D | registry_xml.py | 547 class EntryPoints: class
|
D | generate_entry_points.py | 1763 class ANGLEEntryPoints(registry_xml.EntryPoints):
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 294 TEST_P(WebGLCompatibilityTest, EntryPoints) in TEST_P() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 322 TEST_P(WebGLCompatibilityTest, EntryPoints) in TEST_P() argument
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 1177 :class:`importlib.metadata.EntryPoints` class. See the Compatibility
|