/openthread-3.5.0/third_party/mbedtls/repo/visualc/VS2010/ |
D | mbedTLS.sln | 270 Release|Win32 = Release|Win32 271 Release|x64 = Release|x64 278 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|Win32.ActiveCfg = Release|Win32 279 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|Win32.Build.0 = Release|Win32 280 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|x64.ActiveCfg = Release|x64 281 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|x64.Build.0 = Release|x64 286 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Release|Win32.ActiveCfg = Release|Win32 287 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Release|Win32.Build.0 = Release|Win32 288 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Release|x64.ActiveCfg = Release|x64 289 {5DBB9FC3-6FD6-CA8D-E0FA-35F1E75EFAE7}.Release|x64.Build.0 = Release|x64 [all …]
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/ |
D | vs2010-sln-template.sln | 11 Release|Win32 = Release|Win32 12 Release|x64 = Release|x64 19 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|Win32.ActiveCfg = Release|Win32 20 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|Win32.Build.0 = Release|Win32 21 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|x64.ActiveCfg = Release|x64 22 {46CF2D25-6A36-4189-B59C-E4815388E554}.Release|x64.Build.0 = Release|x64
|
D | vs6-main-template.dsp | 20 !MESSAGE "mbedtls - Win32 Release" (based on "Win32 (x86) Static Library") 31 !IF "$(CFG)" == "mbedtls - Win32 Release" 81 # Name "mbedtls - Win32 Release"
|
D | vs6-app-template.dsp | 20 !MESSAGE "<APPNAME> - Win32 Release" (based on "Win32 (x86) Console Application") 31 !IF "$(CFG)" == "<APPNAME> - Win32 Release" 81 # Name "<APPNAME> - Win32 Release"
|
/openthread-3.5.0/src/core/common/ |
D | owned_ptr.hpp | 140 Type *Release(void) in Release() function in ot::OwnedPtr 170 Reset(aOther.Release()); in operator =()
|
D | retain_ptr.hpp | 132 Type *Release(void) in Release() function in ot::RetainPtr
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/ |
D | windows_msbuild.bat | 8 set "cfg=Release" & @rem "Debug" or "Release"
|
/openthread-3.5.0/tests/unit/ |
D | test_smart_ptrs.cpp | 268 VerifyOrQuit(ptr.Release() == &obj1); in TestOwnedPtr() 272 VerifyOrQuit(ptr.Release() == nullptr); in TestOwnedPtr() 461 VerifyOrQuit(ptr.Release() == &obj1); in TestRetainPtr() 464 VerifyOrQuit(ptr.Release() == nullptr); in TestRetainPtr()
|
/openthread-3.5.0/src/core/thread/ |
D | router_table.hpp | 105 Error Release(uint8_t aRouterId); 482 void Release(uint8_t aRouterId) { mIndexes[aRouterId] = kReuseDelay; } in Release() function in ot::RouterTable::RouterIdMap
|
D | router_table.cpp | 119 mRouterIdMap.Release(aRouter.GetRouterId()); in RemoveRouter() 194 Error RouterTable::Release(uint8_t aRouterId) in Release() function in ot::RouterTable
|
D | mle_router.cpp | 1761 IgnoreError(mRouterTable.Release(router.GetRouterId())); in HandleTimeTick() 3798 IgnoreError(mRouterTable.Release(routerId)); in HandleTmf()
|
/openthread-3.5.0/tools/harness-automation/ |
D | README.rst | 5 This is a tool to automate testing openthread with GRL Test Harness Release 2.0.1 for Thread V1.1.
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | .gitignore | 45 /visualc/VS2010/Release/
|
D | CMakeLists.txt | 134 …CACHE STRING "Choose the type of build: None Debug Release Coverage ASan ASanDbg MemSan MemSanDbg …
|
D | README.md | 110 - `Release`. This generates the default code without any unnecessary information in the binary fi…
|
D | ChangeLog | 767 * Fix the Visual Studio Release x64 build configuration for mbedtls itself. 1110 * Fix Visual Studio Release x64 build configuration by inheriting
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 980 cmake -D ENABLE_ZLIB_SUPPORT=On -D CMAKE_BUILD_TYPE:String=Release . 1378 CC=clang cmake -D CMAKE_BUILD_TYPE:String=Release -D ENABLE_TESTING=On . 1428 cmake -D CMAKE_BUILD_TYPE:String=Release . 2285 CC=gcc cmake -DCMAKE_BUILD_TYPE:String=Release . 2296 CC=gcc cmake -DCMAKE_BUILD_TYPE:String=Release . 2411 CC=gcc cmake -DCMAKE_BUILD_TYPE:String=Release . 2919 CC=clang cmake -D CMAKE_BUILD_TYPE:String=Release .
|
/openthread-3.5.0/src/core/api/ |
D | thread_ftd_api.cpp | 174 error = AsCoreType(aInstance).Get<RouterTable>().Release(aRouterId); in otThreadReleaseRouterId()
|
/openthread-3.5.0/src/core/net/ |
D | dnssd_server.cpp | 283 mMessage.Release(); in Send() 939 query = aResponse.mMessage.Release(); in ResolveByProxy()
|
/openthread-3.5.0/src/cli/ |
D | README.md | 1072 Start the graceful detach process by first notifying other nodes (sending Address Release if acting… 3056 Release a Router ID that has been allocated by the device in the Leader role.
|