/kernel/linux/linux-6.6/tools/perf/arch/sparc/annotate/ |
H A D | instructions.c | 124 if (!strcmp(name, "call") || in sparc__associate_instruction_ops() 125 !strcmp(name, "jmp") || in sparc__associate_instruction_ops() 126 !strcmp(name, "jmpl")) { in sparc__associate_instruction_ops() 128 } else if (!strcmp(name, "ret") || in sparc__associate_instruction_ops() 129 !strcmp(name, "retl") || in sparc__associate_instruction_ops() 130 !strcmp(name, "return")) { in sparc__associate_instruction_ops() 132 } else if (!strcmp(name, "mov")) { in sparc__associate_instruction_ops()
|
/kernel/liteos_a/apps/trace/src/ |
H A D | trace.c | 117 } else if (argc == 2 && strcmp(argv[1], "start") == 0) { /* 2, argv num, no special meaning */ in main() 119 } else if (argc == 2 && strcmp(argv[1], "stop") == 0) { /* 2, argv num, no special meaning */ in main() 121 } else if (argc == 2 && strcmp(argv[1], "reset") == 0) { /* 2, argv num, no special meaning */ in main() 123 } else if (argc == 3 && strcmp(argv[1], "mask") == 0) { /* 3, argv num, no special meaning */ in main() 126 } else if (argc == 3 && strcmp(argv[1], "dump") == 0) { /* 3, argv num, no special meaning */ in main() 129 } else if (argc == 3 && strcmp(argv[1], "read") == 0) { /* 3, argv num, no special meaning */ in main() 132 } else if (argc >= 4 && strcmp(argv[1], "write") == 0) { /* 4, argv num, no special meaning */ in main()
|
/third_party/libuv/test/ |
H A D | test-getters-setters.c | 37 ASSERT_OK(strcmp(uv_handle_type_name(UV_NAMED_PIPE), "pipe")); in TEST_IMPL() 38 ASSERT_OK(strcmp(uv_handle_type_name(UV_UDP), "udp")); in TEST_IMPL() 39 ASSERT_OK(strcmp(uv_handle_type_name(UV_FILE), "file")); in TEST_IMPL() 48 ASSERT_OK(strcmp(uv_req_type_name(UV_REQ), "req")); in TEST_IMPL() 49 ASSERT_OK(strcmp(uv_req_type_name(UV_UDP_SEND), "udp_send")); in TEST_IMPL() 50 ASSERT_OK(strcmp(uv_req_type_name(UV_WORK), "work")); in TEST_IMPL() 104 ASSERT_OK(strcmp(uv_fs_get_path(fs), ".")); in TEST_IMPL()
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | spirv2dxil.c | 47 if (!strcmp(stage, "vertex")) in stage_to_enum() 49 else if (!strcmp(stage, "tess-ctrl")) in stage_to_enum() 51 else if (!strcmp(stage, "tess-eval")) in stage_to_enum() 53 else if (!strcmp(stage, "geometry")) in stage_to_enum() 55 else if (!strcmp(stage, "fragment")) in stage_to_enum() 57 else if (!strcmp(stage, "compute")) in stage_to_enum() 59 else if (!strcmp(stage, "kernel")) in stage_to_enum()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | strxfrm.c | 35 if (strcmp(desp, str) != 0) { in strxfrm_0100() 54 if (strcmp(desp, str) == 0) { in strxfrm_0200() 73 if (strcmp(desp, str) == 0) { in strxfrm_0300() 92 if (strcmp(desp, str) != 0) { in strxfrm_0400() 112 if (strcmp(desp, str) != 0) { in strxfrm_0500() 132 if (strcmp(desp, str) != 0) { in strxfrm_0600() 153 if (strcmp(desp, str) != 0) { in strxfrm_0700()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_dump.c | 15 #include <string.h> // for 'strcmp'. 54 if (!strcmp(argv[c], "-folder")) { in main() 61 } else if (!strcmp(argv[c], "-prefix")) { in main() 68 } else if (!strcmp(argv[c], "-tiff")) { in main() 71 } else if (!strcmp(argv[c], "-pam")) { in main() 74 } else if (!strcmp(argv[c], "-h") || !strcmp(argv[c], "-help")) { in main() 77 } else if (!strcmp(argv[c], "-version")) { in main()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | cli.cc | 68 if (!strcmp(value, "true")) { in ParseBool() 70 } else if (!strcmp(value, "false")) { in ParseBool() 88 if (!strcmp(value, "wgsl")) { in ParseFuzzingTarget() 90 } else if (!strcmp(value, "spv")) { in ParseFuzzingTarget() 92 } else if (!strcmp(value, "msl")) { in ParseFuzzingTarget() 94 } else if (!strcmp(value, "hlsl")) { in ParseFuzzingTarget() 139 } else if (!strcmp(param, "-tint_help")) { in ParseCliParams()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/test/unittest/common/ |
H A D | jsfwk_tdd_test.cpp | 149 if (strcmp(g_targetJSAbility->GetPackageName(), packageName)) { in ACELiteFrameworkInitialization003() 152 EXPECT_TRUE(!strcmp(g_targetJSAbility->GetPackageName(), packageName)); in ACELiteFrameworkInitialization003() 184 if (strcmp(buildStamp, firstVersionBuildStamp) == 0) { in ACELiteFrameworkInitialization009() 188 EXPECT_TRUE(strcmp(buildStamp, firstVersionBuildStamp) != 0); in ACELiteFrameworkInitialization009() 214 if (strcmp(g_targetJSAbility->GetPackageName(), packageName)) { in ACELiteFrameworkInitialization011() 217 EXPECT_TRUE(!strcmp(g_targetJSAbility->GetPackageName(), packageName)); in ACELiteFrameworkInitialization011() 243 if (strcmp(g_targetJSAbility->GetPackageName(), packageName)) { in ACELiteFrameworkInitialization012() 246 EXPECT_TRUE(!strcmp(g_targetJSAbility->GetPackageName(), packageName)); in ACELiteFrameworkInitialization012()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | list_tdd_test.cpp | 72 if (strcmp(className, typeid(*listView).name()) == 0 && in ListTest001() 78 EXPECT_TRUE(strcmp(className, typeid(*listView).name()) == 0 && in ListTest001() 114 if (strcmp(className, typeid(*listView).name()) == 0 && in ListTest002() 120 EXPECT_TRUE(strcmp(className, typeid(*listView).name()) == 0 && in ListTest002() 156 if (strcmp(className, typeid(*listView).name()) == 0 && in ListTest003() 162 EXPECT_TRUE(strcmp(className, typeid(*listView).name()) == 0 && in ListTest003() 198 if (strcmp(className, typeid(*listView).name()) == 0 && in ListTest004() 204 EXPECT_TRUE(strcmp(className, typeid(*listView).name()) == 0 && in ListTest004()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_lm75_sensor.c | 116 if (!strcmp(loc, "Hard drive") || !strcmp(loc, "DRIVE BAY")) in wf_lm75_probe() 118 else if (!strcmp(loc, "Incoming Air Temp")) in wf_lm75_probe() 120 else if (!strcmp(loc, "ODD Temp")) in wf_lm75_probe() 122 else if (!strcmp(loc, "HD Temp")) in wf_lm75_probe() 124 else if (!strcmp(loc, "PCI SLOTS")) in wf_lm75_probe() 126 else if (!strcmp(loc, "CPU A INLET")) in wf_lm75_probe() 128 else if (!strcmp(loc, "CPU B INLET")) in wf_lm75_probe()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_lm75_sensor.c | 115 if (!strcmp(loc, "Hard drive") || !strcmp(loc, "DRIVE BAY")) in wf_lm75_probe() 117 else if (!strcmp(loc, "Incoming Air Temp")) in wf_lm75_probe() 119 else if (!strcmp(loc, "ODD Temp")) in wf_lm75_probe() 121 else if (!strcmp(loc, "HD Temp")) in wf_lm75_probe() 123 else if (!strcmp(loc, "PCI SLOTS")) in wf_lm75_probe() 125 else if (!strcmp(loc, "CPU A INLET")) in wf_lm75_probe() 127 else if (!strcmp(loc, "CPU B INLET")) in wf_lm75_probe()
|
/third_party/backends/testsuite/sanei/ |
H A D | test_wire.c | 69 if (!strcmp (*argv, "--codec")) in main() 85 else if (!strcmp (*argv, "--help")) in main() 89 else if (!strcmp (*argv, "-o") || !strcmp (*argv, "--output")) in main() 105 else if (!strcmp (*argv, "--readonly")) in main() 109 else if (!strcmp (*argv, "--version")) in main() 129 if (!strcmp (codec, "bin")) in main() 131 else if (!strcmp (codec, "ascii")) in main()
|
/third_party/musl/src/locale/ |
H A D | locale_map.c | 77 || !strcmp(val, "POSIX") in __get_locale() 78 || !strcmp(val, "en_US"); in __get_locale() 80 || !strcmp(val, "C.UTF-8") in __get_locale() 81 || !strcmp(val, "POSIX"); in __get_locale() 91 if (!strcmp(val, p->name)) return p; in __get_locale() 93 if (!strcmp(val, "en_US.UTF-8") || !strcmp(val, "C.UTF-8")) { in __get_locale() 159 if (strcmp(g_valid_locale_table[i], val) == 0) { in __get_locale()
|
/third_party/musl/libc-test/src/functionalext/info/ |
H A D | fatal_message.c | 77 EXPECT_TRUE(strcmp(fatal_message->msg, msg) == 0); in fatal_message_0020() 121 EXPECT_TRUE(strcmp(fatal_message->msg, msgParent) == 0); in fatal_message_0030() 127 EXPECT_TRUE(strcmp(fatal_message->msg, msgChild) == 0); in fatal_message_0030() 177 EXPECT_TRUE(strcmp(fatal_message->msg, msgParent) == 0); in fatal_message_0040() 190 EXPECT_TRUE(strcmp(fatal_message->msg, (char *)arg) == 0); in ThreadFun1() 200 EXPECT_TRUE(strcmp(fatal_message->msg, (char *)arg) == 0); in ThreadFun2() 276 EXPECT_TRUE(strcmp(fatal_message->msg, msg) == 0); in fatal_message_0070() 280 EXPECT_TRUE(strcmp(fatal_message->msg, msg) == 0); in fatal_message_0070()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs_common.c | 37 if (strcmp(arg, "--abs-syms") == 0) { in main() 41 if (strcmp(arg, "--abs-relocs") == 0) { in main() 45 if (strcmp(arg, "--reloc-info") == 0) { in main() 49 if (strcmp(arg, "--text") == 0) { in main() 53 if (strcmp(arg, "--realmode") == 0) { in main()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs_common.c | 37 if (strcmp(arg, "--abs-syms") == 0) { in main() 41 if (strcmp(arg, "--abs-relocs") == 0) { in main() 45 if (strcmp(arg, "--reloc-info") == 0) { in main() 49 if (strcmp(arg, "--text") == 0) { in main() 53 if (strcmp(arg, "--realmode") == 0) { in main()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-list.c | 128 if (strcmp(print_state->last_topic, topic ?: "")) { in default_print_event() 151 if (pmu_name && strcmp(pmu_name, "default_core")) { in default_print_event() 203 strcmp(print_state->last_metricgroups, group ?: "")) { in default_print_metric() 545 if (strcmp(argv[i], "tracepoint") == 0) in cmd_list() 547 else if (strcmp(argv[i], "hw") == 0 || in cmd_list() 548 strcmp(argv[i], "hardware") == 0) in cmd_list() 551 else if (strcmp(argv[i], "sw") == 0 || in cmd_list() 552 strcmp(argv[i], "software") == 0) { in cmd_list() 556 } else if (strcmp(argv[i], "cache") == 0 || in cmd_list() 557 strcmp(arg in cmd_list() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_reader.cpp | 179 if (tag == NULL || strcmp(tag->value(), "function") != 0) in scan_for_prototypes() 244 if (paramtag == NULL || strcmp(paramtag->value(), "parameters") != 0) { in read_function_sig() 342 if (strcmp(symbol->value(), "break") == 0 && loop_ctx != NULL) in read_instruction() 344 if (strcmp(symbol->value(), "continue") == 0 && loop_ctx != NULL) in read_instruction() 361 if (strcmp(tag->value(), "declare") == 0) { in read_instruction() 363 } else if (strcmp(tag->value(), "assign") == 0) { in read_instruction() 365 } else if (strcmp(tag->value(), "if") == 0) { in read_instruction() 367 } else if (strcmp(tag->value(), "loop") == 0) { in read_instruction() 369 } else if (strcmp(tag->value(), "call") == 0) { in read_instruction() 371 } else if (strcmp(ta in read_instruction() [all...] |
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/ |
H A D | reduce.cpp | 158 if (0 == strcmp(cur_arg, "--version")) { in ParseFlags() 162 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in ParseFlags() 165 } else if (0 == strcmp(cur_arg, "-o")) { in ParseFlags() 190 } else if (0 == strcmp(cur_arg, "--fail-on-validation-error")) { in ParseFlags() 192 } else if (0 == strcmp(cur_arg, "--before-hlsl-legalization")) { in ParseFlags() 194 } else if (0 == strcmp(cur_arg, "--relax-logical-pointer")) { in ParseFlags() 196 } else if (0 == strcmp(cur_arg, "--relax-block-layout")) { in ParseFlags() 198 } else if (0 == strcmp(cur_arg, "--scalar-block-layout")) { in ParseFlags() 200 } else if (0 == strcmp(cur_ar in ParseFlags() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
H A D | reduce.cpp | 158 if (0 == strcmp(cur_arg, "--version")) { in ParseFlags() 162 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in ParseFlags() 165 } else if (0 == strcmp(cur_arg, "-o")) { in ParseFlags() 190 } else if (0 == strcmp(cur_arg, "--fail-on-validation-error")) { in ParseFlags() 192 } else if (0 == strcmp(cur_arg, "--before-hlsl-legalization")) { in ParseFlags() 194 } else if (0 == strcmp(cur_arg, "--relax-logical-pointer")) { in ParseFlags() 196 } else if (0 == strcmp(cur_arg, "--relax-block-layout")) { in ParseFlags() 198 } else if (0 == strcmp(cur_arg, "--scalar-block-layout")) { in ParseFlags() 200 } else if (0 == strcmp(cur_ar in ParseFlags() [all...] |
/third_party/spirv-tools/tools/reduce/ |
H A D | reduce.cpp | 153 if (0 == strcmp(cur_arg, "--version")) { in ParseFlags() 157 } else if (0 == strcmp(cur_arg, "--help") || 0 == strcmp(cur_arg, "-h")) { in ParseFlags() 160 } else if (0 == strcmp(cur_arg, "-o")) { in ParseFlags() 185 } else if (0 == strcmp(cur_arg, "--fail-on-validation-error")) { in ParseFlags() 187 } else if (0 == strcmp(cur_arg, "--before-hlsl-legalization")) { in ParseFlags() 189 } else if (0 == strcmp(cur_arg, "--relax-logical-pointer")) { in ParseFlags() 191 } else if (0 == strcmp(cur_arg, "--relax-block-layout")) { in ParseFlags() 193 } else if (0 == strcmp(cur_arg, "--scalar-block-layout")) { in ParseFlags() 195 } else if (0 == strcmp(cur_ar in ParseFlags() [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 103 if (strcmp(entry->qualifier, tmp) == 0) { in get_icc_profile_for_qualifier() 151 if (!strcmp(typestr, "PickOne")) in type_from_string() 153 else if (!strcmp(typestr, "PickMany")) in type_from_string() 155 else if (!strcmp(typestr, "Boolean")) in type_from_string() 180 if (strcmp(style, "PS") == 0) in style_from_string() 182 else if (strcmp(style, "CmdLine") == 0) in style_from_string() 184 else if (strcmp(style, "JCL") == 0) in style_from_string() 186 else if (strcmp(style, "Composite") == 0) in style_from_string() 358 if (!strcmp(name, "PageRegion")) in assure_option() 399 if (!strcmp(op in option_has_name() [all...] |
/drivers/peripheral/usb/ddk/host/src/ |
H A D | ddk_uevent_queue.cpp | 142 if (strcmp(info->action, "bind") == 0 && strcmp(info->devType, "usb_device") == 0) { in DdkDispatchUevent() 144 } else if (strcmp(info->action, "remove") == 0 && strcmp(info->devType, "usb_device") == 0) { in DdkDispatchUevent() 216 if (strcmp(info->subSystem, "usb") != 0) { in DdkUeventAddTask() 219 bool isAddDevice = strcmp(info->action, "bind") == 0 && strcmp(info->devType, "usb_device") == 0; in DdkUeventAddTask() 220 bool isRemoveDevice = strcmp(info->action, "remove") == 0 && strcmp(info->devType, "usb_device") == 0; in DdkUeventAddTask()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
H A D | ability_tool.cpp | 79 if (strcmp(command, CMD_START_ABILITY) != 0 && in SetCommand() 80 strcmp(command, CMD_STOP_ABILITY) != 0 && in SetCommand() 81 strcmp(command, CMD_TERMINATE_APP) != 0 && in SetCommand() 82 strcmp(command, CMD_DUMP_ABILITY) != 0) { in SetCommand() 121 if (strcmp(command_, CMD_START_ABILITY) == 0) { in RunCommand() 123 } else if (strcmp(command_, CMD_STOP_ABILITY) == 0) { in RunCommand() 125 } else if (strcmp(command_, CMD_TERMINATE_APP) == 0) { in RunCommand() 127 } else if (strcmp(command_, CMD_DUMP_ABILITY) == 0) { in RunCommand() 151 if (strcmp(command_, CMD_DUMP_ABILITY) == 0) { in BuildWant()
|
/third_party/glfw/src/ |
H A D | vulkan.c | 131 if (strcmp(ep[i].extensionName, "VK_KHR_surface") == 0) in _glfwInitVulkan() 133 else if (strcmp(ep[i].extensionName, "VK_KHR_win32_surface") == 0) in _glfwInitVulkan() 135 else if (strcmp(ep[i].extensionName, "VK_MVK_macos_surface") == 0) in _glfwInitVulkan() 137 else if (strcmp(ep[i].extensionName, "VK_EXT_metal_surface") == 0) in _glfwInitVulkan() 139 else if (strcmp(ep[i].extensionName, "VK_KHR_xlib_surface") == 0) in _glfwInitVulkan() 141 else if (strcmp(ep[i].extensionName, "VK_KHR_xcb_surface") == 0) in _glfwInitVulkan() 143 else if (strcmp(ep[i].extensionName, "VK_KHR_wayland_surface") == 0) in _glfwInitVulkan() 145 else if (strcmp(ep[i].extensionName, "VK_EXT_headless_surface") == 0) in _glfwInitVulkan() 260 if (strcmp(procname, "vkGetInstanceProcAddr") == 0) in glfwGetInstanceProcAddress()
|