/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | getcwd.c | 23 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 D | lib.rs | 22 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 D | canary.go | 16 "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 D | buildconf.bat | 222 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 D | set_psa_test_dependencies.py | 178 manual = [dep for dep in dependencies 181 return automatic + manual
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | find-doc-nits | 128 # 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 D | find-doc-nits | 128 # 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 D | make.bat | 30 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 D | common_includes.py | 430 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 D | auto_roll.py | 214 options.manual = False
|
/third_party/libuv/docs/ |
H A D | make.bat | 33 echo. man to make manual pages
181 echo.Build finished. The manual pages are in %BUILDDIR%/man.
|
/third_party/pulseaudio/src/tests/ |
H A D | memblockq-test.c | 40 static const char *manual[] = { variable 108 fail_unless(pa_streq(str, manual[n])); in dump()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_rs.c | 682 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 D | unw_set_reg.tex | 24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
|
H A D | unw_get_fpreg.tex | 24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
|
H A D | unw_get_reg.tex | 24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
|
H A D | unw_set_fpreg.tex | 24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 3 " http://ninja-build.org/manual.html
|
/third_party/ninja/ |
H A D | configure.py | 615 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 D | Makefile | 67 MD2ROFF_FLAGS = --roff --warnings --manual="User Commands" --organization="lz4 $(LZ4_VERSION)"
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 233 uint8_t manual; member
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/ |
H A D | configdata.pm | 28133 Print the manual page and exit.
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/ |
H A D | configdata.pm | 28026 Print the manual page and exit.
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/ |
H A D | configdata.pm | 27823 Print the manual page and exit.
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/ |
H A D | configdata.pm | 28116 Print the manual page and exit.
|