Home
last modified time | relevance | path

Searched refs:GroupInfo (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/include/core/
H A DHMSymbol.h75 using GroupInfo = struct GroupInfo {
81 std::vector<GroupInfo> groupInfos;
91 std::vector<GroupInfo> groupInfos;
/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.h108 void ParseGroupIndexes(const Json::Value& root, std::vector<GroupInfo>& groupInfos);
H A DHmSymbolConfig_ohos.cpp778 void HmSymbolConfig_OHOS::ParseGroupIndexes(const Json::Value& root, std::vector<GroupInfo>& groupInfos) in ParseGroupIndexes()
781 GroupInfo groupInfo; in ParseGroupIndexes()
/third_party/python/Lib/test/
H A Dtest_nntplib.py15 from nntplib import NNTP, GroupInfo namespace
55 self.assertEqual(GroupInfo, type(groups[0]))
61 self.assertEqual(GroupInfo, type(groups[0]))
76 self.assertIsInstance(groups[0], GroupInfo)
901 GroupInfo("comp.lang.python.announce", "0000001153",
907 GroupInfo("gmane.comp.python.distutils.devel", "0000014104",
/third_party/python/Lib/
H A Dnntplib.py43 # - NNTP.newgroups() and NNTP.list() return a list of GroupInfo named tuples
62 # - return structured data (GroupInfo etc.) everywhere
162 GroupInfo = collections.namedtuple('GroupInfo', variable
580 return [GroupInfo(*line.split()) for line in lines]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp100 auto const& groupInfo = info[i].Group.GroupInfo[groupIdx]; in getProcessorGroups()
/third_party/EGL/api/
H A Dreg.py98 # GroupInfo - registry information about a group of related enums.
100 class GroupInfo(BaseInfo): class
652 # groupdict - dictionary of GroupInfo objects keyed by group name
767 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
/third_party/openGLES/xml/
H A Dreg.py97 # GroupInfo - registry information about a group of related enums.
99 class GroupInfo(BaseInfo): class
643 # groupdict - dictionary of GroupInfo objects keyed by group name
758 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py108 # GroupInfo - registry information about a group of related enums.
110 class GroupInfo(BaseInfo): class
654 # groupdict - dictionary of GroupInfo objects keyed by group name
769 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py109 # GroupInfo - registry information about a group of related enums.
111 class GroupInfo(BaseInfo): class
663 # groupdict - dictionary of GroupInfo objects keyed by group name
778 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
/third_party/libabigail/tests/lib/
H A Dcatch.hpp5518 struct GroupInfo {
5519 GroupInfo( std::string const& _name,
5582 TestGroupStats( GroupInfo const& _groupInfo,
5585 TestGroupStats( GroupInfo const& _groupInfo );
5593 GroupInfo groupInfo;
5666 virtual void testGroupStarting( GroupInfo const& groupInfo ) = 0;
5766 void testGroupStarting(GroupInfo const& _groupInfo) override {
5801 LazyStat<GroupInfo> currentGroupInfo;
5875 void testGroupStarting( GroupInfo const& ) override {}
6340 void testGroupStarting(GroupInfo cons
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py279 class GroupInfo(BaseInfo): class
431 "dictionary of GroupInfo objects keyed by group name"
598 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
694 # Look up the GroupInfo with matching groupName
749 # Look up the GroupInfo with matching groupName
1330 # Now, pass the *aliased* GroupInfo to the genGroup, but
/third_party/vulkan-headers/registry/
H A Dreg.py279 class GroupInfo(BaseInfo): class
431 "dictionary of GroupInfo objects keyed by group name"
598 self.addElementInfo(group, GroupInfo(group), 'group', self.groupdict)
694 # Look up the GroupInfo with matching groupName
749 # Look up the GroupInfo with matching groupName
1330 # Now, pass the *aliased* GroupInfo to the genGroup, but

Completed in 25 milliseconds