Searched refs:simplest (Results 1 – 25 of 279) sorted by relevance
12345678910>>...12
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/ |
D | simpler.proto | 19 import "simplest.proto"; 23 simplest.SimplestMessage simplest_message = 2;
|
D | complicated.proto | 19 import "simplest.proto"; 25 simplest.SimplestMessage simplest_message = 4;
|
D | BUILD.bazel | 22 srcs = ["simplest.proto"], 48 "simplest.proto",
|
D | simplest.proto | 17 package simplest; package
|
/external/python/cpython3/Doc/includes/ |
D | email-read-alternative.py | 28 simplest = msg.get_body(preferencelist=('plain', 'html')) variable 30 print(''.join(simplest.get_content().splitlines(keepends=True)[:3]))
|
/external/ImageMagick/ |
D | Install-mac.txt | 14 ImageMagick. The simplest method is to use "homebrew", and that method is shown 26 For the very simplest, fastest, most basic ImageMagick installation, run:
|
/external/lottie/.github/ |
D | ISSUE_TEMPLATE.md | 5 * Simplify your animation to the simplest animation that reproduces your issue.
|
/external/python/cpython2/Demo/sockets/ |
D | README | 4 echosvr.py About the simplest TCP server possible.
|
/external/grpc-grpc/examples/ |
D | README.md | 16 …priate language, including installation instructions and how to run our simplest Hello World examp…
|
/external/rust/crates/same-file/ |
D | README.md | 26 The simplest use of this crate is to use the `is_same_file` function, which
|
/external/python/rsa/doc/ |
D | installation.rst | 4 Installation can be done in various ways. The simplest form uses pip::
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.basic.txt | 56 The objective of basic compute tests is to provide a simplest possible test
|
/external/icu/icu4c/source/tools/genren/ |
D | README | 18 (Using the svn command is the simplest way of getting just the files from one subdirectory of the g…
|
/external/llvm-project/llvm/docs/ |
D | BuildingADistribution.rst | 58 The simplest example of building a distribution with reasonable performance is 112 The first and simplest to use is the compiler optimization level by setting the 148 The simplest and least significant way to reduce binary size is to set the
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TensorScatterAdd.pbtxt | 48 The simplest form of tensor_scatter_add is to add individual elements to a
|
D | api_def_TensorScatterSub.pbtxt | 47 The simplest form of tensor_scatter_sub is to subtract individual elements
|
D | api_def_ScatterNd.pbtxt | 58 The simplest form of scatter is to insert individual elements in a tensor by
|
/external/openscreen/osp/demo/ |
D | README.md | 28 should be named `_recv_fifo`. The simplest way to do this is so you can see the
|
/external/markdown/docs/ |
D | INSTALL | 25 The simplest way to install Python-Markdown is by using SetupTools. As and
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-function-cognitive-complexity.rst | 109 The simplest case. This function has Cognitive Complexity of `0`.
|
/external/python/cpython2/Doc/distutils/ |
D | examples.rst | 27 In the simplest case, you'll have two files to worry about: a setup script and 204 it only affects the source for pure Python modules. The simplest case, a
|
/external/pigweed/pw_watch/ |
D | docs.rst | 20 The simplest way to get started with ``pw_watch`` is to launch it from a shell
|
/external/google-styleguide/docguide/ |
D | philosophy.md | 25 * **New features should never interfere with the simplest use case** and should
|
/external/kmod/testsuite/ |
D | README | 25 The simplest way to add a test is to copy and paste one already there. Most of
|
/external/jimfs/ |
D | README.md | 30 The simplest way to use Jimfs is to just get a new `FileSystem` instance from the `Jimfs` class and
|
12345678910>>...12