/external/guava/android/guava-testlib/test/com/google/common/testing/ |
D | NullPointerTesterTest.java | 1167 private interface FromTo<F, T> extends Function<F, T> {} interface in NullPointerTesterTest 1172 public void checkArray(FromTo<String, Integer> f, String s) { in checkArray() 1178 FromTo<?, ?> defaultFunction = (FromTo<?, ?>) getDefaultParameterValue(0); in check() 1219 public <T extends FromTo<String, Integer> & Supplier<Long>> void checkArray(T f, String s) { in checkArray() 1225 FromTo<?, ?> defaultFunction = (FromTo<?, ?>) getDefaultParameterValue(0); in check() 1239 public void checkArray(FromTo<String, FromTo<Integer, String>> f, String s) { in checkArray() 1245 FromTo<?, ?> defaultFunction = (FromTo<?, ?>) getDefaultParameterValue(0); in check() 1246 FromTo<?, ?> returnValue = (FromTo<?, ?>) defaultFunction.apply(null); in check()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | NullPointerTesterTest.java | 1220 private interface FromTo<F, T> extends Function<F, T> {} interface in NullPointerTesterTest 1225 public void checkArray(FromTo<String, Integer> f, String s) { in checkArray() 1231 FromTo<?, ?> defaultFunction = (FromTo<?, ?>) getDefaultParameterValue(0); in check() 1272 public <T extends FromTo<String, Integer> & Supplier<Long>> void checkArray(T f, String s) { in checkArray() 1278 FromTo<?, ?> defaultFunction = (FromTo<?, ?>) getDefaultParameterValue(0); in check() 1292 public void checkArray(FromTo<String, FromTo<Integer, String>> f, String s) { in checkArray() 1298 FromTo<?, ?> defaultFunction = (FromTo<?, ?>) getDefaultParameterValue(0); in check() 1299 FromTo<?, ?> returnValue = (FromTo<?, ?>) defaultFunction.apply(null); in check()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 534 auto FromTo = in computeArchiveRelativePath() local 537 auto FromI = FromTo.first; in computeArchiveRelativePath() 538 auto ToI = FromTo.second; in computeArchiveRelativePath()
|
/external/llvm-project/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 555 auto FromTo = in computeArchiveRelativePath() local 558 auto FromI = FromTo.first; in computeArchiveRelativePath() 559 auto ToI = FromTo.second; in computeArchiveRelativePath()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | ELFObjcopy.cpp | 332 DenseMap<SectionBase *, SectionBase *> FromTo; in replaceDebugSections() local 338 FromTo[S] = *NewSection; in replaceDebugSections() 345 Sec.replaceSectionReferences(FromTo); in replaceDebugSections()
|
D | Object.h | 714 const DenseMap<SectionBase *, SectionBase *> &FromTo) override; 782 const DenseMap<SectionBase *, SectionBase *> &FromTo) override; 822 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
|
D | Object.cpp | 790 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument 792 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences() 1016 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument 1018 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences() 1105 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument 1107 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()
|