Home
last modified time | relevance | path

Searched refs:getSecond (Results 126 – 150 of 1654) sorted by relevance

12345678910>>...67

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h193 return Types.find(MI)->getSecond(); in getRecordedTypeForInstr()
199 Types.find(MI)->getSecond() = InstTy; in changeRecordedTypeForInstr()
206 return WaitingQueues.find(MI)->getSecond(); in getWaitingQueueFor()
213 WaitingQueues.find(MI)->getSecond().push_back(WaitingForMI); in addToWaitingQueue()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/annotation/
H A DTestModelHistory.py48 self.assert_( date.getSecond() == 45 )
65 self.assert_( date.getSecond() == 11 )
81 self.assert_( date.getSecond() == 11 )
115 self.assert_( date.getSecond() == 32 )
208 self.assert_( newdate.getSecond() == 45 )
223 self.assert_( newdate1.getSecond() == 40 )
253 self.assert_( newdate.getSecond() == 45 )
274 self.assert_( newdate.getSecond() == 45 )
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/annotation/
H A DTestModelHistory.py48 self.assert_( date.getSecond() == 45 )
65 self.assert_( date.getSecond() == 11 )
81 self.assert_( date.getSecond() == 11 )
115 self.assert_( date.getSecond() == 32 )
208 self.assert_( newdate.getSecond() == 45 )
223 self.assert_( newdate1.getSecond() == 40 )
253 self.assert_( newdate.getSecond() == 45 )
274 self.assert_( newdate.getSecond() == 45 )
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/
H A DMultiTableInputFormatBase.java206 if (!includeRegionInSplit(keys.getFirst()[i], keys.getSecond()[i])) {
210 if ((startRow.length == 0 || keys.getSecond()[i].length == 0 ||
211 Bytes.compareTo(startRow, keys.getSecond()[i]) < 0) &&
218 Bytes.compareTo(keys.getSecond()[i], stopRow) <= 0) &&
219 keys.getSecond()[i].length > 0 ?
220 keys.getSecond()[i] : stopRow;
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/css/
H A DCSSClass.java149 if (!checkCSSStatement(pair.getFirst(), pair.getSecond())) { in checkCSSStatements()
192 return pair.getSecond(); in getStatement()
273 buf.append(pair.getSecond()); in appendCSSDefinition()
308 buf.append(pair.getSecond()); in inlineCSS()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/test/annotation/
H A DTestDate_newSetters.rb55 assert( date.getSecond() == 45 )
160 assert( date.getSecond() == 0 )
163 assert( date.getSecond() == 0 )
166 assert( date.getSecond() == 32 )
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/test/annotation/
H A DTestDate_newSetters.rb55 assert( date.getSecond() == 45 )
160 assert( date.getSecond() == 0 )
163 assert( date.getSecond() == 0 )
166 assert( date.getSecond() == 32 )
/dports/math/plman/plman/src/
H A DBinaryTwoValuedRelation.java33 String value = pair.getSecond(); in contains()
46 String value = pair.getSecond(); in add()
58 String value = pair.getSecond(); in remove()
/dports/devel/libical/libical-3.0.8/src/java/
H A Dtestjni.java64 System.out.println("setSecond=" + starttime_return.getSecond()); in main()
101 System.out.println("setSecond=" + recurrenceid_return.getSecond()); in main()
149 System.out.println("setSecond=" + start_tma_return.getSecond()); in main()
158 System.out.println("setSecond=" + end_tma_return.getSecond()); in main()
179 System.out.println("setSecond=" + dtstamp_tma_return.getSecond()); in main()
231 … sTime.getHour() + sTime.getMinute() + sTime.getSecond()); in main()
233 … eTime.getHour() + eTime.getMinute() + eTime.getSecond()); in main()
273 System.out.println("setSecond=" + time_tma_return.getSecond()); in main()
285 System.out.println("setSecond=" + vcomponent_dtstamp_tma_return.getSecond()); in main()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/genetics/
H A DGeneticAlgorithm.java160 pair = getCrossoverPolicy().crossover(pair.getFirst(), pair.getSecond()); in nextGeneration()
168 getMutationPolicy().mutate(pair.getSecond())); in nextGeneration()
176 nextGeneration.addChromosome(pair.getSecond()); in nextGeneration()
H A DChromosomePair.java57 public Chromosome getSecond() { in getSecond() method in ChromosomePair
64 return String.format("(%s,%s)", getFirst(), getSecond()); in toString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx451 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent);
453 static_cast< sal_Int32 >(100), full->getSecond().Value.Value.Value);
454 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted);
455 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous);
463 CPPUNIT_ASSERT(!full->getSecond().Value.Value.IsPresent);
464 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted);
465 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous);
550 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent);
552 static_cast< sal_Int32 >(100), full->getSecond().Value.Value.Value);
553 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted);
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx451 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent); in testFull()
453 static_cast< sal_Int32 >(100), full->getSecond().Value.Value.Value); in testFull()
454 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull()
455 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous); in testFull()
463 CPPUNIT_ASSERT(!full->getSecond().Value.Value.IsPresent); in testFull()
464 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull()
465 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous); in testFull()
550 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent); in testFull()
552 static_cast< sal_Int32 >(100), full->getSecond().Value.Value.Value); in testFull()
553 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/time/
H A DSecondTest.java107 assertEquals(58, s1.getSecond()); in testDateConstructor1()
110 assertEquals(59, s2.getSecond()); in testDateConstructor1()
125 assertEquals(58, s1.getSecond()); in testDateConstructor2()
128 assertEquals(59, s2.getSecond()); in testDateConstructor2()
300 assertEquals(56, s.getSecond()); in testNext()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/
H A DCatalogJanitor.java232 Map<HRegionInfo, Result> mergedRegions = scanTriple.getSecond(); in scan()
267 parentNotCleaned.add(daughters.getSecond().getEncodedName()); in scan()
333 Pair<Boolean, Boolean> b = checkDaughterInFs(parent, daughters.getSecond()); in cleanParent()
353 return !p.getFirst() || !p.getSecond(); in hasNoReferences()
429 || (mergeRegions.getFirst() == null && mergeRegions.getSecond() == null)) { in cleanMergeQualifier()
434 if (mergeRegions.getFirst() == null || mergeRegions.getSecond() == null) { in cleanMergeQualifier()
440 mergeRegions.getSecond()); in cleanMergeQualifier()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DComplexTypeInfo.cpp300 if(particle->getFirst()!=0 && particle->getSecond()==0) in useRepeatingLeafNodes()
311 return (particle->getFirst()==0 && particle->getSecond()==0); in useRepeatingLeafNodes()
315 if(particle->getSecond()!=0 && !useRepeatingLeafNodes(particle->getSecond())) in useRepeatingLeafNodes()
419 && (aSpecNode->getSecond()) in makeContentModel()
420 && (aSpecNode->getSecond()->getType() == ContentSpecNode::Leaf)) in makeContentModel()
426 , aSpecNode->getSecond()->getElement() in makeContentModel()
520 ContentSpecNode* rightNode = curNode->getSecond(); in convertContentSpecTree()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DComplexTypeInfo.cpp300 if(particle->getFirst()!=0 && particle->getSecond()==0) in useRepeatingLeafNodes()
311 return (particle->getFirst()==0 && particle->getSecond()==0); in useRepeatingLeafNodes()
315 if(particle->getSecond()!=0 && !useRepeatingLeafNodes(particle->getSecond())) in useRepeatingLeafNodes()
419 && (aSpecNode->getSecond()) in makeContentModel()
420 && (aSpecNode->getSecond()->getType() == ContentSpecNode::Leaf)) in makeContentModel()
426 , aSpecNode->getSecond()->getElement() in makeContentModel()
520 ContentSpecNode* rightNode = curNode->getSecond(); in convertContentSpecTree()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/perl/t/
H A D07__TestModelHistory.t36 ok( $date->getSecond() == 45 );
53 ok( $date->getSecond() == 11 );
77 ok( $date->getSecond() == 32 );
94 ok( $date->getSecond() == 11 );
204 ok( $newdate->getSecond() == 45 );
224 ok( $newdate->getSecond() == 45 );
247 ok( $newdate->getSecond() == 45 );
262 ok( $newdate1->getSecond() == 40 );
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/perl/t/
H A D07__TestModelHistory.t36 ok( $date->getSecond() == 45 );
53 ok( $date->getSecond() == 11 );
77 ok( $date->getSecond() == 32 );
94 ok( $date->getSecond() == 11 );
204 ok( $newdate->getSecond() == 45 );
224 ok( $newdate->getSecond() == 45 );
247 ok( $newdate->getSecond() == 45 );
262 ok( $newdate1->getSecond() == 40 );
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/array/
H A Dstrings_in_struct.sol19 function getSecond() public returns (uint256) {
36 // getSecond() -> 0x14
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/common/
H A DContentSpecNode.hpp110 ContentSpecNode* getSecond();
111 const ContentSpecNode* getSecond() const;
343 inline ContentSpecNode* ContentSpecNode::getSecond() in getSecond() function in ContentSpecNode
348 inline const ContentSpecNode* ContentSpecNode::getSecond() const in getSecond() function in ContentSpecNode
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/common/
H A DContentSpecNode.hpp110 ContentSpecNode* getSecond();
111 const ContentSpecNode* getSecond() const;
353 inline ContentSpecNode* ContentSpecNode::getSecond() in getSecond() function in ContentSpecNode
358 inline const ContentSpecNode* ContentSpecNode::getSecond() const in getSecond() function in ContentSpecNode
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/util/
H A DTriple.java59 public S getSecond() { in getSecond() method in Triple
88 return "(" + getFirst() + " : " + getSecond() + " : " + getThird() + ")"; in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/util/
H A DTriple.java59 public S getSecond() { in getSecond() method in Triple
88 return "(" + getFirst() + " : " + getSecond() + " : " + getThird() + ")"; in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/lib/jdk/test/lib/util/
H A DTriple.java59 public S getSecond() { in getSecond() method in Triple
88 return "(" + getFirst() + " : " + getSecond() + " : " + getThird() + ")"; in toString()

12345678910>>...67