Searched full:easily (Results 1 – 25 of 3681) sorted by relevance
12345678910>>...148
| /external/AFLplusplus/utils/afl_untracer/ |
| D | README.md | 5 afl-untracer is an example skeleton file which can easily be used to fuzz 30 To easily run the scripts without needing to run the GUI with Ghidra: 59 and then you can easily set breakpoints to "breakpoint" and "fuzz".
|
| /external/fastrpc/ |
| D | METADATA | 5 "allowing tasks to be easily offloading to the DSP hardware, such as easily "
|
| /external/caliper/caliper/src/main/java/com/google/caliper/model/ |
| D | package-info.java | 22 * <p>The primary goal of these classes is to be as easily convertible back and forth to JSON text 23 * as possible. The secondary goal is to be easily persistable in a relational database.
|
| /external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/model/ |
| D | RegionTag.java | 53 * Helper method to easily update region tag apiVersion. 63 * Helper method to easily update region tag apiShortName. 73 * Helper method to easily update region tag overloadDisambiguation.
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
| D | transport_parameters.h | 56 // operator<< allows easily logging integer transport parameters. 102 // Allows easily logging. 133 // Allows easily logging. 160 // Allows easily logging. 269 // Allows easily logging transport parameters.
|
| /external/google-fruit/examples/annotated_injection/ |
| D | car.cpp | 27 // NOLINTBEGIN(bugprone-easily-swappable-parameters) 32 // NOLINTEND(bugprone-easily-swappable-parameters)
|
| /external/protobuf/kokoro/linux/aarch64/dockcross_helpers/ |
| D | run_dockcross_manylinux2014_aarch64.sh | 20 # easily. 31 # * the current working directory is mounted under /work so the container can easily
|
| D | run_dockcross_linux_aarch64.sh | 20 # easily. 31 # * the current working directory is mounted under /work so the container can easily
|
| /external/cronet/third_party/protobuf/kokoro/linux/aarch64/dockcross_helpers/ |
| D | run_dockcross_manylinux2014_aarch64.sh | 20 # easily. 31 # * the current working directory is mounted under /work so the container can easily
|
| D | run_dockcross_linux_aarch64.sh | 20 # easily. 31 # * the current working directory is mounted under /work so the container can easily
|
| /external/sdv/vsomeip/third_party/boost/optional/doc/ |
| D | 19_type_requirements.qbk | 16 If `T` is __MOVE_CONSTRUCTIBLE__, `optional<T>` is also __MOVE_CONSTRUCTIBLE__ and can be easily in… 21 If `T` is __COPY_CONSTRUCTIBLE__, `optional<T>` is also __COPY_CONSTRUCTIBLE__ and can be easily in…
|
| /external/pigweed/pw_allocator/ |
| D | docs.rst | 29 easily combine allocator features for your needs, without extra code size or 38 easily change where memory comes from or what additional features are provided 47 Now you can easily allocate objects in the example above using SRAM, PSRAM, or
|
| /external/cronet/net/cert/ |
| D | merkle_tree_leaf.h | 23 // all details are easily accessible and a leaf hash can be easily calculated
|
| /external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
| D | README | 5 to easily create and test complex environments. 36 2. Ability to easily provision complex topologies. Testing bridging
|
| /external/eigen/doc/ |
| D | TutorialSTL.dox | 24 One dimensional expressions can also easily be passed to STL algorithms: 40 Iterating over all coefficients of a 2D expressions is still easily accomplished by creating a 1D l…
|
| /external/aws-sdk-java-v2/docs/design/services/s3/transfermanager/ |
| D | README.md | 14 easily perform uploads and downloads of objects to and from S3 by providing the 65 * Ability to easily use canned ACL policies with all transfers to S3.
|
| /external/tensorflow/tensorflow/compiler/mlir/tfr/ |
| D | README.md | 13 simpler, but it introduces runtime overhead and it cannot easily be used to 21 extra work. Moreover, since the expansion is optional, the backend can easily 38 and kernels can easily be specialized to this op for better performance.
|
| /external/jsmn/ |
| D | README.md | 7 easily integrated into resource-limited or embedded projects. 73 or objects) also contain a number of child items, so you can easily follow 123 numbers, booleans and null, because one can easily tell the type using the
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/ |
| D | simple_hardware.h | 25 // A simple hardware is an interface makes you add a target backend easily if 28 // It allows you to easily specify the ops capabilities (by
|
| /external/aws-sdk-java-v2/.changes/2.10.x/ |
| D | 2.10.29.json | 23 …easily debug training jobs using a number of pre-built rules provided by Amazon SageMaker, or buil…
|
| /external/libchrome/base/ |
| D | rand_util.h | 39 // crypto::RandBytes instead to ensure the requirement is easily discoverable. 50 // crypto::RandBytes instead to ensure the requirement is easily discoverable.
|
| /external/arm-optimized-routines/pl/math/ |
| D | cbrtf_1u5.c | 37 We can easily decompose x into m and e using frexpf. */ in cbrtf() 60 Which can be done easily using ldexpf. */ in cbrtf()
|
| D | cbrt_2u.c | 38 We can easily decompose x into m and e using frexp. */ in cbrt() 64 Which can be done easily using ldexp. */ in cbrt()
|
| /external/llvm/docs/CommandGuide/ |
| D | llvm-build.rst | 71 Write out the LLVMBuild in the form of a CMake fragment, so it can easily be 80 Write out the LLVMBuild in the form of a Makefile fragment, so it can easily be
|
| /external/rust/crates/configparser/ |
| D | README.md | 4 …' `ini` files. You can use this to write Rust programs which can be customized by end users easily. 29 You can install this easily via `cargo` by including it in your `Cargo.toml` file like: 120 // You can easily load a file to get a clone of the map: 145 …// You can easily write the currently stored configuration to a file with the `write` method. This…
|
12345678910>>...148