Home
last modified time | relevance | path

Searched refs:applyOn (Results 1 – 14 of 14) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/
H A DRequirementChange.java19 private IRequiredCapability applyOn; field in RequirementChange
25 this.applyOn = applyOn2; in RequirementChange()
30 public IRequiredCapability applyOn() { in applyOn() method in RequirementChange
31 return applyOn; in applyOn()
43 if (!toMatch.getName().equals(applyOn.getName())) in matches()
45 if (toMatch.getRange().equals(applyOn.getRange())) in matches()
55 result = prime * result + ((applyOn == null) ? 0 : applyOn.hashCode()); in hashCode()
69 if (applyOn == null) { in equals()
70 if (other.applyOn() != null) in equals()
72 } else if (!applyOn.equals(other.applyOn())) in equals()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/repository/
H A DSPIMetadataRepositoryTest.java506 private IRequiredCapability applyOn; field in SPIMetadataRepositoryTest.SPIRequirementChange
512 this.applyOn = applyOn2; in SPIRequirementChange()
517 public IRequiredCapability applyOn() { in applyOn() method in SPIMetadataRepositoryTest.SPIRequirementChange
518 return applyOn; in applyOn()
530 if (!toMatch.getName().equals(applyOn.getName())) in matches()
532 if (toMatch.getRange().equals(applyOn.getRange())) in matches()
581 result = prime * result + ((applyOn == null) ? 0 : applyOn.hashCode()); in hashCode()
595 if (applyOn == null) { in equals()
596 if (other.applyOn() != null) in equals()
598 } else if (!applyOn.equals(other.applyOn())) in equals()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/
H A DIRequirementChange.java31 public IRequiredCapability applyOn(); in applyOn() method
H A DMetadataFactory.java717 …public static IRequirementChange createRequirementChange(IRequirement applyOn, IRequirement newVal… in createRequirementChange() argument
718 if ((applyOn == null || applyOn instanceof IRequiredCapability) in createRequirementChange()
720 return new RequirementChange((IRequiredCapability) applyOn, (IRequiredCapability) newValue); in createRequirementChange()
/dports/math/tvmet/tvmet-1.7.2/tests/
H A Dbad_temps.cc20 struct fcnl_Assign { static inline void applyOn(double& restrict lhs, double rhs) { lhs = rhs; } }; in applyOn() function
35 fn.applyOn(mat(RowStride, ColStride), expr(RowStride, ColStride)); in assign2()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/
H A DIUPersistenceTest.java455 assertEquals(null, iu.getRequirementsChange().get(1).applyOn()); in validateIUPatch()
458 assertNotNull(iu.getRequirementsChange().get(2).applyOn()); in validateIUPatch()
470 assertEquals(null, iu.getRequirementsChange().get(1).applyOn()); in validateIUPatchWithEmptyScope()
473 assertNotNull(iu.getRequirementsChange().get(2).applyOn()); in validateIUPatchWithEmptyScope()
H A DIUPatchPersistenceTest.java326 assertEquals(null, iu.getRequirementsChange().get(1).applyOn()); in validateIUPatch()
329 assertNotNull(iu.getRequirementsChange().get(2).applyOn()); in validateIUPatch()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/io/
H A DMetadataWriter.java244 if (change.applyOn() != null) { in writeRequirementChange()
246 writeRequirement(change.applyOn()); in writeRequirementChange()
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/
H A Droom.cpp1044 void Room::setTags(TagsMap newTags, ActionScope applyOn) in setTags() argument
1046 bool propagate = applyOn != ActionScope::ThisRoomOnly; in setTags()
1048 applyOn == ActionScope::WithinSameState ? joinState() : in setTags()
1049 applyOn == ActionScope::OmitLeftState ? JoinState::Join|JoinState::Invite : in setTags()
H A Droom.h431 void setTags(TagsMap newTags, ActionScope applyOn = ThisRoomOnly);
/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Droom.h449 void setTags(TagsMap newTags, ActionScope applyOn = ThisRoomOnly);
H A Droom.cpp1129 void Room::setTags(TagsMap newTags, ActionScope applyOn) in setTags() argument
1131 bool propagate = applyOn != ActionScope::ThisRoomOnly; in setTags()
1133 applyOn == ActionScope::WithinSameState ? joinState() : in setTags()
1134 applyOn == ActionScope::OmitLeftState ? JoinState::Join|JoinState::Invite : in setTags()
/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 DProjector.java841 …if (!found && change.applyOn() == null && change.newValue() != null) //Case where a new requiremen… in mergeRequirements()
/dports/math/tvmet/tvmet-1.7.2/
H A DChangeLog2021 xpr/UnOperator.h: Member function applyOn renamed to apply_on