Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Tests/UnitTest/
Dunittest_targets.py425 directory = 'TestCases'
428 specific_test = specific_test.strip(directory).replace('/', '')
430 for dir in next(os.walk(directory))[1]:
435 testpath = directory + '/' + dir + '/Unity/'
Dgenerate_test_data.py3628 directory = 'TestCases/TestData' variable
3629 for dir in next(os.walk(directory))[1]:
3633 print("WARNING: Testset {} in {} was not loaded".format(testset_name, directory))
/cmsis-nn-3.6.0-3.5.0/DoxyGen/templates/
Dextra_stylesheet.css870 div.directory {
877 .directory table {
881 .directory td {
887 .directory td.entry {
892 .directory td.entry a {
897 .directory td.desc {
904 .directory tr.even {
909 .directory img {
913 .directory .levels {
920 .directory .levels span {
/cmsis-nn-3.6.0-3.5.0/DoxyGen/
Dnn.dxy.in68 # the logo to the output directory.
74 # left blank the current directory will be used.
79 # directories (in 2 levels) under the output directory of each output format and
82 # putting all generated files in the same directory would otherwise causes
173 # If left blank the directory from which doxygen is run is used as the path to
177 # will be relative from the directory where doxygen is started.
594 # filesystem is case sensitive (i.e. it supports files in the same directory
788 # Note that if you run doxygen from a directory containing a file called
889 # Note: If this tag is empty the current directory is searched.
978 # subdirectory from a directory tree whose root is specified with the INPUT tag.
[all …]