Searched refs:contents (Results 1 – 21 of 21) sorted by relevance
23 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant25 changelog = yaml.load(contents);94 "readVersion": function (contents) {95 const major = contents.match(/^VERSION_MAJOR\s*:=\s*(\d+?)$/m)[1];96 const minor = contents.match(/^VERSION_MINOR\s*:=\s*(\d+?)$/m)[1];101 "writeVersion": function (contents, version) {105 contents = contents.replace(/^(VERSION_MAJOR\s*:=\s*)(\d+?)$/m, `$1${major}`);106 contents = contents.replace(/^(VERSION_MINOR\s*:=\s*)(\d+?)$/m, `$1${minor}`);108 return contents;
25 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant27 changelog = yaml.load(contents);
11 .. contents::
53 In addition to the platforms ports listed within the table of contents, there
282 contents of the FIP automatically signed by the build process. The ROT key
5 .. contents::
309 The SDEI specification requires that event handlers preserve the contents of all
408 that all TLBs are disabled from reset and their contents have no effect on
4 .. contents::
71 Example 2: view the contents of an existing Firmware package:
1568 the contents of ``meminfo`` as it may be subsequently overwritten by BL2.1768 The platform may copy the contents of the ``mem_info`` and ``plat_info`` into
670 contents upon world switch. It can take either 0 (don't save and restore) or
216 | | RX/TX buffer contents while the SPMC is processing |241 | | The SPMC must copy the contents of the TX buffer |243 | | its contents. The SPMC must implement hardened |523 | | guarantees in protecting the DRAM contents. |
277 | | the external flash memory and change its contents|697 | | contents** |
56 system to change its behaviour based on the unexpected secure memory contents.
9 .. contents:: Table of Contents
6 contents of the :ref:`Coding Style`.419 - Use ``u_register_t`` when it's important to store the contents of a register
1184 register contents and report it via a dedicated UART (PL011 console). BL311373 can expose the data cache contents.1524 - the static contents of the image. These are data actually stored in the1528 - the run-time contents of the image. These are data that don't occupy any1565 to the end address of the section's actual contents, rounded up to the right1567 actual end address of the section's contents.1578 corresponds to the size of the section's actual contents, rounded up to the1580 to know the actual size of the section's contents.1633 - ``__BL1_ROM_END__`` End address of BL1's ROM contents, covering its code1956 The FIP layout consists of a table of contents (ToC) followed by payload data.
5126 - Added support for unpacking the contents of an existing FIP file into the