Searched full:files (Results 1 – 25 of 173) sorted by relevance
1234567
| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | code_style.py | 19 CHECK_GENERATED_FILES = "tests/scripts/check-generated-files.sh" 28 print("Warning: The listed files will be skipped because\n" 36 """Return the names of generated files. 38 We don't reformat generated files, since the result might be different 43 # Parse check-generated-files.sh to get an up-to-date list of 44 # generated files. Read the file rather than calling it so that 47 # This introduces a limitation: check-generated-files.sh must have 48 # the expected format and must list the files explicitly, not through 63 Use git to get a list of the source files. 65 The optional argument since is a commit, indicating to only list files [all …]
|
| D | assemble_changelog.py | 7 Remove the input files unless --keep-entries is specified. 11 * Merged entry files are sorted according to their merge date (date of 14 * Committed but unmerged entry files are sorted according to the date 16 * Uncommitted entry files are sorted according to their modification time. 191 Entry files must have the same format as the changelog file. 275 """This classes defines an ordering on changelog entry files: older < newer. 277 * Merged entry files are sorted according to their merge date (date of 280 * Committed but unmerged entry files are sorted according to the date 282 * Uncommitted entry files are sorted according to their modification time. 288 # Categories of files. A lower number is considered older. [all …]
|
| D | lcov.sh | 19 object files and coverage statistics files. 42 # Pass absolute paths as lcov output files. This works around a bug 48 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info" 50 …lcov --rc lcov_branch_coverage=1 --add-tracefile "$COVTMP/files.info" --add-tracefile "$COVTMP/tes…
|
| D | min_requirements.py | 110 parser.add_argument('files', nargs='*', metavar='FILE', 111 help="Requirement files" 115 if not options.files: 116 options.files = [os.path.join(os.path.dirname(__file__), 119 for filename in options.files:
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | check-generated-files.sh | 8 # Check if generated files are up-to-date. 19 -u Update the files rather than return an error for out-of-date files. 20 -l List generated files, but do not update them. 53 # Run SCRIPT and check that it does not modify any of the specified files. 55 # regular files. 57 # list of files in the directory. Running SCRIPT must not modify any file 58 # in the directory and must not add or remove files either. 87 # Compare the script output to the old files and remove backups 107 # Check if there are any new files 109 echo "Files were deleted or created by '$SCRIPT'" [all …]
|
| D | check_files.py | 36 ``suffix_exemptions``: files whose name ends with a string in this set 39 ``path_exemptions``: files whose path (relative to the root of the source 69 Files whose name ends with a string listed in ``self.suffix_exemptions`` 122 To implement a checker that processes files line by line, inherit from 126 # Exclude binary files. 156 """Track files with a bad, missing or extraneous shebang line. 205 """Track files that end with an incomplete line 217 # This script only works on regular files. If we can't seek 226 """Track files that start with a UTF-8 BOM. 227 Files should be ASCII or UTF-8. Valid UTF-8 does not start with a BOM.""" [all …]
|
| D | check_names.py | 23 - All exported and available symbols in the library object files, are explicitly 24 declared in the header files. This uses the nm command. 129 is not explicitly declared in header files. Created with 145 "however it was not declared in any header files." 209 Class for retrieving files and parsing the code. This can be used 218 self.files = {} 233 "The following files are excluded from the search: {}" 318 Get all files that match any of the included UNIX-style wildcards 329 * inc_files: A List of relative filepaths for included files. 330 * exc_files: A List of relative filepaths for excluded files. [all …]
|
| D | audit-validity-dates.py | 11 from tests/data_files/ and tests/suites/*.data files by default. 184 A base class that uses X509Parser to parse files to a list of AuditData. 195 - walk_all: Defaultly, it iterates over all the files in the provided 218 """Collect the default files for parsing.""" 248 Iterate over all the files in the list and get audit data. The 272 """Class for auditing files in `tests/data_files/`""" 275 """Collect all files in `tests/data_files/`""" 338 """Class for auditing files in `tests/suites/*.data`""" 341 """Collect all files in `tests/suites/*.data`""" 392 help='list the information of all the files') [all …]
|
| D | generate-afl-tests.sh | 3 # This script splits the data test files containing the test cases into 4 # individual files (one test case per file) suitable for use with afl 8 # <test data file path> - should be the path to one of the test suite files 43 echo " [!] Test output files already exist." >&2 51 echo " [!] Test output files already exist." >&2
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | mbed-crypto-storage-specification.md | 75 * Files 1 through 0xfffeffff: [content](#key-file-format-for-0.1.0) of the [key whose identifier is… 77 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff: unused. 83 …configuration value `CRYPTO_STORAGE_FILE_LOCATION` allows storing the key files in a directory oth… 87 * Other files: unused. 137 * Files 0 through 0xffffff51, 0xffffff53 through 0xffffffff: unused, reserved for internal use of t… 139 * Files 0x100000000 through 0xffffffffffff: [content](#key-file-format-for-1.0.0) of the [key whose… 148 * Files 1 through 0xfffeffff: [content](#key-file-format-for-1.0.0) of the [key whose identifier is… 150 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff, 0x100000000 through 0xfffffff… 160 * Delete files 1 through 0xfffeffff, which contain keys in a format that is no longer supported. 164 … This is annoyingly non-uniform. For example, if we want to store non-key files, we have room in d… [all …]
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | README.md | 52 * Perl to run the tests, and to generate some source files in the development branch. 61 ### Generated source files in the development branch 63 …files that are automatically generated by scripts and whose content depends only on the Mbed TLS s… 67 * Perl, for some library source files and for Visual Studio build files. 68 * Python 3.8 and some Python packages, for some library source files, sample programs and test data… 75 …variable to a C compiler for the host platform when generating the configuration-independent files. 77 Any of the following methods are available to generate the configuration-independent files: 79 …piling, running `make` with any target, or just `make`, will automatically generate required files. 80 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati… 81 * Run `make generated_files` to generate all the configuration-independent files. [all …]
|
| D | Makefile | 54 # source files. Then `make generated_files` will only build files that 55 # are missing, it will not rebuilt files that are present but out of date. 58 # time the files were copied or extracted, and you are now in an environment 59 # that lacks some of the necessary tools to re-generate the files. 60 # If $(GEN_FILES) is non-empty, the generated source files' dependencies 81 # Ensure that the .c files that generate_visualc_files.pl enumerates are 82 # present before it runs. It doesn't matter if the files aren't up-to-date, 89 # TODO: also the list of .c and .h source files, but not their content 194 ## Editor navigation files
|
| D | .gitignore | 14 # MSVC files generated by CMake: 28 # Eclipse project files 57 # Editor navigation files: 68 # clangd index files
|
| /openthread-latest/third_party/mbedtls/repo/configs/ext/ |
| D | README.md | 4 The two files: 15 The two files crypto_config_profile_medium.h and tfm_mbedcrypto_config_profile_medium.h 20 In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top of the files. 24 We only retain the note at the top of the files because we are taking the files verbatim, for ease …
|
| /openthread-latest/ |
| D | .gitattributes | 1 # Auto normalize all files which appear to be text files. 4 # Auto normalize files which are explicitly text 13 # Files which are explicitly binary
|
| /openthread-latest/tools/tcat_ble_client/ |
| D | poetry.lock | 9 files = [ 23 files = [ 43 files = [ 63 files = [ 74 files = [ 113 files = [ 127 files = [ 147 files = [ 158 files = [ 169 files = [ [all …]
|
| /openthread-latest/third_party/mbedtls/repo/framework/ |
| D | .gitignore | 9 # MSVC files generated by CMake: 20 # Eclipse project files 46 # Editor navigation files: 57 # clangd index files
|
| /openthread-latest/doc/ |
| D | Doxyfile.in | 100 # will distribute the generated files over these directories. Enabling this 101 # option can be useful when feeding doxygen a huge amount of source files, where 102 # putting all generated files in the same directory would otherwise causes 176 # before files name in the file list and in the header files. If set to NO the 305 # Doxygen selects the parser to use depending on the extension of the files it 311 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C 314 # Note For files without extension you can use no_extension as a placeholder. 317 # the files are not read by doxygen. 468 # locally in source files will be included in the documentation. If set to NO 469 # only classes defined in header files are included. Does not have any effect [all …]
|
| /openthread-latest/third_party/mbedtls/repo/visualc/VS2017/ |
| D | .gitignore | 1 # Files that may be left over from check-generated-files.sh 13 ## Files automatically generated by generate_visualc_files.pl
|
| /openthread-latest/tools/harness-automation/doc/ |
| D | conf.py | 73 # The encoding of source files. 110 # List of patterns, relative to source directory, that match files and 111 # directories to ignore when looking for source files. 184 # Add any paths that contain custom static files (such as style sheets) here, 185 # relative to this directory. They are copied after the builtin static files, 189 # Add any extra paths that contain custom files (such as robots.txt or 190 # .htaccess) here, relative to this directory. These files are copied 245 # This is the file name suffix for HTML files (e.g. ".xhtml"). 286 # Grouping the document tree into LaTeX files. List of tuples 341 # Grouping the document tree into Texinfo files. List of tuples
|
| /openthread-latest/third_party/mbedtls/repo/tests/ |
| D | CMakeLists.txt | 17 # generated .data files will go there 20 # Get base names for generated files 58 # files go into the suites/ subdirectory. 165 # Get the test names of the tests with generated .data files 248 # Include test-specific header files from ./include and private header 249 # files (used by some invasive tests) from ../library. Public header 250 # files are automatically included because the library targets declare 282 # If the generated .data files are present in the source tree, we just added 294 # Make scripts and data files needed for testing available in an
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | psa-storage-format-testing.md | 31 Use a similar approach for files other than keys where possible and relevant. 43 …mapping from file identifier (a 64-bit number) to file content (a byte array). These files include: 45 * [Key files](#key-storage) (files containing one key's metadata and, except for some secure elemen… 48 * [Driver state files](#driver-state-files). 113 ## Driver state files
|
| /openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/ |
| D | README.md | 1 …files within the `p256-m/` subdirectory originate from the [p256-m GitHub repository](https://gith… 3 The files `p256-m.c`, `p256-m.h` and `README.md` have been taken from the `p256-m` repository.
|
| /openthread-latest/third_party/mbedtls/repo/pkgconfig/ |
| D | CMakeLists.txt | 12 install(FILES 17 install(FILES 22 install(FILES
|
| /openthread-latest/script/ |
| D | make-pretty | 155 …git ls-files "${OT_CLANG_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|')… 165 …git ls-files "${OT_CLANG_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|')… 199 …git ls-files "${OT_MARKDOWN_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '… 209 …git ls-files "${OT_MARKDOWN_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '… 219 …git ls-files "${OT_PYTHON_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'… 229 …git ls-files "${OT_PYTHON_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'… 239 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \ 249 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \ 252 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
|
1234567