Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-release-changelog.js33 const codename = getDefine(versionText, 'NODE_VERSION_LTS_CODENAME') constant
37 assert.notStrictEqual(codename, '');
50 tableHeader = new RegExp(`<th>LTS '${codename}'</th>`);
62 …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/PyYAML/
DCHANGES264 * Initial release. The version number reflects the codename
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dmocks.dart148 ro.build.version.codename=REL
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_device_test.dart540 [ro.build.version.codename]: [REL]
/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.md2550 …js/node/commit/bcd2cbbb93)] - **doc**: fix description about the latest-codename (Minwoo Jung) [#4…
3042 …* Added `process.release.lts` to hold the current LTS codename when the binary is from an active L…
DCHANGELOG_V5.md1031 …js/node/commit/97aaeb8519)] - **doc**: fix description about the latest-codename (Minwoo Jung) [#4…
DCHANGELOG_V8.md2029 This release marks the transition of Node.js v8 into Long Term Support (LTS) with the codename 'Car…
4136 LTS codename `'Carbon'`. Note that the
DCHANGELOG_V12.md1633 with the codename 'Erbium'. The 12.x release line now moves into "Active LTS"
DCHANGELOG_V14.md2512 with the codename 'Fermium'. The 14.x release line now moves into "Active LTS"
DCHANGELOG_V10.md1739 Support (LTS) with the codename 'Dubnium'. The 10.x release line
DCHANGELOG_V6.md3342 This release marks the transition of Node.js v6 into Long Term Support (LTS) with the codename 'Bor…
/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.