Home
last modified time | relevance | path

Searched defs:Change (Results 1 – 25 of 243) sorted by relevance

12345678910

/aosp_15_r20/external/clang/lib/Format/
H A DWhitespaceManager.h86 struct Change { struct
91 bool operator()(const Change &C1, const Change &C2) const; argument
97 Change() {} in Change() function
116 // Changes might be in the middle of a token, so we cannot just keep the argument
118 SourceRange OriginalWhitespaceRange;
119 unsigned StartOfTokenColumn;
120 unsigned NewlinesBefore;
121 std::string PreviousLinePostfix;
122 std::string CurrentLinePrefix;
127 tok::TokenKind Kind;
[all …]
H A DWhitespaceManager.cpp28 WhitespaceManager::Change::Change( in Change() function in clang::format::WhitespaceManager::Change
143 for (auto &Change : Changes) { in calculateLineBreakInformation() local
167 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokenSequence()
200 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokens()
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-array-storage.h128 struct Change { struct
129 Change(uint32_t o, uint32_t l) : elt_offset(o), elt_len(l) {} in Change() argument
134 static_assert(8 == sizeof(Change), "sizeof(Change) != 8"); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp182 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() local
192 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
199 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
212 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
214 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
287 for (change_ty Change : Changes) in GetTestResult() local
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dexample_multi_test.go13 type Change struct { struct
14 user string
15 language string
16 lines int
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
H A DChange.java30 class Change { class
49 Change(final String pFilename, final int type) { in Change() method in Change
66 Change(final ArchiveEntry pEntry, final InputStream pInput, final boolean replace) { in Change() method in Change
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DTaskFragmentTransaction.java159 public static final class Change implements Parcelable { class in TaskFragmentTransaction
202 public Change(@ChangeType int type) { in Change() method in TaskFragmentTransaction.Change
206 private Change(Parcel in) { in Change() method in TaskFragmentTransaction.Change
/aosp_15_r20/out/soong/.intermediates/tools/platform-compat/java/android/processor/compat/changeid/compat-changeid-annotation-processor-lib/linux_glibc_common/javac/
Dcompat-changeid-annotation-processor-lib.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/processor/ android/ ...
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
H A DTransitionInfo.kt20 data class Change(val layerId: Int, val transitMode: TransitMode) dataClass
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DDimmerAnimationHelper.java50 static class Change { class in DimmerAnimationHelper
57 Change() {} in Change() method in DimmerAnimationHelper.Change
59 Change(@NonNull Change other) { in Change() method in DimmerAnimationHelper.Change
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/aosp_15_r20/external/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/settings/
H A DSettings_ConfigTest.java579 public static class Change { class in Settings_ConfigTest
586 public Change(boolean selfChange, Iterable<Uri> uris, int flags) { in Change() method in Settings_ConfigTest.Change
593 public Change(boolean selfChange, Iterable<Uri> uris, int flags, @UserIdInt int userId) { in Change() method in Settings_ConfigTest.Change
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Drequires.py66 class Change: class
78 def dump_json_patches(obj: Sequence[Change], outs: IO):
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp110 bool Change = false; in configBasicBlock() local
177 bool Change = false; in runOnMachineFunction() local
H A DX86LowerAMXType.cpp993 bool Change = false; in combineLdSt() local
1034 bool Change = false; in combineAMXcast() local
1194 bool Change = false; in transformAllAMXCast() local
H A DX86FastPreTileConfig.cpp509 bool Change = false; in configBasicBlock() local
685 bool Change = false; in runOnMachineFunction() local
/aosp_15_r20/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
H A DChange.java26 public class Change { class
47 private Change(long changeId, String changeName, int sinceSdk, in Change() method in Change
/aosp_15_r20/tools/platform-compat/java/android/processor/compat/changeid/
H A DChange.java22 final class Change { class
48 Change(Long id, String name, boolean disabled, boolean loggingOnly, Integer enabledAfter, in Change() method in Change
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentResolverTest.java1669 public static class Change { class in ContentResolverTest
1676 public Change(boolean selfChange, Iterable<Uri> uris, int flags) { in Change() method in ContentResolverTest.Change
1683 public Change(boolean selfChange, Iterable<Uri> uris, int flags, @UserIdInt int userId) { in Change() method in ContentResolverTest.Change
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp307 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
666 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
805 ChangeStatus Change = A.run(); in runOnModule() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp679 bool Change = false; in foldReturnAndProcessPred() local
767 bool Change = in eliminateTailRecursion() local

12345678910