Home
last modified time | relevance | path

Searched refs:manual (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetcwd.c23 char *manual = "/data/tests/libc-test/src/"; variable
39 if (!(strcmp(result, manual) ^ strcmp(result, hdc_auto))) { in getcwd_0100()
40 t_error("%s 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 t_error("%s getcwd failed, except result is %s when manual or %s when hdc test\n", __func__, manual, hdc_auto); in getcwd_0200()
/third_party/rust/crates/clap/clap_mangen/src/
H A Dlib.rs22 manual: String,
27 /// Create a new manual page.
38 let manual = "".to_owned(); in new()
45 manual, in new()
88 /// Override the default manual this page is a member of
89 pub fn manual(mut self, manual: impl Into<String>) -> Self { in manual() functions
90 self.manual = manual.into(); in manual()
97 /// Render a full manual pag
[all...]
/third_party/skia/infra/bots/task_drivers/canary/
H A Dcanary.go16 "go.skia.org/infra/autoroll/go/manual"
73 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) error {
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/
H A Dbuildconf.bat222 echo fputs("Built-in manual not included\n", stdout^);>> src\tool_hugehelp.c
298 echo Warning: The curl manual could not be integrated in the source. This means when
299 echo you build curl the manual will not be available (curl --man^). Integration of
300 echo the manual is not required and a summary of the options will still be available
301 echo (curl --help^). To integrate the manual your PATH is required to have
/third_party/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py178 manual = [dep for dep in dependencies
181 return automatic + manual
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits128 # files(TAGS => 'manual');
129 # files(TAGS => [ 'manual', 'man1' ]);
142 # 'manual' - inclusive selector, adds any manual to the returned
155 # any of the manual selectors. If any of these are
160 # All returned manual files come from configdata.pm.
174 if $tags{manual} && ($tags{public} // !$tags{internal});
176 if $tags{manual} && ($tags{internal} // !$tags{public});
179 delete $tags{manual};
313 files(TAGS => [ 'manual',
[all...]
/third_party/openssl/util/
H A Dfind-doc-nits128 # files(TAGS => 'manual');
129 # files(TAGS => [ 'manual', 'man1' ]);
142 # 'manual' - inclusive selector, adds any manual to the returned
155 # any of the manual selectors. If any of these are
160 # All returned manual files come from configdata.pm.
174 if $tags{manual} && ($tags{public} // !$tags{internal});
176 if $tags{manual} && ($tags{internal} // !$tags{public});
179 delete $tags{manual};
313 files(TAGS => [ 'manual',
[all...]
/third_party/nghttp2/doc/
H A Dmake.bat30 echo. man to make manual pages
140 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py430 if not self._options.manual: # pragma: no cover
431 msg = msg or "Only available in manual mode."
757 options.manual = getattr(options, "manual", True)
764 options.force_readline_defaults = not options.manual
765 options.force_upload = not options.manual
H A Dauto_roll.py214 options.manual = False
/third_party/libuv/docs/
H A Dmake.bat33 echo. man to make manual pages
181 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/third_party/pulseaudio/src/tests/
H A Dmemblockq-test.c40 static const char *manual[] = { variable
108 fail_unless(pa_streq(str, manual[n])); in dump()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c682 goto manual; in etna_try_rs_blit()
704 goto manual; in etna_try_rs_blit()
801 manual: in etna_try_rs_blit()
/third_party/libunwind/libunwind/doc/
H A Dunw_set_reg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_get_fpreg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_get_reg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_set_fpreg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
/third_party/ninja/misc/
H A Dninja.vim3 " http://ninja-build.org/manual.html
/third_party/ninja/
H A Dconfigure.py615 n.comment('Generate the manual using asciidoc.')
622 docbookxml = n.build(built('manual.xml'), 'asciidoc', doc('manual.asciidoc'))
623 manual = n.build(doc('manual.html'), 'xsltproc', docbookxml, variable
625 n.build('manual', 'phony',
626 order_only=manual)
632 n.build(doc('manual.pdf'), 'dblatex', docbookxml,
/third_party/lz4/programs/
H A DMakefile67 MD2ROFF_FLAGS = --roff --warnings --manual="User Commands" --organization="lz4 $(LZ4_VERSION)"
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h233 uint8_t manual; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm28133 Print the manual page and exit.
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/
H A Dconfigdata.pm28026 Print the manual page and exit.
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/
H A Dconfigdata.pm27823 Print the manual page and exit.
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/
H A Dconfigdata.pm28116 Print the manual page and exit.

Completed in 104 milliseconds

1234