Home
last modified time | relevance | path

Searched refs:How (Results 1 – 25 of 1555) sorted by relevance

12345678910>>...63

/external/rust/crates/structopt/examples/
DREADME.md5 How to append a postscript to the help message generated.
9 How to require presence of at least N values, like `val1 val2 ... valN ... valM`.
22 How to use doc comments in place of `help/long_help`.
26 How to use `arg_enum!` with `StructOpt`.
30 How to extract subcommands' args into external structs.
34 How to use environment variable fallback an how it interacts with `default_value`.
42 How to use `#[structopt(flatten)]`
58 How to parse `key=value` pairs.
62 How to add `no-thing` flag which is `true` by default and `false` if passed.
66 How to completely remove version.
[all …]
/external/libphonenumber/demo/
DREADME1 How to install the Appengine SDK to the Maven local repository?
6 How to generate the WAR?
12 How to run the webapp locally?
15 How to deploy the webapp to Appengine?
/external/rust/crates/zip/
DREADME.md66 * How to write a file to a zip.
67 …* How to write a directory of files to a zip (using [walkdir](https://github.com/BurntSushi/walkdi…
68 * How to extract a zip file.
69 * How to extract a single file from a zip.
70 * How to read a zip from the standard input.
/external/flatbuffers/docs/source/
DFlatBuffers.md127 - How to [build the compiler](@ref flatbuffers_guide_building) and samples on
129 - How to [use the compiler](@ref flatbuffers_guide_using_schema_compiler).
130 - How to [write a schema](@ref flatbuffers_guide_writing_schema).
131 - How to [use the generated C++ code](@ref flatbuffers_guide_use_cpp) in your
133 - How to [use the generated Java code](@ref flatbuffers_guide_use_java)
135 - How to [use the generated C# code](@ref flatbuffers_guide_use_c-sharp)
137 - How to [use the generated Kotlin code](@ref flatbuffers_guide_use_kotlin)
139 - How to [use the generated Go code](@ref flatbuffers_guide_use_go) in your
141 - How to [use the generated Lua code](@ref flatbuffers_guide_use_lua) in your
143 - How to [use the generated JavaScript code](@ref flatbuffers_guide_use_javascript) in your
[all …]
/external/f2fs-tools/
DREADME24 How to compile
31 How to cross-compile (e.g., for ARM)
45 How to run by default
/external/tensorflow/tensorflow/core/protobuf/
Dservice_config.proto18 // How often the dispatcher should scan through to delete old and unused jobs.
20 // How long a job needs to be unused before it becomes a candidate for garbage
38 // How often the worker should heartbeat to the master.
40 // How long to retry requests to the dispatcher before giving up and reporting
/external/compiler-rt/lib/esan/
Dworking_set_posix.cpp58 bool processWorkingSetSigprocmask(int How, void *Set, void *OldSet) { in processWorkingSetSigprocmask() argument
64 if (Set && (How == SIG_BLOCK || How == SIG_SETMASK)) { in processWorkingSetSigprocmask()
/external/skia/tools/skottie_ios_app/
DREADME.md5 How to compile for the Metal backend:
26 How to compile for the CPU backend:
47 How to compile for the OpenGL backend:
/external/arm-trusted-firmware/docs/process/
Dfaq.rst4 How do I update my changes?
13 How long will my changes take to merge into ``integration``?
18 * How important the patch set is considered by the TF maintainers. Where
31 * How much opportunity for external review is required. For example, the TF
36 * How many other patch sets are waiting to be integrated and the risk of
44 How long will it take for my changes to go from ``integration`` to ``master``?
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/spresense/
DREADME.md11 [How to use microphons](https://developer.sony.com/develop/spresense/docs/hw_docs_en.html#_how_to_u…
17 - [How to build](#how-to-build)
18 - [How to run](#how-to-run)
20 ## How to build
81 ## How to run
/external/perfetto/protos/perfetto/config/inode_file/
Dinode_file_config.proto27 // How long to pause between batches.
30 // How long to wait before the first scan in order to accumulate inodes.
33 // How many inodes to scan in one batch.
/external/webrtc/rtc_tools/loopback_test/
DREADME7 How to run:
11 How to record:
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/spresense/
DREADME.md10 - [How to build](#how-to-build)
11 - [How to run](#how-to-run)
13 ## How to build
74 ## How to run
/external/oboe/apps/OboeTester/docs/
DREADME.md9 ## [How to Build OboeTester](Build.md)
11 ## [How to Use OboeTester Interactively](Usage.md)
/external/rust/crates/itertools/
DREADME.rst19 How to use with cargo:
26 How to use in your crate:
32 How to contribute
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/spresense/
DREADME.md12 - [How to build](#how-to-build)
13 - [How to run](#how-to-run)
15 ## How to build
76 ## How to run
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DREADME.msvc9 How to build c-ares using MSVC or Visual Studio
14 How to build using MSVC from the command line
43 How to install using MSVC from the command line
67 How to build using Visual Studio 6 IDE
92 How to build using Visual Studio 2003 or newer IDE
133 How to use c-ares static libraries
/external/libjpeg-turbo/
Djconfigint.h.in7 /* How to obtain function inlining. */
10 /* How to obtain thread-local storage */
/external/skia/site/docs/dev/contrib/
Drevert.md3 title: "How to revert a CL"
4 linkTitle: "How to revert a CL"
/external/python/cpython2/Demo/turtle/
Ddemohelp.txt11 (1) How to use the demo viewer
12 (2) How to add your own demos to the demo repository
15 (1) How to use the demo viewer.
54 (2) How to add your own demos to the demo repository
/external/parameter-framework/upstream/tools/coverage/
DREADME.md20 ## How to get the Settings file
27 ## How to get PFW logs
41 ## How to generate the report
/external/skia/site/docs/dev/gardening/
D_index.md16 - [How to swap rotation shifts](#how_to_swap)
19 - [How to close or re-open the tree](#how_close_tree)
20 - [How to revert a CL](#how_to_revert)
22 - [How to rebaseline](#how_to_rebaseline)
127 <a name="how_to_swap"></a> How to swap rotation shifts
153 ### How to close or re-open the tree
164 ### How to submit when the tree is closed
171 ### How to revert a CL
/external/skqp/site/dev/sheriffing/
Dindex.md12 * [How to swap sheriff shifts](#how_to_swap)
15 + [How to close or re-open the tree](#how_close_tree)
16 + [How to revert a CL](#how_to_revert)
18 + [How to rebaseline](#how_to_rebaseline)
85 How to swap sheriff shifts
103 ### How to close or re-open the tree
113 ### How to submit when the tree is closed
120 ### How to revert a CL
/external/doclava/src/com/google/doclava/parser/
DREADME.txt5 ("How do I use ANTLR v3 from the command line" -
8 (see "How can I build parse trees not ASTs" on the ANTLR FAQ - http://www.antlr.org/wiki/pages/vie…
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dreadme.txt31 How to build ZLib.Ada under GNAT
44 How to build ZLib.Ada under Aonix ObjectAda for Win32 7.2.2
54 How to use ZLib.Ada

12345678910>>...63