Home
last modified time | relevance | path

Searched refs:strcmp (Results 176 - 200 of 8236) sorted by relevance

12345678910>>...330

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemmove.c33 if (strcmp(one, "abcdefgh")) { in memmove_0100()
51 if (strcmp(one, "helloWorld")) { in memmove_0200()
54 if (strcmp(two, "helloWorld")) { in memmove_0200()
70 if (strcmp(one, "acdefgh")) { in memmove_0300()
86 if (strcmp(one, "aabcdefgh")) { in memmove_0400()
/third_party/libabigail/tools/
H A Dabicompat.cc162 else if (!strcmp(argv[i], "--version") in parse_command_line()
163 || !strcmp(argv[i], "-v")) in parse_command_line()
168 else if (!strcmp(argv[i], "--list-undefined-symbols") in parse_command_line()
169 || !strcmp(argv[i], "-u")) in parse_command_line()
171 else if (!strcmp(argv[i], "--show-base-names") in parse_command_line()
172 || !strcmp(argv[i], "-b")) in parse_command_line()
174 else if (!strcmp(argv[i], "--app-debug-info-dir") in parse_command_line()
175 || !strcmp(argv[i], "--appd")) in parse_command_line()
186 else if (!strcmp(argv[i], "--lib-debug-info-dir1") in parse_command_line()
187 || !strcmp(arg in parse_command_line()
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dxvmc_bench.c81 if (!strcmp(argv[i], "-iw")) in ParseArgs()
86 else if (!strcmp(argv[i], "-ih")) in ParseArgs()
91 else if (!strcmp(argv[i], "-ow")) in ParseArgs()
96 else if (!strcmp(argv[i], "-oh")) in ParseArgs()
101 else if (!strcmp(argv[i], "-p")) in ParseArgs()
107 if (!strcmp(token, "mc")) in ParseArgs()
109 else if (!strcmp(token, "csc")) in ParseArgs()
111 else if (!strcmp(token, "swp")) in ParseArgs()
120 else if (!strcmp(argv[i], "-mb")) in ParseArgs()
126 if (strcmp(toke in ParseArgs()
[all...]
/kernel/liteos_m/components/shell/src/cmds/
H A Dmempt_shellcmd.c50 ((argc == 1) && (strcmp(argv[0], "-k") == 0)) || in OsShellCmdFreeInfo()
51 ((argc == 1) && (strcmp(argv[0], "-m") == 0))) { in OsShellCmdFreeInfo()
55 if ((argc == 1) && (strcmp(argv[0], "-k") == 0)) { in OsShellCmdFreeInfo()
58 } else if ((argc == 1) && (strcmp(argv[0], "-m") == 0)) { in OsShellCmdFreeInfo()
96 if ((argc == 1) && (strcmp(argv[0], "-k") == 0)) { in OsShellCmdWaterLine()
98 } else if ((argc == 1) && (strcmp(argv[0], "-m") == 0)) { in OsShellCmdWaterLine()
/third_party/mesa3d/src/util/tests/
H A Dstring_buffer_test.cpp84 EXPECT_TRUE(strcmp(buf->buf, str1) == 0); in TEST_F()
90 EXPECT_TRUE(strcmp(buf->buf, str3) == 0); in TEST_F()
100 EXPECT_TRUE(strcmp(buf->buf, str4) == 0); in TEST_F()
112 EXPECT_TRUE(strcmp(buf->buf, str4) == 0); in TEST_F()
119 EXPECT_TRUE(strcmp(buf->buf, "a") == 0); in TEST_F()
121 EXPECT_TRUE(strcmp(buf->buf, "aa") == 0); in TEST_F()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.cc44 if (strcmp(names_[i], name) == 0) { in Number()
52 if (strcmp(aliases_[i].name, name) == 0) { in Number()
84 if (strcmp(names_[i], name) == 0) { in Number()
92 if (strcmp(aliases_[i].name, name) == 0) { in Number()
123 if (strcmp(names_[i], name) == 0) { in Number()
131 if (strcmp(aliases_[i].name, name) == 0) { in Number()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.cc44 if (strcmp(names_[i], name) == 0) { in Number()
52 if (strcmp(aliases_[i].name, name) == 0) { in Number()
84 if (strcmp(names_[i], name) == 0) { in Number()
92 if (strcmp(aliases_[i].name, name) == 0) { in Number()
123 if (strcmp(names_[i], name) == 0) { in Number()
131 if (strcmp(aliases_[i].name, name) == 0) { in Number()
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
H A Dinline_sw_helper.h43 if (screen == NULL && strcmp(driver, "llvmpipe") == 0) in sw_screen_create_named()
48 if (screen == NULL && strcmp(driver, "virpipe") == 0) { in sw_screen_create_named()
56 if (screen == NULL && strcmp(driver, "softpipe") == 0) in sw_screen_create_named()
61 if (screen == NULL && strcmp(driver, "zink") == 0) in sw_screen_create_named()
66 if (screen == NULL && strcmp(driver, "d3d12") == 0) in sw_screen_create_named()
71 if (screen == NULL && strcmp(driver, "asahi") == 0) in sw_screen_create_named()
H A Dsw_helper.h47 if (screen == NULL && strcmp(driver, "llvmpipe") == 0) in sw_screen_create_named()
52 if (screen == NULL && strcmp(driver, "virpipe") == 0) { in sw_screen_create_named()
60 if (screen == NULL && strcmp(driver, "softpipe") == 0) in sw_screen_create_named()
65 if (screen == NULL && strcmp(driver, "zink") == 0) in sw_screen_create_named()
70 if (screen == NULL && strcmp(driver, "d3d12") == 0) in sw_screen_create_named()
75 if (screen == NULL && strcmp(driver, "asahi") == 0) in sw_screen_create_named()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dremap_file_pages.c127 if (strcmp(str, "aaaaaaaa")) { in remap_file_pages_0100()
132 if (strcmp(str, "bbbbbbbb")) { in remap_file_pages_0100()
137 if (strcmp(str, "aaaabbbb")) { in remap_file_pages_0100()
157 if (strcmp(str, "bbbbbbbb")) { in remap_file_pages_0100()
162 if (strcmp(str, "aaaaaaaa")) { in remap_file_pages_0100()
167 if (strcmp(str, "bbbbaaaa")) { in remap_file_pages_0100()
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dcondition_arbitrator.cpp81 if (strcmp(condition, "screen") == 0) { in JudgeCondition()
145 result = (strcmp(trimedTargetValue, SystemInfo::GetInstance().GetDeviceType()) == 0); in JudgeConditionByStrValue()
149 if (!strcmp(trimedTargetValue, "TRUE") || !strcmp(trimedTargetValue, "true") || in JudgeConditionByStrValue()
150 !strcmp(trimedTargetValue, "1")) { in JudgeConditionByStrValue()
152 } else if (!strcmp(trimedTargetValue, "FALSE") || !strcmp(trimedTargetValue, "false") || in JudgeConditionByStrValue()
153 !(strcmp(trimedTargetValue, "0"))) { in JudgeConditionByStrValue()
295 if (strcmp(conditionName, conditionNamePair[index].nameStr) == 0) { in GetConditionName()
317 if (stack.IsEmpty() || strcmp("(", stac in IsValid()
[all...]
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_rm31.c571 if (!strcmp(ct->name, "cpu-fan-a-0")) in rm31_new_control()
573 else if (!strcmp(ct->name, "cpu-fan-b-0")) in rm31_new_control()
575 else if (!strcmp(ct->name, "cpu-fan-c-0")) in rm31_new_control()
577 else if (!strcmp(ct->name, "cpu-fan-a-1")) in rm31_new_control()
579 else if (!strcmp(ct->name, "cpu-fan-b-1")) in rm31_new_control()
581 else if (!strcmp(ct->name, "cpu-fan-c-1")) in rm31_new_control()
583 else if (!strcmp(ct->name, "backside-fan")) in rm31_new_control()
585 else if (!strcmp(ct->name, "slots-fan")) in rm31_new_control()
587 else if (!strcmp(ct->name, "cpufreq-clamp")) in rm31_new_control()
609 if (!strcmp(s in rm31_new_sensor()
[all...]
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_rm31.c571 if (!strcmp(ct->name, "cpu-fan-a-0")) in rm31_new_control()
573 else if (!strcmp(ct->name, "cpu-fan-b-0")) in rm31_new_control()
575 else if (!strcmp(ct->name, "cpu-fan-c-0")) in rm31_new_control()
577 else if (!strcmp(ct->name, "cpu-fan-a-1")) in rm31_new_control()
579 else if (!strcmp(ct->name, "cpu-fan-b-1")) in rm31_new_control()
581 else if (!strcmp(ct->name, "cpu-fan-c-1")) in rm31_new_control()
583 else if (!strcmp(ct->name, "backside-fan")) in rm31_new_control()
585 else if (!strcmp(ct->name, "slots-fan")) in rm31_new_control()
587 else if (!strcmp(ct->name, "cpufreq-clamp")) in rm31_new_control()
609 if (!strcmp(s in rm31_new_sensor()
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgif2webp.c158 if (!strcmp(argv[c], "-h") || !strcmp(argv[c], "-help")) { in main()
161 } else if (!strcmp(argv[c], "-o") && c < argc - 1) { in main()
163 } else if (!strcmp(argv[c], "-lossy")) { in main()
165 } else if (!strcmp(argv[c], "-mixed")) { in main()
168 } else if (!strcmp(argv[c], "-loop_compatibility")) { in main()
170 } else if (!strcmp(argv[c], "-q") && c < argc - 1) { in main()
172 } else if (!strcmp(argv[c], "-m") && c < argc - 1) { in main()
174 } else if (!strcmp(argv[c], "-min_size")) { in main()
176 } else if (!strcmp(arg in main()
[all...]
/third_party/curl/lib/
H A Dcurl_fnmatch.c105 if(strcmp(keyword, "digit") == 0) in parsekeyword()
107 else if(strcmp(keyword, "alnum") == 0) in parsekeyword()
109 else if(strcmp(keyword, "alpha") == 0) in parsekeyword()
111 else if(strcmp(keyword, "xdigit") == 0) in parsekeyword()
113 else if(strcmp(keyword, "print") == 0) in parsekeyword()
115 else if(strcmp(keyword, "graph") == 0) in parsekeyword()
117 else if(strcmp(keyword, "space") == 0) in parsekeyword()
119 else if(strcmp(keyword, "blank") == 0) in parsekeyword()
121 else if(strcmp(keyword, "upper") == 0) in parsekeyword()
123 else if(strcmp(keywor in parsekeyword()
[all...]
/third_party/musl/libc-test/src/functionalext/locale/
H A Dstrtod_l.c120 if (strcmp(end, str1)) { in strtod_l_0200()
139 if (strcmp(end, str1)) { in strtod_l_0300()
158 if (strcmp(end, str1)) { in strtod_l_0400()
177 if (strcmp(end, str1)) { in strtod_l_0500()
196 if (strcmp(end, str1)) { in strtod_l_0600()
245 if (strcmp(end, str1)) { in strtod_l_0900()
314 if (strcmp(end, str1)) { in strtod_l_1300()
348 if (strcmp(end, str1)) { in strtod_l_1500()
369 if (strcmp(end, str1)) { in strtod_l_1600()
388 if (strcmp(en in strtod_l_1700()
[all...]
/third_party/openssl/test/
H A Devp_test.c104 if (t->expected_err != NULL && strcmp(t->expected_err, err) == 0) in memory_err_compare()
280 if (strcmp(value, "NULL") == 0) { in parse_bin()
380 if (strcmp(keyword, "Input") == 0) in digest_test_parse()
382 if (strcmp(keyword, "Output") == 0) in digest_test_parse()
384 if (strcmp(keyword, "Count") == 0) in digest_test_parse()
386 if (strcmp(keyword, "Ncopy") == 0) in digest_test_parse()
388 if (strcmp(keyword, "Padding") == 0) in digest_test_parse()
617 if (strcmp(keyword, "Key") == 0) in cipher_test_parse()
619 if (strcmp(keyword, "Rounds") == 0) { in cipher_test_parse()
626 if (strcmp(keywor in cipher_test_parse()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/
H A Drenderer_sink_adapter.c65 adapter->deviceClass = !strcmp(device, DEVICE_CLASS_PRIMARY) ? CLASS_TYPE_PRIMARY : adapter->deviceClass; in LoadSinkAdapter()
66 adapter->deviceClass = !strcmp(device, DEVICE_CLASS_USB) ? CLASS_TYPE_USB : adapter->deviceClass; in LoadSinkAdapter()
67 adapter->deviceClass = !strcmp(device, DEVICE_CLASS_A2DP) ? CLASS_TYPE_A2DP : adapter->deviceClass; in LoadSinkAdapter()
68 adapter->deviceClass = !strcmp(device, DEVICE_CLASS_FILE) ? CLASS_TYPE_FILE : adapter->deviceClass; in LoadSinkAdapter()
69 adapter->deviceClass = !strcmp(device, DEVICE_CLASS_REMOTE) ? CLASS_TYPE_REMOTE : adapter->deviceClass; in LoadSinkAdapter()
70 adapter->deviceClass = !strcmp(device, DEVICE_CLASS_OFFLOAD) ? CLASS_TYPE_OFFLOAD : adapter->deviceClass; in LoadSinkAdapter()
71 adapter->deviceClass = !strcmp(device, DEVICE_CLASS_DP) ? CLASS_TYPE_DP : adapter->deviceClass; in LoadSinkAdapter()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/unittest/
H A Dprocess_group_test.cpp30 if (!strcmp(stringItem, "error")) { in CovertSchedPolicyStringToEnumType()
33 if (!strcmp(policyStr, stringItem)) { in CovertSchedPolicyStringToEnumType()
112 if (!strcmp(operation, "SetThreadSchedPolicyTest")) { in main()
114 } else if (!strcmp(operation, "SetThreadGroupSchedPolicyTest")) { in main()
116 } else if (!strcmp(operation, "GetThreadSchedPolicyTest")) { in main()
118 } else if (!strcmp(operation, "GetSchedPolicyShortenedNameTest")) { in main()
120 } else if (!strcmp(operation, "GetSchedPolicyFullNameTest")) { in main()
/kernel/linux/linux-5.10/tools/perf/arch/sparc/annotate/
H A Dinstructions.c124 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/linux/linux-6.6/tools/perf/arch/sparc/annotate/
H A Dinstructions.c124 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 Dtrace.c117 } 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 Dtest-getters-setters.c37 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 Dspirv2dxil.c47 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 Dstrxfrm.c35 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()

Completed in 14 milliseconds

12345678910>>...330