Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_cert_macros.py19 def __call__(self, parser, namespace, values, option_string): argument
20 if not hasattr(namespace, 'values'):
21 setattr(namespace, 'values', [])
26 namespace.values.append((self.dest, macro_name, filename))
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md23 * [PSA ITS](#file-namespace-on-its-for-0.1.0)
24 * [C stdio](#file-namespace-on-stdio-for-0.1.0)
47 There is a shared namespace for all callers.
70 ### File namespace on ITS for 0.1.0
72 …ifier namespace. The Crypto service can use arbitrary file identifiers and no other part of the sy…
79 ### File namespace on stdio for 0.1.0
99 * [PSA platform](#file-namespace-on-a-psa-platform-for-1.0.0)
100 * [library using PSA ITS](#file-namespace-on-its-as-a-library-for-1.0.0)
101 * [library using C stdio](#file-namespace-on-stdio-for-1.0.0)
131 ### File namespace on a PSA platform for 1.0.0
[all …]
/openthread-latest/
DSTYLE_GUIDE.md101 - Avoid `using namespace` Statements in Headers
102 …- The C++ `using namespace` statement should not be used outside of object scope inside header fil…
134namespace, structure, method, function, enumeration, and type names in the C/C++ language shall be…
138 - All OpenThread C++ code should be in the ‘ot’ top-level namespace.
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md42 The driver description can include Mbed TLS extensions (marked by the namespace "mbedtls"). Mbed TL…
Dpsa-driver-interface.md1159 …istinguishes keys that have the same identifier but are part of the key namespace for different cl…
1353 …aintain a registry of vendors and assign a location namespace to each vendor. Parts of the namespa…
/openthread-latest/doc/
DDoxyfile.in248 # part of the file/class/namespace that contains it.
404 # namespace, or group documentation), provided this scope is documented. If set
415 # namespace, or class. And the struct will be named TypeS. This can typically be
484 # extracted and appear in the documentation as a namespace called
486 # the file that contains the anonymous namespace. By default anonymous namespace
539 # their full class and namespace scopes in the documentation. If set to YES the
578 # descriptions of file, namespace and class members alphabetically by member
606 # be sorted only by class name, not including the namespace part.
1343 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
1345 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
[all …]
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4379 * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.