Home
last modified time | relevance | path

Searched refs:e (Results 1 – 16 of 16) sorted by relevance

/SCP-firmware-master/product/synquacer/doc/
A Dplatform_options.md33 e.g.
46 e.g.
/SCP-firmware-master/tools/
A Dcheck_copyright.py168 except subprocess.CalledProcessError as e:
169 print("ERROR " + e.returncode + ": Failed to get last changed files")
A Dcheck_tabs.py67 except Exception as e:
68 print("Error: Failed to convert file %s with %s" % (path, e))
A Dcppcheck_suppress_list.txt5 // missingIncludeSystem: Cppcheck can handle whether a system header (e. g.
/SCP-firmware-master/doc/
A Dcmake_readme.md18 one firmware target at a time e.g
52 e.g. in above case it will be under `./build/juno directory`.
90 for a firmware target(e.g. `scp_ramfw` or `scp_romfw`). At present the following
124 e.g. For ARM Juno platform. See below
163 > It opens a curses based UI. If `/tmp/build` is not present i.e. if this
179 > Every SCP firmware specific option(e.g. `SCP_ENABLE_XXX`) has a corresponding
183 > e.g.
198 e.g. See module/resource_perms/Module.cmake and note following
286 use Vagrant's [`docker-run`] command, e.g.:
344 -e TERM -e ARMLMD_LICENSE_FILE -it scp-firmware /bin/bash
[all …]
A Dcode_style.md11 may use non-ASCII characters when required (e.g. Greek letters used for units).
153 - The header is already included by the counterpart to the current C file (e.g.
157 header (e.g. `x/src/mod_x.c` does not need to include `x/include/internal/x.h`
193 - Have descriptive names, avoiding contractions where possible (e.g.
198 - Camel case syntax (e.g. `cssClusterCount`)
199 - Hungarian notation, encoding types within names (e.g. `int iSize`)
366 - Multiple lines of documentation on an entry (e.g. details) must be indented
A DDoxyfile326 # definitions whose arguments contain STL classes (e.g. func(std::string);
374 # type (e.g. under the Public Functions section). Set it to NO to prevent
382 # are shown inside the group in which they are included (e.g. using \ingroup)
394 # the documentation of the scope in which they are defined (i.e. file,
1029 # tools must be available from the command line (i.e. in the search path).
1244 # set bundle. This should be a reverse domain-name style string, e.g.
1253 # string, e.g. com.mycompany.MyDocSet.documentation.
1496 # compatibility), NativeMML (i.e. MathML) and SVG.
1770 # bibliography, e.g. plainnat, or ieeetr. See
1836 # using doxygen -e rtf extensionFile.
[all …]
A Dframework.md500 being an application running in an execution environnement (i.e RTOS or TEE).
/SCP-firmware-master/
A DJenkinsfile69 args '-e ARMLMD_LICENSE_FILE'
118 .inside('-e ARMLMD_LICENSE_FILE')
A DCMakeLists.txt386 # the firmware target.(e.g. flat binary generation) This is necessary almost
588 # tools. This is intended to filter in external directories (e.g. out-of-tree
A Duser_guide.md483 [Getting Started Guide]: https://developer.arm.com/documentation/dui0928/e
A Dchange_log.md579 - Processor-dependent features (e.g. interrupt handling) are abstracted from
/SCP-firmware-master/debugger/src/cli/
A Dcli.c58 register const char *e; local
61 for (e = s, n = 0; *e && n < maxlen; e++, n++)
A Dreadme.txt86 c Single character e
/SCP-firmware-master/unit_test/
A Duser_guide.md294 generated under module specific unit test directory e.g.
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md145 to avoid accumulating errors when the error is positive i.e the temperature is

Completed in 16 milliseconds