Home
last modified time | relevance | path

Searched refs:PathGroup (Results 1 – 25 of 78) sorted by relevance

1234

/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DPathGroup.hh38 class PathGroup class
41 virtual ~PathGroup();
72 PathGroup(const char *name,
99 DISALLOW_COPY_AND_ASSIGN(PathGroup);
128 PathGroup *findPathGroup(const char *name,
130 PathGroup *findPathGroup(const Clock *clock,
151 void enumPathEnds(PathGroup *group,
188 PathGroup *path_delay_[MinMax::index_count];
190 PathGroup *gated_clk_[MinMax::index_count];
192 PathGroup *async_[MinMax::index_count];
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DPathGroup.cc43 PathGroup *
56 PathGroup *
68 PathGroup::PathGroup(const char *name, in PathGroup() function in sta::PathGroup
90 PathGroup::~PathGroup() in ~PathGroup()
132 PathGroup::prune() in prune()
185 PathGroup::sort() in sort()
191 PathGroup::clear() in clear()
264 PathGroup *group = PathGroup::makePathGroupSlack(name, group_count, in makeGroups()
336 PathGroup *
343 PathGroup *
[all …]
H A DVisitPathGroupVertices.hh21 class PathGroup;
28 visitPathGroupVertices(PathGroup *path_group,
H A DVisitPathGroupVertices.cc45 explicit VisitPathGroupEnds(PathGroup *path_group,
58 PathGroup *path_group_;
109 visitPathGroupVertices(PathGroup *path_group, in visitPathGroupVertices()
149 VisitPathGroupEnds::VisitPathGroupEnds(PathGroup *path_group, in VisitPathGroupEnds()
178 PathGroup *group = sta_->search()->pathGroup(path_end); in visit()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DPathGroupTest.java51 new PathGroup(Map.of()).getPath(null); in testNullId()
56 PathGroup pg = new PathGroup(Map.of()); in testEmptyPathGroup()
66 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO)); in testRootsSinglePath()
79 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO, "another", in testDuplicatedRoots()
97 final PathGroup pg = new PathGroup(Map.of(1, Path.of("foo"), 2, Path.of( in testRoots()
113 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testResolveAt()
118 final PathGroup pg2 = pg.resolveAt(aPath); in testResolveAt()
154 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testTransform()
181 src.transform(dst, new PathGroup.TransformHandler() { in testTransform()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DPathGroupTest.java51 new PathGroup(Map.of()).getPath(null); in testNullId()
56 PathGroup pg = new PathGroup(Map.of()); in testEmptyPathGroup()
66 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO)); in testRootsSinglePath()
79 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO, "another", in testDuplicatedRoots()
97 final PathGroup pg = new PathGroup(Map.of(1, Path.of("foo"), 2, Path.of( in testRoots()
113 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testResolveAt()
118 final PathGroup pg2 = pg.resolveAt(aPath); in testResolveAt()
154 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testTransform()
181 src.transform(dst, new PathGroup.TransformHandler() { in testTransform()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DPathGroupTest.java58 new PathGroup(Map.of()).getPath(null); in testNullId()
63 PathGroup pg = new PathGroup(Map.of()); in testEmptyPathGroup()
73 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO)); in testRootsSinglePath()
86 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO, "another", in testDuplicatedRoots()
104 final PathGroup pg = new PathGroup(Map.of(1, Path.of("foo"), 2, Path.of( in testRoots()
120 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testResolveAt()
125 final PathGroup pg2 = pg.resolveAt(aPath); in testResolveAt()
161 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testTransform()
188 src.transform(dst, new PathGroup.TransformHandler() { in testTransform()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DPathGroupTest.java57 new PathGroup(Map.of()).getPath(null); in testNullId()
62 PathGroup pg = new PathGroup(Map.of()); in testEmptyPathGroup()
72 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO)); in testRootsSinglePath()
85 final PathGroup pg = new PathGroup(Map.of("main", PATH_FOO, "another", in testDuplicatedRoots()
103 final PathGroup pg = new PathGroup(Map.of(1, Path.of("foo"), 2, Path.of( in testRoots()
119 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testResolveAt()
124 final PathGroup pg2 = pg.resolveAt(aPath); in testResolveAt()
160 final PathGroup pg = new PathGroup(Map.of(0, PATH_FOO, 1, PATH_BAR, 2, in testTransform()
187 src.transform(dst, new PathGroup.TransformHandler() { in testTransform()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DPathGroup.java46 final class PathGroup { class
47 PathGroup(Map<Object, Path> paths) { in PathGroup() method in PathGroup
105 PathGroup resolveAt(Path root) { in resolveAt()
106 return new PathGroup(entries.entrySet().stream().collect( in resolveAt()
111 void copy(PathGroup dst) throws IOException { in copy()
115 void move(PathGroup dst) throws IOException { in move()
119 void transform(PathGroup dst, TransformHandler handler) throws IOException { in transform()
124 PathGroup pathGroup(); in pathGroup()
159 private static void copy(PathGroup src, PathGroup dst, in copy()
256 return entries.values().stream().map(PathGroup::normalizedPath).collect( in normalizedPaths()
H A DApplicationLayout.java34 public final class ApplicationLayout implements PathGroup.Facade<ApplicationLayout> {
68 data = new PathGroup(paths); in ApplicationLayout()
71 private ApplicationLayout(PathGroup data) { in ApplicationLayout()
76 public PathGroup pathGroup() { in pathGroup()
193 private final PathGroup data;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DPathGroup.java44 final class PathGroup { class
45 PathGroup(Map<Object, Path> paths) { in PathGroup() method in PathGroup
103 PathGroup resolveAt(Path root) { in resolveAt()
104 return new PathGroup(entries.entrySet().stream().collect( in resolveAt()
109 void copy(PathGroup dst) throws IOException { in copy()
113 void move(PathGroup dst) throws IOException { in move()
117 void transform(PathGroup dst, TransformHandler handler) throws IOException { in transform()
122 PathGroup pathGroup(); in pathGroup()
157 private static void copy(PathGroup src, PathGroup dst, in copy()
254 return entries.values().stream().map(PathGroup::normalizedPath).collect( in normalizedPaths()
H A DApplicationLayout.java34 public final class ApplicationLayout implements PathGroup.Facade<ApplicationLayout> {
68 data = new PathGroup(paths); in ApplicationLayout()
71 private ApplicationLayout(PathGroup data) { in ApplicationLayout()
76 public PathGroup pathGroup() { in pathGroup()
193 private final PathGroup data;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DPathGroup.java46 final class PathGroup { class
47 PathGroup(Map<Object, Path> paths) { in PathGroup() method in PathGroup
105 PathGroup resolveAt(Path root) { in resolveAt()
106 return new PathGroup(entries.entrySet().stream().collect( in resolveAt()
111 void copy(PathGroup dst) throws IOException { in copy()
115 void move(PathGroup dst) throws IOException { in move()
119 void transform(PathGroup dst, TransformHandler handler) throws IOException { in transform()
124 PathGroup pathGroup(); in pathGroup()
159 private static void copy(PathGroup src, PathGroup dst, in copy()
256 return entries.values().stream().map(PathGroup::normalizedPath).collect( in normalizedPaths()
H A DApplicationLayout.java34 public final class ApplicationLayout implements PathGroup.Facade<ApplicationLayout> {
40 data = new PathGroup(paths); in ApplicationLayout()
43 private ApplicationLayout(PathGroup data) { in ApplicationLayout()
48 public PathGroup pathGroup() { in pathGroup()
152 private final PathGroup data;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DPathGroup.java44 final class PathGroup { class
45 PathGroup(Map<Object, Path> paths) { in PathGroup() method in PathGroup
102 PathGroup resolveAt(Path root) { in resolveAt()
103 return new PathGroup(entries.entrySet().stream().collect( in resolveAt()
108 void copy(PathGroup dst) throws IOException { in copy()
112 void move(PathGroup dst) throws IOException { in move()
116 void transform(PathGroup dst, TransformHandler handler) throws IOException { in transform()
121 PathGroup pathGroup(); in pathGroup()
156 private static void copy(PathGroup src, PathGroup dst, in copy()
253 return entries.values().stream().map(PathGroup::normalizedPath).collect( in normalizedPaths()
H A DApplicationLayout.java34 public final class ApplicationLayout implements PathGroup.Facade<ApplicationLayout> {
73 data = new PathGroup(paths); in ApplicationLayout()
76 private ApplicationLayout(PathGroup data) { in ApplicationLayout()
81 public PathGroup pathGroup() { in pathGroup()
201 private final PathGroup data;
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmFindCommon.h39 class PathGroup : public cmPathLabel
42 PathGroup();
45 PathGroup(const std::string& label) in PathGroup() function
49 static PathGroup All;
126 std::map<PathGroup, std::vector<PathLabel>> PathGroupLabelMap;
127 std::vector<PathGroup> PathGroupOrder;
H A DcmFindCommon.cxx19 cmFindCommon::PathGroup cmFindCommon::PathGroup::All("ALL");
87 labels = &this->PathGroupLabelMap[PathGroup::All]; in InitializeSearchPathGroups()
97 this->PathGroupOrder.push_back(PathGroup::All); in InitializeSearchPathGroups()
364 std::vector<PathLabel>& allLabels = this->PathGroupLabelMap[PathGroup::All]; in ComputeFinalPaths()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmFindCommon.h39 class PathGroup : public cmPathLabel
42 PathGroup();
45 PathGroup(const std::string& label) in PathGroup() function
49 static PathGroup All;
126 std::map<PathGroup, std::vector<PathLabel>> PathGroupLabelMap;
127 std::vector<PathGroup> PathGroupOrder;
H A DcmFindCommon.cxx19 cmFindCommon::PathGroup cmFindCommon::PathGroup::All("ALL");
87 labels = &this->PathGroupLabelMap[PathGroup::All]; in InitializeSearchPathGroups()
97 this->PathGroupOrder.push_back(PathGroup::All); in InitializeSearchPathGroups()
364 std::vector<PathLabel>& allLabels = this->PathGroupLabelMap[PathGroup::All]; in ComputeFinalPaths()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmFindCommon.h39 class PathGroup : public cmPathLabel
42 PathGroup();
45 PathGroup(const std::string& label) in PathGroup() function
49 static PathGroup All;
126 std::map<PathGroup, std::vector<PathLabel>> PathGroupLabelMap;
127 std::vector<PathGroup> PathGroupOrder;
H A DcmFindCommon.cxx19 cmFindCommon::PathGroup cmFindCommon::PathGroup::All("ALL");
87 labels = &this->PathGroupLabelMap[PathGroup::All]; in InitializeSearchPathGroups()
97 this->PathGroupOrder.push_back(PathGroup::All); in InitializeSearchPathGroups()
364 std::vector<PathLabel>& allLabels = this->PathGroupLabelMap[PathGroup::All]; in ComputeFinalPaths()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/filesys/
H A Dfs_main.h108 enum PathGroup enum
153 typedef QMultiMap<PathGroup, SearchPath> SearchPaths;
218 bool addSearchPath(SearchPath const &path, PathGroup group = DefaultPaths);
225 void clearSearchPathGroup(PathGroup group);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqlibraryinfo.h107 enum PathGroup { FinalPaths, EffectivePaths, EffectiveSourcePaths, DevicePaths }; enum
108 static QString rawLocation(LibraryLocation, PathGroup);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqlibraryinfo.h107 enum PathGroup { FinalPaths, EffectivePaths, EffectiveSourcePaths, DevicePaths }; enum
108 static QString rawLocation(LibraryLocation, PathGroup);

1234