HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 176 - 200 of 4550) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/droiddriver/
contributing_aosp.md 32 - make changes and commit them
35 After submitting a branch to gerrit for review, each commit will show up as an individual patch set on gerrit. First the code needs to be code reviewed (+2), then verified & submitted by an approver. Reviewers without approval rights are limited to adding a code review +1.
37 If commits are uploaded together (on the same branch) then they are considered dependent upon eachother. To submit an individual commit without requiring other commits to be merged first, that commit must be cherry picked to a new branch. This can be done either locally or via the gerrit UI.
53 - Make new commit then squash into previous commit to retain the gerrit change id
  /external/google-benchmark/
CONTRIBUTING.md 29 another Google project), make a commit adding yourself to the
30 [AUTHORS][] and [CONTRIBUTORS][] files. This commit can be part
50 1. Do your best to have [well-formed commit messages][] for each change.
51 This provides consistency throughout the project, and ensures that commit
57 [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
SharedPrefUtil.java 50 eabPref.putBoolean(INIT_DONE, initDone).commit();
64 eabPref.putLong(CONTACT_CHANGED_PREF_KEY, time).commit();
78 eabPref.putLong(CONTACT_PROFILE_CHANGED_PREF_KEY, time).commit();
92 eabPref.putLong(CONTACT_DELETE_PREF_KEY, time).commit();
103 eabPref.commit();
116 eabPref.commit();
  /external/libcxx/utils/google-benchmark/
CONTRIBUTING.md 29 another Google project), make a commit adding yourself to the
30 [AUTHORS][] and [CONTRIBUTORS][] files. This commit can be part
50 1. Do your best to have [well-formed commit messages][] for each change.
51 This provides consistency throughout the project, and ensures that commit
57 [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
  /external/skia/infra/bots/recipes/upload_coverage_results.expected/
failed_all.json 39 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz"
62 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
76 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
90 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
104 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
118 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
failed_once.json 39 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz"
62 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
76 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
98 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.summary"
117 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.text.tar"
148 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.html.tar"
  /external/skqp/infra/bots/recipes/upload_coverage_results.expected/
failed_all.json 39 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz"
62 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
76 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
90 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
104 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
118 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
failed_once.json 39 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz"
62 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
76 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
98 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.summary"
117 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.text.tar"
148 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.html.tar"
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentAnimatorTest.java 85 .commit();
101 .commit();
109 .commit();
123 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit();
138 .commit();
170 .commit();
186 .commit();
216 .commit();
224 .commit();
241 .commit();
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/
CONTRIBUTING.md 29 another Google project), make a commit adding yourself to the
30 [AUTHORS][] and [CONTRIBUTORS][] files. This commit can be part
50 1. Do your best to have [well-formed commit messages][] for each change.
51 This provides consistency throughout the project, and ensures that commit
57 [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
  /cts/tests/tests/security/src/android/security/cts/
NativeCodeTest.java 34 + "commit/?id=8176cced706b5e5d15887584150764894e94e02f",
47 + "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/"
65 + "https://github.com/torvalds/linux/commit/a134f083e79f",
74 + "https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=75cf667b7fac08a7b21694adca7dff07361be68a\n"
75 + "https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=feae3ca2e5e1a8f44aa6290255d3d9709985d0b2\n",
91 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8176cced706b5e5d15887584150764894e94e02f
99 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c95eb3184ea1a3a2551df57190c81da695e2144b
104 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b88a2595b6d8aedbd275c07dfa784657b4f757eb
122 * https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e9c243a5a6de0be8e584c604d353412584b592f8
148 * https://github.com/torvalds/linux/commit/a134f083e79
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/
contributing.rst 40 - Avoid long commit series. If you do have a long series, consider whether
42 - Make sure your commit messages are in the proper format. If a commit fixes
70 changes (and nothing else) in the last commit of the series. Otherwise,
71 include the documentation changes within the single commit.
79 - Ensure that each commit in the series has at least one ``Signed-off-by:``
82 to the commit, they must also add their own ``Signed-off-by:`` line.
95 ``integration`` branch within the GitHub UI, creating a merge commit.
97 - If the `pull request`_ is not based on a recent commit, the `Maintainers`_
102 commit to the ``master`` branch. If a problem is found during integration
    [all...]
  /external/annotation-tools/
.git.pre-commit 3 # This file will be used as .git/hooks/pre-commit .
4 # However, it should be edited as .git.pre-commit .
10 # "ant -e check-style" would check every file; on commit we only need to
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaBrowserSupport.java 40 .commit();
54 .commit();
60 .commit();
  /system/libhidl/transport/memory/1.0/
IMemory.hal 52 * Must commit all previous update's and updateAll's.
54 commit();
58 * at any point in or outside of the update/commit process.
  /tools/loganalysis/src/com/android/loganalysis/parser/
ActivityServiceParser.java 54 commit(); method
70 protected void commit() { method in class:ActivityServiceParser
72 super.commit();
  /tools/tradefederation/core/src/com/android/tradefed/build/
IKernelBuildInfo.java 47 * Get the git commit time.
49 * @return the git commit time in seconds since the Unix epoch.
54 * Sets the git commit time for the change.
  /art/tools/
test_presubmit.py 62 def get_changed_files(commit):
64 Gets the files changed in the given commit.
67 ["git", 'diff-tree', '--no-commit-id', '--name-only', '-r', commit],
100 Runs test tools only for interesting files that were changed in this commit.
146 commit = os.environ['PREUPLOAD_COMMIT']
148 print("WARNING: Not running as a pre-upload hook. Assuming commit to check = 'HEAD'", file=sys.stderr)
149 commit = "HEAD"
154 changed_files = get_changed_files(commit)
  /external/chromium-trace/catapult/common/lab/
commits.py 92 print '%3d%% commit duration:' % (p * 100), '%6ds' % percentile
94 print ' Min commit duration:', '%6ds' % min(commit_durations)
95 print 'Mean commit duration:', '%6ds' % mean
96 print ' Max commit duration:', '%6ds' % max(commit_durations)
  /external/clang/include/clang/Edit/
EditedSource.h 26 class Commit;
66 bool commit(const Commit &commit);
  /external/javassist/
regenerate_from_source.sh 4 # This script imports the src, test, etc. from javassist. It DOESN'T commit
  /external/jemalloc/src/
pages.c 32 pages_map(void *addr, size_t size, bool *commit)
39 *commit = true;
46 ret = VirtualAlloc(addr, size, MEM_RESERVE | (*commit ? MEM_COMMIT : 0),
54 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT;
109 bool *commit)
119 new_addr = pages_map(ret, size, commit);
140 pages_commit_impl(void *addr, size_t size, bool commit)
147 return (commit ? (addr != VirtualAlloc(addr, size, MEM_COMMIT,
151 int prot = commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT;
  /external/libmojo/third_party/ply/
README.chromium 19 Modifications made with initial commit:
  /external/python/cpython2/Doc/includes/sqlite3/
createdb.py 25 con.commit()
ctx_manager.py 6 # Successful, con.commit() is called automatically afterwards

Completed in 862 milliseconds

1 2 3 4 5 6 78 91011>>