Home
last modified time | relevance | path

Searched refs:getSecond (Results 1 – 25 of 1654) sorted by relevance

12345678910>>...67

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/test/annotation/
H A DTestAnnotationCopyAndClone.rb82 assert( date.getSecond() == 45 )
86 assert( date2.getSecond() == 45 )
94 assert( date.getSecond() == 45 )
97 assert( date2.getSecond() == 45 )
105 assert( date.getSecond() == 45 )
108 assert( date2.getSecond() == 45 )
165 assert( mh.getCreatedDate().getSecond() == 45 )
170 assert( mh2.getCreatedDate().getSecond() == 45 )
188 assert( mh.getCreatedDate().getSecond() == 45 )
192 assert( mh2.getCreatedDate().getSecond() == 45 )
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/test/annotation/
H A DTestAnnotationCopyAndClone.rb82 assert( date.getSecond() == 45 )
86 assert( date2.getSecond() == 45 )
94 assert( date.getSecond() == 45 )
97 assert( date2.getSecond() == 45 )
105 assert( date.getSecond() == 45 )
108 assert( date2.getSecond() == 45 )
165 assert( mh.getCreatedDate().getSecond() == 45 )
170 assert( mh2.getCreatedDate().getSecond() == 45 )
188 assert( mh.getCreatedDate().getSecond() == 45 )
192 assert( mh2.getCreatedDate().getSecond() == 45 )
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/JavaWrappers/gmwrapper/src-test/org/RDKit/
H A DFilterCatalogTests.java97 assertEquals(23, mv.get(0).getSecond()); in test2Basics()
99 assertEquals(22, mv.get(1).getSecond()); in test2Basics()
101 assertEquals(20, mv.get(2).getSecond()); in test2Basics()
103 assertEquals(19, mv.get(3).getSecond()); in test2Basics()
105 assertEquals(25, mv.get(4).getSecond()); in test2Basics()
107 assertEquals(24, mv.get(5).getSecond()); in test2Basics()
109 assertEquals(18, mv.get(6).getSecond()); in test2Basics()
111 assertEquals(17, mv.get(7).getSecond()); in test2Basics()
113 assertEquals(16, mv.get(8).getSecond()); in test2Basics()
115 assertEquals(21, mv.get(9).getSecond()); in test2Basics()
H A DBasicMolecule2Tests.java100 assertEquals(0,mv.get(0).getSecond()); in testSubstruct1()
119 assertEquals(1,mv.get(0).getSecond()); in testSubstruct3()
121 assertEquals(0,mv.get(1).getSecond()); in testSubstruct3()
133 assertEquals(1,mvv.get(0).get(0).getSecond()); in testSubstruct4()
135 assertEquals(0,mvv.get(0).get(1).getSecond()); in testSubstruct4()
147 assertEquals(1,mvv.get(0).get(0).getSecond()); in testSubstruct5()
149 assertEquals(0,mvv.get(0).get(1).getSecond()); in testSubstruct5()
152 assertEquals(1,mvv.get(1).get(0).getSecond()); in testSubstruct5()
154 assertEquals(3,mvv.get(1).get(1).getSecond()); in testSubstruct5()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/annotation/
H A DTestCopyAndClone.cs181 assertTrue( date.getSecond() == 45 ); in test_Date_assignmentOperator()
185 assertTrue( date2.getSecond() == 45 ); in test_Date_assignmentOperator()
194 assertTrue( date.getSecond() == 45 ); in test_Date_clone()
197 assertTrue( date2.getSecond() == 45 ); in test_Date_clone()
206 assertTrue( date.getSecond() == 45 ); in test_Date_copyConstructor()
209 assertTrue( date2.getSecond() == 45 ); in test_Date_copyConstructor()
270 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
275 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
294 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
298 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/annotation/
H A DTestCopyAndClone.cs181 assertTrue( date.getSecond() == 45 ); in test_Date_assignmentOperator()
185 assertTrue( date2.getSecond() == 45 ); in test_Date_assignmentOperator()
194 assertTrue( date.getSecond() == 45 ); in test_Date_clone()
197 assertTrue( date2.getSecond() == 45 ); in test_Date_clone()
206 assertTrue( date.getSecond() == 45 ); in test_Date_copyConstructor()
209 assertTrue( date2.getSecond() == 45 ); in test_Date_copyConstructor()
270 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
275 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
294 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
298 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/annotation/
H A DTestAnnotationCopyAndClone.py86 self.assert_( date.getSecond() == 45 )
90 self.assert_( date2.getSecond() == 45 )
98 self.assert_( date.getSecond() == 45 )
101 self.assert_( date2.getSecond() == 45 )
109 self.assert_( date.getSecond() == 45 )
112 self.assert_( date2.getSecond() == 45 )
169 self.assert_( mh.getCreatedDate().getSecond() == 45 )
174 self.assert_( mh2.getCreatedDate().getSecond() == 45 )
192 self.assert_( mh.getCreatedDate().getSecond() == 45 )
196 self.assert_( mh2.getCreatedDate().getSecond() == 45 )
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/annotation/
H A DTestAnnotationCopyAndClone.py86 self.assert_( date.getSecond() == 45 )
90 self.assert_( date2.getSecond() == 45 )
98 self.assert_( date.getSecond() == 45 )
101 self.assert_( date2.getSecond() == 45 )
109 self.assert_( date.getSecond() == 45 )
112 self.assert_( date2.getSecond() == 45 )
169 self.assert_( mh.getCreatedDate().getSecond() == 45 )
174 self.assert_( mh2.getCreatedDate().getSecond() == 45 )
192 self.assert_( mh.getCreatedDate().getSecond() == 45 )
196 self.assert_( mh2.getCreatedDate().getSecond() == 45 )
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Analysis/
H A DMacroExpansionContext.cpp67 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
70 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands()
71 It->getSecond() = ExpansionEnd; in MacroExpands()
74 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
114 return It->getSecond().str(); in getExpandedText()
126 assert(It->getFirst() != It->getSecond() && in getOriginalText()
130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
229 It->getSecond().append(TokenAsString); in onTokenLexed()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DMacroExpansionContext.cpp67 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
70 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands()
71 It->getSecond() = ExpansionEnd; in MacroExpands()
74 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
114 return It->getSecond().str(); in getExpandedText()
126 assert(It->getFirst() != It->getSecond() && in getOriginalText()
130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
229 It->getSecond().append(TokenAsString); in onTokenLexed()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DMacroExpansionContext.cpp67 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
70 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands()
71 It->getSecond() = ExpansionEnd; in MacroExpands()
74 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
114 return It->getSecond().str(); in getExpandedText()
126 assert(It->getFirst() != It->getSecond() && in getOriginalText()
130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
229 It->getSecond().append(TokenAsString); in onTokenLexed()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp67 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
70 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands()
71 It->getSecond() = ExpansionEnd; in MacroExpands()
74 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
114 return It->getSecond().str(); in getExpandedText()
126 assert(It->getFirst() != It->getSecond() && in getOriginalText()
130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
229 It->getSecond().append(TokenAsString); in onTokenLexed()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DMacroExpansionContext.cpp67 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
70 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands()
71 It->getSecond() = ExpansionEnd; in MacroExpands()
74 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
114 return It->getSecond().str(); in getExpandedText()
126 assert(It->getFirst() != It->getSecond() && in getOriginalText()
130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
229 It->getSecond().append(TokenAsString); in onTokenLexed()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Analysis/
H A DMacroExpansionContext.cpp67 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
70 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands()
71 It->getSecond() = ExpansionEnd; in MacroExpands()
74 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands()
114 return It->getSecond().str(); in getExpandedText()
126 assert(It->getFirst() != It->getSecond() && in getOriginalText()
130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
229 It->getSecond().append(TokenAsString); in onTokenLexed()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/annotation/
H A DTestCopyAndClone.java176 assertTrue( date.getSecond() == 45 ); in test_Date_assignmentOperator()
180 assertTrue( date2.getSecond() == 45 ); in test_Date_assignmentOperator()
189 assertTrue( date.getSecond() == 45 ); in test_Date_clone()
192 assertTrue( date2.getSecond() == 45 ); in test_Date_clone()
201 assertTrue( date.getSecond() == 45 ); in test_Date_copyConstructor()
204 assertTrue( date2.getSecond() == 45 ); in test_Date_copyConstructor()
265 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
270 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
289 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
293 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/annotation/
H A DTestCopyAndClone.java176 assertTrue( date.getSecond() == 45 ); in test_Date_assignmentOperator()
180 assertTrue( date2.getSecond() == 45 ); in test_Date_assignmentOperator()
189 assertTrue( date.getSecond() == 45 ); in test_Date_clone()
192 assertTrue( date2.getSecond() == 45 ); in test_Date_clone()
201 assertTrue( date.getSecond() == 45 ); in test_Date_copyConstructor()
204 assertTrue( date2.getSecond() == 45 ); in test_Date_copyConstructor()
265 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
270 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_assignmentOperator()
289 assertTrue( mh.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
293 assertTrue( mh2.getCreatedDate().getSecond() == 45 ); in test_ModelHistory_clone()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/correlation/
H A DKendallsCorrelation.java174 … return compareFirst != 0 ? compareFirst : pair1.getSecond().compareTo(pair2.getSecond()); in correlation()
187 if (curr.getSecond().equals(prev.getSecond())) { in correlation()
218 if (pairs[i].getSecond().compareTo(pairs[j].getSecond()) <= 0) { in correlation()
247 if (curr.getSecond().equals(prev.getSecond())) { in correlation()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/ADT/
H A DDenseMap.h102 P->getSecond().~ValueT(); in clear()
156 return TheBucket->getSecond(); in lookup()
203 TheBucket->getSecond().~ValueT(); in erase()
211 TheBucket->getSecond().~ValueT(); in erase()
264 P->getSecond().~ValueT(); in destroyAll()
299 new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets()
303 B->getSecond().~ValueT(); in moveFromOldBuckets()
772 new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond())); in swap()
775 new (&LHSB->getSecond()) ValueT(std::move(RHSB->getSecond())); in swap()
805 new (&NewB->getSecond()) ValueT(std::move(OldB->getSecond())); in swap()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/time/
H A DMillisecond.java119 this.second = (byte) second.getSecond(); in Millisecond()
193 public Second getSecond() { in getSecond() method in Millisecond
260 result = new Millisecond(this.millisecond - 1, getSecond()); in previous()
263 Second previous = (Second) getSecond().previous(); in previous()
280 result = new Millisecond(this.millisecond + 1, getSecond()); in next()
283 Second next = (Second) getSecond().next(); in next()
355 result = 37 * result + getSecond().hashCode(); in hashCode()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A DDenseMap.h107 P->getSecond().~ValueT(); in clear()
162 return TheBucket->getSecond(); in lookup()
211 TheBucket->getSecond().~ValueT(); in erase()
219 TheBucket->getSecond().~ValueT(); in erase()
272 P->getSecond().~ValueT(); in destroyAll()
303 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets()
307 B->getSecond().~ValueT(); in moveFromOldBuckets()
769 ::new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond())); in swap()
772 ::new (&LHSB->getSecond()) ValueT(std::move(RHSB->getSecond())); in swap()
802 ::new (&NewB->getSecond()) ValueT(std::move(OldB->getSecond())); in swap()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DStackLifetime.cpp56 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()
57 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()
120 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()
147 BlockMarkerSet.begin()->getSecond()); in collectMarkers()
157 ProcessMarker(II, It->getSecond()); in collectMarkers()
171 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness()
221 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
278 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness()
279 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness()
325 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DStackLifetime.cpp56 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()
57 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()
120 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()
147 BlockMarkerSet.begin()->getSecond()); in collectMarkers()
157 ProcessMarker(II, It->getSecond()); in collectMarkers()
171 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness()
221 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
278 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness()
279 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness()
325 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMap.h110 P->getSecond().~ValueT(); in clear()
165 return TheBucket->getSecond(); in lookup()
248 TheBucket->getSecond().~ValueT(); in erase()
309 P->getSecond().~ValueT(); in destroyAll()
351 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets()
355 B->getSecond().~ValueT(); in moveFromOldBuckets()
815 ::new (&RHSB->getSecond()) ValueT(std::move(LHSB->getSecond())); in swap()
818 ::new (&LHSB->getSecond()) ValueT(std::move(RHSB->getSecond())); in swap()
848 ::new (&NewB->getSecond()) ValueT(std::move(OldB->getSecond())); in swap()
916 ::new (&TmpEnd->getSecond()) ValueT(std::move(P->getSecond())); in grow()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp57 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()
58 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()
135 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()
162 BlockMarkerSet.begin()->getSecond()); in collectMarkers()
172 ProcessMarker(II, It->getSecond()); in collectMarkers()
186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness()
236 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
293 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness()
294 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness()
354 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DStackLifetime.cpp57 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter()
58 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter()
135 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers()
162 BlockMarkerSet.begin()->getSecond()); in collectMarkers()
172 ProcessMarker(II, It->getSecond()); in collectMarkers()
186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness()
236 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
293 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness()
294 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness()
354 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
[all …]

12345678910>>...67