/external/grpc-grpc/third_party/nanopb/ |
D | CHANGELOG.txt | 26 Fix handling of unsigned 8- and 16-bit enums (issue 164) 27 Fix generator on systems where python = python3. (issue 155) 28 Fix compiler warning on GCC 5.x (issue 171) 29 Make the generator better handle imported .protos (issue 165) 31 Add syntax= line to .proto files (issue 167) 35 Fix missing files in Linux binary package (issue 146) 36 Fix generator bug when oneof is first field in a message. (issue 142) 37 Fix generator error when long_names:false is combined with Oneofs. (issue 147) 38 Fix oneof submessage initialization bug. (issue 149) 39 Fix problem with plugin options on Python 2.7.2 and older. (issue 153) [all …]
|
/external/nanopb-c/ |
D | CHANGELOG.txt | 2 Fix handling of special characters in string/bytes default values (issue #322) 8 Add check for large extension field number (issue #306) 12 Add some verbose prints in generator (issue #238) 55 Fix missing warning with large bytes fields (issue #220) 87 Fix handling of unsigned 8- and 16-bit enums (issue 164) 88 Fix generator on systems where python = python3. (issue 155) 89 Fix compiler warning on GCC 5.x (issue 171) 90 Make the generator better handle imported .protos (issue 165) 92 Add syntax= line to .proto files (issue 167) 96 Fix missing files in Linux binary package (issue 146) [all …]
|
/external/capstone/suite/cstest/ |
D | issues.cs | 1 !# issue 0 5 !# issue 0 9 !# issue 1323 13 !# issue 1317 17 !# issue 1308 21 !# issue 1262 25 !# issue 1262 29 !# issue 1255 33 !# issue 1255 37 !# issue 1255 [all …]
|
/external/python/cpython2/Doc/tools/extensions/ |
D | suspicious.py | 63 def __init__(self, docname, lineno, issue, line): argument 69 self.issue = issue # the markup fragment that triggered this rule 122 def check_issue(self, line, lineno, issue): argument 123 if not self.is_ignored(line, lineno, issue): 124 self.report_issue(line, lineno, issue) 126 def is_ignored(self, line, lineno, issue): argument 131 if rule.issue != issue: continue 148 def report_issue(self, text, lineno, issue): argument 151 self.write_log_entry(lineno, issue, text) 154 (self.docname, lineno, issue, text)) [all …]
|
/external/llvm-project/clang/www/ |
D | make_cxx_dr_status | 17 def __init__(self, section, issue, url, status, title): argument 18 self.section, self.issue, self.url, self.status, self.title = \ 19 section, issue, url, status, title 21 return '%s (%s): %s' % (self.issue, self.status, self.title) 28 _, url, issue = issue_link.split('"', 2) 30 issue = int(issue.split('>', 1)[1].split('<', 1)[0]) 32 return DR(section, issue, url, status, title) 48 key = lambda dr: dr.issue) 98 def availability(issue): argument 99 status = status_map.get(issue, 'unknown') [all …]
|
/external/clang/www/ |
D | make_cxx_dr_status | 17 def __init__(self, section, issue, url, status, title): argument 18 self.section, self.issue, self.url, self.status, self.title = \ 19 section, issue, url, status, title 21 return '%s (%s): %s' % (self.issue, self.status, self.title) 28 _, url, issue = issue_link.split('"', 2) 30 issue = int(issue.split('>', 1)[1].split('<', 1)[0]) 32 return DR(section, issue, url, status, title) 48 key = lambda dr: dr.issue) 96 def availability(issue): argument 97 status = status_map.get(issue, 'unknown') [all …]
|
/external/python/cpython3/Doc/tools/extensions/ |
D | suspicious.py | 64 def __init__(self, docname, lineno, issue, line): argument 70 self.issue = issue # the markup fragment that triggered this rule 126 def check_issue(self, line, lineno, issue): argument 127 if not self.is_ignored(line, lineno, issue): 128 self.report_issue(line, lineno, issue) 130 def is_ignored(self, line, lineno, issue): argument 135 if rule.issue != issue: continue 152 def report_issue(self, text, lineno, issue): argument 154 self.write_log_entry(lineno, issue, text) 157 (self.docname, lineno, issue, text)) [all …]
|
/external/python/dateutil/ |
D | NEWS | 14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859). 16 Fixed by @cssherry (gh issue #582, pr #763) 25 Gökçen Nurlu (gh issue #691, gh pr #761) 34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693). 35 - Fixed an issue where ``parser.parse`` would raise ``Decimal``-specific errors 38 @amureki (gh issue #662, gh pr #679). 39 - Fixed issue in ``parser`` where a ``tzinfos`` call explicitly returning 41 Fixed by @parsethis (gh issue #661, gh pr #681) 43 in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700) 48 Fixed by @cheukting (gh issue #658, gh pr #751) [all …]
|
/external/hamcrest/ |
D | CHANGES.txt | 19 * Fix gh issue #69 - Iterable contains in order is null-safe 21 * Fix gh issue #59 - added equalToObject() (i.e. unchecked) method 23 * Fix gh issue #25 - arrayContaining(null, null) cause NullPointerException 25 * Fix gh issue #36 - string matching on regular expressions 27 * Fix gh issue #8 - isCloseTo() shows wrong delta in mismatch description 29 * Fix issue 131 - Implement IsEmptyMap, IsMapWithSize 31 * Fix issue 155 - Deprecated several matcher factory methods of the for "isXyz" 33 * Fix issue 187 - IsArray.describeMismatchSafely() should use Matcher.describeMismatch 35 * Fix issue 155 - Add Matcher implementation for files 37 * Fix issue 59 - add untyped version of equalTo, named equalToObject [all …]
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 162 (Contributed by Brandt Bucher in :issue:`36144`.) 172 :issue:`39939`.) 192 Ethan Smith, and Batuhan Taşkaya in :issue:`39481`.) 215 Pablo Galindo and Lysandros Nikolaou in :issue:`40334`.) 224 (Contributed by Ngalim Siregar in :issue:`37444`.) 232 (Contributed by Victor Stinner in :issue:`20443`.) 242 (Contributed by Victor Stinner in :issue:`37388`.) 247 (Contributed by Serhiy Storchaka in :issue:`28029`.) 251 (Contributed by Brandt Bucher in :issue:`39702`.) [all …]
|
D | 3.7.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 503 :issue:`12844` and :issue:`18896`.) 506 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.) 511 (Contributed by INADA Naoki in :issue:`32677`.) 515 :issue:`29546`.) 519 (Contributed by Serhiy Storchaka in :issue:`30024`.) 523 (Contributed by Serhiy Storchaka in :issue:`28974`.) 529 (Contributed by Nathaniel J. Smith in :issue:`30579`.) 535 (Contributed by Nick Coghlan in :issue:`33053`.) 540 (Contributed by Victor Stinner in :issue:`31415`.) [all …]
|
D | 3.5.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 80 methods. (Contributed by Arnon Yaari in :issue:`9951`.) 83 (Contributed by Antoine Pitrou in :issue:`23632`.) 87 by Benno Leslie and Yury Selivanov in :issue:`24450`.) 91 in :issue:`19235`.) 99 (Contributed by Victor Stinner in :issue:`19977`.) 140 manually. (See :issue:`22638` for more details; this change was 145 in :issue:`22796`.) 369 overall readability of the code. This issue is particularly important when 707 (Contributed by Serhiy Storchaka in :issue:`19676` and :issue:`22286`.) [all …]
|
D | 3.8.rst | 40 (Contributed by P.Y. Developer in :issue:`12345`.) 115 (Contributed by Emily Morehouse in :issue:`35224`.) 186 (Contributed by Pablo Galindo in :issue:`36540`.) 204 (Contributed by Carl Meyer in :issue:`33499`.) 220 (Contributed by Victor Stinner in :issue:`36465`.) 227 (Contributed by Victor Stinner in :issue:`21536`.) 232 (Contributed by Victor Stinner in :issue:`36722`.) 250 (Contributed by Victor Stinner in :issue:`36721`.) 278 (Contributed by Eric V. Smith and Larry Hastings in :issue:`36817`.) 346 (Contributed by Victor Stinner in :issue:`36763`.) [all …]
|
D | 3.6.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 600 (Contributed by INADA Naoki in :issue:`27350`. Idea 707 (Contributed by Victor Stinner in :issue:`26516` and :issue:`26564`.) 733 (Contributed by Łukasz Langa in :issue:`21590`, based on patches by 750 (Contributed by Andrew Barnert and Ivan Levkivskyi in :issue:`25958`.) 755 (Contributed by Emanuel Barry in :issue:`26823`.) 760 (Contributed by Eric Snow in :issue:`15767`.) 764 (Contributed by Martin Teichmann in :issue:`23722`.) 801 Contributed by Serhiy Storchaka in :issue:`26492`. 809 Contributed by Victor Stinner in :issue:`26146`. [all …]
|
D | 3.4.rst | 55 :mod:`socket` module. (Contributed by P.Y. Developer in :issue:`12345`.) 90 (:issue:`16499`). 96 <whatsnew-marshal-3>` (:issue:`16475`). 122 on Unix <whatsnew-multiprocessing-no-fork>` (:issue:`8713`). 126 handling <whatsnew_email_contentmanager>` (:issue:`18891`). 139 (:issue:`16499`). 164 to None during finalization <whatsnew-pep-442>` (:issue:`18214`). 374 (Contributed by Nick Coghlan in :issue:`7475`, :issue:`17827`, 375 :issue:`17828` and :issue:`19619`.) 410 :issue:`18111`.) [all …]
|
/external/rust/crates/textwrap/ |
D | CHANGELOG.md | 222 * Fixed [#176][issue-176]: Mention compile-time wrapping by linking to 224 * Fixed [#193][issue-193]: Wrapping with `break_words(false)` was 242 * Fixed [#140][issue-140]: Ignore ANSI escape sequences. 243 * Fixed [#158][issue-158]: Unintended wrapping when using external splitter. 244 * Fixed [#177][issue-177]: Update examples to the 2018 edition. 251 * Merged [#141][issue-141]: Fix `dedent` handling of empty lines and 253 * Fixed [#151][issue-151]: Release of version with hyphenation 0.7. 260 * Fixed [#99][issue-99]: Word broken even though it would fit on line. 261 * Fixed [#107][issue-107]: Automatic hyphenation is off by one. 262 * Fixed [#122][issue-122]: Take newlines into account when wrapping. [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/gcp/github_stats_tracking/ |
D | fetch_data.py | 37 def is_untriaged(issue): argument 39 for label in issue.labels: 46 issue for issue in repo.get_issues(state='open') 47 if issue.pull_request is None and is_untriaged(issue) 50 issue for issue in repo.get_issues(state='all', labels=[LABEL_KIND_BUG]) 51 if issue.pull_request is None
|
/external/mockito/src/test/java/org/mockito/exceptions/base/ |
D | MockitoSerializationIssueTest.java | 23 … MockitoSerializationIssue issue = new MockitoSerializationIssue("msg", new Exception("cause")); in should_filter_out_test_class_from_stacktrace_when_clean_flag_is_true() local 26 …assertThat(Arrays.toString(issue.getUnfilteredStackTrace())).contains("MockitoSerializationIssueTe… in should_filter_out_test_class_from_stacktrace_when_clean_flag_is_true() 27 …assertThat(Arrays.toString(issue.getStackTrace())).doesNotContain("MockitoSerializationIssueTest"); in should_filter_out_test_class_from_stacktrace_when_clean_flag_is_true() 36 … MockitoSerializationIssue issue = new MockitoSerializationIssue("msg", new Exception("cause")); in should_keep_executing_class_in_stacktrace_when_clean_flag_is_false() local 39 …assertThat(Arrays.toString(issue.getUnfilteredStackTrace())).contains("MockitoSerializationIssueTe… in should_keep_executing_class_in_stacktrace_when_clean_flag_is_false() 40 … assertThat(Arrays.toString(issue.getStackTrace())).contains("MockitoSerializationIssueTest"); in should_keep_executing_class_in_stacktrace_when_clean_flag_is_false()
|
/external/lottie/.github/ISSUE_TEMPLATE/ |
D | non-rendering-bug.md | 9 ** If you don't use this template, your issue will be closed ** 14 2. Reproduce your issue in the issue-repro module. Issues without a repro in the issue-repro 17 **Link to fork with a repro in the issue-repro module** 31 …ps://github.com/users/gpeal/sponsorship) to prioritize this issue and help support this issue as w…
|
/external/apache-commons-bcel/src/changes/ |
D | release-notes.vm | 51 ## indent2 allows for issue wrapper 69 #set($issue="$actionItem.getIssue():") 70 ## Pad shorter issue numbers 71 #if ($issue.length() < $indent1.length())#set ($issue="$issue ")#end 72 #if ($issue.length() < $indent1.length())#set ($issue="$issue ")#end 73 #if ($issue.length() < $indent1.length())#set ($issue="$issue ")#end 75 #set($issue=$indent1) 82 o $issue ${action}$dueto 85 #set($issue="")
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_32x32_a9q.s | 174 VSUBL.U8 Q9,D1,D5 @ Get residue 9-16 row 1 -- dual issue 177 VSUBL.U8 Q10,D2,D6 @ Get residue 17-24 row 1 -- dual issue 180 VSUBL.U8 Q11,D3,D7 @ Get residue 25-32 row 1 -- dual issue 184 VSUBL.U8 Q12,D8,D12 @ Get residue 1-8 row 2 -- dual issue 187 VSUBL.U8 Q13,D9,D13 @ Get residue 9-16 row 2 -- dual issue 201 VREV64.S16 Q10,Q10 @ Rev 17-24 row 1 -- dual issue 203 VREV64.S16 Q11,Q11 @ Rev 25-32 row 1 -- dual issue 210 VADD.S16 Q5, Q9,Q10 @ e[k] = resi_tmp_1 + resi_tmp_2 k ->9-16 row 1 -- dual issue 212 VADD.S16 Q4, Q8,Q11 @ e[k] = resi_tmp_1 + resi_tmp_2 k -> 1-8 row 1 -- dual issue 214 VSUB.S16 Q6, Q8,Q11 @ o[k] = resi_tmp_1 - resi_tmp_2 k -> 1-8 row 1 -- dual issue [all …]
|
/external/lottie/.github/ |
D | ISSUE_TEMPLATE.md | 1 **Read this or your issue will be closed** 4 * Before opening a new issue, look through existing issues for duplicates. 5 * Simplify your animation to the simplest animation that reproduces your issue. 6 * Zip your After Effects AEP file and attach it. Your issue will be auto-closed if it doesn't have … 7 * If you don't know English, run your issue through Google Translate. 8 * If you leave the template text in your issue, it will be closed.
|
/external/iperf3/ |
D | RELNOTES.md | 158 environment for diagnosing this issue (#692). 409 and receiver_tcp_congestion (issue #461). A few bugs (probably 415 * Fixed a buffer overflow in the cJSON library (issue #466). It is 421 * Various bug fixes (issue #459, pull request #429, issue #388). 431 * Fixed a buffer overflow / heap corruption issue that could occur 434 exploit. This issue, present in the cJSON library, was already 449 has been fixed (issue #412, pull request #414). 458 * Fixed the build on FreeBSD 11-CURRENT (issue #413). 460 * Fixed various coding errors (issue #423, issue #425). 471 into JSON, particularly at the end of UDP tests (issue #278). [all …]
|
/external/skqp/tools/ |
D | bisect_roll.go | 122 issue, err := autoroll.FromGerritChangeInfo(cl, fullHashFn, false) 124 if old, ok := rollCls[issue.RollingTo]; !ok || ok && issue.Modified.After(old.Modified) { 125 rollCls[issue.RollingTo] = issue 159 if issue, ok := rollCls[suggestedCommit]; ok && issue.Result == autoroll.ROLL_RESULT_IN_PROGRESS { 160 …log("Recommend waiting for the current in-progress roll to finish: %s/%d", *gerritUrl, issue.Issue) 204 issue, err := rm.CreateNewRoll(ctx, lastRoll, rollTo, []string{email}, "", false) 208 log("Uploaded %s/%d", *gerritUrl, issue)
|
/external/javassist/src/test/testproxy/ |
D | Target189.java | 61 private PublishedIssue issue; field in Target189.PublishedArticle 65 return issue; in getIssue() 68 public void setIssue(PublishedIssue issue) { in setIssue() argument 69 this.issue = issue; in setIssue()
|