Home
last modified time | relevance | path

Searched refs:manual (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/third_party/rust/crates/cxx/third-party/bazel/
DBUILD.bazel31 tags = ["manual"],
37 tags = ["manual"],
43 tags = ["manual"],
49 tags = ["manual"],
55 tags = ["manual"],
61 tags = ["manual"],
67 tags = ["manual"],
73 tags = ["manual"],
DBUILD.scratch-1.0.5.bazel37 "manual",
69 "manual",
80 tags = ["manual"],
DBUILD.quote-1.0.28.bazel41 "manual",
78 "manual",
89 tags = ["manual"],
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel37 "manual",
69 "manual",
80 tags = ["manual"],
DBUILD.proc-macro2-1.0.59.bazel42 "manual",
80 "manual",
91 tags = ["manual"],
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel37 "manual",
69 "manual",
80 tags = ["manual"],
DBUILD.winapi-0.3.9.bazel49 "manual",
93 "manual",
104 tags = ["manual"],
/third_party/curl/tests/data/
Dtest10264 --manual
17 manual
23 curl --manual
26 --manual
28 # Search for these two sentinel lines in the manual output; if they are found,
29 # then chances are good the entire manual is there.
Dtest117920 # make this test require manual as the error message is different without it
22 manual
40 curl: try 'curl --help' or 'curl --manual' for more information
Dtest41133 %if manual
34 curl: try 'curl --help' or 'curl --manual' for more information
Dtest42234 %if manual
35 curl: try 'curl --help' or 'curl --manual' for more information
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dgetcwd.c23 char *manual = "/data/tests/libc-test/src/"; variable
39 if (!(strcmp(result, manual) ^ strcmp(result, hdc_auto))) { in getcwd_0100()
40 …getcwd failed, except result is %s when manual or %s when hdc test\n", __func__, manual, hdc_auto); in getcwd_0100()
53 if (!(strcmp(result, manual) ^ strcmp(result, hdc_auto))) { in getcwd_0200()
54 …getcwd failed, except result is %s when manual or %s when hdc test\n", __func__, manual, hdc_auto); in getcwd_0200()
/third_party/bzip2/
DREADME.XML.STUFF26 ./xmlproc.sh -v manual.xml
29 ./xmlproc.sh -html manual.xml
30 Output: manual.html
32 ./xmlproc.sh -pdf manual.xml
33 Output: manual.pdf
35 ./xmlproc.sh -ps manual.xml
36 Output: manual.ps
/third_party/skia/infra/bots/task_drivers/canary/
Dcanary.go73 manualRollDB, err := manual.NewDBWithParams(ctx, firestore.FIRESTORE_PROJECT, "production", ts)
87 req := manual.ManualRollRequest{
90 Status: manual.STATUS_PENDING,
125 func waitForCanaryRoll(parentCtx context.Context, manualRollDB manual.DB, rollId, stepName string) …
154 if roll.Status == manual.STATUS_COMPLETE {
155 if roll.Result == manual.RESULT_SUCCESS {
164 } else if roll.Result == manual.RESULT_FAILURE {
169 } else if roll.Result == manual.RESULT_UNKNOWN {
/third_party/curl/docs/cmdline-opts/
Dmanual.md4 Long: manual
6 Help: Display the full manual
15 - --manual
18 # `--manual`
/third_party/rust/crates/clap/clap_mangen/src/
Dlib.rs22 manual: String, field
38 let manual = "".to_owned(); in new() localVariable
45 manual, in new()
89 pub fn manual(mut self, manual: impl Into<String>) -> Self { in manual() method
90 self.manual = manual.into(); in manual()
149 &self.manual, in title_args()
/third_party/node/deps/npm/node_modules/mkdirp/bin/
Dcmd.js29 let manual = false variable
36 manual = true
57 const impl = manual ? mkdirp.manual : mkdirp
/third_party/openssl/doc/man1/
Dopenssl-cmds.pod.in60 =for openssl foreign manual apropos(1)
71 It has its own detailed manual page at B<openssl-I<cmd>>(1). For example, to
72 view the manual page for the B<openssl dgst> command, type C<man openssl-dgst>.
142 =for openssl foreign manual apropos(1)
144 Initially, the manual page entry for the C<openssl I<cmd>> command used
149 In order to reduce cluttering of the global manual page namespace,
150 the manual page entries without the 'openssl-' prefix have been
/third_party/lz4/contrib/gen_manual/
DREADME.md1 gen_manual - a program for automatic generation of manual from source code
6 This simple C++ program generates a single-page HTML manual from `lz4.h`.
27 To compile program and generate lz4 manual we have used:
/third_party/python/Doc/library/
Dintro.rst32 This manual is organized "from the inside out:" it first describes the built-in
36 This means that if you start reading this manual from the start, and skip to the
40 browse the table of contents (in front of the manual), or look for a specific
44 read the sections of this manual, it helps to start with chapter
45 :ref:`built-in-funcs`, as the remainder of the manual assumes familiarity with
/third_party/ninja/
DREADME.md6 See [the manual](https://ninja-build.org/manual.html) or
7 `doc/manual.asciidoc` included in the distribution for background
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-mpm-file-1m1 # memtoy test - manual migrate of mapped file
12 # manual migrate to node 3
Dtest-mpm-file-16m1 # memtoy test - manual migrate of 16M mapped file
12 # manual migrate to node 3
/third_party/lame/debian/
Dlame.doc-base2 Abstract: This manual describes the LAME MP3 encoder and concepts behind audio compression.
5 Title: LAME MP3 encoder manual
/third_party/libinput/doc/user/
Dconf.py.in137 # author, documentclass [howto, manual, or own class]).
140 'Peter Hutterer', 'manual'),
144 # -- Options for manual page output ------------------------------------------
146 # One entry per manual page. List of tuples
147 # (source start file, name, description, authors, manual section).

12345678910>>...27