Home
last modified time | relevance | path

Searched refs:bugfix (Results 1 – 25 of 67) sorted by relevance

123

/external/webrtc/webrtc/base/
Dmacutils.cc86 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()
Dmacutils.h46 bool GetOSVersion(int* major, int* minor, int* bugfix);
/external/autotest/client/tests/iosched_bugs/
Dcontrol11 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/
Dpyproject.toml26 directory = "bugfix"
DCONTRIBUTING.md34 - `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/
Dtypeunit-header.test3 This is testing a bugfix where parsing the type unit header was not
/external/libogg/
DCHANGES30 * important bugfix for 64-bit platforms
/external/python/cpython3/Doc/faq/
Dgeneral.rst130 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/
Dgeneral.rst130 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/
Dindex.txt140 non-bugfix changes, patch on bugfix only changes.
/external/shflags/doc/
DRELEASE_NOTES-1.0.1.txt18 This is a minor bugfix release of shFlags. It mainly fixes poor output of the
/external/gflags/
DREADME.md111 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/
DNEWS8 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/
DChangeLog123 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
DINSTALL38 --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid>
/external/iperf3/docs/
D2017-04-27.txt83 these changes and make another "bugfix" 3.1 release. No decisions
/external/python/cpython3/Doc/library/
Dxml.rst131 but will not be included in any bugfix releases of
/external/jemalloc_new/
DChangeLog126 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
DINSTALL.md41 * `--with-version=(<major>.<minor>.<bugfix>-<nrev>-g<gid>|VERSION)`
45 1) If --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid> is specified,
/external/googletest/
DREADME.md12 …ers. The 1.8.x will not accept any requests for any new features and any bugfix requests will only…
/external/ipsec-tools/
DNEWS100 o Security bugfix WRT handling X.509 signatures.
/external/python/oauth2client/
DCHANGELOG.md253 * 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/
Dfission-ranges.ll25 ; if they've changed due to a bugfix, change in register allocation, etc.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dfission-ranges.ll27 ; if they've changed due to a bugfix, change in register allocation, etc.
/external/python/google-api-python-client/
DCHANGELOG259 Small bugfix release.

123