Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 1449) sorted by relevance

12345678910>>...58

/external/grpc-grpc/third_party/nanopb/
DCHANGELOG.txt26 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/
DCHANGELOG.txt2 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/python/cpython2/Doc/tools/extensions/
Dsuspicious.py63 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/python/cpython3/Doc/tools/extensions/
Dsuspicious.py63 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/clang/www/
Dmake_cxx_dr_status17 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/dateutil/
DNEWS7 - Fixed an issue with the setup script running in non-UTF-8 environment.
29 - Fixed issue where parser.parse would occasionally raise
31 @amureki (gh issue #632). Fixed by @pganssle (gh pr #636).
33 both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634)
48 Apache 2.0 and BSD. (gh pr #542, issue #496)
50 (gh issue #406), fixed by @mariocj89 (gh pr #494)
52 version of dateutil. Fixed by @jakec-github (gh issue #537, pr #552)
54 - Added within_delta function to utils - added by @justanr (gh issue #432,
57 - Added default_tzinfo function to utils (gh pr #475), solving an issue
58 reported by @nealmcb (gh issue #94)
[all …]
/external/hamcrest/
DCHANGES.txt19 * 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/
D3.7.rst42 (Contributed by P.Y. Developer in :issue:`12345`.)
498 :issue:`12844` and :issue:`18896`.)
501 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.)
506 (Contributed by INADA Naoki in :issue:`32677`.)
510 :issue:`29546`.)
514 (Contributed by Serhiy Storchaka in :issue:`30024`.)
518 (Contributed by Serhiy Storchaka in :issue:`28974`.)
524 (Contributed by Nathaniel J. Smith in :issue:`30579`.)
530 (Contributed by Nick Coghlan in :issue:`33053`.)
535 (Contributed by Victor Stinner in :issue:`31415`.)
[all …]
D3.5.rst42 (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 …]
D3.6.rst42 (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 …]
D3.4.rst55 :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 …]
D3.3.rst40 (Contributed by P.Y. Developer in :issue:`12345`.)
174 b or c are now hashable. (Contributed by Antoine Pitrou in :issue:`13411`.)
199 (Contributed by Stefan Krah in :issue:`10181`.)
254 not be used with the new Unicode API (see :issue:`13054`).
311 by Brian Curtin in :issue:`3561`.)
686 :issue:`2377` - Replace __import__ w/ importlib.__import__
687 :issue:`13959` - Re-implement parts of :mod:`imp` in pure Python
688 :issue:`14605` - Make import machinery explicit
689 :issue:`14646` - Require loaders set __loader__ and __package__
784 (Contributed by Ezio Melotti in :issue:`12753`.)
[all …]
D2.7.rst47 (Contributed by P.Y. Developer; :issue:`12345`.)
73 feature or the issue on https://bugs.python.org in which a change was
144 on stdlib-sig and carried out in :issue:`7319`.)
607 Backported to 2.7 by Alexandre Vassalotti; :issue:`1967`.
667 Backported to 2.7 by Antoine Pitrou; :issue:`2396`.
693 Backported by Alexandre Vassalotti; :issue:`2335`.
707 Backported by Alexandre Vassalotti; :issue:`2333`.
758 :file:`dtoa.c` library; :issue:`7117`.
782 (Implemented by Mark Dickinson; :issue:`3166`.)
785 implemented by Mark Dickinson; :issue:`1811`.)
[all …]
/external/libhevc/common/arm/
Dihevc_resi_trans_32x32_a9q.s172 VSUBL.U8 Q9,D1,D5 @ Get residue 9-16 row 1 -- dual issue
175 VSUBL.U8 Q10,D2,D6 @ Get residue 17-24 row 1 -- dual issue
178 VSUBL.U8 Q11,D3,D7 @ Get residue 25-32 row 1 -- dual issue
182 VSUBL.U8 Q12,D8,D12 @ Get residue 1-8 row 2 -- dual issue
185 VSUBL.U8 Q13,D9,D13 @ Get residue 9-16 row 2 -- dual issue
199 VREV64.S16 Q10,Q10 @ Rev 17-24 row 1 -- dual issue
201 VREV64.S16 Q11,Q11 @ Rev 25-32 row 1 -- dual issue
208 VADD.S16 Q5, Q9,Q10 @ e[k] = resi_tmp_1 + resi_tmp_2 k ->9-16 row 1 -- dual issue
210 VADD.S16 Q4, Q8,Q11 @ e[k] = resi_tmp_1 + resi_tmp_2 k -> 1-8 row 1 -- dual issue
212 VSUB.S16 Q6, Q8,Q11 @ o[k] = resi_tmp_1 - resi_tmp_2 k -> 1-8 row 1 -- dual issue
[all …]
/external/iperf3/
DRELEASE_NOTES42 environment for diagnosing this issue (#692).
286 and receiver_tcp_congestion (issue #461). A few bugs (probably
292 * Fixed a buffer overflow in the cJSON library (issue #466). It is
298 * Various bug fixes (issue #459, pull request #429, issue #388).
307 * Fixed a buffer overflow / heap corruption issue that could occur
310 exploit. This issue, present in the cJSON library, was already
325 has been fixed (issue #412, pull request #414).
334 * Fixed the build on FreeBSD 11-CURRENT (issue #413).
336 * Fixed various coding errors (issue #423, issue #425).
346 into JSON, particularly at the end of UDP tests (issue #278).
[all …]
/external/apache-commons-bcel/src/changes/
Drelease-notes.vm51 ## 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/mockito/src/test/java/org/mockito/exceptions/base/
DMockitoSerializationIssueTest.java23 … 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/v8/
DChangeLog21322 Remove SIMD.js from V8 (issue 4124, Chromium issue 5948).
24377 [build] Use MSVS 2015 by default (Chromium issue 603131).
24909 [wasm] Be more lenient on the names section (issue 5632).
26906 [wasm] Master CL for Binary 0xC changes (Chromium issue 575167).
27073 [wasm] Master CL for Binary 0xC changes (Chromium issue 575167).
30635 Recognize HTMLCloseComment after multiline comment (issue 5142).
31072 [stubs] GetPropertyStub added (issue 4911).
31074 [wasm] Fix receiver conversion for WASM->JS calls (Chromium issue
31162 Allow trailing commas in function parameter lists (issue 5051).
31189 [stubs] Implementing CodeStubAssembler::GetOwnProperty() (issue 4911).
[all …]
/external/skia/tools/
Dbisect_roll.go122 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/skqp/tools/
Dbisect_roll.go122 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/cmockery/cmockery_0_1_2/packages/
Drpm.sh59 if [ -r /etc/issue ]
61 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
62 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
63 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
64 if grep Fedora /etc/issue >/dev/null; then
65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
/external/python/cpython2/Misc/
DREADME.AIX74 in issue 11212 at bugs.python.org.
88 * issue 3526: the memory used by a Python process will never be
90 uses a lot of memory, you should read this issue and you may
94 * issue 11184: support for large files is currently broken
96 * issue 11185: os.wait4 does not behave correctly with option WNOHANG
98 * issue 1745108: there may be some problems with curses.panel
100 * issue 11192: test_socket fails
102 * issue 11190: test_locale fails
104 * issue 11193: test_subprocess fails
106 * issue 9920: minor arithmetic issues in cmath
[all …]
/external/python/cpython2/Doc/whatsnew/
D2.7.rst47 (Contributed by P.Y. Developer; :issue:`12345`.)
73 feature or the issue on https://bugs.python.org in which a change was
144 on stdlib-sig and carried out in :issue:`7319`.)
607 Backported to 2.7 by Alexandre Vassalotti; :issue:`1967`.
658 Backported to 2.7 by Antoine Pitrou; :issue:`2396`.
681 Backported by Alexandre Vassalotti; :issue:`2335`.
692 Backported by Alexandre Vassalotti; :issue:`2333`.
743 :file:`dtoa.c` library; :issue:`7117`.
767 (Implemented by Mark Dickinson; :issue:`3166`.)
770 implemented by Mark Dickinson; :issue:`1811`.)
[all …]
/external/grpc-grpc/src/php/tests/qps/
Dclient.php115 $issue = microtime(true) + $lamrecip * -log(1.0-rand()/(getrandmax()+1));
127 time_sleep_until($issue);
128 $issue = $issue + $lamrecip * -log(1.0-rand()/(getrandmax()+1));
152 time_sleep_until($issue);
153 $issue = $issue + $lamrecip * -log(1.0-rand()/(getrandmax()+1));
/external/gflags/
DChangeLog.txt47 - Closed issue 120: Configure and install gflags.pc file for pkg-config users
48 - Fixed issue 127: snprintf already defined when building with MSVC 2015
49 - Fixed issue 51/138: Memory leaks reported by valgrind
50 - Fixed issue 173: Validate flags only once
51 - Fixed issue 168: Unsigned and signed comparison in gflags_reporting.cc
53 - Fixed issue 89: Add GFLAGS_IS_A_DLL to imported CMake target INTERFACE_COMPILE_DEFINITIONS
54 - Fixed issue 104: Set INTERFACE_INCLUDE_DIRECTORIES of exported CMake targets
55 - Fixed issue 174: Missing gflags-targets.cmake file after installation
56 - Fixed issue 186: Error linking to gflags IMPLIB with MSVC using CMake
57 - Closed issue 106: Add example project to test use of gflags library
[all …]

12345678910>>...58