Home
last modified time | relevance | path

Searched refs:newRoots (Results 1 – 25 of 57) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/
H A DTreeRoot.java42 List<MethodWrapper>newRoots= new ArrayList<>(); in addRoots() local
43 newRoots.addAll(Arrays.asList(fRoots)); in addRoots()
44 newRoots.addAll(Arrays.asList(roots)); in addRoots()
46 fRoots= newRoots.toArray(new MethodWrapper[newRoots.size()]); in addRoots()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DRenameSourceFolderChangeTests.java59 IPackageFragmentRoot[] newRoots= testProject.getPackageFragmentRoots(); in test0() local
60 for (int i= 0; i < newRoots.length; i++){ in test0()
61 assertTrue("should exist " + i, newRoots[i].exists()); in test0()
89 IPackageFragmentRoot[] newRoots= testProject.getPackageFragmentRoots(); in test1() local
90 for (int i= 0; i < newRoots.length; i++){ in test1()
92 assertTrue("should exist " + i, newRoots[i].exists()); in test1()
94 assertEquals("3rd position should be:" + newName1, newName1, newRoots[i].getElementName()); in test1()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/
H A DOptimizationFunction.java44 …ject>> createOptimizationFunction(IInstallableUnit metaIu, Collection<IInstallableUnit> newRoots) { in createOptimizationFunction() argument
49 if (newRoots.isEmpty()) { in createOptimizationFunction()
52 … = new Slicer(picker, selectionContext, false).slice(newRoots.toArray(new IInstallableUnit[newRoot… in createOptimizationFunction()
86 } else if (!foundInstalled && !foundRoot && isRoot(iu, newRoots)) { in createOptimizationFunction()
136 private boolean isRoot(IInstallableUnit iu, Collection<IInstallableUnit> newRoots) { in isRoot() argument
137 return newRoots.contains(iu); in isRoot()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/heap/
H A DConservativeRoots.cpp39 …JSCell** newRoots = static_cast<JSCell**>(OSAllocator::reserveAndCommit(newCapacity * sizeof(JSCel… in grow() local
40 memcpy(newRoots, m_roots, m_size * sizeof(JSCell*)); in grow()
44 m_roots = newRoots; in grow()
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dleader_connect.go118 var newRoots structs.CARoots
125 newRoots = append(newRoots, &newRoot)
129 if len(newRoots) == len(roots) {
137 args.Roots = newRoots
H A Dleader_connect_ca.go132 func (c *CAManager) setPrimaryRoots(newRoots structs.IndexedCARoots) error {
137 c.primaryRoots = newRoots
681 var newRoots structs.CARoots
691 newRoots = append(newRoots, &newRoot)
694 newRoots = append(newRoots, newActiveRoot)
700 Roots: newRoots,
932 var newRoots structs.CARoots
939 newRoots = append(newRoots, &newRoot)
941 newRoots = append(newRoots, newActiveRoot)
946 args.Roots = newRoots
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Dleader_connect.go118 var newRoots structs.CARoots
125 newRoots = append(newRoots, &newRoot)
129 if len(newRoots) == len(roots) {
137 args.Roots = newRoots
H A Dleader_connect_ca.go132 func (c *CAManager) setPrimaryRoots(newRoots structs.IndexedCARoots) error {
137 c.primaryRoots = newRoots
681 var newRoots structs.CARoots
691 newRoots = append(newRoots, &newRoot)
694 newRoots = append(newRoots, newActiveRoot)
700 Roots: newRoots,
932 var newRoots structs.CARoots
939 newRoots = append(newRoots, &newRoot)
941 newRoots = append(newRoots, newActiveRoot)
946 args.Roots = newRoots
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Dleader_connect.go118 var newRoots structs.CARoots
125 newRoots = append(newRoots, &newRoot)
129 if len(newRoots) == len(roots) {
137 args.Roots = newRoots
H A Dleader_connect_ca.go124 func (c *CAManager) setPrimaryRoots(newRoots structs.IndexedCARoots) error {
129 c.primaryRoots = newRoots
673 var newRoots structs.CARoots
683 newRoots = append(newRoots, &newRoot)
686 newRoots = append(newRoots, newActiveRoot)
692 Roots: newRoots,
924 var newRoots structs.CARoots
931 newRoots = append(newRoots, &newRoot)
933 newRoots = append(newRoots, newActiveRoot)
938 args.Roots = newRoots
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/imap/
H A Dretrievecollectionmetadatatask.cpp220 QList<QByteArray> newRoots; in onQuotasReceived() local
225 newRoots.reserve(allRoots.count()); in onQuotasReceived()
235 newRoots << root; in onQuotasReceived()
249 if ((newCurrent == -1 && newMax == -1) && !newRoots.isEmpty()) { in onQuotasReceived()
260 if (oldRoots != newRoots || oldLimits != newLimits || oldUsages != newUsages) { in onQuotasReceived()
261 imapQuotaAttribute->setQuotas(newRoots, newLimits, newUsages); in onQuotasReceived()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSCompareSubscriber.java159 List<IResource> newRoots = new ArrayList<>(resources.length); in handleRemovedRoot() local
160 newRoots.addAll(Arrays.asList(resources)); in handleRemovedRoot()
161 newRoots.removeAll(removals); in handleRemovedRoot()
162 resources = newRoots.toArray(new IResource[newRoots.size()]); in handleRemovedRoot()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dconnect_ca_endpoint.go182 var newRoots structs.CARoots
189 newRoots = append(newRoots, &newRoot)
191 newRoots = append(newRoots, newActiveRoot)
195 args.Roots = newRoots
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/
H A Dconnect_ca_endpoint.go182 var newRoots structs.CARoots
189 newRoots = append(newRoots, &newRoot)
191 newRoots = append(newRoots, newActiveRoot)
195 args.Roots = newRoots
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/proxycfg/
H A Dmanager_test.go149 newRoots, newLeaf := TestCerts(t)
150 newRoots.Roots = append(newRoots.Roots, roots.Roots...)
151 types.roots.Set(newRoots)
154 expectSnap.Roots = newRoots
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/proxycfg/
H A Dmanager_test.go149 newRoots, newLeaf := TestCerts(t)
150 newRoots.Roots = append(newRoots.Roots, roots.Roots...)
151 types.roots.Set(newRoots)
154 expectSnap.Roots = newRoots
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/proxycfg/
H A Dmanager_test.go149 newRoots, newLeaf := TestCerts(t)
150 newRoots.Roots = append(newRoots.Roots, roots.Roots...)
151 types.roots.Set(newRoots)
154 expectSnap.Roots = newRoots
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dconnect_ca_endpoint.go266 var newRoots structs.CARoots
273 newRoots = append(newRoots, &newRoot)
275 newRoots = append(newRoots, newActiveRoot)
280 args.Roots = newRoots
H A Dleader_connect.go478 var newRoots structs.CARoots
488 newRoots = append(newRoots, &newRoot)
490 newRoots = append(newRoots, newActiveRoot)
495 Roots: newRoots,
612 var newRoots structs.CARoots
619 newRoots = append(newRoots, &newRoot)
623 if len(newRoots) == len(roots) {
631 args.Roots = newRoots
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/
H A DTychoUsage.java47 Collection<IInstallableUnit> newRoots = new ArrayList<>(); in testTychoUsage() local
48 newRoots.add(newRoot1); in testTychoUsage()
60 …p.encode(topLevelIU, new IInstallableUnit[0], new Collector<IInstallableUnit>(), newRoots, new Nul… in testTychoUsage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/
H A DProfileSynchronizerTest2.java67 …Set<IInstallableUnit> newRoots = registry.getProfile("SDKProfile").query(new IUProfilePropertyQuer… in testRemovalOfStrictRoot() local
68 newRoots.removeAll(oldRoots); in testRemovalOfStrictRoot()
69 assertEquals(0, newRoots.size()); in testRemovalOfStrictRoot()
H A DProfileSynchronizerTest.java68 …Set<IInstallableUnit> newRoots = registry.getProfile("SDKProfile").query(new IUProfilePropertyQuer… in testPropertyAreProperlyPutBack() local
69 newRoots.removeAll(oldRoots); in testPropertyAreProperlyPutBack()
70 assertEquals(0, newRoots.size()); in testPropertyAreProperlyPutBack()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/
H A Dconnect_ca_endpoint.go265 var newRoots structs.CARoots
272 newRoots = append(newRoots, &newRoot)
274 newRoots = append(newRoots, newActiveRoot)
279 args.Roots = newRoots
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/
H A Dleader_connect.go478 var newRoots structs.CARoots
488 newRoots = append(newRoots, &newRoot)
490 newRoots = append(newRoots, newActiveRoot)
495 Roots: newRoots,
612 var newRoots structs.CARoots
619 newRoots = append(newRoots, &newRoot)
623 if len(newRoots) == len(roots) {
631 args.Roots = newRoots
H A Dconnect_ca_endpoint.go323 var newRoots structs.CARoots
330 newRoots = append(newRoots, &newRoot)
332 newRoots = append(newRoots, newActiveRoot)
337 args.Roots = newRoots

123