Home
last modified time | relevance | path

Searched defs:toAdd (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/events/
H A DEventsAdd.cs24 public void ExecuteXDocumentVariation(XNode[] toAdd, XNode contextNode) in ExecuteXDocumentVariation()
57 public void ExecuteXElementVariation(XNode[] toAdd, XNode contextNode) in ExecuteXElementVariation()
142 public void ExecuteXDocumentVariation(XNode[] toAdd, XNode contextNode) in ExecuteXDocumentVariation()
175 public void ExecuteXElementVariation(XNode[] toAdd, XNode contextNode) in ExecuteXElementVariation()
266 public void ExecuteXDocumentVariation(XNode[] toAdd, XNode contextNode) in ExecuteXDocumentVariation()
303 public void ExecuteXElementVariation(XNode[] toAdd, XNode contextNode) in ExecuteXElementVariation()
430 public void ExecuteXDocumentVariation(XNode[] toAdd, XNode contextNode) in ExecuteXDocumentVariation()
467 public void ExecuteXElementVariation(XNode[] toAdd, XNode contextNode) in ExecuteXElementVariation()
497 public void ExecuteXAttributeVariation(XAttribute[] toAdd, XAttribute contextNode) in ExecuteXAttributeVariation()
/dports/net/cjdns/cjdns-cjdns-v21.1/benc/
H A DList.c55 void List_addInt(List* list, int64_t toAdd, struct Allocator* allocator) in List_addInt()
61 void List_addString(List* list, String* toAdd, struct Allocator* allocator) in List_addString()
67 void List_addDict(List* list, Dict* toAdd, struct Allocator* allocator) in List_addDict()
73 void List_addList(List* list, List* toAdd, struct Allocator* allocator) in List_addList()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/link/
H A DLinkedPositionAnnotations.java111 Map<Annotation, Position> toAdd= new HashMap<>(); in setGroupPositions() local
125 replaceAnnotations(toRemove.toArray(new Annotation[0]), toAdd, false); in setGroupPositions() local
144 Map<Annotation, Position> toAdd= new HashMap<>(); in setTargetPositions() local
158 replaceAnnotations(toRemove.toArray(new Annotation[0]), toAdd, false); in setTargetPositions() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/
H A DSetModel.java74 public void addAll(Object[] toAdd) { in addAll()
86 public void addAll(Collection toAdd) { in addAll()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/generics/inference/6365166/
H A DNewTest.java34 private List<A> toAdd; field in NewTest
36 public NewTest(List<A> toAdd) { in NewTest()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/engine/db/
H A DStendhalSearchIndexDAO.java97 …private void addNewEntries(DBTransaction transaction, Set<SearchIndexEntry> toAdd) throws SQLExcep… in addNewEntries()
119 Set<SearchIndexEntry> toAdd = Sets.difference(entries, oldEntries); in updateSearchIndex() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Daddtoset_node.cpp138 auto toAdd = element->getDocument().makeElement(elem); in updateExistingElement() local
149 auto toAdd = element->getDocument().makeElement(elem); in setValueForNewElement() local
/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 DBug362692.java73 Set<IInstallableUnit> toAdd = new HashSet<>(); in testInstall() local
114 private void validate(Collection<IInstallableUnit> expected, Collection<IInstallableUnit> toAdd) { in validate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/
H A DFactoryPathTests.java94 IPath toAdd = new Path("/foo/bar/baz.jar"); in testAddRemoveVarJar() local
108 IPath toAdd = new Path("/foo/bar/baz.jar"); in testAddRemoveWorkspaceJar() local
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DXercesAttGroupInfo.hpp200 inline void XercesAttGroupInfo::addAttDef(SchemaAttDef* const toAdd, in addAttDef()
220 inline void XercesAttGroupInfo::addAnyAttDef(SchemaAttDef* const toAdd, in addAnyAttDef()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DXercesAttGroupInfo.hpp200 inline void XercesAttGroupInfo::addAttDef(SchemaAttDef* const toAdd, in addAttDef()
220 inline void XercesAttGroupInfo::addAnyAttDef(SchemaAttDef* const toAdd, in addAnyAttDef()
/dports/www/firefox-esr/firefox-91.8.0/layout/tables/
H A DFixedTableLayoutStrategy.cpp332 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
360 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
380 nscoord toAdd = in ComputeColumnISizes() local
/dports/www/firefox/firefox-99.0/layout/tables/
H A DFixedTableLayoutStrategy.cpp334 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
362 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
382 nscoord toAdd = in ComputeColumnISizes() local
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tables/
H A DFixedTableLayoutStrategy.cpp332 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
360 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
380 nscoord toAdd = in ComputeColumnISizes() local
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tables/
H A DFixedTableLayoutStrategy.cpp351 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
379 nscoord toAdd = AllocateUnassigned( in ComputeColumnISizes() local
399 nscoord toAdd = in ComputeColumnISizes() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/phases/
H A DCertificateChecker.java238 public void add(File toAdd) { in add()
242 public void add(Object[] toAdd) { in add()

12345678910>>...27