Home
last modified time | relevance | path

Searched defs:Diff (Results 1 – 25 of 154) sorted by relevance

1234567

/external/stg/
Dcomparison.h91 struct Diff { struct
97 std::vector<DiffDetail> details; argument
117 using Outcomes = std::unordered_map<Comparison, Diff, HashComparison>; argument
/external/licenseclassifier/v2/
Ddiff.go29 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 {
Dscoring.go92 func diffLevenshteinWord(diffs []diffmatchpatch.Diff) int {
128 func scoreDiffs(id string, diffs []diffmatchpatch.Diff) int {
/external/rust/android-crates-io/crates/itertools/src/
Ddiff.rs17 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/
DDiff.java40 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/
Ddiff_test.cpp50 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/
Ddiff_test.cpp49 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/
Ddiff_test.cpp49 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/
Dapply_permutation.hpp44 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/
D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp21 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/
Diterator_types.pass.cpp20 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/
Diterator_types.pass.cpp20 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/
Diterator_difference_type.pass.cpp21 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/
Diterator_difference_type.pass.cpp20 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/
Diterator_difference_type.pass.cpp20 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef
58 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp303 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/
DFindBugs.cpp93 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhttp2_settings.cc33 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/
Ddiff.rs15 pub enum Diff<I, J> enum
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Ddiff.rs15 pub enum Diff<I, J> enum
/external/llvm/tools/llvm-diff/
DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; variable
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h102 uint64_t Diff = Mass - X.Mass; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp527 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/
DConstantHoisting.cpp545 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

1234567