/aosp_15_r20/external/clang/lib/Format/ |
H A D | WhitespaceManager.h | 86 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 D | WhitespaceManager.cpp | 28 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 D | icing-array-storage.h | 128 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 D | DAGDeltaAlgorithm.cpp | 182 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/ |
D | example_multi_test.go | 13 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 D | Change.java | 30 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 D | TaskFragmentTransaction.java | 159 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/ |
D | compat-changeid-annotation-processor-lib.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/processor/
android/ ... |
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
H A D | TransitionInfo.kt | 20 data class Change(val layerId: Int, val transitMode: TransitMode) dataClass
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DimmerAnimationHelper.java | 50 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/ |
D | RewriteBuffer.h | 104 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/ |
D | RewriteBuffer.h | 104 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/ |
D | RewriteBuffer.h | 104 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/ |
D | RewriteBuffer.h | 104 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 D | RewriteBuffer.h | 104 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 D | Settings_ConfigTest.java | 579 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 D | requires.py | 66 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 D | X86FastTileConfig.cpp | 110 bool Change = false; in configBasicBlock() local 177 bool Change = false; in runOnMachineFunction() local
|
H A D | X86LowerAMXType.cpp | 993 bool Change = false; in combineLdSt() local 1034 bool Change = false; in combineAMXcast() local 1194 bool Change = false; in transformAllAMXCast() local
|
H A D | X86FastPreTileConfig.cpp | 509 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 D | Change.java | 26 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 D | Change.java | 22 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 D | ContentResolverTest.java | 1669 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 D | AMDGPUAttributor.cpp | 307 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 D | TailRecursionElimination.cpp | 679 bool Change = false; in foldReturnAndProcessPred() local 767 bool Change = in eliminateTailRecursion() local
|