/aosp_15_r20/frameworks/base/tools/apilint/ |
H A D | deprecated_at_birth.py | 58 def __init__(self, clazz, line, raw, blame): argument 62 self.blame = blame 87 def __init__(self, clazz, line, raw, blame): argument 91 self.blame = blame 123 def __init__(self, pkg, line, raw, blame): argument 127 self.blame = blame 165 def __init__(self, line, raw, blame): argument 168 self.blame = blame 182 blame = None 190 blame = match.groups()[0:2] [all …]
|
/aosp_15_r20/external/pigweed/ |
H A D | .git-blame-ignore-revs | 15 # This is the list of commits that should be ignored by 'git blame'. To 18 # git blame --ignore-revs-file .git-blame-ignore-revs 20 # To automatically use it when running 'git blame' on this repository, run the 23 # git config blame.ignoreRevsFile .git-blame-ignore-revs 27 # git config --global blame.ignoreRevsFile .git-blame-ignore-revs 31 # their blame view. 32 # https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/
|
H A D | activate.sh | 124 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
H A D | bootstrap.sh | 124 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
H A D | activate.fish | 90 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
H A D | bootstrap.fish | 90 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | sdk-common.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
HD | common.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/mesa3d/ |
H A D | .git-blame-ignore-revs | 1 # List of commits to ignore when using `git blame`. 3 # git config blame.ignoreRevsFile .git-blame-ignore-revs 5 # Per git-blame(1): 7 # per line, in git-blame. Whitespace and comments beginning with # are 13 # git log -1 --pretty=format:'%n# %s%n%H%n' >> .git-blame-ignore-revs $COMMIT
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/development/ |
D | code_style.md | 13 …blame`. The file `git-blame-ignore-revs` contains the commit hash of when that mass-formatting eve… 15 !!! example "Ignoring a commit with `git blame`" 17 $ git blame --ignore-revs-file .git-blame-ignore-revs
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/sdk-common/ |
HD | tools.sdk-common.jar | ... common/
com/android/ide/common/blame/
com/android/ide/common/blame ... |
/aosp_15_r20/external/libnl/ |
H A D | .git-blame-ignore-revs | 2 # during git-blame with `--ignore-rev` or `--ignore-revs-file`. 4 # $ git config --add 'blame.ignoreRevsFile' '.git-blame-ignore-revs'
|
/aosp_15_r20/prebuilts/misc/common/sdk-common/ |
HD | sdk-common.jar | ... common/
com/android/ide/common/blame/
com/android/ide/common/blame ... |
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/sdk-common/31.9.0-alpha03/ |
HD | sdk-common-31.9.0-alpha03.jar | ... common/
com/android/ide/common/blame/
com/android/ide/common/blame ... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/sdk-common/31.7.0-alpha07/ |
HD | sdk-common-31.7.0-alpha07.jar | ... common/
com/android/ide/common/blame/
com/android/ide/common/blame ... |
/aosp_15_r20/external/skia/tools/skdiff/ |
H A D | skdiff_main.cpp | 178 SkString blame("("); in add() local 179 blame.append(drp.fBase.fFilename); in add() 180 blame.append(", "); in add() 181 blame.append(drp.fComparison.fFilename); in add() 182 blame.append(")"); in add() 183 fResultsOfType[drp.fResult].push_back(std::move(blame)); in add()
|
/aosp_15_r20/external/pytorch/torch/utils/model_dump/ |
H A D | code.js | 45 let blame = new Blamer(); variable 370 onClick=${() => blame.maybeBlame({ist_file, line, ist_s_text, s_start, s_end})} 614 <button onClick=${() => blame.readyBlame()}>Blame Code</button> 683 ref=${(p) => blame.setAuxContentPane(p)}/>
|
/aosp_15_r20/external/webrtc/ |
H A D | .git-blame-ignore-revs | 1 # git hyper-blame master ignore list. 4 # hyper-blame (in depot_tools). These revisions are considered "unimportant" in
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/manifest-merger/manifest-merger-jars/linux_glibc_common/local-combined/ |
D | manifest-merger-jars.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/common.kotlin_module
META ... |
/aosp_15_r20/external/mesa3d/docs/ |
H A D | codingstyle.rst | 22 through when looking at ``git blame``, you can configure it to ignore 25 git config blame.ignoreRevsFile .git-blame-ignore-revs
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | .git-blame-ignore-revs | 1 # .git-blame-ignore-revs
|
/aosp_15_r20/external/angle/build/ |
H A D | .git-blame-ignore-revs | 1 # This file is just here so that `git blame` works on
|
/aosp_15_r20/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/ |
H A D | MissingApacheLicenseDetector.kt | 19 import com.android.ide.common.blame.SourcePosition
|
/aosp_15_r20/external/rust/android-crates-io/crates/drm-fourcc/ |
D | README.md | 48 [canonical]: https://github.com/torvalds/linux/blame/master/include/uapi/drm/drm_fourcc.h
|
/aosp_15_r20/external/skia/site/docs/dev/tools/ |
H A D | codesearch.md | 27 investigating history and blame, or for exploring release branches or other
|