Home
last modified time | relevance | path

Searched refs:strcmp (Results 401 - 425 of 8236) sorted by relevance

1...<<11121314151617181920>>...330

/third_party/elfutils/libebl/
H A Deblobjnotetypename.c51 if (strcmp (name, "stapsdt") == 0) in ebl_object_note_type_name()
72 if (strcmp (name, "Go") == 0) in ebl_object_note_type_name()
104 if (strcmp (name, "FDO") == 0 && type == NT_FDO_PACKAGING_METADATA) in ebl_object_note_type_name()
107 if (strcmp (name, "GNU") != 0) in ebl_object_note_type_name()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_flip_matrices.cpp52 if (strcmp(var->name, "gl_ModelViewProjectionMatrixTranspose") == 0) in matrix_flipper()
54 if (strcmp(var->name, "gl_TextureMatrixTranspose") == 0) in matrix_flipper()
82 strcmp(mat_var->name, "gl_ModelViewProjectionMatrix") == 0) { in visit_enter()
95 strcmp(mat_var->name, "gl_TextureMatrix") == 0) { in visit_enter()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-plugins.c62 if (!strcmp(&sym[m - 3], ".so")) in lws_plat_dlopen()
79 if (strcmp(hdr->lws_build_hash, LWS_BUILD_HASH)) in lws_plat_dlopen()
82 if (strcmp(hdr->_class, _class)) in lws_plat_dlopen()
91 if (!strcmp(pin->hdr->name, hdr->name)) in lws_plat_dlopen()
/third_party/ltp/testcases/kernel/containers/mqns/
H A Dmqns_03.c101 if (str_op && !strcmp(str_op, "clone")) { in run()
108 } else if (str_op && !strcmp(str_op, "unshare")) { in run()
121 if (!str_op || (strcmp(str_op, "clone") && strcmp(str_op, "unshare"))) in setup()
H A Dmqns_04.c70 if (str_op && !strcmp(str_op, "clone")) { in run()
77 } else if (str_op && !strcmp(str_op, "unshare")) { in run()
114 if (!str_op || (strcmp(str_op, "clone") && strcmp(str_op, "unshare"))) in setup()
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
H A Dlibcontrollers.c75 && (strcmp(fullpath, "/dev/cpuctl/cpu.shares") != 0) in scan_shares_files()
76 && (strcmp(dir_pointer->d_name, "cpu.shares") == 0)) { in scan_shares_files()
100 if ((strcmp(dir_pointer->d_name, ".") == 0) in scan_shares_files()
101 || (strcmp(dir_pointer->d_name, "..") == 0)) in scan_shares_files()
/third_party/skia/third_party/externals/spirv-tools/tools/as/
H A Das.cpp84 if (0 == strcmp(argv[argi], "--version")) { in main()
89 } else if (0 == strcmp(argv[argi], "--help")) { in main()
92 } else if (0 == strcmp(argv[argi], "--preserve-numeric-ids")) { in main()
94 } else if (0 == strcmp(argv[argi], "--target-env")) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/as/
H A Das.cpp84 if (0 == strcmp(argv[argi], "--version")) { in main()
89 } else if (0 == strcmp(argv[argi], "--help")) { in main()
92 } else if (0 == strcmp(argv[argi], "--preserve-numeric-ids")) { in main()
94 } else if (0 == strcmp(argv[argi], "--target-env")) { in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp60 if (strcmp(tmp, "PASSWORD") == 0) { in setParams()
63 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) { in setParams()
66 } else if (strcmp(tmp, "IDENTITY") == 0) in setParams()
68 else if (strcmp(tmp, "PASSPHRASE") == 0) { in setParams()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp60 if (strcmp(tmp, "PASSWORD") == 0) { in setParams()
63 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) { in setParams()
66 } else if (strcmp(tmp, "IDENTITY") == 0) in setParams()
68 else if (strcmp(tmp, "PASSPHRASE") == 0) { in setParams()
/foundation/filemanagement/app_file_service/test/unittest/file_uri_ndk_test/
H A Dfile_uri_ndk_test.cpp52 if (retSystem > 0 && !std::strcmp(value, "true")) { in CheckFileManagerFullMountEnable()
85 EXPECT_EQ(strcmp(result, filePath), 0); in HWTEST_F()
109 EXPECT_EQ(strcmp(result, filePath), 0); in HWTEST_F()
112 EXPECT_EQ(strcmp(result, filePath), 0); in HWTEST_F()
136 EXPECT_EQ(strcmp(result, filePath), 0); in HWTEST_F()
165 EXPECT_EQ(strcmp(result, filePath), 0); in HWTEST_F()
190 EXPECT_EQ(strcmp(result, filePath), 0); in HWTEST_F()
220 EXPECT_EQ(strcmp(result, filePath), 0); in HWTEST_F()
270 EXPECT_EQ(strcmp(result, fileUri), 0); in HWTEST_F()
334 EXPECT_EQ(strcmp(resul in HWTEST_F()
[all...]
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
H A Dattest_tdd_test.cpp277 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_TOKEN, outToken) == 0); in HWTEST_F()
310 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_ONLINE_TOKEN, outToken) == 0); in HWTEST_F()
320 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_ONLINE_TOKEN_ID, outToken) == 0); in HWTEST_F()
322 EXPECT_TRUE(strcmp(ATTEST_RESET_GEN_PRODUCT_TOKEN, outToken) == 0); in HWTEST_F()
367 EXPECT_TRUE(strcmp(outToken, ATTEST_AUTH_GEN_TOKEN) == 0); in HWTEST_F()
398 EXPECT_TRUE(strcmp(ATTEST_AUTH_GEN_ONLINE_TOKEN, outToken) == 0); in HWTEST_F()
400 EXPECT_TRUE(strcmp(ATTEST_AUTH_GEN_PRODUCT_TOKEN, outToken) == 0); in HWTEST_F()
425 EXPECT_TRUE(strcmp(authResult->ticket, ATTEST_MOCK_HAL_TICKET) == 0); in HWTEST_F()
453 EXPECT_TRUE(strcmp(outToken, ATTEST_ACTIVE_GEN_TOKEN) == 0); in HWTEST_F()
484 EXPECT_TRUE(strcmp(ATTEST_ACTIVE_GEN_ONLINE_TOKE in HWTEST_F()
[all...]
/third_party/openssl/test/
H A Dparams_test.c134 if (strcmp(params->key, "p1") == 0) { in raw_set_params()
136 } else if (strcmp(params->key, "p2") == 0) { in raw_set_params()
138 } else if (strcmp(params->key, "p3") == 0) { in raw_set_params()
143 } else if (strcmp(params->key, "p4") == 0) { in raw_set_params()
149 } else if (strcmp(params->key, "p5") == 0) { in raw_set_params()
162 } else if (strcmp(params->key, "p6") == 0) { in raw_set_params()
175 if (strcmp(params->key, "p1") == 0) { in raw_get_params()
178 } else if (strcmp(params->key, "p2") == 0) { in raw_get_params()
181 } else if (strcmp(params->key, "p3") == 0) { in raw_get_params()
186 } else if (strcmp(param in raw_get_params()
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c621 if ( strcmp( pt, "-all" ) == 0 ) in main()
623 else if ( strcmp( pt, "-check-outlines" ) == 0 ) in main()
625 else if ( strcmp( pt, "-dir" ) == 0 ) in main()
627 else if ( strcmp( pt, "-error-count" ) == 0 ) in main()
639 else if ( strcmp( pt, "-error-fraction" ) == 0 ) in main()
656 else if ( strcmp( pt, "-ext" ) == 0 ) in main()
658 else if ( strcmp( pt, "-help" ) == 0 ) in main()
663 else if ( strcmp( pt, "-nohints" ) == 0 ) in main()
665 else if ( strcmp( pt, "-rasterize" ) == 0 ) in main()
667 else if ( strcmp( p in main()
[all...]
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1523 if (strcmp(name, VK_OHOS_SURFACE_EXTENSION_NAME) == 0) { in GetExtensionBitFromName()
1526 if (strcmp(name, VK_OHOS_NATIVE_BUFFER_EXTENSION_NAME) == 0) { in GetExtensionBitFromName()
1529 if (strcmp(name, VK_KHR_SURFACE_EXTENSION_NAME) == 0) { in GetExtensionBitFromName()
1532 if (strcmp(name, VK_KHR_SWAPCHAIN_EXTENSION_NAME) == 0) { in GetExtensionBitFromName()
1535 if (strcmp(name, VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME) == 0) { in GetExtensionBitFromName()
1538 if (strcmp(name, VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME) == 0) { in GetExtensionBitFromName()
1541 if (strcmp(name, VK_EXT_HDR_METADATA_EXTENSION_NAME) == 0) { in GetExtensionBitFromName()
1603 if (strcmp(extensionName.data(), deviceExtensions[i].extensionName) == 0) { in CheckExtensionAvailable()
1735 if ((pLayerName != nullptr) && (strcmp(pLayerName, swapchainLayer.layerName) == 0)) { in EnumerateInstanceExtensionProperties()
1756 if ((pLayerName != nullptr) && (strcmp(pLayerNam in EnumerateDeviceExtensionProperties()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/parameter/
H A Dparameter.cpp35 if (strcmp(g_testDeviceType, DEVICE_TYPE_OF_PHONE) == 0) { in GetDeviceType()
38 if (strcmp(g_testDeviceType, DEVICE_TYPE_OF_DEFAULT) == 0) { in GetDeviceType()
53 (std::strcmp(key, "persist.bms.supportCompressNativeLibs") == 0)) { in GetParameter()
/third_party/ltp/testcases/lib/
H A Dtst_getconf.c39 if (!strcmp(argv[optind], "_NPROCESSORS_ONLN")) { in main()
41 } else if (!strcmp(argv[optind], "PAGESIZE") || in main()
42 !strcmp(argv[optind], "PAGE_SIZE")) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/speculative/
H A D5-2.c99 if (strcmp(un.sysname, "Linux") == 0) { in main()
108 if (strcmp(un.sysname, "AIX") == 0) { in main()
112 if (strcmp(un.sysname, "SunOS") == 0) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrchrnul.c34 if (strcmp(tmp, "world")) { in strchrnul_0100()
54 if (strcmp(tmp, "")) { in strchrnul_0200()
74 if (strcmp(tmp, "")) { in strchrnul_0300()
H A Dstrndup.c29 if (strcmp(result, "he")) { in strndup_0100()
43 if (strcmp(result, "helloworld")) { in strndup_0200()
57 if (strcmp(result, "") != 0) { in strndup_0300()
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/
H A Dstring_strcmp_test.cpp13 * @tc.desc: Verify that the strcmp function should return 0 when comparing two completely identical strings.
20 int result = strcmp(str1, str2); in HWTEST_F()
26 * @tc.desc: Verify that the strcmp function should return a non-zero value when comparing two different strings.
33 int result = strcmp(str1, str2); in HWTEST_F()
39 * @tc.desc: Verify that the strcmp function should return 0 when comparing two null pointer.
46 int result = strcmp(str1, str2); in HWTEST_F()
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils_unittest_helper.cpp24 if (strcmp(argv[argIndex], kRunTestSuite) == 0) in main()
36 if (argc != 3 || strcmp(argv[1], kRunAppTestArg1) != 0 || strcmp(argv[2], kRunAppTestArg2) != 0) in main()
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c316 if (!strcmp(w->name, "MTKAIF_PIN")) { in mt8188_mt6359_mtkaif_calibration()
587 if (!strcmp(codec_dai->component->name, MAX98390_DEV0_NAME)) in mt8188_max98390_hw_params()
590 if (!strcmp(codec_dai->component->name, MAX98390_DEV1_NAME)) in mt8188_max98390_hw_params()
593 if (!strcmp(codec_dai->component->name, MAX98390_DEV2_NAME)) in mt8188_max98390_hw_params()
596 if (!strcmp(codec_dai->component->name, MAX98390_DEV3_NAME)) in mt8188_max98390_hw_params()
1018 if (strcmp(w->name, "Headphone")) in mt8188_fixup_controls()
1092 if (strcmp(dai_link->name, "DPTX_BE") == 0) { in mt8188_mt6359_dev_probe()
1093 if (strcmp(dai_link->codecs->dai_name, "snd-soc-dummy-dai")) in mt8188_mt6359_dev_probe()
1095 } else if (strcmp(dai_link->name, "ETDM3_OUT_BE") == 0) { in mt8188_mt6359_dev_probe()
1096 if (strcmp(dai_lin in mt8188_mt6359_dev_probe()
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c77 (strcmp(&p[n - 4], ".exe") == 0 || strcmp(&p[n - 4], ".EXE") == 0)) in opt_progname()
206 * Some compilers inline strcmp and the assert string is too long. in opt_init()
209 && strcmp(o->name, next->name) == 0; in opt_init()
280 if (strcmp(s, "NSS") != 0 && strcmp(s, "nss") != 0) in opt_format()
315 if (s[1] == '\0' || strcmp(s, "PEM") == 0 || strcmp(s, "pem") == 0) { in opt_format()
319 } else if (strcmp(s, "PVK") == 0 || strcmp( in opt_format()
[all...]
/third_party/openssl/apps/lib/
H A Dopt.c77 (strcmp(&p[n - 4], ".exe") == 0 || strcmp(&p[n - 4], ".EXE") == 0)) in opt_progname()
206 * Some compilers inline strcmp and the assert string is too long. in opt_init()
209 && strcmp(o->name, next->name) == 0; in opt_init()
280 if (strcmp(s, "NSS") != 0 && strcmp(s, "nss") != 0) in opt_format()
315 if (s[1] == '\0' || strcmp(s, "PEM") == 0 || strcmp(s, "pem") == 0) { in opt_format()
319 } else if (strcmp(s, "PVK") == 0 || strcmp( in opt_format()
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...330