/aosp_15_r20/build/bazel/mkcompare/cmd/ |
H A D | mkcompare.go | 114 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 D | comparison.h | 91 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 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 {
|
H A D | scoring.go | 92 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/ |
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
|
/aosp_15_r20/development/vndk/tools/header-checker/ |
H A D | README.md | 59 ### Usage 67 ### Return Value 76 ### Configuration
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/diff/ |
H A 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
|
/aosp_15_r20/external/deqp-deps/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
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/diff/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A 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
|
/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/ |
D | NotificationIconsViewData.java | 126 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 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | Diff.java | 28 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/ |
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
|
/aosp_15_r20/external/libcxx/test/std/containers/associative/ |
H A 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
|
/aosp_15_r20/external/libcxx/test/std/containers/unord/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 842 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 D | Diff.java | 31 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 D | NotificationIconsViewData.kt | 50 data class Diff( in <lambda>() dataClass
|
/aosp_15_r20/external/licenseclassifier/stringclassifier/ |
H A D | classifier.go | 472 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 D | MCWin64EH.cpp | 55 const MCExpr *Diff = in EmitAbsDifference() local 254 const MCExpr *Diff = in GetAbsDifference() local
|