Home
last modified time | relevance | path

Searched refs:codename (Results 1 – 21 of 21) sorted by relevance

/third_party/node/test/parallel/
Dtest-release-changelog.js33 const codename = getDefine(versionText, 'NODE_VERSION_LTS_CODENAME').slice(1, -1); constant
36 assert.notStrictEqual(codename, '');
48 tableHeader = new RegExp(`<th>LTS '${codename}'</th>`);
60 …title = new RegExp(`## \\d{4}-\\d{2}-\\d{2}, Version ${versionForRegex} '${codename}' \\(LTS\\), @…
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontext.c206 mfxU16 codename; in gst_msdk_context_open() local
228 codename = msdk_get_platform_codename (priv->session.session); in gst_msdk_context_open()
230 if (codename != MFX_PLATFORM_UNKNOWN) in gst_msdk_context_open()
231 GST_INFO ("Detected MFX platform with device code %d", codename); in gst_msdk_context_open()
Dmsdk.c166 mfxU16 codename = MFX_PLATFORM_UNKNOWN; in msdk_get_platform_codename() local
174 codename = platform.CodeName; in msdk_get_platform_codename()
178 return codename; in msdk_get_platform_codename()
Dgstmsdkenc.h166 guint16 codename; member
Dgstmsdkh265enc.c843 if (encoder->codename >= MFX_PLATFORM_ICELAKE && in gst_msdkh265enc_need_conversion()
Dgstmsdkenc.c507 thiz->codename = msdk_get_platform_codename (session); in gst_msdkenc_init_encoder()
/third_party/jinja2/
DCHANGES.rst525 Released 2017-01-07, codename Derivation
587 Released 2015-07-26, codename Replacement
665 Released 2013-05-20, codename Translation
700 Released 2011-07-24, codename Convolution
798 Released 2010-05-29, codename Incoherence
820 Released 2010-04-13, codename Correlation
848 Released 2010-02-10, codename 3000 Pythons
877 Released 2009-09-13, codename Kong
913 Released 2008-11-23, codename Yasuzō
948 Released 2008-07-17, codename Jinjavitus
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py563 def __init__(self, codename): argument
566 self.codename = codename
585 self.codename, extra+1, 's' if extra else '')
588 self.codename,
/third_party/node/doc/contributing/
Dreleases.md1101 current LTS codename in its release line changelog file.
1119 ### Add new codename to nodejs-latest-linker
1122 (e.g: <https://nodejs.org/download/release/latest-codename/>) will be available
1125 new LTS codename in its `ltsNames` map located in the `./latest-linker.js`
1133 Add the new LTS codename to the release schedule table located in the
1135 repository along with the addition of the new codename to the `./schedule.json`
/third_party/PyYAML/
DCHANGES268 * Initial release. The version number reflects the codename
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2763 - ac,radeonsi: print a lowercase codename in the renderer string
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md2583 …js/node/commit/bcd2cbbb93)] - **doc**: fix description about the latest-codename (Minwoo Jung) [#4…
3080 …* Added `process.release.lts` to hold the current LTS codename when the binary is from an active L…
DCHANGELOG_V5.md1046 …js/node/commit/97aaeb8519)] - **doc**: fix description about the latest-codename (Minwoo Jung) [#4…
DCHANGELOG_V18.md2193 with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS"
3686 …. Once promoted to long-term support the release will be designated the codename ‘Hydrogen’. Node.…
DCHANGELOG_V8.md2052 This release marks the transition of Node.js v8 into Long Term Support (LTS) with the codename 'Car…
4174 LTS codename `'Carbon'`. Note that the
DCHANGELOG_V16.md907 with the codename 'Gallium'. The 16.x release line now moves into "Active LTS"
DCHANGELOG_V14.md2313 with the codename 'Fermium'. The 14.x release line now moves into "Active LTS"
DCHANGELOG_V10.md2004 Support (LTS) with the codename 'Dubnium'. The 10.x release line
DCHANGELOG_V6.md3376 This release marks the transition of Node.js v6 into Long Term Support (LTS) with the codename 'Bor…
DCHANGELOG_V12.md4049 with the codename 'Erbium'. The 12.x release line now moves into "Active LTS"
/third_party/gstreamer/gstplugins_bad/
DChangeLog27792 msdk: add a helper function to get codename of the platform
27794 support some features based on the codename of the platform in future.