Home
last modified time | relevance | path

Searched defs:help (Results 326 - 350 of 441) sorted by relevance

1...<<1112131415161718

/kernel/linux/linux-6.6/scripts/kconfig/
H A Dmconf.c372 struct gstr help = str_new(); in show_help() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c569 static void help(char *name) in help() function
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_expect.c230 struct nf_conn_help *help = nfct_help(ct); in nf_ct_remove_expectations() local
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c699 static void help(const char *argv0) in help() function
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c168 void help(void) in help() function
/third_party/gn/src/gn/
H A Dscope.cc258 std::string help = in CheckForUnusedVars() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp881 auto help = vf.temp_vec4(pin_group); in load_barycentric_at_offset() local
H A Dsfn_instr_tex.cpp622 auto help = vf.temp_register(); in emit_tex_tex_ms() local
H A Dsfn_instr_fetch.cpp281 char help; in from_string_impl() local
282 is >> help; in from_string_impl() local
301 is >> help; in from_string_impl() local
531 char help; in from_string() local
532 is >> help; in from_string() local
566 char help; in from_string() local
567 is >> help; in from_string() local
582 is >> help; from_string() local
668 char help; from_string() local
669 is >> help; from_string() local
[all...]
/third_party/node/
H A Dvcbuild.bat781 :help global() label
[all...]
H A Dconfigure.py89 help='select the install prefix [default: %(default)s]') variable
95 help='Build node with code coverage enabled') variable
101 help='also build debug build') variable
107 help='build the Node.js part of the binary with debugging symbols') variable
113 help=f"CPU architecture to build for ({', '.join(valid_arch)})") variable
119 help='force build to be considered as cross compiled') variable
124 help='force build to be considered as NOT cross compiled') variable
130 help=f"operating system to build for ({', '.join(valid_os)})") variable
136 help='Turn compiler warnings into errors for node core sources.') variable
142 help variable
148 help='use on deprecated SunOS systems that do not support ifaddrs.h') global() variable
154 help='Disable Single Executable Application support.') global() variable
160 help="Generate an executable without external dynamic libraries. This " global() variable
167 help="Generate an executable with libgcc and libstdc++ libraries. This " global() variable
173 help="Enable profiling support for Intel VTune profiler to profile " global() variable
181 help="Enable profiling with pgo of a binary. This feature is only available " global() variable
188 help="Enable use of the profile generated with --enable-pgo-generate. This " global() variable
195 help="Enable compiling with lto of a binary. This feature is only available " global() variable
201 help="Path to a JS file to be bundled in the binary as a builtin. " global() variable
210 help="The OpenSSL config appname (config section name) used by Node.js") global() variable
215 help='Use the specified cipher list as the default cipher list') global() variable
221 help="Do not build optimized assembly for OpenSSL") global() variable
227 help='specifies that the OpenSSL library is FIPS compatible') global() variable
233 help='Use OpenSSL supplied CA store instead of compiled-in Mozilla CA copy.') global() variable
238 help='Use the specified path to system CA (PEM format) in addition to ' global() variable
245 help='(no-op)') global() variable
251 help='link to a shared http_parser DLL instead of static linking') global() variable
256 help='directory containing http_parser header files') global() variable
262 help='alternative lib name to link to [default: %(default)s]') global() variable
267 help='a directory to search for the shared http_parser DLL') global() variable
273 help='link to a shared libuv DLL instead of static linking') global() variable
278 help='directory containing libuv header files') global() variable
284 help='alternative lib name to link to [default: %(default)s]') global() variable
289 help='a directory to search for the shared libuv DLL') global() variable
295 help='link to a shared nghttp2 DLL instead of static linking') global() variable
300 help='directory containing nghttp2 header files') global() variable
306 help='alternative lib name to link to [default: %(default)s]') global() variable
311 help='a directory to search for the shared nghttp2 DLLs') global() variable
317 help='link to a shared nghttp3 DLL instead of static linking') global() variable
322 help='directory containing nghttp3 header files') global() variable
328 help='alternative lib name to link to [default: %(default)s]') global() variable
333 help='a directory to search for the shared nghttp3 DLLs') global() variable
339 help='link to a shared ngtcp2 DLL instead of static linking') global() variable
344 help='directory containing ngtcp2 header files') global() variable
350 help='alternative lib name to link to [default: %(default)s]') global() variable
355 help='a directory to search for the shared tcp2 DLLs') global() variable
361 help='link to a shared OpenSSl DLL instead of static linking') global() variable
366 help='directory containing OpenSSL header files') global() variable
372 help='alternative lib name to link to [default: %(default)s]') global() variable
377 help='a directory to search for the shared OpenSSL DLLs') global() variable
383 help='link to a shared zlib DLL instead of static linking') global() variable
388 help='directory containing zlib header files') global() variable
394 help='alternative lib name to link to [default: %(default)s]') global() variable
399 help='a directory to search for the shared zlib DLL') global() variable
405 help='link to a shared brotli DLL instead of static linking') global() variable
410 help='directory containing brotli header files') global() variable
416 help='alternative lib name to link to [default: %(default)s]') global() variable
421 help='a directory to search for the shared brotli DLL') global() variable
427 help='link to a shared cares DLL instead of static linking') global() variable
432 help='directory containing cares header files') global() variable
438 help='alternative lib name to link to [default: %(default)s]') global() variable
443 help='a directory to search for the shared cares DLL') global() variable
452 help='Path to shared file for ' + builtin + ' builtin. ' global() variable
460 help='path to zoslib.gyp file for includes and to link to static zoslib library') global() variable
467 help='directory containing systemtap header files') global() variable
472 help='custom build tag') global() variable
477 help='Provide a custom URL prefix for the `process.release` properties ' global() variable
485 help=argparse.SUPPRESS) # Unsupported, undocumented. global() variable
491 help='Enable the --trace-maps flag in V8 (use at your own risk)') global() variable
497 help='[Experimental] Enable V8 pointer compression (limits max heap to 4GB and breaks ABI compatibility)') global() variable
503 help='Disable the shared read-only heap feature in V8') global() variable
508 help='v8 options to pass, see `node --v8-options` for examples.') global() variable
514 help='Enables building of fuzzers. This command should be run in an OSS-Fuzz Docker image.') global() variable
520 help=f"specifies which floating-point ABI to use ({', '.join(valid_arm_float_abi)}).") global() variable
526 help=f"ARM FPU mode ({', '.join(valid_arm_fpu)}) [default: %(default)s]") global() variable
533 help=f"MIPS arch variant ({', '.join(valid_mips_arch)}) [default: %(default)s]") global() variable
540 help=f"MIPS FPU mode ({', '.join(valid_mips_fpu)}) [default: %(default)s]") global() variable
547 help=f"MIPS floating-point ABI ({', '.join(valid_mips_float_abi)}) [default: %(default)s]") global() variable
553 help='build with DTrace (default is true on sunos and darwin)') global() variable
559 help='build with ETW (default is true on Windows)') global() variable
565 help='This option has no effect. --use-largepages is now a runtime option.') global() variable
571 help='This option has no effect. --use-largepages is now a runtime option.') global() variable
577 help='Pass a section ordering file to the linker. This requires that ' + global() variable
586 help=f"Intl mode (valid choices: {', '.join(valid_intl_modes)}) [default: %(default)s]") global() variable
597 help='Path to icu.gyp (ICU i18n, Chromium version only.)') global() variable
605 help='Comma-separated list of locales for "small-icu". "root" is assumed. ' global() variable
611 help='Intl mode: optional local path to icu/ dir, or path/URL of ' global() variable
618 help='Path to the icuXXdt{lb}.dat file. If unspecified, ICU data will ' global() variable
627 help='Use Link Time Code Generation. This feature is only available on Windows.') global() variable
633 help='Turn off V8 snapshot integration. Currently experimental.') global() variable
639 help='Turn off V8 Code cache integration.') global() variable
644 help=nodedownload.help()) global() variable
650 help='Download directory [default: %(default)s]') global() variable
658 help='build lib with DCHECK macros') global() variable
664 help='build nghttp2 with DEBUGBUILD (default is false)') global() variable
672 help='build without DTrace') global() variable
678 help='build without ETW') global() variable
684 help='do not install the bundled npm (package manager)') global() variable
690 help='do not install the bundled Corepack') global() variable
697 help=argparse.SUPPRESS) global() variable
703 help=argparse.SUPPRESS) global() variable
709 help=argparse.SUPPRESS) global() variable
715 help=argparse.SUPPRESS) global() variable
723 help='build without SSL (disables crypto, https, inspector, etc.)') global() variable
729 help='build without NODE_OPTIONS support') global() variable
735 help='generate build files for use with Ninja') global() variable
741 help='compile for Address Sanitizer to find memory bugs') global() variable
747 help='build as static library') global() variable
753 help='do not export browser globals like setTimeout, console, etc. ' + global() variable
761 help='disable the V8 inspector protocol') global() variable
767 help='compile shared library for embedding node in another project. ' + global() variable
774 help='a directory to install the shared library into relative to the ' global() variable
782 help='do not initialize v8 platform during node.js startup. ' + global() variable
789 help='do not use V8 includes from the bundled deps folder. ' + global() variable
796 help='get more output from this script') global() variable
802 help='compile V8 with minimal optimizations and with runtime checks') global() variable
808 help='compile V8 with debug checks and runtime debugging features enabled') global() variable
814 help='compile V8 in lite mode for constrained environments (lowers V8 '+ global() variable
822 help='compile V8 with auxiliary functions for native debuggers') global() variable
828 help='disable the V8 auxiliary functions for native debuggers') global() variable
834 help='Enable V8 transparent hugepage support. This feature is only '+ global() variable
841 help='Enable V8 short builtin calls support. This feature is enabled '+ global() variable
848 help='Enable the built-in snapshot compression in V8.') global() variable
854 help='node will load builtin modules from disk instead of from binary') global() variable
860 help='Run a file when building the embedded snapshot. Currently ' + global() variable
868 help=argparse.SUPPRESS) global() variable
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscp.c172 int help = 0; in parse_options() local
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c230 bool help = false, verbose = false; in main() local
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c724 static void help(void) in help() function
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c328 static void help(void) in help() function
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c1876 void help(void) in help() function
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c1064 const char* help; in opt_print() local
/third_party/popt/src/
H A Dpopthelp.c291 const char * help = D_(translation_domain, opt->descrip); in singleOptionHelp() local
[all...]
/third_party/python/Lib/
H A Dnntplib.py709 def help(self, *, file=None): member in NNTP
H A Dsmtplib.py500 def help(self, args=''): member in SMTP
/third_party/python/Lib/http/
H A Dserver.py1279 help='run as CGI server') variable
1281 help='bind to this address ' variable
1284 help='serve this directory ' variable
1288 help='conform to this HTTP version ' variable
1291 help='bind to this port ' variable
/third_party/openssl/apps/lib/
H A Dopt.c1059 const char* help; in opt_print() local
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c236 int help = 0; in main() local
/third_party/toybox/kconfig/
H A Dexpr.h74 char *help; member
/third_party/skia/bench/
H A Dnanobench.cpp95 SkString help; in loops_help_txt() local

Completed in 32 milliseconds

1...<<1112131415161718