Searched refs:simpler (Results 1 – 25 of 363) sorted by relevance
12345678910>>...15
/external/python/pybind11/tests/extra_python_package/ |
D | test_files.py | 122 simpler = set(n.split("/", 1)[-1] for n in tar.getnames()[1:]) 139 assert simpler == files 177 simpler = set(n.split("/", 1)[-1] for n in tar.getnames()[1:]) 192 assert simpler == files
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/ |
D | simple.proto | 19 import "simpler.proto"; 27 simpler.SimplerMessage simpler_message = 4;
|
D | simpler.proto | 17 package simpler; package
|
D | BUILD.bazel | 47 "simpler.proto",
|
/external/escapevelocity/ |
D | METADATA | 3 "A subset reimplementation of Apache Velocity with a much simpler API. "
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-uniqueptr-delete-release.rst | 7 The latter is shorter, simpler and does not require use of raw pointer APIs.
|
/external/deqp-deps/glslang/ |
D | .gitattributes | 10 # source code can be native and normalized, but simpler if lf everywhere; will try that way
|
/external/angle/third_party/vulkan-deps/glslang/src/ |
D | .gitattributes | 10 # source code can be native and normalized, but simpler if lf everywhere; will try that way
|
/external/proguard/examples/dictionaries/ |
D | keywords.txt | 6 # undone by obfuscating again with simpler names.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | change-compare-stride-trickiness-1.ll | 7 ; could be made simpler.
|
D | avx-cast.ll | 6 ; are simpler (no lane changes) and therefore will have equal or better
|
/external/tflite-support/tensorflow_lite_support/java/jni/ |
D | BUILD | 32 # but hopefully there is a simpler alternative to this.
|
/external/llvm/test/CodeGen/X86/ |
D | change-compare-stride-trickiness-1.ll | 7 ; could be made simpler.
|
/external/tensorflow/tensorflow/lite/java/jni/ |
D | BUILD | 32 # but hopefully there is a simpler alternative to this.
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.5.rst | 123 - Revert "glsl: Use a simpler formula for tanh" 124 - Revert "spirv: Use a simpler and more correct implementaiton of
|
D | 20.0.2.rst | 113 - Revert "glsl: Use a simpler formula for tanh" 114 - Revert "spirv: Use a simpler and more correct implementaiton of
|
D | 6.1 | 38 Overall, the code is much simpler, cleaner and easier to work with
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | BUILD | 54 # but hopefully there is a simpler alternative to this.
|
/external/python/cpython2/Doc/extending/ |
D | index.rst | 27 as part of this version of CPython. Third party tools may offer simpler
|
/external/deqp/targets/android/ |
D | ndk-modern.cmake | 38 # I don't know why this doesn't affect simpler projects that use the NDK
|
/external/ltp/doc/ |
D | ltp-run-files.txt | 22 executable. Most runtest entries are simpler than this, for example
|
/external/iperf3/docs/ |
D | index.rst | 17 implementation from scratch, with the goal of a smaller, simpler code
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/ |
D | README.md | 15 support simpler CRUD
|
/external/python/cpython3/Doc/extending/ |
D | index.rst | 32 offer both simpler and more sophisticated approaches to creating C and C++
|
/external/rust/crates/hashlink/ |
D | README.md | 34 Or, a simpler way to do the same thing:
|
12345678910>>...15