/external/clang/lib/Edit/ |
CMakeLists.txt | 6 Commit.cpp
|
RewriteObjCFoundationAPI.cpp | 20 #include "clang/Edit/Commit.h" 60 const NSAPI &NS, Commit &commit) { 86 commit.replaceWithInner(Msg->getSourceRange(), 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { 177 commit.insertWrap("(", RecRange, ")"); 182 Commit &commit) { 193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin() [all...] |
/external/fio/t/jobs/ |
t0001-52c58027.fio | 0 #Commit 52c580272d87d2b9b8a65d317bf7c2d432a30fec
|
/external/llvm/utils/git-svn/ |
git-svnrevert | 15 COMMIT=$1 16 OTHER=$(git svn find-rev "$COMMIT") 18 echo "Error! Could not find an svn/git revision for commit $COMMIT!" 21 echo " * Your revision number ($COMMIT) is wrong" 22 echo " * This tree is not up to date (before that commit)" 23 echo " * This commit in in another three (llvm, clang, compiler-rt, etc)" 27 if [ -n "$(echo $COMMIT | grep '^r[0-9]\+')" ]; then 28 SVN=`echo $COMMIT | sed -e 's/^r//'` 32 GIT=$COMMIT [all...] |
/prebuilts/misc/common/perflib/ |
PREBUILT | 4 From the commit 47b1ef19c951a661ab86c7d4c9c0626757e09067 (studio-1.4)
|
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
MOCK_RANGE_RESPONSE_2_PAGE_2 | 5 "commit": "f1c777e3f97a16cc6a3aa922a23602fa59412989", 16 "name": "Commit bot", 17 "email": "commit-bot@chromium.org", 20 "message": "Make NetErrorHelper more OOPIF-friendly.\n\nNow create one per frame instead of creating them only for main frames,\nand get the WebFrame directly from a WebFrame rather than by going\nthrough the RenderView.\n\nBUG\u003d543226,529976\n\nReview URL: https://codereview.chromium.org/1406303002\n\nCr-Commit-Position: refs/heads/master@{#356395}\n" 23 "commit": "ee261f306c3c66e96339aa1026d62a6d953302fe", 34 "name": "Commit bot", 35 "email": "commit-bot@chromium.org", 38 "message": "[SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial.\n\nBUG\u003d533579\n\nReview URL: https://codereview.chromium.org/1409003002\n\nCr-Commit-Position: refs/heads/master@{#356394}\n"
|
MOCK_RANGE_RESPONSE_1 | 5 "commit": "c89130e28fd01062104e1be7f3a6fc3abbb80ca9", 16 "name": "Commit bot", 17 "email": "commit-bot@chromium.org", 20 "message": "[Extensions] Fix hiding browser actions without the toolbar redesign\n\nHiding actions without the toolbar redesign means removing them entirely, so if\nthey exist in the toolbar, they are considered \u0027visible\u0027 (even if they are in\nthe chevron).\n\nBUG\u003d544859\nBUG\u003d548160\n\nReview URL: https://codereview.chromium.org/1414343003\n\nCr-Commit-Position: refs/heads/master@{#356400}\n" 23 "commit": "2e93263dc74f0496100435e1fd7232e9e8323af0", 34 "name": "Commit bot", 35 "email": "commit-bot@chromium.org", 38 "message": "Rebaseline a bunch of text tests on XP\n\nTBR\u003djianli\nNOTRY\u003dtrue\n\nReview URL: https://codereview.chromium.org/1418253004\n\nCr-Commit-Position: refs/heads/master@{#356399}\n" 41 "commit": "6feaa73a54d0515ad2940709161ca0a5ad91d1f8", 52 "name": "Commit bot" [all...] |
/external/jcommander/src/test/java/com/beust/jcommander/command/ |
CommandAliasTest.java | 63 CommandCommit commit = new CommandCommit(); local 64 jc.addCommand("commit", commit, "ci", "cmt"); 67 Assert.assertEquals(jc.getParsedCommand(), "commit"); 69 Assert.assertEquals(commit.amend.booleanValue(), true); 70 Assert.assertEquals(commit.author, "jack"); 71 Assert.assertEquals(commit.files, Arrays.asList("file1.txt")); 80 CommandCommit commit = new CommandCommit(); local 81 jc.addCommand("commit", commit, "ci", "cmt") 95 CommandCommit commit = new CommandCommit(); local 119 CommandCommit commit = new CommandCommit(); local 138 CommandCommit commit = new CommandCommit(); local 156 CommandCommit commit = new CommandCommit(); local [all...] |
CommandTest.java | 36 CommandCommit commit = new CommandCommit(); local 37 jc.addCommand("commit", commit); 59 CommandCommit commit = new CommandCommit(); local 60 jc.addCommand("commit", commit); 74 CommandCommit commit = new CommandCommit(); local 75 jc.addCommand("commit", commit); 76 jc.parse("-v", "commit", "--amend", "--author=cbeust", "A.java", "B.java") [all...] |
/external/clang/include/clang/Edit/ |
Rewriters.h | 25 class Commit; 28 const NSAPI &NS, Commit &commit); 31 const NSAPI &NS, Commit &commit, 35 const NSAPI &NS, Commit &commit);
|
/external/cros/system_api/ |
OWNERS | 3 # Please get a review from someone who's knowledgeable (per commit history)
|
/external/jemalloc/include/jemalloc/internal/ |
chunk_mmap.h | 13 bool *zero, bool *commit);
|
/external/v8/tools/ |
find-commit-for-patch.py | 13 description="Finds a commit that a given patch can be applied to. " 54 def CountMatchingFiles(commit, files): 58 cmd = ["git", "ls-tree", "-r", commit] + [f for f in files] 69 commit = GetGitCommitHash(start) 73 matched_files = CountMatchingFiles(commit, files) 74 if verbose: print("Commit %s matched %d files" % (commit, matched_files)) 76 return commit 77 commit = GetGitCommitHash("%s^" % commit) 87 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose) variable [all...] |
/prebuilts/misc/common/ninepatch/ |
PREBUILT | 4 From: http://android.git.kernel.org/?p=platform/sdk.git;a=commit;h=795a4ad26824b0e553ca49161a8b4999b8181f8d
|
/external/libvpx/ |
README.android | 9 Commit: cbecf57f3e0d85a7b7f97f3ab7c507f6fe640a93 23 to the commit message. 31 3. Update this file with any Version, Date, Branch, or Commit changes. The 37 5. Commit the changes. The commit message should look like this and is printed 44 a6b2070 <git commit message 1> 45 08dabbc <git commit message 2> 46 c29fb02 <git commit message 3>
|
/external/libvpx/libwebm/ |
README.android | 4 Commit: 5c50e310e7050192b952fe588186fd1dadc08b6e 26 4. Commit the changes. The commit message should look like this: 33 a6b2070 <git commit message 1> 34 08dabbc <git commit message 2> 35 c29fb02 <git commit message 3>
|
/external/v8/tools/release/ |
test_search_related_commits.py | 39 # Initial commit 46 Cr-Commit-Position: refs/heads/master@{#28059}""" 55 Cr-Commit-Position: refs/heads/master@{#28030}""" 65 self.assertEqual(len(result), 1, "Master commit not found") 68 "Master commit is wrong") 73 "Child commit not found") 77 "Child commit wrong") 85 self._execute_git(["commit", "--allow-empty", "-m", message]) 89 > Cr-Commit-Position: refs/heads/master@{#28059} 94 Cr-Commit-Position: refs/heads/master@{#28088}"" [all...] |
/external/libvpx/libvpx/tools/ |
ftfy.sh | 9 This script applies a whitespace transformation to the commit at HEAD. If no 15 --amend Squashes the changes into the commit at HEAD 16 This option will also reformat the commit message. 17 --commit Creates a new commit containing only the whitespace changes 18 --msg-only Reformat the commit message only, ignore the patch itself. 47 commit() { function 50 log "HEAD doesn't have a Change-Id, unable to generate a new commit" 58 # Commit, preserving authorship from the parent commit [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
ftfy.sh | 9 This script applies a whitespace transformation to the commit at HEAD. If no 15 --amend Squashes the changes into the commit at HEAD 16 This option will also reformat the commit message. 17 --commit Creates a new commit containing only the whitespace changes 18 --msg-only Reformat the commit message only, ignore the patch itself. 47 commit() { function 50 log "HEAD doesn't have a Change-Id, unable to generate a new commit" 58 # Commit, preserving authorship from the parent commit [all...] |
/external/libusb/ |
ChangeLog | 0 commit a04cbb0095a78aeed3f65aaf06c46069d0ac184a 7 commit 53b47299531974fa8901b74a163f3c8ebae4eec9 16 commit 1519828b7ee1fce46d4c51fc097d52e01b8e0bb4 22 commit 45168627cc15aee3875192f34286110dbbd27095 31 commit 3af329db6dcbfb96d24867c757f9e125e5b7b0e5 37 commit ceb8cacd6d2a4189de0db2ee46d45217511c69be 43 commit 9bea500b5747bdeba7c8251d45608558e71a1db5 52 commit 02df59a309e813c50b8230de99e69fb4e1814279 74 commit ec303b01a5d4e51c000a283853af65059fa62285 80 commit cd809e2f7cee3874b7ae16b2c482a8b63a90e4a [all...] |
/external/jemalloc/src/ |
chunk_mmap.c | 7 chunk_alloc_mmap_slow(size_t size, size_t alignment, bool *zero, bool *commit) 29 if (!*commit) 30 *commit = pages_decommit(ret, size); 36 bool *commit) 64 return (chunk_alloc_mmap_slow(size, alignment, zero, commit)); 69 if (!*commit) 70 *commit = pages_decommit(ret, size);
|
/external/libusb-compat/ |
ChangeLog | 0 commit 713a4c3c2097e6d060d41718b2005490dfd7c71c 7 commit 3874dfa6141e0e4cee8ccc6c3d4ff522698ebd7d 18 commit 15bf9b0a2d3fed8f0fe69d002a4fcd0140679f2d 41 commit 3ffc1160f0599ceb503aa2e0dbbf51a5b72bb9b9 47 commit 29af8617ad6d460c3bff927f17c4938dab8f10d3 53 commit f0909ef85c5bf2ee8655864041e5e0453adc9ff0 59 commit b090e024b9dbd8d94ba6f2b6eeb629d3fd461d6e 69 commit cf9ce427f4bb62b7d575b70b299f1a582fb1baa1 75 commit c2ffa94cbcab67324aebc1b32dad69f875b6481a 92 commit 14e5a692c62c07e9698e5b51b4da5f48a7da191 [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/ |
git-release-notes.py | 9 REVLIST = 'git rev-list develop --abbrev-commit --format="parents %p%n%B%n~~~" --max-count=200 develop' 29 commit = lines[0].split(' ', 1)[1] variable 33 # print(commit, parents) 36 print('Found release commit, stopping:') 41 commit_list.append([commit, message]) 50 for commit, message in commit_list: 57 append.append(':sha:`{commit}`'.format(commit=commit))
|
/external/mesa3d/bin/ |
get-pick-list.sh | 5 # Grep for commits with "cherry picked from commit" in the commit message. 6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\ 7 grep "cherry picked from commit" |\ 8 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
|
/development/tools/checkstyle/gitlint/ |
git.py | 34 """Returns the SHA1 of the last commit.""" 52 def modified_files(root, tracked_only=False, commit=None): 53 """Returns a list of files that has been modified since the last commit. 58 commit: SHA1 of the commit. If None, it will get the modified files in the 67 if commit: 68 return _modified_files_with_commit(root, commit) 89 def _modified_files_with_commit(root, commit): 92 ['git', 'diff-tree', '-r', '--root', '--no-commit-id', '--name-status', 93 commit]).decode('utf-8').split(os.linesep [all...] |