Searched refs:e (Results 1 – 16 of 16) sorted by relevance
/SCP-firmware-master/product/synquacer/doc/ |
A D | platform_options.md | 33 e.g. 46 e.g.
|
/SCP-firmware-master/tools/ |
A D | check_copyright.py | 168 except subprocess.CalledProcessError as e: 169 print("ERROR " + e.returncode + ": Failed to get last changed files")
|
A D | check_tabs.py | 67 except Exception as e: 68 print("Error: Failed to convert file %s with %s" % (path, e))
|
A D | cppcheck_suppress_list.txt | 5 // missingIncludeSystem: Cppcheck can handle whether a system header (e. g.
|
/SCP-firmware-master/doc/ |
A D | cmake_readme.md | 18 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 D | code_style.md | 11 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 D | Doxyfile | 326 # 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 D | framework.md | 500 being an application running in an execution environnement (i.e RTOS or TEE).
|
/SCP-firmware-master/ |
A D | Jenkinsfile | 69 args '-e ARMLMD_LICENSE_FILE' 118 .inside('-e ARMLMD_LICENSE_FILE')
|
A D | CMakeLists.txt | 386 # 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 D | user_guide.md | 483 [Getting Started Guide]: https://developer.arm.com/documentation/dui0928/e
|
A D | change_log.md | 579 - Processor-dependent features (e.g. interrupt handling) are abstracted from
|
/SCP-firmware-master/debugger/src/cli/ |
A D | cli.c | 58 register const char *e; local 61 for (e = s, n = 0; *e && n < maxlen; e++, n++)
|
A D | readme.txt | 86 c Single character e
|
/SCP-firmware-master/unit_test/ |
A D | user_guide.md | 294 generated under module specific unit test directory e.g.
|
/SCP-firmware-master/module/thermal_mgmt/doc/ |
A D | thermal_mgmt.md | 145 to avoid accumulating errors when the error is positive i.e the temperature is
|
Completed in 16 milliseconds