Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 63) sorted by relevance

123

/lib/mbedtls/external/mbedtls/tests/scripts/
A Dtest_config_script.py29 def output_file_name(directory, stem, extension): argument
30 return os.path.join(directory,
34 def cleanup_directory(directory): argument
37 pattern = output_file_name(directory, '*', extension)
42 def prepare_directory(directory): argument
47 if os.path.exists(directory):
48 cleanup_directory(directory)
50 os.makedirs(directory)
A Dcheck_test_cases.py145 for directory in test_directories:
146 for data_file_name in glob.glob(os.path.join(directory, 'suites',
151 sh_file = os.path.join(directory, sh_file)
/lib/mbedtls/external/mbedtls/scripts/
A Dwindows_msbuild.bat13 @rem If the %USERPROFILE%\Source directory exists, then running
14 @rem vcvarsall.bat will silently change the directory to that directory.
16 @rem to that directory instead.
A Dlcov.sh18 3. Run this script from the parent of the directory containing the library
48 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info"
49 lcov --rc lcov_branch_coverage=1 --capture --directory $library_dir -o "$COVTMP/tests.info"
/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dtest_data_generation.py143 self.test_suite_directory = options.directory
198 if options.directory is None:
199 options.directory = 'tests/suites'
201 options.directory = os.path.abspath(options.directory)
/lib/lwip/lwip/contrib/ports/unix/lib/
A DREADME1 This directory contains an example of how to compile lwIP as a shared library
21 Ensure that LD_LIBRARY_PATH includes the directory that contains liblwip.so
22 (ie. this directory)
/lib/mbedtls/external/mbedtls/programs/test/cmake_package_install/
A DCMakeLists.txt5 # install into a directory inside our own build directory.
/lib/lwip/lwip/
A DBUILDING40 "LWIP_DIR" pointing to the lwIP directory
47 - to a directory containing an OS port
48 - to a directory containing lwipopts.h
91 To use them, create a build directory and call cmake with
/lib/mbedtls/external/mbedtls/tests/git-scripts/
A DREADME.md7 The Mbed TLS git hooks are located in `<Mbed TLS root>/tests/git-scripts` directory, and one must c…
11 Execute the following command to create a link on Linux from the Mbed TLS `.git/hooks` directory:
/lib/lzma/
A DREADME.txt11 and lzma.txt from source archive into the lib_lzma directory (pwd).
24 The directory U-BOOT/include/lzma contains stubs files that permit to use the
/lib/lwip/lwip/src/apps/http/makefsdata/
A Dreadme.txt1 This directory contains a script ('makefsdata') to create C code suitable for
2 httpd for given html pages (or other files) in a directory.
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DRFC1065-SMI4 internet, directory, mgmt,
14 directory OBJECT IDENTIFIER ::= { internet 1 }
A DRFC1155-SMI4 internet, directory, mgmt,
14 directory OBJECT IDENTIFIER ::= { internet 1 }
/lib/mbedtls/external/mbedtls/tests/
A DCMakeLists.txt6 # Set the project root directory if it's not already defined, as may happen if
57 # Derive generated file paths in the build directory. The generated data
85 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
103 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
119 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
/lib/lwip/lwip/test/fuzz/
A DREADME4 This directory contains small apps that read Ethernet frames from stdin and
28 the output directory. If you have hexdump and text2pcap tools installed,
/lib/lwip/lwip/src/include/lwip/apps/
A DFILES1 This directory contains application headers.
/lib/mbedtls/external/mbedtls/docs/proposed/
A DREADME1 The documents in this directory are proposed specifications for Mbed
/lib/lwip/lwip/contrib/ports/unix/check/
A DREADME5 2. Put the lwip code in a directory called 'lwip'
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dmbed-crypto-storage-specification.md83directory other than the current directory. This value is simply prepended to the file name (so it…
185directory other than the current directory. This value is simply prepended to the file name (so it…
392directory other than the current directory. This value is simply prepended to the file name (so it…
/lib/lwip/lwip/src/
A DFILES15 file in each directory.
/lib/mbedtls/external/mbedtls/programs/test/cmake_subproject/
A DCMakeLists.txt6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
/lib/mbedtls/external/mbedtls/
A DSUPPORT.md8 - the `docs` directory in the source tree;
/lib/mbedtls/external/mbedtls/programs/test/cmake_package/
A DCMakeLists.txt5 # skip installing it, and use the build directory directly instead.
/lib/mbedtls/external/mbedtls/ChangeLog.d/
A D00README.md1 # Pending changelog entry directory
3 This directory contains changelog entries that have not yet been merged
/lib/lwip/lwip/doc/doxygen/
A Dlwip.Doxyfile52 # the logo to the output directory.
1110 # The default directory is: html.
1419 # to be copied into the plugins directory of eclipse. The name of the directory
1529 # output directory using the MATHJAX_RELPATH option. The destination directory
1654 # The default directory is: latex.
1664 # written to the output directory.
1825 # The default directory is: rtf.
1889 # it. A directory man3 will be created inside the directory specified by
1891 # The default directory is: man.
1934 # The default directory is: xml.
[all …]

Completed in 39 milliseconds

123