Searched refs:recommended (Results 1 – 25 of 1016) sorted by relevance
12345678910>>...41
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-macro-parentheses.rst | 13 When the replacement list has an expression, it is recommended to surround 17 It is also recommended to surround macro arguments in the replacement list
|
D | readability-string-compare.rst | 12 If an equality or inequality check can suffice, that is recommended. This is 13 recommended to avoid the risk of incorrect interpretation of the return value
|
D | android-cloexec-inotify-init.rst | 6 The usage of ``inotify_init()`` is not recommended, it's better to use
|
D | android-cloexec-epoll-create.rst | 6 The usage of ``epoll_create()`` is not recommended, it's better to use
|
D | android-cloexec-creat.rst | 6 The usage of ``creat()`` is not recommended, it's better to use ``open()``.
|
D | android-cloexec-accept.rst | 6 The usage of ``accept()`` is not recommended, it's better to use ``accept4()``.
|
D | android-cloexec-dup.rst | 6 The usage of ``dup()`` is not recommended, it's better to use ``fcntl()``,
|
/external/cpu_features/cmake/ |
D | README.md | 5 For API / ABI compatibility reasons, it is recommended to build and use 8 This is similar to the recommended usage of the googletest framework
|
/external/libpng/ |
D | ANNOUNCE | 12 * libpng-1.6.37.tar.xz (LZMA-compressed, recommended) 17 * lp1637.7z (LZMA-compressed, recommended)
|
/external/python/cryptography/docs/hazmat/primitives/ |
D | twofactor.rst | 27 recommended to be 160 :term:`bits` in length. The ``length`` parameter 45 and be at least 128 :term:`bits`. It is recommended that 107 6 - 8 digits long, brute force attacks are possible. It is highly recommended 121 Due to this, it is highly recommended that the server sets a look-ahead window 148 </random-numbers>` and is recommended to be as long as your hash function's 168 and be at least 128 :term:`bits`. It is recommended that the 175 :param int time_step: The time step size. The recommended size is 30.
|
/external/rust/crates/grpcio-sys/grpc/ |
D | .bazelrc | 2 # as recommended in https://github.com/bazelbuild/bazel/issues/6319
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | recommended-dictionary.test | 7 RECOMMENDED_DICT:###### End of recommended dictionary. ######
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Unix/ |
D | CMakeLists.txt | 42 # which does not support the recommended Threads::Threads target. 49 # This is the recommended way, so we use it for 3.1+.
|
/external/zstd/build/cmake/ |
D | README.md | 10 As cmake doesn't support command like `cmake clean`, it's recommended to perform a "out of source b… 66 So, this is recommended:
|
/external/deqp-deps/glslang/glslang/OSDependent/Unix/ |
D | CMakeLists.txt | 42 # which does not support the recommended Threads::Threads target. 49 # This is the recommended way, so we use it for 3.1+.
|
/external/rust/crates/pin-project/ |
D | .gitignore | 4 # For platform and editor specific settings, it is recommended to add to
|
/external/rust/crates/syn-mid/ |
D | .gitignore | 4 # For platform and editor specific settings, it is recommended to add to
|
/external/rust/crates/pin-project-lite/ |
D | .gitignore | 4 # For platform and editor specific settings, it is recommended to add to
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_34.txt | 9 This is a text plain part that is counter to recommended practice in
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | lockdown.txt | 4 These lockdown measures are recommended, but can cause SELinux issues. If you have a machine you t…
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_34.txt | 9 This is a text plain part that is counter to recommended practice in
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | index.md | 9 1. [Python API](#python_api) (***recommended***): This makes it easier to 40 * `tf.lite.TFLiteConverter.from_saved_model()` (**recommended**): Converts 66 ### Convert a SavedModel (recommended) <a name="saved_model"></a> 163 wish to create one (**not recommended, proceed with caution**), you can 188 **It is highly recommended that you use the [Python API](#python_api) listed
|
/external/lz4/examples/ |
D | streaming_api_basics.md | 8 This is most recommended API for usual application. 11 - "Block" API : This is recommended for simple purpose.
|
/external/swiftshader/ |
D | .gitignore | 17 # The /build/ directory is recommended for CMake build output
|
/external/rust/crates/plotters/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 15 Some minimal reproduce code is highly recommended
|
12345678910>>...41