/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpserver.c | 190 int main(int argc, char *argv[]) in main() argument 192 char *program_name = argv[0]; in main() 210 while ((optc = getopt(argc, argv, "f:p:bo:dh")) != EOF) { in main()
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_event.c | 208 int main(int argc, char **argv) in main() argument 227 while ((c = getopt(argc, argv, "i:j:w:h:")) != -1) { in main() 252 usage(argv[0]); in main()
|
H A D | exynos_fimg2d_perf.c | 226 int main(int argc, char **argv) in main() argument 240 while ((c = getopt(argc, argv, "i:b:w:h:M")) != -1) { in main() 268 usage(argv[0]); in main()
|
/third_party/lz4/tests/ |
H A D | checkFrame.c | 216 int main(int argc, const char** argv) in main() argument 221 const char* const programName = argv[0]; in main() 225 const char* argument = argv[argNb]; in main()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_config.cc | 83 int main(int argc, const char **argv) in main() argument 93 docopt::docopt(USAGE, {std::next(argv), std::next(argv, argc)}, true, "pps-config 0.3"); in main()
|
/third_party/musl/ldso/ |
H A D | dlstart.c | 27 char **argv = (void *)(sp+1); in _dlstart_c() local 29 for (i=argc+1; argv[i]; i++); in _dlstart_c() 30 size_t *auxv = (void *)(argv+i+1); in _dlstart_c()
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | driver.py | 102 bindgen_args = bindgen_args + " -I{}".format(os.path.abspath(os.path.dirname(sys.argv[0]))) 192 os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "predicate.py")), 281 os.chdir(os.path.abspath(os.path.dirname(sys.argv[0])))
|
/third_party/protobuf/benchmarks/cpp/ |
H A D | cpp_benchmark.cc | 240 int main(int argc, char *argv[]) { in main() argument 241 ::benchmark::Initialize(&argc, argv); in main() 249 RegisterBenchmarks(ReadFile(argv[i])); in main()
|
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 242 if len(sys.argv) > 1: # If pass file on command line. 243 file = sys.argv[1] 254 if len(sys.argv) == 1: # If pass file on command line, unittest fails.
|
/third_party/pulseaudio/src/daemon/ |
H A D | cmdline.c | 171 int pa_cmdline_parse(pa_daemon_conf *conf, int argc, char *const argv [], int *d) { in pa_cmdline_parse() 178 pa_assert(argv); in pa_cmdline_parse() 185 while ((c = getopt_long(argc, argv, "L:F:ChDnp:kv", long_options, NULL)) != -1) { in pa_cmdline_parse()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_extensions.py | 392 if len(sys.argv) > 1: 396 if sys.argv[1] == 'inputs': 398 elif sys.argv[1] == 'outputs':
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_vk_gl_cts_build.py | 116 if len(sys.argv) > 1: 122 if sys.argv[1] == 'inputs': 124 elif sys.argv[1] == 'outputs':
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_event_loop.c | 300 main (int argc, char *const *argv) in main() argument 317 addr4.sin_port = htons(atoi(argv[1])); in main() 320 struct SPDY_Daemon *daemon = SPDY_start_daemon(atoi(argv[1]), in main() 337 addr6.sin6_port = htons(atoi(argv[1]) + 1); in main() 340 struct SPDY_Daemon *daemon2 = SPDY_start_daemon(atoi(argv[1]) + 1, in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 334 main (int argc, char *const *argv) in main() argument 339 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main() 340 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()
|
H A D | test_get_response_cleanup.c | 289 main (int argc, char *const *argv) in main() argument 293 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main() 294 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()
|
H A D | test_iplimit.c | 299 main (int argc, char *const *argv) in main() argument 303 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main() 304 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()
|
H A D | test_parse_cookies.c | 237 main (int argc, char *const *argv) in main() argument 241 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main() 242 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()
|
H A D | test_process_arguments.c | 236 main (int argc, char *const *argv) in main() argument 240 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main() 241 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()
|
H A D | test_timeout.c | 275 main (int argc, char *const *argv) in main() argument 279 oneone = (NULL != strrchr (argv[0], (int) '/')) ? in main() 280 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceClFlags.cpp | 129 void ClFlags::parseFlags(int argc, const char *const *argv) { in parseFlags() argument 130 cl::ParseCommandLineOptions(argc, argv); in parseFlags() 131 AppNameObj = argv[0]; in parseFlags()
|
/third_party/skia/tools/calmbench/ |
H A D | calmbench.py | 42 if len(sys.argv) <= 1 or sys.argv[1] == '-h' or sys.argv[1] == '--help':
|
/third_party/skia/tools/ |
H A D | convert-to-nia.cpp | 126 int main(int argc, char** argv) { in main() argument 129 if ((strcmp(argv[a], "-1") == 0) || (strcmp(argv[a], "-first-frame-only") == 0)) { in main()
|
/third_party/spirv-tools/test/diff/diff_files/ |
H A D | generate_tests.py | 106 print("Usage: {} <path-to-spirv-diff>".format(sys.argv[0])) 282 if len(sys.argv) != 2: 286 diff_tool = sys.argv[1]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 18 % sys.argv[0]) 29 print(" %s -i wlan0 -a 0015008352c0 -m display -p 12345670" % sys.argv[0]) 236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:")
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 18 % sys.argv[0]) 29 print(" %s -i wlan0 -a 0015008352c0 -m display -p 12345670" % sys.argv[0]) 236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:")
|