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

1 2 3 4 5 67 8 91011>>

  /external/skia/experimental/documentation/
gerrit.md 9 This command sets up a Git commit-message hook to add a unique Change-Id to
10 each commit. Gerrit only accepts changes with a Change-Id and uses it to
13 curl -Lo "$(git rev-parse --git-dir)/hooks/commit-msg"
14 'https://gerrit-review.googlesource.com/tools/hooks/commit-msg'
15 chmod +x "$(git rev-parse --git-dir)/hooks/commit-msg"
43 2. Make a commit.
46 git commit --all --message 'Change Foo'
49 `git log` should show that a Change-Id line has been added you your commit
78 git commit --all --amend
80 Changes to the commit message will be sent with the push as well
    [all...]
  /external/skqp/experimental/documentation/
gerrit.md 9 This command sets up a Git commit-message hook to add a unique Change-Id to
10 each commit. Gerrit only accepts changes with a Change-Id and uses it to
13 curl -Lo "$(git rev-parse --git-dir)/hooks/commit-msg"
14 'https://gerrit-review.googlesource.com/tools/hooks/commit-msg'
15 chmod +x "$(git rev-parse --git-dir)/hooks/commit-msg"
43 2. Make a commit.
46 git commit --all --message 'Change Foo'
49 `git log` should show that a Change-Id line has been added you your commit
78 git commit --all --amend
80 Changes to the commit message will be sent with the push as well
    [all...]
  /external/Microsoft-GSL/
CONTRIBUTING.md 20 * Be a child commit of a reasonably recent commit in the **master** branch
21 * Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
22 * It is desirable, but not necessary, for the tests to pass at each commit. Please see [README.md](./README.md) for instructions to build the test suite.
23 * Have clear commit messages
  /external/flatbuffers/
CONTRIBUTING.md 30 * Write a descriptive commit message. What problem are you solving and what
32 [here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message)
35 fixes to your first commit, consider squashing them into a single commit
36 (`git rebase -i`) such that your PR is a single commit on top of the current
  /external/mesa3d/src/
SConscript 27 (commit, foo) = subprocess.Popen(args, stdout=subprocess.PIPE).communicate()
40 # note that commit[:-1] removes the trailing newline character
41 commit = '#define MESA_GIT_SHA1 "git-%s"\n' % commit[:-1]
44 f.write(commit)
  /external/selinux/libselinux/utils/
togglesebool.c 26 int rc, i, commit = 0; local
46 commit++;
56 commit++;
75 if (commit > 0) {
77 printf("Commit failed. (%s) No change to booleans.\n",
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 160 static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) {
161 _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT);
166 static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) {
167 _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT);
172 static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) {
173 _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT);
178 static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) {
179 _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT);
184 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) {
185 _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT)
    [all...]
  /external/v8/tools/release/
search_related_commits.py 27 for commit in all_commits:
28 if commit in already_treated_commits:
32 git_working_dir, commit, until, separator, verbose)
34 all_related_commits[commit] = related_commits
37 already_treated_commits.update(commit)
50 # Extract commit position
64 print "1.) Commit position to look for: " + commit_position
87 print "3.) Found by commit position: " + found_by_commit_pos
197 "This tool analyzes the commit range between <of> and <until>. "
206 help="Hash of the commit to be searched."
    [all...]
  /cts/tests/fragment/src/android/fragment/cts/
FragmentAnimatorTest.java 77 .commit();
90 fm.beginTransaction().add(R.id.fragmentContainer, fragment, "1").commit();
97 .commit();
111 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit();
122 .commit();
147 .commit();
159 .commit();
179 fm.beginTransaction().add(R.id.fragmentContainer, fragment, "1").commit();
186 .commit();
199 fm.beginTransaction().add(R.id.fragmentContainer, fragment).detach(fragment).commit();
    [all...]
PrimaryNavFragmentTest.java 45 .commit();
53 cfm.beginTransaction().add(child, null).addToBackStack(null).commit();
72 .commit();
78 fm.beginTransaction().remove(strictFragment1).addToBackStack(null).commit();
91 .setPrimaryNavigationFragment(strictFragment2).addToBackStack(null).commit();
103 .addToBackStack(null).commit();
120 .setPrimaryNavigationFragment(strictFragment1).commit();
128 .addToBackStack(null).commit();
140 fm.beginTransaction().setPrimaryNavigationFragment(null).commit();
147 .setPrimaryNavigationFragment(strictFragment2).addToBackStack(null).commit();
    [all...]
FragmentExecuteTests.java 64 .commit();
107 .commit();
129 .commit();
150 .commit();
156 .commit();
162 .commit();
181 .commit();
187 .commit();
216 .commit(); method
222 .commit(); method
228 .commit(); method
247 .commit(); method
253 .commit(); method
    [all...]
  /external/boringssl/src/
CONTRIBUTING.md 26 [add Change-Ids](https://gerrit-review.googlesource.com/Documentation/cmd-hook-commit-msg.html)
27 on commit. Run:
29 curl -Lo .git/hooks/commit-msg https://boringssl-review.googlesource.com/tools/hooks/commit-msg
30 chmod u+x .git/hooks/commit-msg
40 Pushing a commit with the same Change-Id as an existing change will upload a new
41 version of it. (Use the `git rebase` or `git commit --amend` commands.)
  /external/skia/tools/
bisect_roll.go 97 log("Recommend reverting commit %s", commits[0])
102 // TODO(borenet): Use the timestamp of the last-rolled commit.
116 // roll to the same commit, taking the most recent.
136 for idx, commit := range commits {
137 if cl, ok := rollCls[commit]; ok {
138 log("%s roll %s", commit[:12], cl.Result)
148 log(commit[:12])
152 // Suggest a commit to try rolling. The user may choose a different one.
166 log("Recommend reverting commit %s", commits[earliestFail])
175 // Ask the user what commit to roll
    [all...]
  /external/skqp/tools/
bisect_roll.go 97 log("Recommend reverting commit %s", commits[0])
102 // TODO(borenet): Use the timestamp of the last-rolled commit.
116 // roll to the same commit, taking the most recent.
136 for idx, commit := range commits {
137 if cl, ok := rollCls[commit]; ok {
138 log("%s roll %s", commit[:12], cl.Result)
148 log(commit[:12])
152 // Suggest a commit to try rolling. The user may choose a different one.
166 log("Recommend reverting commit %s", commits[earliestFail])
175 // Ask the user what commit to roll
    [all...]
  /prebuilts/checkstyle/
checkstyle.py 68 ERROR_UNCOMMITTED = 'You need to commit all modified files before running Checkstyle\n'
91 def RunCheckstyleOnACommit(commit,
95 """Runs Checkstyle checks on a given commit.
97 It will run Checkstyle on the changed Java files in a specified commit SHA-1
98 and if that is None it will fallback to check the latest commit of the
102 commit: A full 40 character SHA-1 of a commit to check.
113 explicit_commit = commit is not None
116 commit = git.last_commit()
117 print 'Running Checkstyle on %s commit' % commi
    [all...]
tests.py 45 def mock_modified_files_good(root, tracked_only=False, commit=None):
46 if commit:
51 def mock_modified_files_uncommitted(root, tracked_only=False, commit=None):
52 if tracked_only and not commit:
54 if commit:
59 def mock_modified_files_untracked(root, tracked_only=False, commit=None):
62 if commit:
67 def mock_modified_files_non_java(root, tracked_only=False, commit=None):
68 if commit:
80 # Skip checks for explicit git commit
    [all...]
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
PrimaryNavFragmentTest.java 48 .commit();
56 cfm.beginTransaction().add(child, null).addToBackStack(null).commit();
75 .commit();
81 fm.beginTransaction().remove(strictFragment1).addToBackStack(null).commit();
94 .setPrimaryNavigationFragment(strictFragment2).addToBackStack(null).commit();
106 .addToBackStack(null).commit();
123 .setPrimaryNavigationFragment(strictFragment1).commit();
131 .addToBackStack(null).commit();
143 fm.beginTransaction().setPrimaryNavigationFragment(null).commit();
150 .setPrimaryNavigationFragment(strictFragment2).addToBackStack(null).commit();
    [all...]
FragmentAnimationTest.java 89 .commit();
102 fm.beginTransaction().add(R.id.fragmentContainer, fragment, "1").commit();
109 .commit();
122 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit();
129 .commit();
142 fm.beginTransaction().add(R.id.fragmentContainer, fragment, "1").commit();
149 .commit();
162 fm.beginTransaction().add(R.id.fragmentContainer, fragment).detach(fragment).commit();
169 .commit();
182 fm.beginTransaction().add(R.id.fragmentContainer, fragment, "1").commit();
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/prefs/
PrefsBackupHelperTest.java 68 mDefaultPrefs.edit().clear().commit();
69 mBackupPrefs.edit().clear().commit();
74 mDefaultPrefs.edit().putInt(LOCAL_PREFERENCE_1, 1).commit();
83 mDefaultPrefs.edit().putBoolean(SCOPED_PREFERENCE, true).commit();
92 mDefaultPrefs.edit().putBoolean(NON_BACKUP_PREFERENCE, true).commit();
102 mDefaultPrefs.edit().putString(LOCAL_PREFERENCE_1, "String is not accepted").commit();
116 mBackupPrefs.edit().putInt(LOCAL_PREFERENCE_1, 1).commit();
125 mBackupPrefs.edit().putBoolean(SCOPED_PREFERENCE, true).commit();
151 editor.commit();
159 editor.clear().commit();
    [all...]
  /tools/repohooks/rh/
git.py 75 """Returns the latest commit for this ref."""
89 def get_patch(commit):
90 """Returns the patch for this commit."""
91 cmd = ['git', 'format-patch', '--stdout', '-1', commit]
107 def get_file_content(commit, path):
108 """Returns the content of a file at a specific commit.
117 cmd = ['git', 'show', '%s:%s' % (commit, path)]
164 def get_affected_files(commit):
170 return raw_diff(os.getcwd(), '%s^!' % commit)
181 def get_commit_desc(commit)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 56 prefs.edit().clear().commit();
79 prefs.edit().putString("foo", "bar").commit(); method
99 prefs.edit().putString("test-key", "test-value").commit(); method
104 editor.commit();
111 // Do some initial operation on editor. No commit needed.
115 // No commit needed.
129 prefs.edit().commit();
134 editor.commit();
145 editor.commit();
227 prefs.edit().putString("foo", "bar").commit(); method
238 prefs.edit().putString("foo", "bar").commit(); method
    [all...]
  /system/netd/server/
TetherControllerTest.cpp 62 "COMMIT\n"
65 "COMMIT\n" },
68 "COMMIT\n"
71 "COMMIT\n" },
78 "COMMIT\n"
81 "COMMIT\n" },
84 "COMMIT\n"
87 "COMMIT\n" },
91 "COMMIT\n" },
94 "COMMIT\n" }
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp_ext.h 7 /* atomic commit ioctl used for validate and commit request */
12 * should be configured with MDP_LAYER_ASYNC flag set during the atomic commit,
58 * This flag enables pixel extension for the current layer. Validate/commit
70 * Flag indicates that layer is drawing solid fill. Validate/commit call
135 VALIDATE/COMMIT FLAG CONFIGURATION
139 * Client enables it to inform that call is to validate layers before commit.
140 * If this flag is not set then driver will use MSMFB_ATOMIC_COMMIT for commit.
145 * This flag is only valid for commit call. Commit behavior is synchronou
    [all...]
  /system/core/trusty/storage/tests/
main.cpp     [all...]
  /build/kati/
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

Completed in 773 milliseconds

1 2 3 4 5 67 8 91011>>