Searched refs:codename (Results 1 – 21 of 21) sorted by relevance
/third_party/node/test/parallel/ |
D | test-release-changelog.js | 33 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/ |
D | gstmsdkcontext.c | 206 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()
|
D | msdk.c | 166 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()
|
D | gstmsdkenc.h | 166 guint16 codename; member
|
D | gstmsdkh265enc.c | 843 if (encoder->codename >= MFX_PLATFORM_ICELAKE && in gst_msdkh265enc_need_conversion()
|
D | gstmsdkenc.c | 507 thiz->codename = msdk_get_platform_codename (session); in gst_msdkenc_init_encoder()
|
/third_party/jinja2/ |
D | CHANGES.rst | 525 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/ |
D | brotlidump.py | 563 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/ |
D | releases.md | 1101 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/ |
D | CHANGES | 268 * Initial release. The version number reflects the codename
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 2763 - ac,radeonsi: print a lowercase codename in the renderer string
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V4.md | 2583 …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…
|
D | CHANGELOG_V5.md | 1046 …js/node/commit/97aaeb8519)] - **doc**: fix description about the latest-codename (Minwoo Jung) [#4…
|
D | CHANGELOG_V18.md | 2193 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.…
|
D | CHANGELOG_V8.md | 2052 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
|
D | CHANGELOG_V16.md | 907 with the codename 'Gallium'. The 16.x release line now moves into "Active LTS"
|
D | CHANGELOG_V14.md | 2313 with the codename 'Fermium'. The 14.x release line now moves into "Active LTS"
|
D | CHANGELOG_V10.md | 2004 Support (LTS) with the codename 'Dubnium'. The 10.x release line
|
D | CHANGELOG_V6.md | 3376 This release marks the transition of Node.js v6 into Long Term Support (LTS) with the codename 'Bor…
|
D | CHANGELOG_V12.md | 4049 with the codename 'Erbium'. The 12.x release line now moves into "Active LTS"
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 27792 msdk: add a helper function to get codename of the platform 27794 support some features based on the codename of the platform in future.
|