Searched refs:bugfix (Results 1 – 25 of 67) sorted by relevance
123
/external/webrtc/webrtc/base/ |
D | macutils.cc | 86 bool GetOSVersion(int* major, int* minor, int* bugfix) { in GetOSVersion() argument 87 ASSERT(major && minor && bugfix); in GetOSVersion() 92 *bugfix = *major & 0xF; in GetOSVersion() 99 GetGestalt(gestaltSystemVersionBugFix, bugfix); in GetOSVersion() 103 int major = 0, minor = 0, bugfix = 0; in GetOSVersionName() local 104 if (!GetOSVersion(&major, &minor, &bugfix)) { in GetOSVersionName()
|
D | macutils.h | 46 bool GetOSVersion(int* major, int* minor, int* bugfix);
|
/external/autotest/client/tests/iosched_bugs/ |
D | control | 11 starved forever without the bugfix(220.4 and earlier kernels) and with the 12 bugfix it should see the writer making forward progress.
|
/external/python/dateutil/ |
D | pyproject.toml | 26 directory = "bugfix"
|
D | CONTRIBUTING.md | 34 - `bugfix`: A fix to a bug 39 PRs that include a feature or bugfix *and* a deprecation should create a separate entry for the dep… 47 **581.bugfix.rst**
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | typeunit-header.test | 3 This is testing a bugfix where parsing the type unit header was not
|
/external/libogg/ |
D | CHANGES | 30 * important bugfix for 64-bit platforms
|
/external/python/cpython3/Doc/faq/ |
D | general.rst | 130 micro-level -- it is incremented for each bugfix release. See :pep:`6` for more 131 information about bugfix releases. 133 Not all releases are bugfix releases. In the run-up to a new major release, a 301 The developers issue "bugfix" releases of older versions, so the stability of 304 only fixes for known problems are included in a bugfix release, and it's 305 guaranteed that interfaces will remain the same throughout a series of bugfix
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 130 micro-level -- it is incremented for each bugfix release. See :pep:`6` for more 131 information about bugfix releases. 133 Not all releases are bugfix releases. In the run-up to a new major release, a 307 The developers issue "bugfix" releases of older versions, so the stability of 310 only fixes for known problems are included in a bugfix release, and it's 311 guaranteed that interfaces will remain the same throughout a series of bugfix
|
/external/python/mock/docs/ |
D | index.txt | 140 non-bugfix changes, patch on bugfix only changes.
|
/external/shflags/doc/ |
D | RELEASE_NOTES-1.0.1.txt | 18 This is a minor bugfix release of shFlags. It mainly fixes poor output of the
|
/external/gflags/ |
D | README.md | 111 with feature branch names prefixed by "feature/" and bugfix branch names 112 prefixed by "bugfix/", respectively. 198 where the flag is located. There has also been a bugfix involving
|
/external/pcre/dist2/ |
D | NEWS | 8 This is another mainly bugfix and tidying release with a few minor 34 This is mainly a bugfix and tidying release (see ChangeLog for full details).
|
/external/jemalloc/ |
D | ChangeLog | 123 This bugfix release resolves a variety of mostly minor issues, though the 217 This bugfix release fixes another xallocx() regression. No other regressions 229 This bugfix release continues the trend of xallocx() and heap profiling fixes. 243 This bugfix release addresses a few bugs specific to heap profiling. 256 This is a bugfix release that is somewhat high risk due to the amount of 522 slated for removal in the next non-bugfix release. 581 This version is essentially a small bugfix release, but the addition of
|
D | INSTALL | 38 --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid>
|
/external/iperf3/docs/ |
D | 2017-04-27.txt | 83 these changes and make another "bugfix" 3.1 release. No decisions
|
/external/python/cpython3/Doc/library/ |
D | xml.rst | 131 but will not be included in any bugfix releases of
|
/external/jemalloc_new/ |
D | ChangeLog | 126 This bugfix release fixes several issues, most of which are obscure enough 497 This bugfix release resolves a variety of mostly minor issues, though the 591 This bugfix release fixes another xallocx() regression. No other regressions 603 This bugfix release continues the trend of xallocx() and heap profiling fixes. 617 This bugfix release addresses a few bugs specific to heap profiling. 630 This is a bugfix release that is somewhat high risk due to the amount of 896 slated for removal in the next non-bugfix release. 955 This version is essentially a small bugfix release, but the addition of
|
D | INSTALL.md | 41 * `--with-version=(<major>.<minor>.<bugfix>-<nrev>-g<gid>|VERSION)` 45 1) If --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid> is specified,
|
/external/googletest/ |
D | README.md | 12 …ers. The 1.8.x will not accept any requests for any new features and any bugfix requests will only…
|
/external/ipsec-tools/ |
D | NEWS | 100 o Security bugfix WRT handling X.509 signatures.
|
/external/python/oauth2client/ |
D | CHANGELOG.md | 253 * Quick bugfix for an issue with dict-like arguments to `flow.step2_exchange`, 258 * Quick bugfix for bad error handling in from_json.
|
/external/llvm/test/DebugInfo/X86/ |
D | fission-ranges.ll | 25 ; if they've changed due to a bugfix, change in register allocation, etc.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | fission-ranges.ll | 27 ; if they've changed due to a bugfix, change in register allocation, etc.
|
/external/python/google-api-python-client/ |
D | CHANGELOG | 259 Small bugfix release.
|
123