/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 711 if (!name || (name[0] == 0) || (strcmp(name, "*") == 0)) { in runTest() 714 }else if (strcmp( name, "LIST" ) == 0) { in runTest() 769 if (strcmp(name,"skip") == 0) { in runTestLoop() 777 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop() 1256 if (strcmp("verbose", str) == 0 || in main() 1257 strcmp("v", str) == 0) in main() 1259 else if (strcmp("noerrormsg", str) == 0 || in main() 1260 strcmp("n", str) == 0) in main() 1262 else if (strcmp("exhaustive", str) == 0 || in main() 1263 strcmp(" in main() [all...] |
/third_party/curl/tests/server/ |
H A D | rtspd.c | 232 if(!strcmp(prot_str, "HTTP")) { in ProcessRequest() 235 else if(!strcmp(prot_str, "RTSP")) { in ProcessRequest() 1015 if(!strcmp("wait", command)) { in send_doc() 1073 if(!strcmp("--version", argv[arg])) { in main() 1085 else if(!strcmp("--pidfile", argv[arg])) { in main() 1090 else if(!strcmp("--portfile", argv[arg])) { in main() 1095 else if(!strcmp("--logfile", argv[arg])) { in main() 1100 else if(!strcmp("--logdir", argv[arg])) { in main() 1105 else if(!strcmp("--ipv4", argv[arg])) { in main() 1112 else if(!strcmp(" in main() [all...] |
/third_party/ffmpeg/fftools/ |
H A D | cmdutils.c | 425 if ((!po->name && !strcmp(cur_opt, optname)) || in locate_option() 426 (po->name && !strcmp(optname, po->name))) in locate_option() 524 if (!strcmp(opt, "debug") || !strcmp(opt, "fdebug")) in opt_default() 548 if (!strcmp(opt, "srcw") || !strcmp(opt, "srch") || in opt_default() 549 !strcmp(opt, "dstw") || !strcmp(opt, "dsth") || in opt_default() 550 !strcmp(opt, "src_format") || !strcmp(op in opt_default() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGPUShader5Tests.cpp | 631 if (!strcmp(destination_type, "int") || !strcmp(destination_type, "uint")) in getVertexShader() 636 else if (!strcmp(destination_type, "float")) in getVertexShader() 641 else if (!strcmp(destination_type, "ivec2")) in getVertexShader() 646 else if (!strcmp(destination_type, "ivec3")) in getVertexShader() 651 else if (!strcmp(destination_type, "ivec4")) in getVertexShader() 656 else if (!strcmp(destination_type, "uvec2")) in getVertexShader() 661 else if (!strcmp(destination_type, "uvec3")) in getVertexShader() 666 else if (!strcmp(destination_type, "uvec4")) in getVertexShader() 671 else if (!strcmp(destination_typ in getVertexShader() [all...] |
/third_party/backends/backend/ |
H A D | artec.c | 354 while ((strings[index]) && strcmp (strings[index], str)) in artec_get_str_index() 1076 if ((!strcmp (s->hw->sane.model, "AT12")) || 1077 (!strcmp (s->hw->sane.model, "AM12S"))) 1124 if ((!strcmp (s->hw->sane.model, "AT12")) || 1125 (!strcmp (s->hw->sane.model, "AM12S"))) 1186 if ((!strcmp (s->hw->sane.model, "AT12")) || in artec_send_gamma_table() 1187 (!strcmp (s->hw->sane.model, "AM12S"))) in artec_send_gamma_table() 1226 if ((!strcmp (s->hw->sane.model, "AT12")) || in artec_send_gamma_table() 1227 (!strcmp (s->hw->sane.model, "AM12S"))) in artec_send_gamma_table() 1359 if (strcmp ( in artec_set_scan_window() [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | kbl_rt5663_rt5514_max98927.c | 370 if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Port") || in kabylake_ssp_fixup() 371 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Headset Playback") || in kabylake_ssp_fixup() 372 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Capture Port")) { in kabylake_ssp_fixup() 377 } else if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio DMIC cap")) { in kabylake_ssp_fixup() 388 if (!strcmp(rtd_dpcm->be->dai_link->name, "SSP0-Codec")) in kabylake_ssp_fixup() 426 if (!strcmp(codec_dai->component->name, RT5514_DEV_NAME)) { in kabylake_ssp0_hw_params() 440 if (!strcmp(codec_dai->component->name, MAXIM_DEV0_NAME)) { in kabylake_ssp0_hw_params() 448 if (!strcmp(codec_dai->component->name, MAXIM_DEV1_NAME)) { in kabylake_ssp0_hw_params() 689 if (!component || strcmp(component->name, RT5514_DEV_NAME)) in kabylake_set_bias_level()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-csiphy.c | 659 if (!strcmp(clock->name, "csiphy0_timer") || in msm_csiphy_subdev_init() 660 !strcmp(clock->name, "csiphy1_timer") || in msm_csiphy_subdev_init() 661 !strcmp(clock->name, "csiphy2_timer") || in msm_csiphy_subdev_init() 662 !strcmp(clock->name, "csiphy3_timer") || in msm_csiphy_subdev_init() 663 !strcmp(clock->name, "csiphy4_timer") || in msm_csiphy_subdev_init() 664 !strcmp(clock->name, "csiphy5_timer")) in msm_csiphy_subdev_init() 668 (!strcmp(clock->name, "csi0_phy") || in msm_csiphy_subdev_init() 669 !strcmp(clock->name, "csi1_phy") || in msm_csiphy_subdev_init() 670 !strcmp(clock->name, "csi2_phy"))) in msm_csiphy_subdev_init()
|
/kernel/liteos_a/shell/full/src/cmds/ |
H A D | dmesg.c | 743 if (!strcmp(argv[1], "-c")) {
in OsShellCmdDmesg() 748 } else if (!strcmp(argv[1], "-C")) {
in OsShellCmdDmesg() 751 } else if (!strcmp(argv[1], "-D")) {
in OsShellCmdDmesg() 754 } else if (!strcmp(argv[1], "-E")) {
in OsShellCmdDmesg() 757 } else if (!strcmp(argv[1], "-L")) {
in OsShellCmdDmesg() 760 } else if (!strcmp(argv[1], "-U")) {
in OsShellCmdDmesg() 769 if (!strcmp(argv[1], ">")) {
in OsShellCmdDmesg() 777 } else if (!strcmp(argv[1], "-l")) {
in OsShellCmdDmesg() 779 } else if (!strcmp(argv[1], "-s")) {
in OsShellCmdDmesg()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | protocol.c | 69 BUG_ON(strcmp("ddss?u", fmt)); in p9_msg_buf_size() 79 BUG_ON(strcmp("ddT", fmt)); in p9_msg_buf_size() 93 BUG_ON(strcmp("ddT", fmt)); in p9_msg_buf_size() 102 BUG_ON(strcmp("dsdb?s", fmt)); in p9_msg_buf_size() 120 BUG_ON(strcmp("dsddg", fmt)); in p9_msg_buf_size() 129 BUG_ON(strcmp("dqd", fmt)); in p9_msg_buf_size() 138 BUG_ON(strcmp("dqV", fmt)); in p9_msg_buf_size() 147 BUG_ON(strcmp("dsds", fmt)); in p9_msg_buf_size() 158 BUG_ON(strcmp("dssg", fmt)); in p9_msg_buf_size()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | kbl_rt5663_rt5514_max98927.c | 383 if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Port") || in kabylake_ssp_fixup() 384 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Headset Playback") || in kabylake_ssp_fixup() 385 !strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio Capture Port")) { in kabylake_ssp_fixup() 390 } else if (!strcmp(rtd_dpcm->fe->dai_link->name, "Kbl Audio DMIC cap")) { in kabylake_ssp_fixup() 401 if (!strcmp(rtd_dpcm->be->dai_link->name, "SSP0-Codec")) in kabylake_ssp_fixup() 439 if (!strcmp(codec_dai->component->name, RT5514_DEV_NAME)) { in kabylake_ssp0_hw_params() 453 if (!strcmp(codec_dai->component->name, MAXIM_DEV0_NAME)) { in kabylake_ssp0_hw_params() 461 if (!strcmp(codec_dai->component->name, MAXIM_DEV1_NAME)) { in kabylake_ssp0_hw_params() 702 if (!component || strcmp(component->name, RT5514_DEV_NAME)) in kabylake_set_bias_level()
|
/third_party/optimized-routines/math/test/ |
H A D | mathbench.c | 636 FILE *f = strcmp (name, "-") == 0 ? stdin : fopen (name, "r"); in readtrace() 698 else if (argc >= 3 && strcmp (argv[0], "-i") == 0) in main() 706 else if (argc >= 2 && strcmp (argv[0], "-m") == 0) in main() 712 else if (argc >= 2 && strcmp (argv[0], "-c") == 0) in main() 718 else if (argc >= 2 && strcmp (argv[0], "-g") == 0) in main() 726 else if (argc >= 2 && strcmp (argv[0], "-f") == 0) in main() 733 else if (argc >= 2 && strcmp (argv[0], "-t") == 0) in main() 753 all = strcmp (argv[0], "all") == 0; in main() 755 if (all || strcmp (argv[0], f->name) == 0) in main()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 179 if (0 == strcmp (arg, "*")) in parse_gids() 255 if (0 == strcmp (arg, "*")) in parse_glyphs() 312 if (0 == strcmp (arg, "*")) in parse_text() 346 if (0 == strcmp (arg, "*")) in parse_unicodes() 426 if (0 == strcmp (arg, "*")) in parse_nameids() 479 if (0 == strcmp (arg, "*")) in parse_name_languages() 547 if (0 == strcmp (arg, "*")) in parse_layout_features() 591 if (0 == strcmp (arg, "*")) in parse_drop_tables() 630 if (0 != strcmp (arg, "-")) in parse_file_for()
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | module.c | 38 if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0) in module_frob_arch_sections() 40 if (strcmp(secstrings + sechdrs[i].sh_name, ".got.plt") == 0) in module_frob_arch_sections() 42 if (strcmp(secstrings + sechdrs[i].sh_name, ".rela.plt") == 0) in module_frob_arch_sections()
|
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | genvdso.h | 41 if (strcmp(name, ".MIPS.abiflags") == 0) { in patch_vdso() 48 if (strcmp(name, ".mips_abiflags") == 0) { in patch_vdso() 113 if (!strcmp(name, vdso_symbols[i].name)) { in get_symbols()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | led.c | 89 if (!strcmp(buf, "on")) { in led_proc_write() 91 } else if (!strcmp(buf, "toggle")) { in led_proc_write() 96 } else if (!strcmp(buf, "load")) { in led_proc_write()
|
/kernel/linux/linux-5.10/arch/x86/platform/geode/ |
H A D | alix.c | 167 if (!vendor || strcmp(vendor, "PC Engines")) in alix_present_dmi() 171 if (!product || (strcmp(product, "ALIX.2D") && strcmp(product, "ALIX.6"))) in alix_present_dmi()
|
/kernel/linux/linux-5.10/drivers/clk/renesas/ |
H A D | clk-r8a7778.c | 53 if (!strcmp(name, "plla")) { in r8a7778_cpg_register_clock() 57 } else if (!strcmp(name, "pllb")) { in r8a7778_cpg_register_clock() 65 if (!strcmp(name, r8a7778_divs[i].name)) { in r8a7778_cpg_register_clock()
|
H A D | clk-rz.c | 58 if (strcmp(name, "pll") == 0) { in rz_cpg_register_clock() 75 if (strcmp(name, "i") == 0) in rz_cpg_register_clock() 77 else if (strcmp(name, "g") == 0) in rz_cpg_register_clock()
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | module.c | 38 if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0) in module_frob_arch_sections() 40 if (strcmp(secstrings + sechdrs[i].sh_name, ".got.plt") == 0) in module_frob_arch_sections() 42 if (strcmp(secstrings + sechdrs[i].sh_name, ".rela.plt") == 0) in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | genvdso.h | 41 if (strcmp(name, ".MIPS.abiflags") == 0) { in patch_vdso() 48 if (strcmp(name, ".mips_abiflags") == 0) { in patch_vdso() 113 if (!strcmp(name, vdso_symbols[i].name)) { in get_symbols()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | acpi.c | 40 if (strcmp(arg, "off") == 0) in parse_acpi() 42 else if (strcmp(arg, "on") == 0) /* prefer ACPI over DT */ in parse_acpi() 44 else if (strcmp(arg, "force") == 0) /* force ACPI to be enabled */ in parse_acpi()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | led.c | 89 if (!strcmp(buf, "on")) { in led_proc_write() 91 } else if (!strcmp(buf, "toggle")) { in led_proc_write() 96 } else if (!strcmp(buf, "load")) { in led_proc_write()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tracex3_user.c | 118 if (strcmp(argv[i], "-a") == 0) { in main() 120 } else if (strcmp(argv[i], "-t") == 0) { in main() 122 } else if (strcmp(argv[i], "-h") == 0) { in main()
|
/kernel/linux/linux-5.10/security/lockdown/ |
H A D | lockdown.c | 42 if (strcmp(level, "integrity") == 0) in lockdown_param() 44 else if (strcmp(level, "confidentiality") == 0) in lockdown_param() 136 if (label && !strcmp(state, label)) in lockdown_write()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | kvm-stat.c | 50 if (!strcmp(evsel->name, "kvm:kvm_mmio") && in mmio_event_begin() 67 if (!strcmp(evsel->name, "kvm:kvm_mmio") && in mmio_event_end() 105 if (!strcmp(evsel->name, "kvm:kvm_pio")) { in ioport_event_begin()
|