Home
last modified time | relevance | path

Searched refs:blame (Results 1 – 25 of 94) sorted by relevance

1234

/aosp_15_r20/frameworks/base/tools/apilint/
H A Ddeprecated_at_birth.py58 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-revs15 # 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 Dactivate.sh124 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
H A Dbootstrap.sh124 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
H A Dactivate.fish90 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
H A Dbootstrap.fish90 git -C "$PW_ROOT" config blame.ignoreRevsFile .git-blame-ignore-revs
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDsdk-common.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
HDcommon.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/mesa3d/
H A D.git-blame-ignore-revs1 # 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/
Dcode_style.md13blame`. 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/
HDtools.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-revs2 # 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/
HDsdk-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/
HDsdk-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/
HDsdk-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 Dskdiff_main.cpp178 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 Dcode.js45 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-revs1 # 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/
Dmanifest-merger-jars.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/common.kotlin_module META ...
/aosp_15_r20/external/mesa3d/docs/
H A Dcodingstyle.rst22 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-revs1 # .git-blame-ignore-revs
/aosp_15_r20/external/angle/build/
H A D.git-blame-ignore-revs1 # 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 DMissingApacheLicenseDetector.kt19 import com.android.ide.common.blame.SourcePosition
/aosp_15_r20/external/rust/android-crates-io/crates/drm-fourcc/
DREADME.md48 [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 Dcodesearch.md27 investigating history and blame, or for exploring release branches or other

1234