Searched refs:codename (Results 1 – 20 of 20) sorted by relevance
/third_party/node/test/parallel/ |
D | test-release-changelog.js | 33 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/ |
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/PyYAML/ |
D | CHANGES | 264 * Initial release. The version number reflects the codename
|
/third_party/flutter/flutter/packages/flutter_tools/test/src/ |
D | mocks.dart | 148 ro.build.version.codename=REL
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/ |
D | android_device_test.dart | 540 [ro.build.version.codename]: [REL]
|
/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 | 2550 …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…
|
D | CHANGELOG_V5.md | 1031 …js/node/commit/97aaeb8519)] - **doc**: fix description about the latest-codename (Minwoo Jung) [#4…
|
D | CHANGELOG_V8.md | 2029 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
|
D | CHANGELOG_V12.md | 1633 with the codename 'Erbium'. The 12.x release line now moves into "Active LTS"
|
D | CHANGELOG_V14.md | 2512 with the codename 'Fermium'. The 14.x release line now moves into "Active LTS"
|
D | CHANGELOG_V10.md | 1739 Support (LTS) with the codename 'Dubnium'. The 10.x release line
|
D | CHANGELOG_V6.md | 3342 This release marks the transition of Node.js v6 into Long Term Support (LTS) with the codename 'Bor…
|
/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.
|