Searched full:comment (Results 1 – 25 of 44) sorted by relevance
12
/openthread-3.5.0/third_party/mbedtls/repo/scripts/ |
D | generate_errors.pl | 72 # Both the before-comment and the after-comment are optional. 73 # Only the comment content is a regex capture group. The comment 75 (?:/\*[*!](?!<) # Doxygen before-comment start 76 ((?:[^*]|\*+[^*/])*) # $1: Comment content (no */ inside) 77 \*/)? # Comment end 80 (?:/\*[*!]< # Doxygen after-comment start 81 ((?:[^*]|\*+[^*/])*) # $4: Comment content (no */ inside) 82 \*/)? # Comment end
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/ |
D | check-doxy-blocks.pl | 3 # Detect comment blocks that are likely meant to be doxygen blocks but aren't. 5 # More precisely, look for normal comment block containing '\'. 45 # first line of the last normal comment block, 46 # or 0 if not in a normal comment block
|
D | check_names.py | 461 r'/\*.*?\*/', # block comment entirely on one line 462 r'//.*', # line comment 472 block comment. 479 comment that continues on the next line. 482 # Terminate current multiline comment? 498 # Start an unfinished comment? 499 # (If `/*` was part of a complete comment, it's already been removed.)
|
D | set_psa_test_dependencies.py | 215 # Expect 2 or 3 non-comment lines: description, optional dependencies,
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | config.h | 57 * Comment to disable the use of assembly code. 131 * Comment if your system does not support time functions 144 * Comment if your system does not have a correct clock. 574 * Comment this macro to generate AES tables in RAM at runtime. 713 * MBEDTLS_CIPHER_PADDING_XXX: Uncomment or comment macros to add support for 780 * Comment this macro to keep 3DES in the default ciphersuite list. 790 * Comment macros to disable the curve and functions for it 815 * Comment this macro to disable NIST curves optimisation. 884 * comment out this macro definition. 904 * Comment this macro to disable deterministic ECDSA. [all …]
|
/openthread-3.5.0/ |
D | .codecov.yml | 10 comment:
|
D | STYLE_GUIDE.md | 41 …fdef` directive to which they are related shall be decorated by language comment indicating the co… 74 …- The terminating endif preprocessor directive shall have a comment, C or C++ depending on the hea… 173 …, and ideally private, free function and class method should likewise have a prologue comment that: 179 If your description is longer than 120 characters, continue the comment on the next line:
|
D | .clang-tidy | 4 bugprone-argument-comment,
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | mps_common.h | 78 * Comment this to remove state validation. 93 * Comment this to disable assertions.
|
D | net_sockets.c | 71 #pragma comment( lib, "ws2.lib" ) 73 #pragma comment( lib, "ws2_32.lib" )
|
/openthread-3.5.0/doc/ |
D | CMakeLists.txt | 50 COMMENT "Generating documentation with Doxygen"
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/test/ |
D | zeroize.c | 97 mbedtls_exit( exit_code ); // GDB_BREAK_HERE -- don't remove this comment! in main()
|
/openthread-3.5.0/tools/gerrit/ |
D | README.md | 35 3acd900bd [message] update comment/documentation (#2903)
|
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_config.h | 14 * To disable a cryptographic mechanism, comment out the definition of
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | test-framework.md | 13 …cinctly describes for a human audience what the test does. The first non-comment line of each para…
|
/openthread-3.5.0/third_party/mbedtls/repo/doxygen/input/ |
D | doc_mainpage.h | 28 * automatically generated from specially formatted comment blocks in
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | c_build_helper.py | 70 * ``caller``: an informational string written in a comment at the top
|
/openthread-3.5.0/include/openthread/platform/ |
D | debug_uart.h | 51 * The other functions (without MUST in the comment) are WEAK symbols
|
/openthread-3.5.0/src/posix/platform/ |
D | config_file.cpp | 172 // If only the comment contains the key string, ignore it. in Clear()
|
/openthread-3.5.0/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 484 * comment every time this is done, but I'm putting it here (one of the in tcp_input() 548 * comment. in tcp_input() 562 * fwd_tag into account, if set above (see the previous comment). I removed in tcp_input() 684 /* samkumar: See above comment regarding tcp_log_addrs. */ in tcp_input() 704 /* samkumar: See above comment regarding tcp_log_addrs. */ in tcp_input() 754 /* samkumar: See above comment regarding tcp_log_addrs. */ in tcp_input() 762 /* samkumar: See above comment regarding tcp_log_addrs. */ in tcp_input() 1128 /* samkumar: See above comment regarding tcp_log_addrs. */ in tcp_do_segment() 1133 /* samkumar: See above comment regarding tcp_log_addrs. */ in tcp_do_segment() 1412 * whose call comes later (not exactly where this comment is). in tcp_do_segment() [all …]
|
/openthread-3.5.0/third_party/tcplp/lib/ |
D | bitmap.c | 210 * This function is unused, but I'm leaving it in the code as a comment in case
|
/openthread-3.5.0/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. 164 # comment as the brief description. If set to NO, the JavaDoc 172 # comment as the brief description. If set to NO, the comments 179 # treat a multi-line C++ special comment block (i.e. a block of //! or /// 181 # The new default is to treat a multi-line C++ comment block as a detailed 811 # doxygen to hide any special comment blocks from generated source code
|
/openthread-3.5.0/third_party/tcplp/bsdtcp/cc/ |
D | cc_newreno.c | 243 * comment above about not using FreeBSD's mechanism for having multiple
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | LICENSE | 185 comment syntax for the file format. We also recommend that a
|
D | CONTRIBUTING.md | 85 … (KB)](https://tls.mbed.org/kb) article should be added, write this as a comment in the PR descrip…
|
12