Searched refs:simplest (Results 1 – 25 of 250) sorted by relevance
12345678910
/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/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/python/rsa/doc/ |
D | installation.rst | 4 Installation can be done in various ways. The simplest form uses pip
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | quantization.md | 9 The simplest way to create a small model is to quantize the weights to 8 bits
|
/external/icu/icu4c/source/tools/genren/ |
D | README | 15 (Using the svn command is the simplest way of getting just the files from one subdirectory of the g…
|
/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/syzkaller/vendor/google.golang.org/grpc/ |
D | README.md | 10 …ou need to install Go and setup your Go workspace on your computer. The simplest way to install th…
|
/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/markdown/docs/ |
D | INSTALL | 25 The simplest way to install Python-Markdown is by using SetupTools. As and
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TensorScatterAdd.pbtxt | 47 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_TensorScatterUpdate.pbtxt | 55 The simplest form of scatter is to insert individual elements in a tensor by
|
D | api_def_ScatterNd.pbtxt | 58 The simplest form of scatter is to insert individual elements in a tensor by
|
/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/protobuf/ |
D | README.md | 28 For non-C++ users, the simplest way to install the protocol compiler is to
|
/external/u-boot/board/synopsys/emdk/ |
D | README | 11 versions of ARC EM CPUs. U-Boot is built to be run on the simplest
|
/external/grpc-grpc/src/cpp/ |
D | README.md | 65 You can find out how to build and run our simplest gRPC C++ example in our
|
/external/tensorflow/tensorflow/examples/android/ |
D | README.md | 67 The simplest way to compile the demo app yourself, and try out changes to the 72 `'none'` so that the project is built in the simplest way possible:
|
/external/python/cpython3/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/clang/docs/ |
D | ExternalClangExamples.rst | 83 "The simplest Clang plugin implementing a semantic check for Objective-C.
|
/external/llvm/test/CodeGen/X86/ |
D | fold-load-binops.ll | 6 ; This pattern is generated out of the simplest intrinsics usage:
|
/external/python/cpython2/Doc/library/ |
D | atexit.rst | 36 simplest way to convert code that sets ``sys.exitfunc`` is to import
|
12345678910