Home
last modified time | relevance | path

Searched refs:createDiff (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java58 return createDiff(a, b); in createDiffGraph()
82 return createDiff(a, b, pairs); in createDiffSameGroup()
85 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<Pair> pairs) { in createDiff() method in Difference
221 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
272 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java58 return createDiff(a, b); in createDiffGraph()
82 return createDiff(a, b, pairs); in createDiffSameGroup()
85 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<Pair> pairs) { in createDiff() method in Difference
221 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
272 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/Difference/src/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/Difference/src/main/java/com/sun/hotspot/igv/difference/
H A DDifference.java53 return createDiff(a, b); in createDiffGraph()
77 return createDiff(a, b, pairs); in createDiffSameGroup()
89 private static InputGraph createDiff(InputGraph a, InputGraph b, Set<NodePair> pairs) { in createDiff() method in Difference
289 private static InputGraph createDiff(InputGraph a, InputGraph b) { in createDiff() method in Difference
340 return createDiff(a, b, selectedPairs); in createDiff()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/daemon/
H A Ddaemon_controller.go952 createDiff := len(nodesNeedingDaemonPods)
955 if createDiff > dsc.burstReplicas {
956 createDiff = dsc.burstReplicas
962 dsc.expectations.SetExpectations(dsKey, createDiff, deleteDiff)
965 errCh := make(chan error, createDiff+deleteDiff)
967 …ding daemon pods for daemon set %s: %+v, creating %d", ds.Name, nodesNeedingDaemonPods, createDiff)
984 batchSize := integer.IntMin(createDiff, controller.SlowStartInitialBatchSize)
985 …for pos := 0; createDiff > pos; batchSize, pos = integer.IntMin(2*batchSize, createDiff-(pos+batch…
1019 skippedPods := createDiff - (batchSize + pos)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DAbstractINodeDiffList.java55 abstract D createDiff(int snapshotId, N currentINode); in createDiff() method in AbstractINodeDiffList
110 return addLast(createDiff(latestSnapshotId, currentINode)); in addDiff()
H A DFileDiffList.java38 FileDiff createDiff(int snapshotId, INodeFile file) { in createDiff() method in FileDiffList
H A DDirectoryWithSnapshotFeature.java341 DirectoryDiff createDiff(int snapshot, INodeDirectory currentDir) { in createDiff() method in DirectoryDiffList
/dports/biology/jalview/jalview/getdown/src/getdown/core/src/main/java/com/threerings/getdown/tools/
H A DDiffer.java45 public void createDiff (File nvdir, File ovdir, boolean verbose) in createDiff() method in Differ
217 differ.createDiff(new File(args[aidx++]), in main()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/accessibility/fo/
H A DFO2StructureTreeConverterTestCase.java195 final Diff diff = createDiff(expectedStructureTree, actualStructureTree); in testConverter()
293 private static Diff createDiff(DOMResult expected, DOMResult actual) {
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DConfig.hs1429 reverse . foldl' createDiff [] . M.toList
1442 createDiff :: [String] -> (String, (Maybe String, Maybe String)) -> [String]
1443 createDiff acc (key, (Just a, Just b))
1447 createDiff acc (key, (Nothing, Just b)) = ("+ " ++ key ++ ": " ++ b) : acc function
1448 createDiff acc (key, (Just a, Nothing)) = ("- " ++ key ++ ": " ++ a) : acc function
1449 createDiff acc (_, (Nothing, Nothing)) = acc function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DConfig.hs1424 reverse . foldl' createDiff [] . M.toList
1437 createDiff :: [String] -> (String, (Maybe String, Maybe String)) -> [String]
1438 createDiff acc (key, (Just a, Just b))
1442 createDiff acc (key, (Nothing, Just b)) = ("+ " ++ key ++ ": " ++ b) : acc function
1443 createDiff acc (key, (Just a, Nothing)) = ("- " ++ key ++ ": " ++ a) : acc function
1444 createDiff acc (_, (Nothing, Nothing)) = acc function
/dports/graphics/tiled/tiled-1.7.2/util/java/libtiled-java/src/main/java/org/mapeditor/core/
H A DTileLayer.java276 public TileLayer createDiff(TileLayer ml) { in createDiff() method in TileLayer
/dports/devel/awless/awless-0.1.11/console/
H A Ddisplayer_test.go345 diff, err := createDiff(rootNode)
726 func createDiff(root *graph.Resource) (*graph.Diff, error) { func
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.cpp1423 QString RenderStyle::createDiff(const RenderStyle &parent) const in createDiff() function in RenderStyle
H A Drender_style.h2375 QString createDiff(const RenderStyle &parent) const;
H A Drender_object.cpp2050 ts << style()->createDiff(*parent()->style()); in dump()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog13981 (WebInspector.HeapSnapshot.prototype.createDiff):
14026 (WebInspector.HeapSnapshotProxy.prototype.createDiff):
21812 (WebInspector.HeapSnapshotProxy.prototype.createDiff):