Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/build/bazel/mkcompare/cmd/
H A Dmkcompare.go114 type Diff struct { struct
115 RefPath string
116 OurPath string
117 ExtraModules []missingOrExtraMod `json:",omitempty"`
118 MissingModules []missingOrExtraMod `json:",omitempty"`
119 DiffModules []diffMod `json:",omitempty"`
/aosp_15_r20/external/stg/
H A Dcomparison.h91 struct Diff { struct
97 std::vector<DiffDetail> details; argument
117 using Outcomes = std::unordered_map<Comparison, Diff, HashComparison>; argument
/aosp_15_r20/external/licenseclassifier/v2/
H A 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 {
H A Dscoring.go92 func diffLevenshteinWord(diffs []diffmatchpatch.Diff) int {
128 func scoreDiffs(id string, diffs []diffmatchpatch.Diff) int {
/aosp_15_r20/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
/aosp_15_r20/development/vndk/tools/header-checker/
H A DREADME.md59 ### Usage
67 ### Return Value
76 ### Configuration
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/diff/
H A Ddiff_test.cpp50 TEST(DiffIndentTest, Diff) { in TEST() argument
99 TEST(DiffNoHeaderTest, Diff) { in TEST() argument
143 TEST(DiffHeaderTest, Diff) { in TEST() argument
/aosp_15_r20/external/deqp-deps/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
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/diff/
H A Ddiff_test.cpp49 TEST(DiffIndentTest, Diff) { in TEST() argument
98 TEST(DiffNoHeaderTest, Diff) { in TEST() argument
142 TEST(DiffHeaderTest, Diff) { in TEST() argument
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconsViewData.java126 public static final class Diff { class in NotificationIconsViewData
152 public Diff(@org.jetbrains.annotations.NotNull() in Diff() method in NotificationIconsViewData.Diff
189 public Diff() { in Diff() method in NotificationIconsViewData.Diff
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
H A DDiff.java40 public abstract class Diff<T> extends Pair<T, T> { class
56 protected Diff(final String fieldName) { in Diff() method in Diff
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDiff.java28 public class Diff extends Dicttool.Command { class
31 public Diff() { in Diff() method in Diff
/aosp_15_r20/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
/aosp_15_r20/external/libcxx/test/std/containers/associative/
H A Diterator_types.pass.cpp21 typedef typename Map::difference_type Diff; in testMap() typedef
43 typedef typename Set::difference_type Diff; in testSet() typedef
/aosp_15_r20/external/libcxx/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp21 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef
59 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/
H A Diterator_types.pass.cpp20 typedef typename Map::difference_type Diff; in testMap() typedef
42 typedef typename Set::difference_type Diff; in testSet() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp20 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef
58 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp842 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate() local
1260 const SCEVConstant *Diff = dyn_cast<SCEVConstant>( in alreadyPrepared() local
1406 auto isValidConstantDiff = [](const SCEV *Diff) { in runOnLoop()
1412 auto isValidChainCommoningDiff = [](const SCEV *Diff) { in runOnLoop()
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDiff.java31 public class Diff { class
32 private Diff() { in Diff() method in Diff
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
H A DNotificationIconsViewData.kt50 data class Diff( in <lambda>() dataClass
/aosp_15_r20/external/licenseclassifier/stringclassifier/
H A Dclassifier.go472 func unknownTextLength(unknown string, diffs []diffmatchpatch.Diff) int {
491 func diffRangeEnd(known string, diffs []diffmatchpatch.Diff) (end int) {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWin64EH.cpp55 const MCExpr *Diff = in EmitAbsDifference() local
254 const MCExpr *Diff = in GetAbsDifference() local

123456789