/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 34 if (!strcmp(funcName, "vkGetInstanceProcAddr")) return vkGetInstanceProcAddr; in trampoline_get_proc_addr() 35 if (!strcmp(funcName, "vkDestroyInstance")) return vkDestroyInstance; in trampoline_get_proc_addr() 36 if (!strcmp(funcName, "vkEnumeratePhysicalDevices")) return vkEnumeratePhysicalDevices; in trampoline_get_proc_addr() 37 if (!strcmp(funcName, "vkGetPhysicalDeviceFeatures")) return vkGetPhysicalDeviceFeatures; in trampoline_get_proc_addr() 38 if (!strcmp(funcName, "vkGetPhysicalDeviceFormatProperties")) return vkGetPhysicalDeviceFormatProperties; in trampoline_get_proc_addr() 39 if (!strcmp(funcName, "vkGetPhysicalDeviceImageFormatProperties")) return vkGetPhysicalDeviceImageFormatProperties; in trampoline_get_proc_addr() 40 if (!strcmp(funcName, "vkGetPhysicalDeviceSparseImageFormatProperties")) return vkGetPhysicalDeviceSparseImageFormatProperties; in trampoline_get_proc_addr() 41 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties")) return vkGetPhysicalDeviceProperties; in trampoline_get_proc_addr() 42 if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties")) return vkGetPhysicalDeviceQueueFamilyProperties; in trampoline_get_proc_addr() 43 if (!strcmp(funcNam in trampoline_get_proc_addr() [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | key_parser.cpp | 60 if (!strcmp(s, "bsolutesizespanstart")) { in ParseKeyId() 63 if (!strcmp(s, "bsolutesizespanend")) { in ParseKeyId() 66 if (!strcmp(s, "bsolutesizespansize")) { in ParseKeyId() 70 if (!strcmp(s, "lignItems")) { in ParseKeyId() 74 if (!strcmp(s, "nalog-clock")) { in ParseKeyId() 78 if (!strcmp(s, "nimationDelay")) { in ParseKeyId() 81 if (!strcmp(s, "nimationDuration")) { in ParseKeyId() 84 if (!strcmp(s, "nimationFillMode")) { in ParseKeyId() 87 if (!strcmp(s, "nimationIterationCount")) { in ParseKeyId() 90 if (!strcmp( in ParseKeyId() [all...] |
/third_party/mbedtls/programs/test/ |
H A D | query_config.c | 112 if( strcmp( "MBEDTLS_CONFIG_VERSION", config ) == 0 ) in query_config() 120 if( strcmp( "MBEDTLS_HAVE_ASM", config ) == 0 ) in query_config() 128 if( strcmp( "MBEDTLS_NO_UDBL_DIVISION", config ) == 0 ) in query_config() 136 if( strcmp( "MBEDTLS_NO_64BIT_MULTIPLICATION", config ) == 0 ) in query_config() 144 if( strcmp( "MBEDTLS_HAVE_SSE2", config ) == 0 ) in query_config() 152 if( strcmp( "MBEDTLS_HAVE_TIME", config ) == 0 ) in query_config() 160 if( strcmp( "MBEDTLS_HAVE_TIME_DATE", config ) == 0 ) in query_config() 168 if( strcmp( "MBEDTLS_PLATFORM_MEMORY", config ) == 0 ) in query_config() 176 if( strcmp( "MBEDTLS_PLATFORM_NO_STD_FUNCTIONS", config ) == 0 ) in query_config() 184 if( strcmp( "MBEDTLS_PLATFORM_SETBUF_AL in query_config() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | misc.c | 312 if (!strcmp(register_name, "R0")) in __perf_reg_mask() 314 else if (!strcmp(register_name, "R1")) in __perf_reg_mask() 316 else if (!strcmp(register_name, "R2")) in __perf_reg_mask() 318 else if (!strcmp(register_name, "R3")) in __perf_reg_mask() 320 else if (!strcmp(register_name, "R4")) in __perf_reg_mask() 322 else if (!strcmp(register_name, "R5")) in __perf_reg_mask() 324 else if (!strcmp(register_name, "R6")) in __perf_reg_mask() 326 else if (!strcmp(register_name, "R7")) in __perf_reg_mask() 328 else if (!strcmp(register_name, "R8")) in __perf_reg_mask() 330 else if (!strcmp(register_nam in __perf_reg_mask() [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_output.c | 169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 170 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1() 175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1() 181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 182 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1() 187 !strcmp(COM in test1() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_output.c | 182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 183 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1() 188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1() 194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 195 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1() 200 !strcmp(COM in test1() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | perf_regs.c | 30 if (!strcmp(arch, "csky")) in perf_reg_name() 32 else if (!strcmp(arch, "loongarch")) in perf_reg_name() 34 else if (!strcmp(arch, "mips")) in perf_reg_name() 36 else if (!strcmp(arch, "powerpc")) in perf_reg_name() 38 else if (!strcmp(arch, "riscv")) in perf_reg_name() 40 else if (!strcmp(arch, "s390")) in perf_reg_name() 42 else if (!strcmp(arch, "x86")) in perf_reg_name() 44 else if (!strcmp(arch, "arm")) in perf_reg_name() 46 else if (!strcmp(arch, "arm64")) in perf_reg_name() 81 if (!strcmp(arc in perf_arch_reg_ip() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/csky/annotate/ |
H A D | instructions.c | 12 if (!strcmp(name, "bt") || in csky__associate_ins_ops() 13 !strcmp(name, "bf") || in csky__associate_ins_ops() 14 !strcmp(name, "bez") || in csky__associate_ins_ops() 15 !strcmp(name, "bnez") || in csky__associate_ins_ops() 16 !strcmp(name, "bnezad") || in csky__associate_ins_ops() 17 !strcmp(name, "bhsz") || in csky__associate_ins_ops() 18 !strcmp(name, "bhz") || in csky__associate_ins_ops() 19 !strcmp(name, "blsz") || in csky__associate_ins_ops() 20 !strcmp(name, "blz") || in csky__associate_ins_ops() 21 !strcmp(nam in csky__associate_ins_ops() [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/csky/annotate/ |
H A D | instructions.c | 12 if (!strcmp(name, "bt") || in csky__associate_ins_ops() 13 !strcmp(name, "bf") || in csky__associate_ins_ops() 14 !strcmp(name, "bez") || in csky__associate_ins_ops() 15 !strcmp(name, "bnez") || in csky__associate_ins_ops() 16 !strcmp(name, "bnezad") || in csky__associate_ins_ops() 17 !strcmp(name, "bhsz") || in csky__associate_ins_ops() 18 !strcmp(name, "bhz") || in csky__associate_ins_ops() 19 !strcmp(name, "blsz") || in csky__associate_ins_ops() 20 !strcmp(name, "blz") || in csky__associate_ins_ops() 21 !strcmp(nam in csky__associate_ins_ops() [all...] |
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-sysfs.c | 195 if (!strcmp(kobj->name, PC_KOBJ_ID) || in orangefs_attr_store() 196 !strcmp(kobj->name, STATS_KOBJ_ID)) in orangefs_attr_store() 218 if (!strcmp(kobj->name, ORANGEFS_KOBJ_ID)) { in sysfs_int_show() 219 if (!strcmp(attr->attr.name, "op_timeout_secs")) { in sysfs_int_show() 225 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 232 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 239 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 246 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 257 } else if (!strcmp(kobj->name, STATS_KOBJ_ID)) { in sysfs_int_show() 258 if (!strcmp(att in sysfs_int_show() [all...] |
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-sysfs.c | 195 if (!strcmp(kobj->name, PC_KOBJ_ID) || in orangefs_attr_store() 196 !strcmp(kobj->name, STATS_KOBJ_ID)) in orangefs_attr_store() 218 if (!strcmp(kobj->name, ORANGEFS_KOBJ_ID)) { in sysfs_int_show() 219 if (!strcmp(attr->attr.name, "op_timeout_secs")) { in sysfs_int_show() 225 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 232 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 239 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 246 } else if (!strcmp(attr->attr.name, in sysfs_int_show() 257 } else if (!strcmp(kobj->name, STATS_KOBJ_ID)) { in sysfs_int_show() 258 if (!strcmp(att in sysfs_int_show() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTestArgs.cpp | 60 if (strcmp("--one-frame-only", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs() 65 else if (strcmp("--enable-trace", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs() 69 else if (strcmp("--trace-file", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs() 75 else if (strcmp("--calibration", argv[argIndex]) == 0) in ANGLEProcessPerfTestArgs() 80 else if (strcmp("--steps-per-trial", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs() 86 else if (strcmp("--max-steps-performed", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs() 95 else if (strcmp("--fixed-test-time", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs() 104 else if (strcmp("--screenshot-dir", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs() 109 else if (strcmp("--screenshot-frame", argv[argIndex]) == 0 && argIndex < *argc - 1) in ANGLEProcessPerfTestArgs() 114 else if (strcmp(" in ANGLEProcessPerfTestArgs() [all...] |
/third_party/ltp/testcases/kernel/syscalls/process_madvise/ |
H A D | process_madvise.h | 57 if (found && strcmp(line, "VmFlags") >= 0) in read_address_mapping() 61 if (strcmp(label, "Size") == 0) in read_address_mapping() 63 else if (strcmp(label, "Rss") == 0) in read_address_mapping() 65 else if (strcmp(label, "Pss") == 0) in read_address_mapping() 67 else if (strcmp(label, "Shared_Clean") == 0) in read_address_mapping() 69 else if (strcmp(label, "Shared_Dirty") == 0) in read_address_mapping() 71 else if (strcmp(label, "Private_Clean") == 0) in read_address_mapping() 73 else if (strcmp(label, "Private_Dirty") == 0) in read_address_mapping() 75 else if (strcmp(label, "Referenced") == 0) in read_address_mapping() 77 else if (strcmp(labe in read_address_mapping() [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
H A D | date_time_module_tdd_test.cpp | 89 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "10/28/20"))); in HWTEST_F() 102 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "2020/10/28"))); in HWTEST_F() 130 EXPECT_FALSE((formatRes == nullptr) ||(strcmp(formatRes, "10/28/20"))); in HWTEST_F() 144 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "10/28/20"))); in HWTEST_F() 174 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "2:04:05 PM"))); in HWTEST_F() 191 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "2:04:05 PM"))); in HWTEST_F() 208 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "2:04:05 PM"))); in HWTEST_F() 225 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "2:04:05 PM"))); in HWTEST_F() 255 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRes, "02:05:04 PM"))); in HWTEST_F() 272 EXPECT_FALSE((formatRes == nullptr) || (strcmp(formatRe in HWTEST_F() [all...] |
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 1558 if (!strcmp(name, "GetDeviceProcAddr")) { in loader_lookup_device_dispatch_table() 1562 if (!strcmp(name, "DestroyDevice")) { in loader_lookup_device_dispatch_table() 1566 if (!strcmp(name, "GetDeviceQueue")) { in loader_lookup_device_dispatch_table() 1570 if (!strcmp(name, "QueueSubmit")) { in loader_lookup_device_dispatch_table() 1574 if (!strcmp(name, "QueueWaitIdle")) { in loader_lookup_device_dispatch_table() 1578 if (!strcmp(name, "DeviceWaitIdle")) { in loader_lookup_device_dispatch_table() 1582 if (!strcmp(name, "AllocateMemory")) { in loader_lookup_device_dispatch_table() 1586 if (!strcmp(name, "FreeMemory")) { in loader_lookup_device_dispatch_table() 1590 if (!strcmp(name, "MapMemory")) { in loader_lookup_device_dispatch_table() 1594 if (!strcmp(nam in loader_lookup_device_dispatch_table() [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_smu_controls.c | 187 if (!strcmp(l, "Rear Fan 0") || !strcmp(l, "Rear Fan") || in smu_fan_create() 188 !strcmp(l, "Rear fan 0") || !strcmp(l, "Rear fan") || in smu_fan_create() 189 !strcmp(l, "CPU A EXHAUST")) in smu_fan_create() 191 else if (!strcmp(l, "Rear Fan 1") || !strcmp(l, "Rear fan 1") || in smu_fan_create() 192 !strcmp(l, "CPU B EXHAUST")) in smu_fan_create() 194 else if (!strcmp(l, "Front Fan 0") || !strcmp( in smu_fan_create() [all...] |
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_smu_controls.c | 188 if (!strcmp(l, "Rear Fan 0") || !strcmp(l, "Rear Fan") || in smu_fan_create() 189 !strcmp(l, "Rear fan 0") || !strcmp(l, "Rear fan") || in smu_fan_create() 190 !strcmp(l, "CPU A EXHAUST")) in smu_fan_create() 192 else if (!strcmp(l, "Rear Fan 1") || !strcmp(l, "Rear fan 1") || in smu_fan_create() 193 !strcmp(l, "CPU B EXHAUST")) in smu_fan_create() 195 else if (!strcmp(l, "Front Fan 0") || !strcmp( in smu_fan_create() [all...] |
/third_party/backends/backend/escl/ |
H A D | escl_capabilities.c | 71 if (strcmp(str, "Grayscale8") == 0) in convert_elements() 73 else if (strcmp(str, "RGB24") == 0) in convert_elements() 76 else if (strcmp(str, "BlackAndWhite1") == 0) in convert_elements() 106 if (strcmp(tab[i], convert) == 0) in char_to_array() 203 if (strcmp(name, "ColorMode") == 0) { in find_valor_of_array_variables() 205 if (type == PLATEN || strcmp(color, "BlackAndWhite1")) in find_valor_of_array_variables() 208 else if (strcmp(name, "ContentType") == 0) in find_valor_of_array_variables() 210 else if (strcmp(name, "DocumentFormat") == 0) in find_valor_of_array_variables() 221 if (!strcmp(scanner->caps[type].DocumentFormats[i], "image/jpeg")) in find_valor_of_array_variables() 227 else if(!strcmp(scanne in find_valor_of_array_variables() [all...] |
/third_party/libuv/test/ |
H A D | run-tests.c | 93 if (strcmp(argv[1], "--list") == 0) { in maybe_run_test() 98 if (strcmp(argv[1], "ipc_helper_listen_before_write") == 0) { in maybe_run_test() 102 if (strcmp(argv[1], "ipc_helper_listen_after_write") == 0) { in maybe_run_test() 106 if (strcmp(argv[1], "ipc_helper_heavy_traffic_deadlock_bug") == 0) { in maybe_run_test() 110 if (strcmp(argv[1], "ipc_send_recv_helper") == 0) { in maybe_run_test() 114 if (strcmp(argv[1], "ipc_helper_tcp_connection") == 0) { in maybe_run_test() 118 if (strcmp(argv[1], "ipc_helper_bind_twice") == 0) { in maybe_run_test() 122 if (strcmp(argv[1], "ipc_helper_send_zero") == 0) { in maybe_run_test() 126 if (strcmp(argv[1], "stdio_over_pipes_helper") == 0) { in maybe_run_test() 130 if (strcmp(arg in maybe_run_test() [all...] |
/third_party/backends/tools/ |
H A D | umax_pp.c | 89 if ((strcmp (argv[i], "-p") == 0) || (strcmp (argv[i], "--probe") == 0)) in main() 95 if ((strcmp (argv[i], "-c") == 0) || (strcmp (argv[i], "--color") == 0)) in main() 106 if (strcmp (argv[i], "RGB") == 0) in main() 108 if (strcmp (argv[i], "RGB12") == 0) in main() 110 if (strcmp (argv[i], "BW") == 0) in main() 112 if (strcmp (argv[i], "BW12") == 0) in main() 123 if (strcmp (argv[i], "-x") == 0) in main() 136 if (strcmp (arg in main() [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-env-var-test_.cc | 48 if (strcmp(flag, "break_on_failure") == 0) { in PrintFlag() 53 if (strcmp(flag, "catch_exceptions") == 0) { in PrintFlag() 58 if (strcmp(flag, "color") == 0) { in PrintFlag() 63 if (strcmp(flag, "death_test_style") == 0) { in PrintFlag() 68 if (strcmp(flag, "death_test_use_fork") == 0) { in PrintFlag() 73 if (strcmp(flag, "fail_fast") == 0) { in PrintFlag() 78 if (strcmp(flag, "filter") == 0) { in PrintFlag() 83 if (strcmp(flag, "output") == 0) { in PrintFlag() 88 if (strcmp(flag, "brief") == 0) { in PrintFlag() 93 if (strcmp(fla in PrintFlag() [all...] |
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 443 if (!strcmp(param->name, AUTHMETHOD)) { in iscsi_set_keys_to_negotiate() 445 } else if (!strcmp(param->name, HEADERDIGEST)) { in iscsi_set_keys_to_negotiate() 448 } else if (!strcmp(param->name, DATADIGEST)) { in iscsi_set_keys_to_negotiate() 451 } else if (!strcmp(param->name, MAXCONNECTIONS)) { in iscsi_set_keys_to_negotiate() 453 } else if (!strcmp(param->name, TARGETNAME)) { in iscsi_set_keys_to_negotiate() 455 } else if (!strcmp(param->name, INITIATORNAME)) { in iscsi_set_keys_to_negotiate() 457 } else if (!strcmp(param->name, TARGETALIAS)) { in iscsi_set_keys_to_negotiate() 460 } else if (!strcmp(param->name, INITIATORALIAS)) { in iscsi_set_keys_to_negotiate() 462 } else if (!strcmp(param->name, TARGETPORTALGROUPTAG)) { in iscsi_set_keys_to_negotiate() 464 } else if (!strcmp(para in iscsi_set_keys_to_negotiate() [all...] |
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 443 if (!strcmp(param->name, AUTHMETHOD)) { in iscsi_set_keys_to_negotiate() 445 } else if (!strcmp(param->name, HEADERDIGEST)) { in iscsi_set_keys_to_negotiate() 448 } else if (!strcmp(param->name, DATADIGEST)) { in iscsi_set_keys_to_negotiate() 451 } else if (!strcmp(param->name, MAXCONNECTIONS)) { in iscsi_set_keys_to_negotiate() 453 } else if (!strcmp(param->name, TARGETNAME)) { in iscsi_set_keys_to_negotiate() 455 } else if (!strcmp(param->name, INITIATORNAME)) { in iscsi_set_keys_to_negotiate() 457 } else if (!strcmp(param->name, TARGETALIAS)) { in iscsi_set_keys_to_negotiate() 460 } else if (!strcmp(param->name, INITIATORALIAS)) { in iscsi_set_keys_to_negotiate() 462 } else if (!strcmp(param->name, TARGETPORTALGROUPTAG)) { in iscsi_set_keys_to_negotiate() 464 } else if (!strcmp(para in iscsi_set_keys_to_negotiate() [all...] |
/third_party/icu/tools/multi/proj/chello/ |
H A D | date.c | 78 if(strcmp(arg, "-v") == 0 || strcmp(arg, "--version") == 0) { in main() 82 else if(strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) { in main() 86 else if(strcmp(arg, "-u") == 0 || strcmp(arg, "--gmt") == 0) { in main() 90 else if(strcmp(arg, "-f") == 0 || strcmp(arg, "--full") == 0) { in main() 94 else if(strcmp(arg, "-l") == 0 || strcmp(ar in main() [all...] |
/third_party/ltp/tools/apicmds/ |
H A D | ltpapicmd.c | 91 if (strcmp(tstype, "TBROK") == 0) in ident_ttype() 93 else if (strcmp(tstype, "TFAIL") == 0) in ident_ttype() 95 else if (strcmp(tstype, "TPASS") == 0) in ident_ttype() 97 else if (strcmp(tstype, "TCONF") == 0) in ident_ttype() 99 else if (strcmp(tstype, "TWARN") == 0) in ident_ttype() 101 else if (strcmp(tstype, "TINFO") == 0) in ident_ttype() 265 if(!strcmp(cmd_name, "tst_fs_has_free")) { in main() 280 if (strcmp(TCID, " ") == 0) { in main() 293 if (strcmp(cmd_name, "tst_brk") == 0) { in main() 295 } else if (strcmp(cmd_nam in main() [all...] |