/external/boringssl/src/infra/config/ |
README.md | 3 This contains Commit Queue config for automatic testing of changes before they
|
/external/dtc/ |
README.version | 1 URL: https://git.kernel.org/cgit/utils/dtc/dtc.git/commit/?id=120775eb1cf39f8dcecd695c3ff1cfef8aeb669d
|
/external/freetype/ |
README.version | 1 URL: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=036bdc0c9a4fb55b4fe5a7276e97b70b95c8a260
|
/external/jemalloc/include/jemalloc/internal/ |
chunk_mmap.h | 13 bool *zero, bool *commit);
|
pages.h | 12 void *pages_map(void *addr, size_t size, bool *commit); 15 size_t size, 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...] |
/external/python/cpython2/Modules/_ctypes/libffi/ |
ChangeLog | 0 commit 0403f332b1f478696c30d3d8a0e2f6eef24aaf88 7 commit 94ac0c168ee7b115409121d88b25a4979446c8da 13 commit 57465744b6e1295d7202de5a7734df589518f1c8 19 commit 0c2251a42df5108b6d9ebe5fe1cf83d0bcdf660e 25 commit 70c303cb88e23aaee91c87c56b108c50ab4f3c2f 31 commit 52b3457093ed19b2a7c5fcf243c4014c90ce6225 37 commit 7ba4c5d72aa440a4b21fb57e999e67c5957761da 43 commit 31e0d4ecff6dc2a6c75a066ee099b52a43f6ba27 52 commit 99909eb6184b62408d88b6b4e7ab38e84e6d0bf3 58 commit 1c0e9a7297ced15413c2d2d5d35f6c650c4b46c [all...] |
/external/python/cpython3/Modules/_ctypes/libffi/ |
ChangeLog | 0 commit 0403f332b1f478696c30d3d8a0e2f6eef24aaf88 7 commit 94ac0c168ee7b115409121d88b25a4979446c8da 13 commit 57465744b6e1295d7202de5a7734df589518f1c8 19 commit 0c2251a42df5108b6d9ebe5fe1cf83d0bcdf660e 25 commit 70c303cb88e23aaee91c87c56b108c50ab4f3c2f 31 commit 52b3457093ed19b2a7c5fcf243c4014c90ce6225 37 commit 7ba4c5d72aa440a4b21fb57e999e67c5957761da 43 commit 31e0d4ecff6dc2a6c75a066ee099b52a43f6ba27 52 commit 99909eb6184b62408d88b6b4e7ab38e84e6d0bf3 58 commit 1c0e9a7297ced15413c2d2d5d35f6c650c4b46c [all...] |
/external/libvpx/ |
README.android | 9 Commit: f80be22a1099b2a431c2796f529bb261064ec6b4 23 to the commit message. 31 3. Update this file with any Version, Date, Branch, or Commit changes. The 34 4. Commit the changes. The commit message should look like this and is printed 41 a6b2070 <git commit message 1> 42 08dabbc <git commit message 2> 43 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/jcommander/src/test/java/com/beust/jcommander/command/ |
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/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/autotest/tko/ |
db.py | 194 """Private method for function commit to call for retry. 196 return self.con.commit() 199 def commit(self): member in class:db_sql 200 """Commit the sql transaction.""" 334 def _exec_sql_with_commit(self, sql, values, commit): 339 self.con.commit() 344 if commit: 345 self.con.commit() 348 def insert(self, table, data, commit=None): 357 @param commit: If commit the transaction [all...] |
/bionic/libc/stdio/ |
parsefloat.c | 41 char *commit, *p; local 51 * We set commit = p whenever the string we have read so far 54 * or fail, and we will ungetc() back to the last commit point. 59 commit = buf - 1; 74 commit = p; 95 commit = p; /* inf or infinity */ 110 commit = p; 118 commit = p; 144 commit = p; 154 commit = p 189 wchar_t *commit, *p; local [all...] |
/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/clang/lib/Edit/ |
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/mesa3d/bin/ |
get-pick-list.sh | 14 # Grep for commits with "cherry picked from commit" in the commit message. 15 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\ 16 grep "cherry picked from commit" |\ 17 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
|
/prebuilts/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...] |
/external/skia/infra/bots/recipes/bundle_recipes.expected/ |
BundleRecipes.json | 30 "commit", 32 "commit recipes" 39 "name": "git commit"
|
/external/skqp/infra/bots/recipes/bundle_recipes.expected/ |
BundleRecipes.json | 30 "commit", 32 "commit recipes" 39 "name": "git commit"
|
/external/jemalloc/src/ |
chunk_mmap.c | 7 chunk_alloc_mmap_slow(size_t size, size_t alignment, bool *zero, bool *commit) 19 pages = pages_map(NULL, alloc_size, commit); 24 ret = pages_trim(pages, alloc_size, leadsize, size, commit); 34 bool *commit) 55 ret = pages_map(new_addr, size, commit); 62 return (chunk_alloc_mmap_slow(size, alignment, zero, commit));
|
/external/libusb/.private/ |
pre-commit.sh | 6 # To have git run this script on commit, first make sure you change 7 # BRANCH_OFFSET to 60000 or higher, then create a "pre-commit" text file in 10 # if [ -x .private/pre-commit.sh ]; then 11 # source .private/pre-commit.sh 34 # only allow detection of amending post commit, so we require a .amend file, 35 # which will be created post commit with a user warning if none exists when an
|
/external/harfbuzz_ng/ |
README.android | 6 * Locate the commit you'd like to move. 7 ex: for 1.7.4: https://github.com/harfbuzz/harfbuzz/commit/007a2a4317227b8fb4c764c590203c85fc3da5fd
|
/external/testng/src/test/java/test/justin/ |
BaseTestCase.java | 24 protected void commit() { method in class:BaseTestCase 28 commit(); method
|
/external/autotest/server/hosts/ |
file_store_unittest.py | 26 """Refresh-commit cycle from a single store restores HostInfo.""" 30 store.commit(info) 36 """Refresh-commit cycle from separate stores restores HostInfo.""" 40 store.commit(info) 48 """Refresh from store before commit raises StoreError""" 55 """Commit blocks when the backing file is locked. 67 store.commit(host_info.HostInfo()) 80 store.commit(host_info.HostInfo()) 89 """Commit to a non-writable path raises StoreError.""" 94 store.commit(host_info.HostInfo() [all...] |