Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 12 of 12) sorted by relevance

/openthread-3.4.0/script/
Dgit-tool45 while read -r dependency; do
46 echo "${dependency}"
47 depends_on_pr="$(echo "${dependency}" | tr -d '\r\n' | cut -d# -f2)"
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py379 def validate_dependency(dependency): argument
385 dependency = dependency.strip()
386 if not re.match(CONDITION_REGEX, dependency, re.I):
387 raise GeneratorInputError('Invalid dependency %s' % dependency)
388 return dependency
736 dependency = re.match(CONDITION_REGEX, dep, re.I)
737 if not dependency:
740 _defined = '' if dependency.group(2) else 'defined'
741 _cond = dependency.group(2) if dependency.group(2) else ''
742 _value = dependency.group(3) if dependency.group(3) else ''
[all …]
Dtest_zeroize.gdb32 # such code, the compilar will create some form dependency graph between
/openthread-3.4.0/src/posix/platform/
DFindExampleVendorDeps.cmake34 dependency CMake module to resolve external libraries and header
73 The directory containing include files for dependency 0
75 The path to the library containing symbols for dependency 0
77 The directory containing include files for dependency 1
79 The path to the library containing symbols for dependency 1
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dmain_test.function106 * \brief Checks if the dependency i.e. the compile flag is set.
107 * For optimizing space for embedded targets each dependency
Dtest_suite_ssl.function3482 * doesn't support alternation in dependency statements, just depend on
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_prog_doxygen.m475 # then adding the dependency:
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog223 was disabled. Fix the dependency. Fixes #4472.
829 coutermeasures. If side channels are not a concern, this dependency can
2189 undeclared dependency of the RSA module on the ASN.1 module.
2267 created a dependency on external libraries. #708
2430 * Fix unlisted DES configuration dependency in some pkparse test cases. Found
2470 * Fix for platform time abstraction to avoid dependency issues where a build
2473 * Fix dependency issue in Makefile to allow parallel builds.
3015 * Add missing dependency on SHA-256 in some x509 programs (reported by
3038 * Remove dependency on sscanf() in X.509 parsing modules.
3359 * Fixed dependency issues in test suite
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md38 …st on its documented behavior, add a comment in the code that explains the dependency. For example:
/openthread-3.4.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile1805 # doxygen will generate a call dependency graph for every global function
1813 # doxygen will generate a caller dependency graph for every global function
1827 # in a graphical way. The dependency relations are determined by the #include
/openthread-3.4.0/third_party/nlbuild-autotools/repo/examples/
DDoxyfile.in2228 # dependency graph for every global function or class method.
2239 # dependency graph for every global function or class method.
2258 # dependency relations are determined by the #include relations between the
/openthread-3.4.0/doc/
DDoxyfile.in2242 # dependency graph for every global function or class method.
2253 # dependency graph for every global function or class method.
2272 # dependency relations are determined by the #include relations between the