/third_party/skia/tools/skdiff/ |
H A D | skdiff_main.cpp | 308 return strcmp(lhs->c_str(), rhs->c_str()); in compare_file_name_metrics() 407 int v = strcmp(baseFiles[i].c_str(), comparisonFiles[j].c_str()); in create_diff_images() 636 if (!strcmp(argv[i], "--failonresult")) { in main() 649 if (!strcmp(argv[i], "--failonstatus")) { in main() 676 if (!strcmp(argv[i], "--help")) { in main() 680 if (!strcmp(argv[i], "--listfilenames")) { in main() 684 if (!strcmp(argv[i], "--verbose")) { in main() 688 if (!strcmp(argv[i], "--match")) { in main() 692 if (!strcmp(argv[i], "--nocolorspace")) { in main() 696 if (!strcmp(arg in main() [all...] |
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | locale_info.cpp | 85 return ((strcmp(GetLanguage(), "en") == 0) && (strcmp(GetRegion(), "US") == 0));
in IsDefaultLocale() 246 if (strcmp(script, "Hans") == 0) {
in GetMask() 248 } else if (strcmp(script, "Hant") == 0) {
in GetMask() 250 } else if (strcmp(script, "Latn") == 0) {
in GetMask() 252 } else if (strcmp(script, "Qaag") == 0) {
in GetMask() 254 } else if (strcmp(script, "Cyrl") == 0) {
in GetMask() 256 } else if (strcmp(script, "Deva") == 0) {
in GetMask() 258 } else if (strcmp(script, "Guru") == 0) {
in GetMask() 384 if (strcmp(ke in ProcessExtension() [all...] |
/drivers/peripheral/usb/test/moduletest/common/liteos/ |
H A D | usb_host_serial_func_test.cpp | 72 EXPECT_EQ(strcmp(writeBuf, readBuf), 0); in HWTEST_F() 94 EXPECT_EQ(strcmp(writeBuf, readBuf), 0); in HWTEST_F() 123 EXPECT_EQ(strcmp(const_cast<char *>(data[i]), readBuf), 0); in HWTEST_F() 153 EXPECT_EQ(strcmp(const_cast<char *>(data[i]), readBuf), 0); in HWTEST_F() 188 EXPECT_EQ(strcmp(writeBuf, readBuf), 0); in HWTEST_F() 229 EXPECT_EQ(strcmp(writeBuf, readBuf), 0); in HWTEST_F() 249 EXPECT_EQ(strcmp(writeBuf, readBuf), 0); in HWTEST_F() 276 EXPECT_EQ(strcmp(const_cast<char *>(data[i]), readBuf), 0); in HWTEST_F() 304 EXPECT_EQ(strcmp(const_cast<char *>(data[i]), readBuf), 0); in HWTEST_F() 337 EXPECT_EQ(strcmp(writeBu in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | module.c | 356 if (strcmp(name, secstrs + s->sh_name) == 0) in find_mod_section() 383 if (strcmp(".ARM.exidx.init.text", secname) == 0) in module_finalize() 385 else if (strcmp(".ARM.exidx", secname) == 0) in module_finalize() 387 else if (strcmp(".ARM.exidx.exit.text", secname) == 0) in module_finalize() 389 else if (strcmp(".ARM.exidx.text.unlikely", secname) == 0) in module_finalize() 391 else if (strcmp(".ARM.exidx.text.hot", secname) == 0) in module_finalize() 393 else if (strcmp(".init.text", secname) == 0) in module_finalize() 395 else if (strcmp(".text", secname) == 0) in module_finalize() 397 else if (strcmp(".exit.text", secname) == 0) in module_finalize() 399 else if (strcmp(" in module_finalize() [all...] |
/kernel/linux/linux-5.10/drivers/staging/blackbox/ |
H A D | blackbox_core.c | 135 if (!strcmp(error_info_categories[i].module, module) && in get_top_category() 136 !strcmp(error_info_categories[i].map.event, event)) in get_top_category() 139 if (!strcmp(module, MODULE_SYSTEM)) in get_top_category() 156 if (!strcmp(error_info_categories[i].module, module) && in get_category() 157 !strcmp(error_info_categories[i].map.event, event)) in get_category() 160 if (!strcmp(module, MODULE_SYSTEM)) in get_category() 281 if (!strcmp(cur->ops.module, info->module)) { in find_module_ops() 364 if (strcmp(info->category, CATEGORY_SYSTEM_REBOOT) && in save_log_with_reset() 365 strcmp(info->category, CATEGORY_SYSTEM_PANIC)) in save_log_with_reset() 505 if (!strcmp(tem in bbox_register_module_ops() [all...] |
/kernel/linux/linux-6.6/drivers/staging/blackbox/ |
H A D | blackbox_core.c | 135 if (!strcmp(error_info_categories[i].module, module) && in get_top_category() 136 !strcmp(error_info_categories[i].map.event, event)) in get_top_category() 139 if (!strcmp(module, MODULE_SYSTEM)) in get_top_category() 156 if (!strcmp(error_info_categories[i].module, module) && in get_category() 157 !strcmp(error_info_categories[i].map.event, event)) in get_category() 160 if (!strcmp(module, MODULE_SYSTEM)) in get_category() 281 if (!strcmp(cur->ops.module, info->module)) { in find_module_ops() 364 if (strcmp(info->category, CATEGORY_SYSTEM_REBOOT) && in save_log_with_reset() 365 strcmp(info->category, CATEGORY_SYSTEM_PANIC)) in save_log_with_reset() 505 if (!strcmp(tem in bbox_register_module_ops() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | resctrlfs.c | 37 if (strcmp(fs, "resctrl")) in find_resctrl_mount() 146 if (!strcmp(cache_type, "L3")) { in get_cache_size() 148 } else if (!strcmp(cache_type, "L2")) { in get_cache_size() 323 if (strcmp(benchmark_cmd[0], "fill_buf") == 0) { in run_benchmark() 328 if (!strcmp(benchmark_cmd[4], "true")) in run_benchmark() 330 else if (!strcmp(benchmark_cmd[4], "false")) in run_benchmark() 374 if (strcmp(ep->d_name, grp_name) == 0) in create_grp() 696 if (strcmp(bw_report, "reads") == 0) in validate_bw_report_request() 698 if (strcmp(bw_report, "writes") == 0) in validate_bw_report_request() 700 if (strcmp(bw_repor in validate_bw_report_request() [all...] |
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 619 strcmp(argv[1], "help") == 0 || in main() 620 strcmp(argv[1], "-help") == 0 || in main() 621 strcmp(argv[1], "--help") == 0) { in main() 634 if (strcmp(argv[i], "input") == 0) { in main() 636 } else if (strcmp(argv[i], "label") == 0) { in main() 644 } else if (strcmp(argv[i], "master") == 0) { in main() 646 } else if (strcmp(argv[i], "output") == 0) { in main() 654 if (strcmp(argv[1], "generate") == 0) { in main() 656 } else if (strcmp(argv[1], "save") == 0) { in main() 658 } else if (strcmp(arg in main() [all...] |
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | test_func64.c | 89 if (strcmp(path_name, "./tmp/data/dirl/dir_right.1/dir_right.2/right.3") in test_func3() 107 if (strcmp(path_name, "./tmp/data/d777") == 0) in test_func4() 153 if (strcmp(p, badlist[i].s) == 0) { in test_func7() 266 if (strcmp(p, badlist[i].s) == 0) { in test_func9() 302 if (strcmp(p, badlist[i].s) == 0) { in test_func10() 337 if (strcmp(p, badlist[i].s) == 0) { in test_func11() 372 if (strcmp(p, badlist[i].s) == 0) { in test_func12() 405 if (strcmp(p, badlist[i].s) == 0) { in test_func13() 441 if (strcmp(p, badlist[i].s) == 0) { in test_func14() 467 if (strcmp(path_nam in test_func15() [all...] |
H A D | test_func.c | 90 if (strcmp(path_name, "./tmp/data/dirl/dir_right.1/dir_right.2/right.3") in test_func3() 108 if (strcmp(path_name, "./tmp/data/d777") == 0) in test_func4() 152 if (strcmp(p, badlist[i].s) == 0) { in test_func7() 263 if (strcmp(p, badlist[i].s) == 0) { in test_func9() 298 if (strcmp(p, badlist[i].s) == 0) { in test_func10() 332 if (strcmp(p, badlist[i].s) == 0) { in test_func11() 366 if (strcmp(p, badlist[i].s) == 0) { in test_func12() 398 if (strcmp(p, badlist[i].s) == 0) { in test_func13() 433 if (strcmp(p, badlist[i].s) == 0) { in test_func14() 457 if (strcmp(path_nam in test_func15() [all...] |
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 207 if (!strcmp(name, iface_name)) { in display_ifconfig() 323 if (!strcmp(iface_name, name)) { in show_iface() 359 if(!strcmp(sl->str, ifre->ifr_name)) break; in show_iface() 424 if (!strcmp(*argv, "hw")) { in ifconfig_main() 432 if (!strcmp("ether", *++argv)) sock->sa_family = ARPHRD_ETHER; in ifconfig_main() 433 else if (!strcmp("infiniband", *argv)) { in ifconfig_main() 472 } else if (!strcmp(*argv, "add") || !strcmp(*argv, "del")) { in ifconfig_main() 497 if (isdigit(**argv) || !strcmp(*argv, "default")) argv--; in ifconfig_main() 499 } else if (strcmp( in ifconfig_main() [all...] |
/third_party/icu/icu4c/source/test/iotest/ |
H A D | filetst.c | 228 if (strcmp(myString, "My-String")) { in TestFileFromICU() 232 if (strcmp(myString, "(null)")) { in TestFileFromICU() 237 if (strcmp(myString, "My-String")) { in TestFileFromICU() 242 if (strcmp(myString, "(null)")) { in TestFileFromICU() 260 if (strcmp(myString, "\t\n") != 0) { in TestFileFromICU() 268 if (strcmp(myString, "Pointer to integer (Count) %n: n=1 n=1\n") != 0) { in TestFileFromICU() 276 if (strcmp(myString, "Pointer to integer Value: 37\n") != 0) { in TestFileFromICU() 284 if (strcmp(myString, "This is a long test123456789012345678901234567890123456789012345678901234567890\n") != 0) { in TestFileFromICU() 296 if (strcmp(myString, "") != 0) { in TestFileFromICU() 304 if (strcmp(myStrin in TestFileFromICU() [all...] |
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | dma-imx.h | 59 return !strcmp(dev_name(chan->device->dev), "ipu-core"); in imx_dma_is_ipu() 64 return !strcmp(chan->device->dev->driver->name, "imx-sdma") || in imx_dma_is_general_purpose() 65 !strcmp(chan->device->dev->driver->name, "imx-dma"); in imx_dma_is_general_purpose()
|
/kernel/linux/linux-6.6/include/linux/dma/ |
H A D | imx-dma.h | 61 return !strcmp(dev_name(chan->device->dev), "ipu-core"); in imx_dma_is_ipu() 66 return !strcmp(chan->device->dev->driver->name, "imx-sdma") || in imx_dma_is_general_purpose() 67 !strcmp(chan->device->dev->driver->name, "imx-dma"); in imx_dma_is_general_purpose()
|
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/ |
H A D | gpio-chip-info.c | 45 if (strcmp(argv[2], "name") == 0) { in main() 47 } else if (strcmp(argv[2], "label") == 0) { in main() 49 } else if (strcmp(argv[2], "num-lines") == 0) { in main()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | common.h | 28 if (!str_op || !strcmp(str_op, "none")) in get_clone_unshare_enum() 30 else if (!strcmp(str_op, "clone")) in get_clone_unshare_enum() 32 else if (!strcmp(str_op, "unshare")) in get_clone_unshare_enum()
|
/third_party/mesa3d/src/util/tests/hash_table/ |
H A D | delete_and_lookup.c | 62 assert(strcmp(entry->key, str2) == 0); in main() 65 assert(strcmp(entry->key, str1) == 0); in main() 73 assert(strcmp(entry->key, str2) == 0); in main()
|
H A D | remove_key.c | 49 assert(strcmp(entry->key, str2) == 0); in main() 52 assert(strcmp(entry->key, str1) == 0); in main() 60 assert(strcmp(entry->key, str2) == 0); in main()
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
H A D | getrusage03_child.c | 32 if (!strcmp(argv[1], "consume")) { in main() 35 } else if (!strcmp(argv[1], "grand_consume")) { in main() 47 } else if (!strcmp(argv[1], "compare")) { in main()
|
/third_party/node/deps/v8/src/extensions/ |
H A D | trigger-failure-extension.cc | 24 if (strcmp(*v8::String::Utf8Value(isolate, str), "triggerCheckFalse") == 0) { in GetNativeFunctionTemplate() 28 } else if (strcmp(*v8::String::Utf8Value(isolate, str), in GetNativeFunctionTemplate() 34 CHECK_EQ(0, strcmp(*v8::String::Utf8Value(isolate, str), in GetNativeFunctionTemplate()
|
/third_party/musl/libc-test/src/functional/ |
H A D | search_lsearch.c | 13 char *r = lsearch(k, tab, &nel, W, (int(*)(const void*,const void*))strcmp); \ 14 if (strcmp(r, k) != 0) \ 18 #define get(k) lfind(k, tab, &nel, W, (int(*)(const void*,const void*))strcmp)
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | strtoumax.c | 35 if (strcmp(p, "foobar12") != 0) { in strtoumax_0100() 53 if (strcmp(p, "oobar12") != 0) { in strtoumax_0200() 71 if (strcmp(p, "foobar12") != 0) { in strtoumax_0300()
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | webp_quality.c | 26 if (!strcmp(argv[c], "-quiet")) { in main() 28 } else if (!strcmp(argv[c], "-help") || !strcmp(argv[c], "-h")) { in main()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 535 if (!strcmp(data, "stop")) in pgctrl_write() 537 else if (!strcmp(data, "start")) in pgctrl_write() 539 else if (!strcmp(data, "reset")) in pgctrl_write() 936 if (strcmp(f, pkt_flag_names[i]) == 0) in pktgen_read_flag() 940 if (strcmp(f, "FLOW_RND") == 0) { in pktgen_read_flag() 1005 if (!strcmp(name, "min_pkt_size")) { in pktgen_if_write() 1022 if (!strcmp(name, "max_pkt_size")) { in pktgen_if_write() 1041 if (!strcmp(name, "pkt_size")) { in pktgen_if_write() 1058 if (!strcmp(name, "imix_weights")) { in pktgen_if_write() 1072 if (!strcmp(nam in pktgen_if_write() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.c | 62 if (!strcmp(name, ".") || !strcmp(name, "..")) in perf_pmu__format_parse() 418 if (len > 5 && !strcmp(name + len - 5, ".unit")) in pmu_alias_info_file() 420 if (len > 6 && !strcmp(name + len - 6, ".scale")) in pmu_alias_info_file() 422 if (len > 8 && !strcmp(name + len - 8, ".per-pkg")) in pmu_alias_info_file() 424 if (len > 9 && !strcmp(name + len - 9, ".snapshot")) in pmu_alias_info_file() 448 if (!strcmp(name, ".") || !strcmp(name, "..")) in pmu_aliases_parse() 573 if (!strcmp(dent->d_name, ".") || !strcmp(den in pmu_read_sysfs() [all...] |