/external/stg/ |
D | comparison.h | 91 struct Diff { struct 97 std::vector<DiffDetail> details; argument 117 using Outcomes = std::unordered_map<Comparison, Diff, HashComparison>; argument
|
/external/licenseclassifier/v2/ |
D | diff.go | 29 func diffRange(known string, diffs []diffmatchpatch.Diff) (start, end int) { 75 func diffRunesToWords(diffs []diffmatchpatch.Diff, dict *dictionary) []diffmatchpatch.Diff { 109 func textLength(diffs []diffmatchpatch.Diff) int {
|
D | scoring.go | 92 func diffLevenshteinWord(diffs []diffmatchpatch.Diff) int { 128 func scoreDiffs(id string, diffs []diffmatchpatch.Diff) int {
|
/external/rust/android-crates-io/crates/itertools/src/ |
D | diff.rs | 17 pub enum Diff<I, J> enum 31 impl<I, J> fmt::Debug for Diff<I, J> implementation 52 impl<I, J> Clone for Diff<I, J> implementation
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/ |
D | Diff.java | 40 public abstract class Diff<T> extends Pair<T, T> { class 56 protected Diff(final String fieldName) { in Diff() method in Diff
|
/external/swiftshader/third_party/SPIRV-Tools/test/diff/ |
D | diff_test.cpp | 50 TEST(DiffIndentTest, Diff) { in TEST() argument 99 TEST(DiffNoHeaderTest, Diff) { in TEST() argument 143 TEST(DiffHeaderTest, Diff) { in TEST() argument
|
/external/angle/third_party/spirv-tools/src/test/diff/ |
D | diff_test.cpp | 49 TEST(DiffIndentTest, Diff) { in TEST() argument 98 TEST(DiffNoHeaderTest, Diff) { in TEST() argument 142 TEST(DiffHeaderTest, Diff) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/diff/ |
D | diff_test.cpp | 49 TEST(DiffIndentTest, Diff) { in TEST() argument 98 TEST(DiffNoHeaderTest, Diff) { in TEST() argument 142 TEST(DiffHeaderTest, Diff) { in TEST() argument
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | apply_permutation.hpp | 44 typedef typename std::iterator_traits<RandomAccessIterator1>::difference_type Diff; in apply_permutation() typedef 79 typedef typename std::iterator_traits<RandomAccessIterator2>::difference_type Diff; in apply_reverse_permutation() typedef
|
/external/clang/test/CodeGen/ |
D | 2005-01-02-PointerDifference.c | 4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
|
/external/libcxx/test/std/containers/associative/ |
D | iterator_types.pass.cpp | 21 typedef typename Map::difference_type Diff; in testMap() typedef 43 typedef typename Set::difference_type Diff; in testSet() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/associative/ |
D | iterator_types.pass.cpp | 20 typedef typename Map::difference_type Diff; in testMap() typedef 42 typedef typename Set::difference_type Diff; in testSet() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/associative/ |
D | iterator_types.pass.cpp | 20 typedef typename Map::difference_type Diff; in testMap() typedef 42 typedef typename Set::difference_type Diff; in testSet() typedef
|
/external/libcxx/test/std/containers/unord/ |
D | iterator_difference_type.pass.cpp | 21 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef 59 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/ |
D | iterator_difference_type.pass.cpp | 20 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef 58 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/ |
D | iterator_difference_type.pass.cpp | 20 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef 58 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 303 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local 361 llvm::Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local 402 APInt Diff = ConstCand->ConstInt->getValue() - in findAndMakeBaseConstant() local 430 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
|
/external/llvm/tools/bugpoint/ |
D | FindBugs.cpp | 93 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | http2_settings.cc | 33 void Http2Settings::Diff( in Diff() function in grpc_core::Http2Settings
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | diff.rs | 15 pub enum Diff<I, J> enum
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | diff.rs | 15 pub enum Diff<I, J> enum
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.h | 63 SmallVector<DiffRecord, 20> Diff; variable
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 102 uint64_t Diff = Mass - X.Mass; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 527 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local 589 Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local 634 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant() local 685 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 545 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local 608 std::optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local 652 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant() local 703 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
|