/third_party/node/deps/openssl/openssl/apps/ |
H A D | version.c | 43 int version_main(int argc, char **argv) in version_main() argument 51 prog = opt_init(argc, argv, version_options); in version_main()
|
/third_party/python/Tools/c-analyzer/ |
H A D | table-file.py | 118 def parse_args(argv=None, prog=None): 123 args = parser.parse_args(argv)
|
/third_party/python/Tools/demo/ |
H A D | markov.py | 41 args = sys.argv[1:] 45 print('Usage: %s [-#] [-cddqw] [file] ...' % sys.argv[0])
|
/third_party/python/Tools/scripts/ |
H A D | pep384_macrocheck.py | 143 p = sys.argv[1] if sys.argv[1:] else "../../Include"
|
H A D | parse_html5_entities.py | 76 if '--create' in sys.argv: 81 elif '--patch' in sys.argv:
|
H A D | pickle2db.py | 50 prog = sys.argv[0] 147 sys.exit(main(sys.argv[1:]))
|
/third_party/python/Tools/tz/ |
H A D | zdump.py | 71 if len(sys.argv) < 2: 76 filepath = sys.argv[1]
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix_test.c | 121 int main(int argc, char **argv) in main() argument 125 int v = argc > 1 && strcmp(argv[1], "-v") == 0; in main()
|
/third_party/popt/tests/ |
H A D | test2.c | 47 main(int argc, const char ** argv) { in main() argument 128 optCon = poptGetContext("createuser", argc, argv, optionsTable, 0); in main()
|
H A D | tdict.c | 54 int main(int argc, const char ** argv) in main() argument 73 optCon = poptGetContext("tdict", argc, argv, options, 0); in main()
|
/third_party/protobuf/benchmarks/php/ |
H A D | PhpBenchmark.php | 135 foreach ($argv as $index => $arg) { 146 foreach ($argv as $index => $arg) {
|
/third_party/protobuf/benchmarks/util/ |
H A D | protoc-gen-proto2_to_proto3.cc | 112 int main(int argc, char* argv[]) { in main() argument 114 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
|
H A D | protoc-gen-gogoproto.cc | 100 int main(int argc, char* argv[]) { in main() argument 102 return google::protobuf::compiler::PluginMain(argc, argv, &generator); in main()
|
/third_party/pulseaudio/src/daemon/ |
H A D | dumpmodules.c | 126 void pa_dump_modules(pa_daemon_conf *c, int argc, char * const argv[]) { in pa_dump_modules() argument 132 show_info(argv[i], NULL, long_info); in pa_dump_modules()
|
/third_party/openssl/apps/ |
H A D | pkeyparam.c | 46 int pkeyparam_main(int argc, char **argv) in pkeyparam_main() argument 56 prog = opt_init(argc, argv, pkeyparam_options); in pkeyparam_main()
|
H A D | version.c | 43 int version_main(int argc, char **argv) in version_main() argument 51 prog = opt_init(argc, argv, version_options); in version_main()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | run_gtest_angle_test.py | 129 if 'compile_targets' in sys.argv: 134 sys.exit(common.run_script(sys.argv[1:], funcs))
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | msl_constexpr_test.cpp | 51 int main(int argc, char **argv) in main() argument 56 auto buffer = read_file(argv[1]); in main()
|
H A D | msl_ycbcr_conversion_test.cpp | 51 int main(int argc, char **argv) in main() argument 56 auto buffer = read_file(argv[1]); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
H A D | main.cpp | 29 int main(int argc, char **argv) { in main() argument 30 printf("%s output is in UTF-8\n", argv[0]); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | uperf.h | 151 UPerfTest(int32_t argc, const char* argv[], UErrorCode& status); 153 UPerfTest(int32_t argc, const char* argv[],
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_response_with_callback.c | 155 main (int argc, char *const *argv) in main() argument 173 daemon = SPDY_start_daemon(atoi(argv[1]), in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_get_parallel_threads.c | 135 main (int argc, char *const *argv) in main() argument 187 fprintf (stderr, "Failed test: %s.\n", argv[0]); in main()
|
H A D | test_https_session_info.c | 167 main (int argc, char *const *argv) in main() argument 181 print_test_result (errorCount, argv[0]); in main()
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | perf_test_runner.py | 101 if len(sys.argv) >= 2: 102 test_name = sys.argv[1]
|