Searched refs:getSecond (Results 1 - 24 of 24) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DChromosomePair.java58 public Chromosome getSecond() { method in class:ChromosomePair
67 return String.format("(%s,%s)", getFirst(), getSecond());
H A DGeneticAlgorithm.java154 pair = getCrossoverPolicy().crossover(pair.getFirst(), pair.getSecond());
162 getMutationPolicy().mutate(pair.getSecond()));
170 nextGeneration.addChromosome(pair.getSecond());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTime.java68 int getSecond(); method in interface:XMPDateTime
/external/deqp/framework/common/
H A DtcuEither.cpp113 TCU_CHECK(either.getSecond() == floatValue);
149 TCU_CHECK(either.getSecond() == floatValue);
187 TCU_CHECK(either.getSecond() == floatValue);
217 TCU_CHECK(either.getSecond().getValue() == testObject.getValue());
253 TCU_CHECK(either.getSecond().getValue() == testObject.getValue());
291 TCU_CHECK(either.getSecond().getValue() == testObject.getValue());
H A DtcuEither.hpp57 const Second& getSecond (void) const;
103 return either.getSecond();
244 const Second& Either<First, Second>::getSecond (void) const function in class:tcu::Either
/external/llvm/include/llvm/ADT/
H A DDenseMap.h42 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } function in struct:llvm::detail::DenseMapPair
43 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } function in struct:llvm::detail::DenseMapPair
109 P->getSecond().~ValueT();
164 return TheBucket->getSecond();
233 TheBucket->getSecond().~ValueT();
241 TheBucket->getSecond().~ValueT();
294 P->getSecond().~ValueT();
336 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond()));
340 B->getSecond()
[all...]
H A DDenseSet.h32 DenseSetEmpty &getSecond() { return *this; } function in class:llvm::detail::DenseSetPair
33 const DenseSetEmpty &getSecond() const { return *this; } function in class:llvm::detail::DenseSetPair
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java335 dateTime.getSecond() != 0 ||
347 if (dateTime.getSecond() != 0 || dateTime.getNanoSecond() != 0)
349 double seconds = dateTime.getSecond() + dateTime.getNanoSecond() / 1e9d;
H A DXMPDateTimeImpl.java238 * @see XMPDateTime#getSecond()
240 public int getSecond() method in class:XMPDateTimeImpl
/external/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp131 BlockMarkerSet.begin()->getSecond());
138 ProcessMarker(&I, It->getSecond());
193 BlockLifetimeInfo &BlockInfo = IT.getSecond();
H A DSafeStackLayout.cpp32 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n";
/external/mockito/src/test/java/org/mockitousage/stubbing/
H A DDeepStubbingTest.java70 Second getSecond(); method in interface:DeepStubbingTest.First
327 assertNull(first.getSecond().get(0));
/external/llvm/tools/dsymutil/
H A DDebugMap.cpp84 return Mapping->getSecond();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDate.java346 public int getSecond() { method in class:SIPDate
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp720 auto argumentIterator = method->getSecond().find(S);
722 if (argumentIterator == method->getSecond().end())
725 int argumentNumber = argumentIterator->getSecond();
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp633 ++(I->getSecond());
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp918 return PreviouslySeenAllocaInfo->getSecond();
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 384 milliseconds