/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 42 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function 43 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function 107 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() 307 new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets() 311 B->getSecond().~ValueT(); in moveFromOldBuckets() 341 new (&getBuckets()[i].getSecond()) in copyFrom() [all …]
|
D | DenseSet.h | 32 DenseSetEmpty &getSecond() { return *this; } in getSecond() function 33 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
|
/external/deqp/framework/common/ |
D | tcuEither.cpp | 113 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest() 149 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest() 187 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest() 217 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest() 253 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest() 291 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest()
|
D | tcuEither.hpp | 57 const Second& getSecond (void) const; 103 return either.getSecond(); in get() 244 const Second& Either<First, Second>::getSecond (void) const in getSecond() function in tcu::Either
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | GeneticAlgorithm.java | 154 pair = getCrossoverPolicy().crossover(pair.getFirst(), pair.getSecond()); in nextGeneration() 162 getMutationPolicy().mutate(pair.getSecond())); in nextGeneration() 170 nextGeneration.addChromosome(pair.getSecond()); in nextGeneration()
|
D | ChromosomePair.java | 58 public Chromosome getSecond() { in getSecond() method in ChromosomePair 67 return String.format("(%s,%s)", getFirst(), getSecond()); in toString()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ISO8601Converter.java | 335 dateTime.getSecond() != 0 || in render() 347 if (dateTime.getSecond() != 0 || dateTime.getNanoSecond() != 0) in render() 349 double seconds = dateTime.getSecond() + dateTime.getNanoSecond() / 1e9d; in render()
|
D | XMPDateTimeImpl.java | 240 public int getSecond() in getSecond() method in XMPDateTimeImpl
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPDateTime.java | 68 int getSecond(); in getSecond() method
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | Kerning.java | 47 public int getSecond() { in getSecond() method in Kerning
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 77 return Mapping->getSecond(); in lookupObjectAddress()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPDate.java | 346 public int getSecond() { in getSecond() method in SIPDate
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 812 return PreviouslySeenAllocaInfo->getSecond(); in isInterestingAlloca()
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |