Home
last modified time | relevance | path

Searched full:true (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/openthread-3.4.0/
D.clang-format6 AlignConsecutiveAssignments: true
7 AlignConsecutiveDeclarations: true
9 AlignOperands: true
10 AlignTrailingComments: true
16 AllowShortLoopsOnASingleLine: true
21 BinPackArguments: true
24 AfterCaseLabel: true
25 AfterClass: true
26 AfterControlStatement: true
27 AfterEnum: true
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.pr.data1 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #0
5 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #1
9 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #2
13 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #3
17 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #4
21 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #5
25 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #6
29 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #7
33 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #8
37 HMAC_DRBG NIST CAVS 14.3 PR True (SHA-1, 0, 0) #9
[all …]
/openthread-3.4.0/tests/unit/
Dtest_mle.cpp112 {{OT_POWER_SUPPLY_BATTERY, true, false, false, 0}, 57}, in TestLeaderWeightCalculation()
113 {{OT_POWER_SUPPLY_EXTERNAL, true, false, false, 0}, 65}, in TestLeaderWeightCalculation()
114 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, true, false, false, 0}, 69}, in TestLeaderWeightCalculation()
115 {{OT_POWER_SUPPLY_EXTERNAL_UNSTABLE, true, false, false, 0}, 61}, in TestLeaderWeightCalculation()
117 {{OT_POWER_SUPPLY_BATTERY, true, true, false, 0}, 64}, in TestLeaderWeightCalculation()
118 {{OT_POWER_SUPPLY_EXTERNAL, true, true, false, 0}, 72}, in TestLeaderWeightCalculation()
119 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, true, true, false, 0}, 76}, in TestLeaderWeightCalculation()
120 {{OT_POWER_SUPPLY_EXTERNAL_UNSTABLE, true, true, false, 0}, 68}, in TestLeaderWeightCalculation()
123 {{OT_POWER_SUPPLY_BATTERY, false, false, true, 0}, 56}, in TestLeaderWeightCalculation()
124 {{OT_POWER_SUPPLY_EXTERNAL, false, false, true, 0}, 60}, in TestLeaderWeightCalculation()
[all …]
Dtest_timer.cpp62 sTimerOn = true; in otPlatAlarmMilliStartAt()
79 sTimerOn = true; in otPlatAlarmMicroStartAt()
237 VerifyOrQuit(timer.IsRunning() == true, "Timer running Failed."); in TestOneTimer()
238 VerifyOrQuit(sTimerOn == true, "Platform Timer State Failed."); in TestOneTimer()
294 VerifyOrQuit(timer1.IsRunning() == true, "Timer running Failed."); in TestTwoTimers()
295 VerifyOrQuit(timer2.IsRunning() == true, "Timer running Failed."); in TestTwoTimers()
306 VerifyOrQuit(timer2.IsRunning() == true, "Timer running Failed."); in TestTwoTimers()
307 VerifyOrQuit(sTimerOn == true, "Platform Timer State Failed."); in TestTwoTimers()
343 VerifyOrQuit(timer1.IsRunning() == true, "Timer running Failed."); in TestTwoTimers()
344 VerifyOrQuit(timer2.IsRunning() == true, "Timer running Failed."); in TestTwoTimers()
[all …]
/openthread-3.4.0/tests/toranj/ncp/
Dtest-025-network-data-timeout.py62 stable=True,
69 preferred=True,
152 r1.add_prefix(prefix1, on_mesh=True, preferred=True, stable=True)
153 r2.add_prefix(prefix2, on_mesh=True, preferred=True, stable=True)
154 c2.add_prefix(prefix3, on_mesh=True, preferred=True, stable=True)
157 r1.add_prefix(common_prefix, on_mesh=True, preferred=True, stable=False)
158 r2.add_prefix(common_prefix, on_mesh=True, preferred=True, stable=True)
159 c2.add_prefix(common_prefix, on_mesh=True, preferred=False, stable=True)
173 on_mesh=True,
174 preferred=True,
[all …]
Dtest-010-on-mesh-prefix-config-gateway.py64 stable=True,
71 preferred=True,
147 verify_prefix(all_nodes, prefix1, stable=True, on_mesh=True, slaac=True)
155 r2.config_gateway(prefix2, default_route=True, priority='1')
162 stable=True,
163 on_mesh=True,
164 slaac=True,
165 default_route=True,
181 stable=True,
182 on_mesh=True,
[all …]
/openthread-3.4.0/src/ncp/
Dchanged_props_set.cpp53 {SPINEL_PROP_STREAM_DEBUG, SPINEL_STATUS_OK, true},
54 {SPINEL_PROP_IPV6_LL_ADDR, SPINEL_STATUS_OK, true},
55 {SPINEL_PROP_IPV6_ML_ADDR, SPINEL_STATUS_OK, true},
56 {SPINEL_PROP_IPV6_ADDRESS_TABLE, SPINEL_STATUS_OK, true},
57 {SPINEL_PROP_NET_ROLE, SPINEL_STATUS_OK, true},
58 {SPINEL_PROP_NET_PARTITION_ID, SPINEL_STATUS_OK, true},
59 {SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER, SPINEL_STATUS_OK, true},
60 {SPINEL_PROP_THREAD_LEADER_NETWORK_DATA, SPINEL_STATUS_OK, true},
61 {SPINEL_PROP_THREAD_CHILD_TABLE, SPINEL_STATUS_OK, true},
62 {SPINEL_PROP_THREAD_ON_MESH_NETS, SPINEL_STATUS_OK, true},
[all …]
/openthread-3.4.0/tools/harness-automation/doc/
Dconf.py120 # If true, '()' will be appended to :func: etc. cross-reference text.
122 # add_function_parentheses = True
124 # If true, the current module name will be prepended to all description
127 # add_module_names = True
129 # If true, sectionauthor and moduleauthor directives will be shown in the
140 # If true, keep warnings as "system message" paragraphs in the built documents.
143 # If true, `todo` and `todoList` produce output, else they produce nothing.
201 # If true, SmartyPants will be used to convert quotes and dashes to
204 # html_use_smartypants = True
217 # html_domain_indices = True
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/scripts/data_files/
Dvs2010-main-template.vcxproj29 <UseDebugLibraries>true</UseDebugLibraries>
34 <UseDebugLibraries>true</UseDebugLibraries>
40 <WholeProgramOptimization>true</WholeProgramOptimization>
46 <WholeProgramOptimization>true</WholeProgramOptimization>
66 <LinkIncremental>true</LinkIncremental>
70 <LinkIncremental>true</LinkIncremental>
93 <GenerateDebugInformation>true</GenerateDebugInformation>
108 <GenerateDebugInformation>true</GenerateDebugInformation>
115 <FunctionLevelLinking>true</FunctionLevelLinking>
116 <IntrinsicFunctions>true</IntrinsicFunctions>
[all …]
Dvs2010-app-template.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
101 <GenerateDebugInformation>true</GenerateDebugInformation>
120 <GenerateDebugInformation>true</GenerateDebugInformation>
132 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/visualc/VS2010/
Dkey_app_writer.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dkey_ladder_demo.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dload_roots.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dmini_client.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dmpi_demo.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dpem2der.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dpk_decrypt.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dpk_encrypt.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dpk_sign.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dpk_verify.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dpsa_constant_names.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dquery_compile_time_config.vcxproj28 <LinkLibraryDependencies>true</LinkLibraryDependencies>
39 <UseDebugLibraries>true</UseDebugLibraries>
44 <UseDebugLibraries>true</UseDebugLibraries>
50 <WholeProgramOptimization>true</WholeProgramOptimization>
56 <WholeProgramOptimization>true</WholeProgramOptimization>
76 <LinkIncremental>true</LinkIncremental>
80 <LinkIncremental>true</LinkIncremental>
101 <GenerateDebugInformation>true</GenerateDebugInformation>
119 <GenerateDebugInformation>true</GenerateDebugInformation>
131 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Dreq_app.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Drsa_decrypt.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]
Drsa_encrypt.vcxproj27 <LinkLibraryDependencies>true</LinkLibraryDependencies>
38 <UseDebugLibraries>true</UseDebugLibraries>
43 <UseDebugLibraries>true</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <WholeProgramOptimization>true</WholeProgramOptimization>
75 <LinkIncremental>true</LinkIncremental>
79 <LinkIncremental>true</LinkIncremental>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
[all …]

12345678910>>...32