Home
last modified time | relevance | path

Searched refs:fIds (Results 1 – 19 of 19) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java56 private HashSet<String> fIds; field in ValidationState
101 if (fIds == null || !fIds.contains(key)) { in checkIDRefID()
116 fIds = null; in reset()
130 fIds = null; in resetIDTables()
172 return fIds != null && fIds.contains(name); in isIdDeclared()
175 if (fIds == null) fIds = new HashSet<>(); in addId()
176 fIds.add(name); in addId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/
H A DIUBundleContainer.java117 private String[] fIds; field in IUBundleContainer
161 fIds = ids; in IUBundleContainer()
183 fIds = new String[units.length]; in IUBundleContainer()
187 fIds[i] = units[i].getId(); in IUBundleContainer()
292 for (int i = 0; i < fIds.length; i++) { in cacheIUs()
393 for (int i = 0; i < fIds.length; i++) { in update()
523 if (!Arrays.equals(fIds, other.fIds)) { in equals()
553 for (int i = 0; i < fIds.length; i++) { in removeInstallableUnit()
555 newIds.add(fIds[i]); in removeInstallableUnit()
646 return fIds; in getIds()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/
H A DFirstRunExecutionListener.java22 private TestIdMap fIds; field in FirstRunExecutionListener
28 fIds = ids; in FirstRunExecutionListener()
46 return fIds.getTestId(test); in getTestId()
H A DRemoteTestRunner.java129 private final TestIdMap fIds = new TestIdMap(); field in RemoteTestRunner
473 return new FirstRunExecutionListener(fSender, fIds); in firstRunExecutionListener()
585 return new RerunExecutionListener(fSender, fIds); in rerunExecutionListener()
631 return fIds.getTestId(id); in getTestId()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfilebrowserpopup.cpp334 m_currentFIdsSet = fIds; in onFilePathsSelected()
1012 if (fIds.size() != 0) { in updatePosTo()
1018 for (it = fIds.begin(); it != fIds.end(); it++) { in updatePosTo()
1024 for (it = fIds.begin(); it != fIds.end(); it++) { in updatePosTo()
1034 for (it = fIds.begin(); it != fIds.end(); it++) { in updatePosTo()
1180 if (fIds.size() != 0) { in execute()
1181 firstFrame = fIds[0]; in execute()
1182 lastFrame = fIds[fIds.size() - 1]; in execute()
1382 if (fIds.size() != 0) { in updateBottomGUI()
1383 firstFrame = fIds[0]; in updateBottomGUI()
[all …]
H A Dfilebrowserpopup.h152 const std::list<std::vector<TFrameId>> &fIds);
302 const std::list<std::vector<TFrameId>> &fIds) override;
H A Dcleanuppopup.cpp1130 std::vector<TFrameId> fIds; in closeLevel() local
1131 sl->getFids(fIds); in closeLevel()
1132 invalidateIcons(sl, fIds); in closeLevel()
1145 std::vector<TFrameId> fIds; in closeLevel() local
1146 sl->getFids(fIds); in closeLevel()
1147 invalidateIcons(sl, fIds); in closeLevel()
H A Diocommand.cpp860 int &col1, bool expose, std::vector<TFrameId> &fIds, in loadLevel() argument
890 if (fIds.size() != 0 && doesFileActuallyExist) in loadLevel()
892 levelName, fIds); in loadLevel()
962 scene->getXsheet()->exposeLevel(row0, col0, xl, fIds, xFrom, xTo, step, in loadLevel()
990 bool expose, std::vector<TFrameId> fIds = std::vector<TFrameId>(), in loadResource() argument
1000 expose, fIds, xFrom, xTo, levelName, step, inc, in loadResource()
2491 std::vector<TFrameId> fIds; in loadResources() local
2494 fIds = args.frameIdsSet[r]; in loadResources()
2501 std::move(fIds), in loadResources()
2503 fIds, in loadResources()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtoonzscene.h143 const std::vector<TFrameId> &fIds = std::vector<TFrameId>());
H A Dtxshsimplelevel.h277 void load(const std::vector<TFrameId> &fIds);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxshsimplelevel.cpp1280 void TXshSimpleLevel::load(const std::vector<TFrameId> &fIds) { in load() argument
1297 if (fIds.size() != 0) { in load()
1298 for (int i = 0; i < (int)fIds.size(); i++) { in load()
1299 m_renumberTable[fIds[i]] = fIds[i]; in load()
1300 if (!loadingLevelRange.match(fIds[i])) continue; in load()
1301 setFrame(fIds[i], TImageP()); in load()
1303 const TImageInfo *info = lr->getImageInfo(fIds[0]); in load()
H A Dtoonzscene.cpp1117 const std::vector<TFrameId> &fIds) { in loadLevel() argument
1162 if (fIds.size() != 0 && !ltype.m_oldLevelFlag) in loadLevel()
1163 xl->load(fIds); in loadLevel()