Home
last modified time | relevance | path

Searched refs:simplest (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/python/cpython3/Doc/includes/
Demail-read-alternative.py28 simplest = msg.get_body(preferencelist=('plain', 'html')) variable
30 print(''.join(simplest.get_content().splitlines(keepends=True)[:3]))
/external/ImageMagick/
DInstall-mac.txt14 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/
DREADME4 echosvr.py About the simplest TCP server possible.
/external/grpc-grpc/examples/
DREADME.md16 …priate language, including installation instructions and how to run our simplest Hello World examp…
/external/python/rsa/doc/
Dinstallation.rst4 Installation can be done in various ways. The simplest form uses pip
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dquantization.md9 The simplest way to create a small model is to quantize the weights to 8 bits
/external/icu/icu4c/source/tools/genren/
DREADME15 (Using the svn command is the simplest way of getting just the files from one subdirectory of the g…
/external/deqp/doc/testspecs/GLES31/
Dfunctional.compute.basic.txt56 The objective of basic compute tests is to provide a simplest possible test
/external/syzkaller/vendor/google.golang.org/grpc/
DREADME.md10 …ou need to install Go and setup your Go workspace on your computer. The simplest way to install th…
/external/python/cpython2/Doc/distutils/
Dexamples.rst27 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/
DINSTALL25 The simplest way to install Python-Markdown is by using SetupTools. As and
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorScatterAdd.pbtxt47 The simplest form of tensor_scatter_add is to add individual elements to a
Dapi_def_TensorScatterSub.pbtxt47 The simplest form of tensor_scatter_sub is to subtract individual elements
Dapi_def_TensorScatterUpdate.pbtxt55 The simplest form of scatter is to insert individual elements in a tensor by
Dapi_def_ScatterNd.pbtxt58 The simplest form of scatter is to insert individual elements in a tensor by
/external/google-styleguide/docguide/
Dphilosophy.md25 * **New features should never interfere with the simplest use case** and should
/external/kmod/testsuite/
DREADME25 The simplest way to add a test is to copy and paste one already there. Most of
/external/protobuf/
DREADME.md28 For non-C++ users, the simplest way to install the protocol compiler is to
/external/u-boot/board/synopsys/emdk/
DREADME11 versions of ARC EM CPUs. U-Boot is built to be run on the simplest
/external/grpc-grpc/src/cpp/
DREADME.md65 You can find out how to build and run our simplest gRPC C++ example in our
/external/tensorflow/tensorflow/examples/android/
DREADME.md67 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/
Dexamples.rst27 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/
DExternalClangExamples.rst83 "The simplest Clang plugin implementing a semantic check for Objective-C.
/external/llvm/test/CodeGen/X86/
Dfold-load-binops.ll6 ; This pattern is generated out of the simplest intrinsics usage:
/external/python/cpython2/Doc/library/
Datexit.rst36 simplest way to convert code that sets ``sys.exitfunc`` is to import

12345678910