/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | debug.h | 45 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument 46 mbedtls_debug_print_ret( ssl, level, __FILE__, __LINE__, text, ret ) 48 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument 49 mbedtls_debug_print_buf( ssl, level, __FILE__, __LINE__, text, buf, len ) 52 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument 53 mbedtls_debug_print_mpi( ssl, level, __FILE__, __LINE__, text, X ) 57 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument 58 mbedtls_debug_print_ecp( ssl, level, __FILE__, __LINE__, text, X ) 62 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument 63 mbedtls_debug_print_crt( ssl, level, __FILE__, __LINE__, text, crt ) [all …]
|
D | asn1write.h | 226 int tag, const char *text, 246 const char *text, size_t text_len ); 264 const char *text, size_t text_len ); 282 const char *text, size_t text_len );
|
/openthread-2.7.6/ |
D | .gitattributes | 1 # Auto normalize all files which appear to be text files. 2 * text=auto 4 # Auto normalize files which are explicitly text 5 *.[ch] text 6 *.[ch]pp text 7 *.txt text 8 *.md text 9 *.yml text 10 *.html text 11 *.py text
|
D | CONTRIBUTING.md | 82 This will open up a text editor where you can craft your commit message. 108 This will open up a text editor where you can specify which commits to squash.
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/tools/packages/automake/automake.patches/ |
D | automake-00.patch | 7 my ($text) = @_; 8 - $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge; 9 + $text =~ s/\$[{]([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge; 10 return $text;
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | debug.c | 108 const char *text, int ret ) in mbedtls_debug_print_ret() argument 129 text, ret, (unsigned int) -ret ); in mbedtls_debug_print_ret() 135 const char *file, int line, const char *text, in mbedtls_debug_print_buf() argument 151 text, (unsigned int) len ); in mbedtls_debug_print_buf() 196 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp() argument 208 mbedtls_snprintf( str, sizeof( str ), "%s(X)", text ); in mbedtls_debug_print_ecp() 211 mbedtls_snprintf( str, sizeof( str ), "%s(Y)", text ); in mbedtls_debug_print_ecp() 219 const char *text, const mbedtls_mpi *X ) in mbedtls_debug_print_mpi() argument 243 text, (int) ( ( n * ( sizeof(mbedtls_mpi_uint) << 3 ) ) + j + 1 ) ); in mbedtls_debug_print_mpi() 289 const char *text, const mbedtls_pk_context *pk ) in debug_print_pk() argument [all …]
|
D | asn1write.c | 269 const char *text, size_t text_len ) in mbedtls_asn1_write_tagged_string() argument 275 (const unsigned char *) text, text_len ) ); in mbedtls_asn1_write_tagged_string() 284 const char *text, size_t text_len ) in mbedtls_asn1_write_utf8_string() argument 286 return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_UTF8_STRING, text, text_len) ); in mbedtls_asn1_write_utf8_string() 290 const char *text, size_t text_len ) in mbedtls_asn1_write_printable_string() argument 292 …return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_PRINTABLE_STRING, text, text_len) … in mbedtls_asn1_write_printable_string() 296 const char *text, size_t text_len ) in mbedtls_asn1_write_ia5_string() argument 298 return( mbedtls_asn1_write_tagged_string(p, start, MBEDTLS_ASN1_IA5_STRING, text, text_len) ); in mbedtls_asn1_write_ia5_string()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_debug.function | 80 void mbedtls_debug_print_ret( char * file, int line, char * text, int value, 96 mbedtls_debug_print_ret( &ssl, 0, file, line, text, value); 107 void mbedtls_debug_print_buf( char * file, int line, char * text, 124 mbedtls_debug_print_buf( &ssl, 0, file, line, text, data->x, data->len );
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/ |
D | assemble_changelog.py | 203 text, allow_unknown_category): 206 categories = self.format.split_categories(text) 301 text = subprocess.check_output(['git', 'rev-list', 304 return text.rstrip(b'\n').split(b'\n') 334 text = subprocess.check_output(['git', 'show', '-s', 337 return datetime.datetime.utcfromtimestamp(int(text))
|
/openthread-2.7.6/tests/toranj/ |
D | wpan.py | 287 def _log(text, new_line=True, flush=True): argument 288 sys.stdout.write(text) 1157 def __init__(self, text): argument 1167 r'\s+rloc:(0x[0-9a-fA-F]+)', text) 1239 def __init__(self, text): argument 1249 items = [item[:-1] if item[-1] == ',' else item for item in text[2:-1].split()] 1304 def __init__(self, text): argument 1314 items = [item[:-1] if item[-1] == ',' else item for item in text[2:-1].split()] 1360 def __init__(self, text): argument 1369 items = [item[:-1] if item[-1] == ',' else item for item in text[2:-1].split()] [all …]
|
/openthread-2.7.6/tools/harness-automation/cases/ |
D | leader_5_5_1.py | 44 body = dialog.find_element_by_id('cnfrmMsg').text
|
/openthread-2.7.6/tools/harness-automation/cases_R140/ |
D | leader_5_5_1.py | 44 body = dialog.find_element_by_id('cnfrmMsg').text
|
/openthread-2.7.6/tools/harness-automation/autothreadharness/ |
D | harness_case.py | 392 status = dialog.find_element_by_class_name('status-notify').text 830 if not elem.text: 837 logger.debug(elem.text) 838 if finder.match(elem.text) or finder_dotted.match(elem.text): 884 title = dialog.find_element_by_class_name('modal-title').text 944 body = dialog.find_element_by_id('cnfrmMsg').text 992 body = dialog.find_element_by_id('cnfrmMsg').text 1041 body = dialog.find_element_by_id('cnfrmMsg').text
|
/openthread-2.7.6/examples/platforms/cc2538/ |
D | cc2538.ld | 86 .text : ALIGN(4) 90 *(.text*)
|
/openthread-2.7.6/src/cli/ |
D | README_UDP.md | 164 - `-t`: text payload in the `value`, same as without specifying the type. 196 - `-t`: text payload in the `value`, same as without specifying the type.
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/ |
D | LICENSE | 107 (d) If the Work includes a "NOTICE" text file as part of its 112 of the following places: within a NOTICE text file distributed 120 or as an addendum to the NOTICE text from the Work, provided 184 the brackets!) The text should be enclosed in the appropriate
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | LICENSE | 107 (d) If the Work includes a "NOTICE" text file as part of its 112 of the following places: within a NOTICE text file distributed 120 or as an addendum to the NOTICE text from the Work, provided 184 the brackets!) The text should be enclosed in the appropriate
|
/openthread-2.7.6/tools/gerrit/ |
D | README.md | 16 - `<commit msg>` is an optional parameter specifying text to add to the commit message.
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/etc/ |
D | lcov.config | 89 # Allow HTML markup in test case description text if non-zero
|
/openthread-2.7.6/third_party/mbedtls/repo/doxygen/ |
D | mbedtls.doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed 8 # All text after a hash (#) is considered a comment and will be ignored. 21 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 96 # that is used to form the text in various listings. Each string 97 # in this list, if found as the leading text of the brief description, will be 98 # stripped from the text and the result after processing the whole list, is 99 # used as the annotated text. Otherwise, the brief description is used as-is. 644 # doxygen can produce. The string should contain the $file, $line, and $text 646 # warning originated and the warning text. Optionally the format may contain 650 WARN_FORMAT = "$file:$line: $text"
|
/openthread-2.7.6/tools/otci/otci/ |
D | otci.py | 2150 …def udp_send(self, ip: str = None, port: int = None, text: str = None, random_bytes: int = None, h… 2161 if (text is not None) + (random_bytes is not None) + (hex is not None) != 1: 2169 if text is not None:
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/ |
D | Doxyfile.in | 26 # All text after a hash (#) is considered a comment and will be 45 # that follow. The default is UTF-8 which is also the encoding used for all text 129 # used to form the text in various listings. Each string in this list, if found 130 # as the leading text of the brief description, will be stripped from the text 132 # text. Otherwise, the brief description is used as-is. If left blank, the 756 # can produce. The string should contain the $file, $line, and $text tags, which 758 # and the warning text. Optionally the format may contain $version, which will 761 # The default value is: $file:$line: $text. 763 WARN_FORMAT = "$file:$line: $text"
|
/openthread-2.7.6/doc/ |
D | Doxyfile.in | 37 # All text after a hash (#) is considered a comment and will be 56 # that follow. The default is UTF-8 which is also the encoding used for all text 140 # used to form the text in various listings. Each string in this list, if found 141 # as the leading text of the brief description, will be stripped from the text 143 # text. Otherwise, the brief description is used as-is. If left blank, the 767 # can produce. The string should contain the $file, $line, and $text tags, which 769 # and the warning text. Optionally the format may contain $version, which will 772 # The default value is: $file:$line: $text. 774 WARN_FORMAT = "$file:$line: $text"
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 483 text="$current_section: $* -> $last_status" 485 $text" 487 echo "${start_red}^^^^$text^^^^${end_color}" >&2
|
/openthread-2.7.6/tools/otci/tests/ |
D | test_otci.py | 310 leader.udp_send(leader.get_ipaddr_rloc(), 1234, text='hello')
|