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

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/bin/
get-typod-pick-list.sh 18 # Grep for commits with "cherry picked from commit" in the commit message.
19 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
20 grep "cherry picked from commit" |\
21 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
get-fixes-pick-list.sh 19 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
20 grep "cherry picked from commit" |\
21 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
30 echo WARNING: Commit $sha has nore than one Fixes tag
43 # Check if the offending commit is in branch.
55 echo Commit $sha fixes $id
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 191 swc->commit(swc);
213 swc->commit(swc);
227 swc->commit(swc);
249 swc->commit(swc);
286 swc->commit(swc);
303 swc->commit(swc);
335 swc->commit(swc);
393 swc->commit(swc);
409 swc->commit(swc);
422 swc->commit(swc)
    [all...]
  /external/skia/site/dev/contrib/
cqkeywords.md 0 Commit Queue Keywords
4 COMMIT
8 submitting the change via the CQ, then you can mark it with "COMMIT=false".
12 COMMIT=false
45 If you want to skip the tree status checks, to make the CQ commit a CL even if the tree is closed,
67 The CQ will then not run any try jobs for your change and will commit the CL as soon as the tree is open, assuming the presubmit check passes.
72 This keyword prevents the Skia build masters from building this commit with others. Use it when your
73 commit may have effects that you don't want mis-attributed to other commits. Just include the keyword
74 somewhere in the commit message:
  /external/skqp/site/dev/contrib/
cqkeywords.md 0 Commit Queue Keywords
4 COMMIT
8 submitting the change via the CQ, then you can mark it with "COMMIT=false".
12 COMMIT=false
45 If you want to skip the tree status checks, to make the CQ commit a CL even if the tree is closed,
67 The CQ will then not run any try jobs for your change and will commit the CL as soon as the tree is open, assuming the presubmit check passes.
72 This keyword prevents the Skia build masters from building this commit with others. Use it when your
73 commit may have effects that you don't want mis-attributed to other commits. Just include the keyword
74 somewhere in the commit message:
  /external/toybox/www/
cleanup.html 39 Below are indexes of such cleanup series. Each commit and post are meant to
47 command name links to a commit list with the bulk of the changes, it may
100 <li>commit: <a href=/hg/toybox/rev/830>830</a>: first pass, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000904.html>part 1</a>,
102 <li>commit: <a href=/hg/toybox/rev/831>831</a>,
104 <li>commit: <a href=/hg/toybox/rev/837>837</a>,
106 <li>commit: <a href=/hg/toybox/rev/853>853</a>, description: bugfix.</li>
125 <li>commit: <a href=/hg/toybox/rev/833>833</a>,
127 <li>commit: <a href=/hg/toybox/rev/835>835</a>,
129 <li>commit: <a href=/hg/toybox/rev/838>838</a>,
131 <li>commit: <a href=/hg/toybox/rev/839>839</a>
    [all...]
  /external/v8/tools/release/
test_mergeinfo.py 39 # Initial commit
40 message = '''Initial commit'''
50 self.assertEqual(len(result), 1, "Master commit not found")
53 "Master commit is wrong")
58 "Child commit not found")
62 "Child commit wrong")
70 self._execute_git(["commit", "--allow-empty", "-m", message])
83 'commit ' + hash_of_first_commit)
95 str(hash_of_first_commit[0:7]) + ' Initial commit')
101 message = 'Follow-up commit of ' + hash_of_first_commi
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 21 #include "clang/Edit/Commit.h"
233 const NSAPI &NS, edit::Commit &commit,
272 commit.insertBefore(receiver->getLocStart(), "(");
278 commit.replace(SpaceRange, PropertyDotString);
281 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
282 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
285 commit.insertWrap("(", receiver->getSourceRange(), ")");
303 commit.replace(Range, PropertyDotString);
305 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "")
    [all...]
  /hardware/qcom/msm8996/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,
52 * This flag enables pixel extension for the current layer. Validate/commit
64 * Flag indicates that layer is drawing solid fill. Validate/commit call
119 VALIDATE/COMMIT FLAG CONFIGURATION
123 * Client enables it to inform that call is to validate layers before commit.
124 * If this flag is not set then driver will use MSMFB_ATOMIC_COMMIT for commit.
129 * This flag is only valid for commit call. Commit behavior is synchronou
    [all...]
  /hardware/qcom/msm8x09/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,
52 * This flag enables pixel extension for the current layer. Validate/commit
64 * Flag indicates that layer is drawing solid fill. Validate/commit call
119 VALIDATE/COMMIT FLAG CONFIGURATION
123 * Client enables it to inform that call is to validate layers before commit.
124 * If this flag is not set then driver will use MSMFB_ATOMIC_COMMIT for commit.
129 * This flag is only valid for commit call. Commit behavior is synchronou
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/
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,
52 * This flag enables pixel extension for the current layer. Validate/commit
64 * Flag indicates that layer is drawing solid fill. Validate/commit call
119 VALIDATE/COMMIT FLAG CONFIGURATION
123 * Client enables it to inform that call is to validate layers before commit.
124 * If this flag is not set then driver will use MSMFB_ATOMIC_COMMIT for commit.
129 * This flag is only valid for commit call. Commit behavior is synchronou
    [all...]
  /external/clang/lib/Edit/
Commit.cpp 1 //===----- Commit.cpp - A unit of edits -----------------------------------===//
10 #include "clang/Edit/Commit.h"
19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const {
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const {
38 Commit::Commit(EditedSource &Editor)
43 bool Commit::insert(SourceLocation loc, StringRef text,
59 bool Commit::insertFromRange(SourceLocation loc,
86 bool Commit::remove(CharSourceRange range)
    [all...]
  /external/skia/tools/skqp/
make_apk_list 35 <th>Commit</th>
39 for commit in $(git log "$BRANCH" -${COUNT} -\-format=%H) ; do
41 short="$(git log -1 -\-format=%h $commit)"
46 date=$(TZ='' git log -\-date='format-local:%Y-%m-%d %H:%M:%S %Z' -1 $commit -\-format=%cd)
47 subj=$(git log -1 $commit -\-format='%<(50,trunc)%s' | sed 's/ *$//')
49 commit_url="https://skia.googlesource.com/skia/+/${commit}"
  /tools/repohooks/rh/
hooks.py 107 """The git commit message."""
112 """The git commit sha1."""
117 """List of files modified in this git commit."""
157 diff: The list of files that changed in the current commit.
269 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs):
271 return [rh.results.HookCommandResult(hook_name, project, commit,
284 def check_custom(project, commit, _desc, diff, options=None, **kwargs):
286 return _check_cmd(options.name, project, commit, options.args((), diff),
290 def check_checkpatch(project, commit, _desc, diff, options=None):
295 return _check_cmd('checkpatch.pl', project, commit, cmd
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SimpleSaveActivity.java 26 * Simple activity that has an edit text and buttons to cancel or commit the autofill context.
35 static final String ID_COMMIT = "commit";
75 mCommit = findViewById(R.id.commit);
86 Log.d(TAG, "onCommit(): calling AFM.commit()");
87 getAutofillManager().commit();
89 Log.d(TAG, "onCommit(): NOT calling AFM.commit()");
100 * Defines whether the activity should automatically call {@link AutofillManager#commit()} when
101 * the commit button is tapped.
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
create_version.py 19 and the date-time string is the commit time of the above latest patch in the
66 def _get_first_commit_matching_pattern(commit, pattern):
67 """Get the first commit previous to this commit that matches the pattern."""
69 return _run_git_cmd(cmd.format(commit, pattern))
76 def _get_date_time(commit):
77 """Get the commit date time in ISO 8601 format."""
79 ts = _run_git_cmd(cmd.format(commit))
  /external/freetype/
README.android 27 * Locate the commit you'd like to move.
28 ex: for 2.8.1: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?h=VER-2-8-1&id=39ce3ac499d4cd7371031a062f410953c8ecce29
  /external/jemalloc/include/jemalloc/
jemalloc_typedefs.h 4 * bool *commit, unsigned arena_ind);
52 chunk_commit_t *commit; member in struct:__anon22497
jemalloc_typedefs.h.in 4 * bool *commit, unsigned arena_ind);
52 chunk_commit_t *commit;
  /external/libxcam/
autogen.sh 3 pre_commit_hook=".git/hooks/pre-commit"
7 ln -s ../../tools/pre-commit-code-style.sh $pre_commit_hook
  /external/okhttp/
deploy_website.sh 26 # Stage all files in git and create a commit
29 git commit -m "Website at $(date)"
  /external/python/cpython2/Tools/buildbot/
build.bat 13 @rem 2) commit and push
15 @rem 4) re-comment, commit and push again
  /external/python/cpython3/Tools/buildbot/
build.bat 12 @rem 2) commit and push
14 @rem 4) re-comment, commit and push again
  /external/selinux/libsemanage/man/man3/
semanage_count.3 37 Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit.
  /external/tpm2/
EC_Ephemeral.c 26 // Note: this does not commit the count.
35 // commit the count value

Completed in 571 milliseconds

1 2 3 45 6 7 8 91011>>