Home
last modified time | relevance | path

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

12345678910>>...42

/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/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/C# code](@ref flatbuffers_guide_use_java_c-sharp)
135 - How to [use the generated Go code](@ref flatbuffers_guide_use_go) in your
137 - How to [use the generated Lua code](@ref flatbuffers_guide_use_lua) in your
139 - How to [use the generated JavaScript code](@ref flatbuffers_guide_use_javascript) in your
141 - How to [use the generated TypeScript code](@ref flatbuffers_guide_use_typescript) in your
143 - How to [use FlatBuffers in C with `flatcc`](@ref flatbuffers_guide_use_c) in your
[all …]
/external/u-boot/doc/
DREADME.sata8 1.0 How to read the SATA hard disk's information?
17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk?
34 1.2 How to raw read the kernel, file system, dtb from a SATA hard disk?
48 1.3 How to load an image from an ext2 file system in U-Boot?
/external/f2fs-tools/
DREADME24 How to compile
31 How to cross-compile (e.g., for ARM)
45 How to run by default
/external/syzkaller/
DREADME.md18 - [How to install syzkaller](docs/setup.md)
19 - [How to use syzkaller](docs/usage.md)
20 - [How syzkaller works](docs/internals.md)
21 - [How to contribute to syzkaller](docs/contributing.md)
22 - [How to report Linux kernel bugs](docs/linux/reporting_kernel_bugs.md)
/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/perfetto/protos/perfetto/config/inode_file/
Dinode_file_config.proto31 // How long to pause between batches.
34 // How long to wait before the first scan in order to accumulate inodes.
37 // How many inodes to scan in one batch.
/external/webrtc/webrtc/tools/loopback_test/
DREADME7 How to run:
11 How to record:
/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/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/skia/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/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/autotest/client/site_tests/graphics_SanAngeles/src/
DREADME.txt30 * How to create a minimal and portable ad hoc framework
34 * How to dynamically find and use the OpenGL ES DLL or
37 * How to use the basic features of OpenGL ES 1.0/1.1
40 * How to create a self contained small demonstration
/external/zlib/src/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
/external/python/cpython3/Doc/faq/
Dextending.rst60 How can I execute arbitrary Python statements from C?
71 How can I evaluate an arbitrary Python expression from C?
79 How do I extract C values from a Python object?
103 How do I use Py_BuildValue() to create a tuple of arbitrary length?
109 How do I call an object's method from C?
141 How do I catch the output from PyErr_Print() (or anything that prints to stdout/stderr)?
181 How do I access a module written in Python from C?
203 How do I interface to C++ objects from Python?
223 How do I debug an extension?
258 How do I tell "incomplete input" from "invalid input"?
[all …]
/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/ltp/testcases/kernel/device-drivers/rtc/
DREADME16 How to Build
21 How to Run
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Mfcc.pbtxt13 How many samples per second the source audio used.
39 How many output channels to produce per time slice.
/external/skia/site/user/
Ddownload.md1 How to download Skia
44 project, read [How To Submit a Patch](../dev/contrib/submit).
/external/skqp/site/user/
Ddownload.md1 How to download Skia
44 project, read [How To Submit a Patch](../dev/contrib/submit).
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dfaq.md38 #### How do I determine the inputs/outputs for GraphDef protocol buffer?
54 #### How do I inspect a `.tflite` file?
85 #### How do I test that a TensorFlow Lite model behaves the same as the original TensorFlow model?
94 #### How do I reduce the size of my converted TensorFlow Lite model?
110 #### How do I optimize TensorFlow Lite performance for my machine learning task?
/external/perfetto/docs/
Darchitecture.md28 - How many consumer(s) are connected to the service.
29 - How many tracing sessions are active.
30 - How many other producer(s) are registered or active.
46 - How many trace buffers to create.
47 - How big the trace buffers should be.
/external/python/cpython2/Doc/faq/
Dextending.rst63 How can I execute arbitrary Python statements from C?
74 How can I evaluate an arbitrary Python expression from C?
82 How do I extract C values from a Python object?
104 How do I use Py_BuildValue() to create a tuple of arbitrary length?
115 How do I call an object's method from C?
147 How do I catch the output from PyErr_Print() (or anything that prints to stdout/stderr)?
176 How do I access a module written in Python from C?
198 How do I interface to C++ objects from Python?
218 How do I debug an extension?
267 How do I tell "incomplete input" from "invalid input"?
[all …]
/external/curl/docs/
DFAQ19 1.10 How many are using curl?
23 1.14 How do I submit my patch?
24 1.15 How do I port libcurl to my OS?
36 3.2 How do I tell curl to resume a transfer?
38 3.4 How do I tell curl to run custom FTP commands?
39 3.5 How can I disable the Accept: */* header?
42 3.8 How do I tell curl to follow HTTP redirects?
43 3.9 How do I use curl in my favorite programming language?
45 3.11 How do I POST with a different Content-Type?
51 3.17 How do I list the root dir of an FTP server?
[all …]
/external/python/dateutil/docs/
Drelativedelta.rst79 How does it handle months with different numbers of days?
151 How long ago has the millennium changed?
160 How old is John?

12345678910>>...42