/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | AbstractMatcherTest.java | 45 matcher.cursor = m.instructions.getFirst(); in skipNonOpcodes() 64 matcher.cursor = m.instructions.getFirst(); in nextIs() 69 matcher.cursor = m.instructions.getFirst(); in nextIs() 83 matcher.cursor = m.instructions.getFirst(); in nextIsSwitch() 91 matcher.cursor = m.instructions.getFirst(); in nextIsSwitch() 99 matcher.cursor = m.instructions.getFirst(); in nextIsSwitch() 114 matcher.cursor = m.instructions.getFirst(); in nextIsVar() 119 matcher.cursor = m.instructions.getFirst(); in nextIsVar() 124 matcher.cursor = m.instructions.getFirst(); in nextIsVar() 130 matcher.cursor = m.instructions.getFirst(); in nextIsVar() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 40 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function 41 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() function 107 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 108 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 112 P->getFirst() = EmptyKey; in clear() 234 TheBucket->getFirst() = getTombstoneKey(); in erase() 242 TheBucket->getFirst() = getTombstoneKey(); in erase() 292 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 293 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 295 P->getFirst().~KeyT(); in destroyAll() [all …]
|
D | DenseSet.h | 30 KeyT &getFirst() { return key; } in getFirst() function 31 const KeyT &getFirst() const { return key; } in getFirst() function 93 ValueT &operator*() { return I->getFirst(); } 94 ValueT *operator->() { return &I->getFirst(); } 115 const ValueT &operator*() { return I->getFirst(); } 116 const ValueT *operator->() { return &I->getFirst(); }
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 40 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function 41 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() function 108 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 109 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 113 P->getFirst() = EmptyKey; in clear() 250 TheBucket->getFirst() = getTombstoneKey(); in erase() 258 TheBucket->getFirst() = getTombstoneKey(); in erase() 308 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 309 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 311 P->getFirst().~KeyT(); in destroyAll() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 43 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function 44 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() function 126 P->getFirst() = EmptyKey; in clear() 130 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 131 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 135 P->getFirst() = EmptyKey; in clear() 279 TheBucket->getFirst() = getTombstoneKey(); in erase() 287 TheBucket->getFirst() = getTombstoneKey(); in erase() 337 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 338 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() [all …]
|
D | DenseSet.h | 38 KeyT &getFirst() { return key; } in getFirst() function 39 const KeyT &getFirst() const { return key; } in getFirst() function 120 ValueT &operator*() { return I->getFirst(); } 121 const ValueT &operator*() const { return I->getFirst(); } 122 ValueT *operator->() { return &I->getFirst(); } 123 const ValueT *operator->() const { return &I->getFirst(); } 151 const ValueT &operator*() const { return I->getFirst(); } 152 const ValueT *operator->() const { return &I->getFirst(); }
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 45 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function 46 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() function 125 P->getFirst() = EmptyKey; in clear() 129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 130 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 134 P->getFirst() = EmptyKey; in clear() 308 TheBucket->getFirst() = getTombstoneKey(); in erase() 316 TheBucket->getFirst() = getTombstoneKey(); in erase() 366 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 367 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() [all …]
|
D | DenseSet.h | 38 KeyT &getFirst() { return key; } in getFirst() function 39 const KeyT &getFirst() const { return key; } in getFirst() function 126 ValueT &operator*() { return I->getFirst(); } 127 const ValueT &operator*() const { return I->getFirst(); } 128 ValueT *operator->() { return &I->getFirst(); } 129 const ValueT *operator->() const { return &I->getFirst(); } 157 const ValueT &operator*() const { return I->getFirst(); } 158 const ValueT *operator->() const { return &I->getFirst(); }
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/integration/gauss/ |
D | BaseRuleFactory.java | 77 return new Pair<double[], double[]>(cached.getFirst().clone(), in getRule() 111 if (rule.getFirst().length != rule.getSecond().length) { in addRule() 112 throw new DimensionMismatchException(rule.getFirst().length, in addRule() 116 pointsAndWeights.put(rule.getFirst().length, rule); in addRule() 139 final T[] pT = rule.getFirst(); in convertToDouble()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | KeepAliveManagerTest.java | 67 ScheduledFuture<?> future = Iterables.getFirst(fakeClock.getPendingTasks(), null); in sendKeepAlivePings() 73 ScheduledFuture<?> shutdownFuture = Iterables.getFirst(fakeClock.getPendingTasks(), null); in sendKeepAlivePings() 82 future = Iterables.getFirst(fakeClock.getPendingTasks(), null); in sendKeepAlivePings() 101 ScheduledFuture<?> future = Iterables.getFirst(fakeClock.getPendingTasks(), null); in keepAlivePingDelayedByIncomingData() 147 ScheduledFuture<?> shutdownFuture = Iterables.getFirst(fakeClock.getPendingTasks(), null); in onTransportTerminationCancelsShutdownFuture() 226 ScheduledFuture<?> shutdownFuture = Iterables.getFirst(fakeClock.getPendingTasks(), null); in transportGoesIdleAfterPingSent() 247 ScheduledFuture<?> pingFuture = Iterables.getFirst(fakeClock.getPendingTasks(), null); in transportGoesIdleBeforePingSent() 265 ScheduledFuture<?> pingFuture = Iterables.getFirst(fakeClock.getPendingTasks(), null); in transportShutsdownAfterPingScheduled() 279 ScheduledFuture<?> shutdownFuture = Iterables.getFirst(fakeClock.getPendingTasks(), null); in transportShutsdownAfterPingSent()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/ |
D | BuilderWithUnwrappedTest.java | 26 String getFirst() { in getFirst() method in BuilderWithUnwrappedTest.Name 224 assertEquals("John", person.getName().getFirst()); in testWithUnwrappedAndCreatorSingleParameterAtBeginning() 237 assertEquals("John", person.getName().getFirst()); in testWithUnwrappedAndCreatorSingleParameterInMiddle() 250 assertEquals("John", person.getName().getFirst()); in testWithUnwrappedAndCreatorSingleParameterAtEnd() 263 assertEquals("John", animal.getName().getFirst()); in testWithUnwrappedAndCreatorMultipleParametersAtBeginning() 276 assertEquals("John", animal.getName().getFirst()); in testWithUnwrappedAndCreatorMultipleParametersInMiddle() 289 assertEquals("John", animal.getName().getFirst()); in testWithUnwrappedAndCreatorMultipleParametersAtEnd() 302 assertEquals("John", animal.getName().getFirst()); in testWithUnwrappedNoCreator()
|
/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/ |
D | InsnListTest.java | 65 assertEquals(null, newInsnList().getFirst()); in testGetFirst_emptyList() 309 assertEquals(insn, insnList.getFirst()); in testSet_singleInsn() 320 assertEquals(insn, insnList.getFirst()); in testSet_firstInsn() 353 assertEquals(insn, insnList.getFirst()); in testAdd_inEmptyList() 394 assertEquals(null, insnList.getFirst()); in testAddList_inEmptyList_emptyList() 406 assertEquals(insn1, insnList.getFirst()); in testAddList_inEmptyList_nonEmptyList() 425 assertEquals(insn, insnList.getFirst()); in testAddList_inNonEmptyList_nonEmptyList() 455 assertEquals(insn, insnList.getFirst()); in testInsert_inEmptyList() 472 assertEquals(insn, insnList.getFirst()); in testInsert_inNonEmptyList() 494 assertEquals(null, insnList.getFirst()); in testInsertList_inEmptyList_emptyList() [all …]
|
/external/deqp/framework/common/ |
D | tcuEither.cpp | 94 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest() 127 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest() 164 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest() 198 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest() 231 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest() 268 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest()
|
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/ |
D | DexWriterTest.java | 80 ClassDef dbClassDef = Iterables.getFirst(dexFile.getClasses(), null); in testAnnotationElementOrder() 82 Annotation dbAnnotation = Iterables.getFirst(dbClassDef.getAnnotations(), null); in testAnnotationElementOrder() 120 ClassDef dbClassDef = Iterables.getFirst(dexFile.getClasses(), null); in testEncodedAnnotationElementOrder() 122 Annotation dbAnnotation = Iterables.getFirst(dbClassDef.getAnnotations(), null); in testEncodedAnnotationElementOrder() 125 AnnotationElement element = Iterables.getFirst(dbAnnotation.getElements(), null); in testEncodedAnnotationElementOrder()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/ |
D | MixtureMultivariateRealDistribution.java | 80 if (comp.getFirst() < 0) { in MixtureMultivariateRealDistribution() 81 throw new NotPositiveException(comp.getFirst()); in MixtureMultivariateRealDistribution() 83 weightSum += comp.getFirst(); in MixtureMultivariateRealDistribution() 96 weight[i] = comp.getFirst() / weightSum; in MixtureMultivariateRealDistribution()
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | RecognizeCommands.java | 109 if ((!previousResults.isEmpty()) && (currentTimeMS < previousResults.getFirst().first)) { in processLatestResults() 114 + previousResults.getFirst().first); in processLatestResults() 131 while (previousResults.getFirst().first < timeLimit) { in processLatestResults() 137 final long earliestTime = previousResults.getFirst().first; in processLatestResults()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
D | AbstractX500NameStyle.java | 71 hashCodeValue ^= rdns[i].getFirst().getType().hashCode(); in calculateHashCode() 72 hashCodeValue ^= calcHashCode(rdns[i].getFirst().getValue()); in calculateHashCode() 144 AttributeTypeAndValue first1 = rdns1[0].getFirst(); in areEqual() 145 AttributeTypeAndValue first2 = rdns2[0].getFirst(); in areEqual()
|
/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() 161 getMutationPolicy().mutate(pair.getFirst()), in nextGeneration() 166 nextGeneration.addChromosome(pair.getFirst()); in nextGeneration()
|
D | ChromosomePair.java | 49 public Chromosome getFirst() { in getFirst() method in ChromosomePair 67 return String.format("(%s,%s)", getFirst(), getSecond()); in toString()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x500/style/ |
D | AbstractX500NameStyle.java | 73 hashCodeValue ^= rdns[i].getFirst().getType().hashCode(); in calculateHashCode() 74 hashCodeValue ^= calcHashCode(rdns[i].getFirst().getValue()); in calculateHashCode() 146 AttributeTypeAndValue first1 = rdns1[0].getFirst(); in areEqual() 147 AttributeTypeAndValue first2 = rdns2[0].getFirst(); in areEqual()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/style/ |
D | AbstractX500NameStyle.java | 73 hashCodeValue ^= rdns[i].getFirst().getType().hashCode(); in calculateHashCode() 74 hashCodeValue ^= calcHashCode(rdns[i].getFirst().getValue()); in calculateHashCode() 146 AttributeTypeAndValue first1 = rdns1[0].getFirst(); in areEqual() 147 AttributeTypeAndValue first2 = rdns2[0].getFirst(); in areEqual()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/ |
D | ChromosomePair.java | 48 public Chromosome getFirst() { in getFirst() method in ChromosomePair 64 return String.format("(%s,%s)", getFirst(), getSecond()); in toString()
|
D | GeneticAlgorithm.java | 162 pair = getCrossoverPolicy().crossover(pair.getFirst(), pair.getSecond()); in nextGeneration() 170 getMutationPolicy().mutate(pair.getFirst()), in nextGeneration() 175 nextGeneration.addChromosome(pair.getFirst()); in nextGeneration()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AcceptLanguageList.java | 56 public AcceptLanguage getFirst() { in getFirst() method in AcceptLanguageList 57 AcceptLanguage retval = (AcceptLanguage) super.getFirst(); in getFirst()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/correlation/ |
D | KendallsCorrelation.java | 173 int compareFirst = pair1.getFirst().compareTo(pair2.getFirst()); in correlation() 185 if (curr.getFirst().equals(prev.getFirst())) { in correlation()
|