/external/openssh/ |
D | ChangeLog | 1 commit d38f05dbdd291212bc95ea80648b72b7177e9f4e 7 commit 72536316a219b7394996a74691a5d4ec197480f7 13 commit 3be52bc36bdfd24ded7e0f46999e7db520fb4e3f 17 upstream commit 23 commit db84e52fe9cfad57f22e7e23c5fbf00092385129 31 commit 89f04852db27643717c9c3a2b0dde97ae50099ee 39 commit 7ef1f9bafc2cc8d97ff2fbd4f280002b6e8ea5d9 48 commit 9165abfea3f68a0c684a6ed2e575e59bc31a3a6b 58 commit 2adbe1e63bc313d03e8e84e652cc623af8ebb163 62 upstream commit [all …]
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() argument 86 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() argument 177 commit.insertWrap("(", RecRange, ")"); in maybePutParensOnReceiver() 182 Commit &commit) { in rewriteToSubscriptGetCommon() argument 193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon() 196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon() 198 commit.insertWrap("[", ArgRange, "]"); in rewriteToSubscriptGetCommon() 199 maybePutParensOnReceiver(Rec, commit); in rewriteToSubscriptGetCommon() 206 Commit &commit) { in rewriteToArraySubscriptGet() argument [all …]
|
/external/bcc/docs/ |
D | kernel-versions.md | 7 3.15 | [`bd4cf0ed331a`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=… 17 …786c9e`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=622582786c9e04… 18 …e3d69d`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e54bcde3d69d40… 19 …105728`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=054623105728b0… 20 …bb809f`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4f3446bb809f20… 21 …290e96`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=156d0e290e969c… 22 …3cac55`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b7b7013cac55d7… 23 …031c6b`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7a12b5031c6b94… 24 …6d82f0`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f381bf6d82f032… 25 …204bb1`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=39c13c204bb115… [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog | 1 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 1c0e9a7297ced15413c2d2d5d35f6c650c4b46c9 [all …]
|
/external/autotest/tko/ |
D | db.py | 241 return self.con.commit() 244 def commit(self): member in db_sql 379 def _exec_sql_with_commit(self, sql, values, commit): argument 384 self.con.commit() 389 if commit: 390 self.con.commit() 393 def insert(self, table, data, commit=None): argument 412 self._exec_sql_with_commit(cmd, values, commit) 415 def delete(self, table, where, commit = None): argument 423 if commit is None: [all …]
|
/external/libusb-compat/ |
D | ChangeLog | 1 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 14e5a692c62c07e9698e5b51b4da5f48a7da1912 [all …]
|
/external/v8/tools/ |
D | find-commit-for-patch.py | 54 def CountMatchingFiles(commit, files): argument 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 89 print(">>> Matching commit: %s" % commit) 90 print(subprocess.check_output(["git", "log", "-1", commit])) [all …]
|
/external/lz4/tests/ |
D | test-lz4-speed.py | 89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument 95 % (email_header, pid, branch, commit, last_commit, 116 def git_get_changes(branch, commit, last_commit): argument 119 commits = execute('git log -n 10 %s %s' % (fmt, commit)) 121 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit)) 128 commit = None 136 commit = words[1] 144 return commit, csize, cspeed, dspeed 147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument 161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum)) [all …]
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() argument 272 commit.insertBefore(receiver->getLocStart(), "("); in rewriteToPropertyDotSyntax() 278 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax() 281 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 282 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 285 commit.insertWrap("(", receiver->getSourceRange(), ")"); in rewriteToPropertyDotSyntax() 303 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax() 305 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 306 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local [all …]
|
/external/jcommander/src/test/java/com/beust/jcommander/command/ |
D | CommandAliasTest.java | 63 CommandCommit commit = new CommandCommit(); in testCommitWithAlias() local 64 jc.addCommand("commit", commit, "ci", "cmt"); in testCommitWithAlias() 69 Assert.assertEquals(commit.amend.booleanValue(), true); in testCommitWithAlias() 70 Assert.assertEquals(commit.author, "jack"); in testCommitWithAlias() 71 Assert.assertEquals(commit.files, Arrays.asList("file1.txt")); in testCommitWithAlias() 80 CommandCommit commit = new CommandCommit(); in twoCommandsWithAliases() local 81 jc.addCommand("commit", commit, "ci", "cmt"); in twoCommandsWithAliases() 95 CommandCommit commit = new CommandCommit(); in clashingAliasesAreNotAllowed() local 97 jc.addCommand("commit", commit, "ci", "xx"); in clashingAliasesAreNotAllowed() 119 CommandCommit commit = new CommandCommit(); in usageCanBeRetrievedWithBothCommandAndAlias() local [all …]
|
D | CommandTest.java | 36 CommandCommit commit = new CommandCommit(); in namedCommandTest1() local 37 jc.addCommand("commit", commit); in namedCommandTest1() 59 CommandCommit commit = new CommandCommit(); in commandTest1() local 60 jc.addCommand("commit", commit); in commandTest1() 74 CommandCommit commit = new CommandCommit(); in commandTest2() local 75 jc.addCommand("commit", commit); in commandTest2() 85 Assert.assertTrue(commit.amend); in commandTest2() 86 Assert.assertEquals(commit.author, "cbeust"); in commandTest2() 87 Assert.assertEquals(commit.files, Arrays.asList("A.java", "B.java")); in commandTest2()
|
/external/u-boot/tools/patman/ |
D | series.py | 53 def AddTag(self, commit, line, name, value): argument 69 (commit.hash, line, values, self[name])) 80 "options are %s" % (commit.hash, line, name, 83 def AddCommit(self, commit): argument 91 commit.CheckTags() 92 self.commits.append(commit) 114 commit = self.commits[upto] 116 cc_list = list(self._generated_cc[commit.patch]) 139 def MakeChangeLog(self, commit): argument 162 if commit and this_commit != commit: [all …]
|
D | patchstream.py | 12 import commit 76 self.commit = None # Current commit 93 self.series.AddTag(self.commit, line, name, value) 111 if self.commit and self.is_log: 112 self.series.AddCommit(self.commit) 113 self.commit = None 194 self.commit.notes += self.section 216 self.commit.notes += self.section 227 self.commit.subject = line 259 self.series.AddChange(self.in_change, self.commit, line) [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 191 swc->commit(swc); in SVGA3D_vgpu10_PredCopyRegion() 213 swc->commit(swc); in SVGA3D_vgpu10_PredCopy() 227 swc->commit(swc); in SVGA3D_vgpu10_SetViewports() 249 swc->commit(swc); in SVGA3D_vgpu10_SetShader() 286 swc->commit(swc); in SVGA3D_vgpu10_SetShaderResources() 303 swc->commit(swc); in SVGA3D_vgpu10_SetSamplers() 335 swc->commit(swc); in SVGA3D_vgpu10_ClearRenderTargetView() 393 swc->commit(swc); in SVGA3D_vgpu10_SetRenderTargets() 409 swc->commit(swc); in SVGA3D_vgpu10_SetBlendState() 422 swc->commit(swc); in SVGA3D_vgpu10_SetDepthStencilState() [all …]
|
D | svga_cmd.c | 133 swc->commit(swc); in SVGA_FIFOCommitAll() 177 swc->commit(swc); in SVGA3D_DefineContext() 211 swc->commit(swc); in SVGA3D_DestroyContext() 344 swc->commit(swc); in SVGA3D_DefineSurface2D() 379 swc->commit(swc); in SVGA3D_DestroySurface() 479 swc->commit(swc); in SVGA3D_SurfaceDMA() 550 swc->commit(swc); in SVGA3D_BufferDMA() 600 swc->commit(swc); in SVGA3D_SetRenderTarget() 655 swc->commit(swc); in SVGA3D_DefineShader() 696 swc->commit(swc); in SVGA3D_DestroyShader() [all …]
|
/external/syzkaller/docs/linux/ |
D | found_bugs_usb.md | 12 …//github.com/torvalds/linux/commit/2cb80187ba065d7decad7c6614e35e07aec8a974), [fix2](https://githu… 17 …/#!topic/syzkaller/Gspr1ddXgHA) [[fix](https://github.com/torvalds/linux/commit/f9a1c372299fed53d4… 21 …/#!topic/syzkaller/0HJQqTm0G_g) [[fix](https://github.com/torvalds/linux/commit/b1cb7372fa822af6c0… 24 …/#!topic/syzkaller/McWFcOsA47Y) [[fix](https://github.com/torvalds/linux/commit/a50829479f58416a01… 25 …/#!topic/syzkaller/tzdz2fTB1K0) [[fix](https://github.com/torvalds/linux/commit/1c0edc3633b56000e1… 30 …/#!topic/syzkaller/jf7GTr_g2CU) [[fix](https://github.com/torvalds/linux/commit/124751d5e63c823092… 34 …/#!topic/syzkaller/bBFN8imrjjo) [[fix](https://github.com/torvalds/linux/commit/58fd55e838276a0c13… 41 …/#!topic/syzkaller/l3870gs3LhA) [[fix](https://github.com/torvalds/linux/commit/7c80f9e4a588f1925b… 42 …/#!topic/syzkaller/q6jjr1OhqO8) [[fix](https://github.com/torvalds/linux/commit/ea04efee7635c9120d… 43 …//github.com/torvalds/linux/commit/bd998c2e0df0469707503023d50d46cf0b10c787), [fix2](https://githu… [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowSharedPreferencesTest.java | 55 editor.commit(); in commit_shouldStoreValues() 68 editor.commit(); in commit_shouldClearEditsThatNeedRemoveAndEditsThatNeedCommit() 69 editor.remove("string").commit(); in commit_shouldClearEditsThatNeedRemoveAndEditsThatNeedCommit() 74 anotherSharedPreferences.edit().putString("string", "value for key").commit(); in commit_shouldClearEditsThatNeedRemoveAndEditsThatNeedCommit() 76 editor.commit(); in commit_shouldClearEditsThatNeedRemoveAndEditsThatNeedCommit() 82 editor.commit(); in getAll_shouldReturnAllValues() 89 editor.putString("deleteMe", "foo").commit(); in commit_shouldRemoveValuesThenSetValues() 96 editor.commit(); in commit_shouldRemoveValuesThenSetValues() 116 editor.commit(); in commit_shouldClearThenSetValues() 135 editor.commit(); in putString_shouldRemovePairIfValueIsNull() [all …]
|
/external/u-boot/scripts/ |
D | fill_scrapyard.py | 60 commit = result.split()[0] 62 if commit[0] == '^': 66 if commit == '0' * len(commit): 70 return commit 72 def get_committer_date(commit): argument 84 '--format=%ci', commit])
|
/external/bcc/scripts/ |
D | git-clang-format | 123 commit, files = interpret_args(opts.args, dash_dash, opts.commit) 124 changed_lines = compute_diff_and_extract_lines(commit, files) 195 commit = default_commit 199 commit = args[0] 200 object_type = get_object_type(commit) 203 die("'%s' is not a commit" % commit) 205 die("'%s' is a %s, but a commit was expected" % (commit, object_type)) 209 commit = args[0] 212 commit = default_commit 215 commit = default_commit [all …]
|
/external/autotest/server/hosts/ |
D | file_store_unittest.py | 30 store.commit(info) 40 store.commit(info) 67 store.commit(host_info.HostInfo()) 80 store.commit(host_info.HostInfo()) 94 store.commit(host_info.HostInfo()) 102 store.commit(host_info.HostInfo()) 113 store.commit(host_info.HostInfo()) 138 store.commit(host_info.HostInfo()) 162 store.commit(host_info.HostInfo()) 182 store.commit(host_info.HostInfo())
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaLocalTxnInterceptor.java | 69 txn.commit(); in invoke() 85 txn.commit(); in invoke() 126 boolean commit = true; in rollbackIfNecessary() 133 commit = false; in rollbackIfNecessary() 140 commit = true; in rollbackIfNecessary() 146 if (!commit) { in rollbackIfNecessary() 155 return commit; in rollbackIfNecessary()
|
/external/jemalloc/src/ |
D | chunk_mmap.c | 7 chunk_alloc_mmap_slow(size_t size, size_t alignment, bool *zero, bool *commit) in chunk_alloc_mmap_slow() argument 19 pages = pages_map(NULL, alloc_size, commit); in chunk_alloc_mmap_slow() 24 ret = pages_trim(pages, alloc_size, leadsize, size, commit); in chunk_alloc_mmap_slow() 34 bool *commit) in chunk_alloc_mmap() argument 55 ret = pages_map(new_addr, size, commit); in chunk_alloc_mmap() 62 return (chunk_alloc_mmap_slow(size, alignment, zero, commit)); in chunk_alloc_mmap()
|
D | pages.c | 28 pages_map(void *addr, size_t size, bool *commit) in pages_map() argument 35 *commit = true; in pages_map() 42 ret = VirtualAlloc(addr, size, MEM_RESERVE | (*commit ? MEM_COMMIT : 0), in pages_map() 50 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_map() 105 bool *commit) in pages_trim() argument 115 new_addr = pages_map(ret, size, commit); in pages_trim() 136 pages_commit_impl(void *addr, size_t size, bool commit) in pages_commit_impl() argument 143 return (commit ? (addr != VirtualAlloc(addr, size, MEM_COMMIT, in pages_commit_impl() 147 int prot = commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in pages_commit_impl()
|
/external/jemalloc_new/src/ |
D | pages.c | 61 os_pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in os_pages_map() argument 67 *commit = true; in os_pages_map() 76 ret = VirtualAlloc(addr, size, MEM_RESERVE | (*commit ? MEM_COMMIT : 0), in os_pages_map() 84 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT; in os_pages_map() 114 bool *commit) { in os_pages_trim() argument 120 void *new_addr = os_pages_map(ret, size, PAGE, commit); in os_pages_trim() 169 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow() argument 178 void *pages = os_pages_map(NULL, alloc_size, alignment, commit); in pages_map_slow() 184 ret = os_pages_trim(pages, alloc_size, leadsize, size, commit); in pages_map_slow() 193 pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in pages_map() argument [all …]
|
/external/smali/dexlib2/ |
D | OatVersions.txt | 9 1412dfa4adcd511902e510fa0c948b168ab5840c - 61 (re-commit of f3251d12) 16 7bf2b4f1d08050f80782217febac55c8cfc5e4ef - 65 (re-commit of fa2c054b) 23 0747466fca310eedea5fc49e37d54f240a0b3c0f - 69 (re-commit of 54b62480) 35 9bdf108885a27ba05fae8501725649574d7c491b - 75 (re-commit of 625a64aa) 38 29d38e77c553c6cf71fc4dafe2d22b4e3f814872 - 76 (re-commit of 845e5064) 58 0d3998b5ff619364acf47bec0b541e7a49bd6fe7 - 95 (re-commit of 2b615ba) 65 e761bccf9f0d884cc4d4ec104568cef968296492 - 100 (re-commit of cc99df23)
|