/third_party/node/test/cctest/ |
H A D | test_linked_binding.cc | 46 CHECK_EQ(strcmp(*utf8val, "value"), 0); in TEST_F() 87 CHECK_EQ(strcmp(*utf8val, "value"), 0); in TEST_F() 131 CHECK_EQ(strcmp(*utf8val, "world"), 0); in TEST_F() 158 CHECK_EQ(strcmp(*utf8val, "world"), 0); in TEST_F() 369 CHECK_EQ(strcmp(*utf8val, "world"), 0); in TEST_F()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | namespace.c | 359 if (strcmp(NS_DEFAULT_NAME, ns_name) == 0) { in find_ns_by_name() 364 if (strcmp(g_ns_list.nss[i]->ns_name, ns_name) == 0) { in find_ns_by_name() 480 if (strcmp(shortname, ns->allowed_libs->strs[i]) == 0) { in is_accessible() 589 if (strcmp(inherit->shared_libs->strs[i], lib_name) == 0 || in is_sharable() 590 strcmp(inherit->shared_libs->strs[i], ALLOW_ALL_SHARED_LIBS) == 0) { in is_sharable()
|
/third_party/mesa3d/src/loader/ |
H A D | loader.c | 162 bool is_i915 = kernel_driver && strcmp(kernel_driver, "i915") == 0; in is_kernel_i915() 196 if (strcmp(version->name, name) != 0) { in loader_open_render_node() 336 ret = strcmp(tag, prime_tag); in drm_device_matches_tag() 394 if (!strcmp(prime,"1")) { in loader_get_user_preferred_fd() 415 *different_device = !!strcmp(default_tag, prime); in loader_get_user_preferred_fd()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spreptst.c | 344 if(U_SUCCESS(status) && (strcmp(expectedDest,dest) !=0)){ in Test_nfs4_cis_prep() 514 if(strcmp(dest,src)!=0){ in Test_nfs4_cs_prep() 537 if(strcmp(dest,src)!=0){ in Test_nfs4_cs_prep() 560 if(strcmp(dest,src)!=0){ in Test_nfs4_cs_prep() 586 if(strcmp(exp, dest)!=0){ in Test_nfs4_cs_prep()
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | client-ws.c | 286 if (strcmp(p, "websocket")) { in lws_client_ws_upgrade() 391 strcmp(p, wsi->a.vhost->protocols[n].name) == 0) { in lws_client_ws_upgrade() 410 if (wsi->a.protocol && strcmp(wsi->a.protocol->name, in lws_client_ws_upgrade() 502 if (strcmp(ext_name, ext->name)) { in lws_client_ws_upgrade() 597 if (strcmp(p, wsi->http.ah->initial_handshake_hash_base64)) { in lws_client_ws_upgrade()
|
/third_party/musl/ldso/linux/ |
H A D | namespace.c | 359 if (strcmp(NS_DEFAULT_NAME, ns_name) == 0) { in find_ns_by_name() 364 if (strcmp(g_ns_list.nss[i]->ns_name, ns_name) == 0) { in find_ns_by_name() 480 if (strcmp(shortname, ns->allowed_libs->strs[i]) == 0) { in is_accessible() 589 if (strcmp(inherit->shared_libs->strs[i], lib_name) == 0 || in is_sharable() 590 strcmp(inherit->shared_libs->strs[i], ALLOW_ALL_SHARED_LIBS) == 0) { in is_sharable()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_cpols.c | 121 if (strcmp(pstr, "ia5org") == 0) { 178 if (strcmp(cnf->name, "policyIdentifier") == 0) { 303 if (strcmp(cnf->name, "explicitText") == 0) { 312 } else if (strcmp(cnf->name, "organization") == 0) { 328 } else if (strcmp(cnf->name, "noticeNumbers") == 0) {
|
/third_party/openssl/crypto/x509/ |
H A D | v3_cpols.c | 121 if (strcmp(pstr, "ia5org") == 0) { 178 if (strcmp(cnf->name, "policyIdentifier") == 0) { 303 if (strcmp(cnf->name, "explicitText") == 0) { 312 } else if (strcmp(cnf->name, "organization") == 0) { 328 } else if (strcmp(cnf->name, "noticeNumbers") == 0) {
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | applicationlayer.c | 93 if(strcmp(":method",iterator->name) == 0) in spdy_handler_new_stream() 99 else if(strcmp(":path",iterator->name) == 0) in spdy_handler_new_stream() 105 else if(strcmp(":version",iterator->name) == 0) in spdy_handler_new_stream() 111 else if(strcmp(":host",iterator->name) == 0) in spdy_handler_new_stream() 118 else if(strcmp(":scheme",iterator->name) == 0) in spdy_handler_new_stream()
|
/third_party/python/Modules/ |
H A D | _dbmmodule.c | 465 if (strcmp(flags, "r") == 0) { in dbmopen_impl() 468 else if (strcmp(flags, "w") == 0) { in dbmopen_impl() 471 else if (strcmp(flags, "rw") == 0) { in dbmopen_impl() 475 else if (strcmp(flags, "c") == 0) { in dbmopen_impl() 478 else if (strcmp(flags, "n") == 0) { in dbmopen_impl()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/ |
H A D | abilityms_helper.cpp | 38 return strcmp(LAUNCHER_BUNDLE_NAME, bundleName) == 0;
in IsLauncherAbility() 47 return strcmp(ACE_ABILITY_NAME, abilityName) == 0;
in IsAceAbility()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | app_manager.cpp | 80 (strcmp(current->GetBundleInfo().bundleName, bundleName) == 0)) {
in RemoveAppRecord() 106 (strcmp(appRecord->GetBundleInfo().bundleName, bundleName) == 0)) {
in GetAppRecordByBundleName()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | file_asset_provider_impl.cpp | 131 if (strcmp(dptr->d_name, ".") != 0 && strcmp(dptr->d_name, "..") != 0) { in GetAssetList()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/test/unittest/common/ |
H A D | system_info_tdd_test.cpp | 56 EXPECT_EQ(strcmp(deviceType, "smartVision"), 0); in HWTEST_F() 128 EXPECT_EQ(strcmp(deviceType, "smartVision"), 0); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | drawing_command.cpp | 38 if (strcmp(argv.back().c_str(), "--help") != 0 || strcmp(argv.back().c_str(), "-h") != 0) { in ParseCommand()
|
/foundation/multimedia/media_foundation/src/osal/filesystem/ |
H A D | file_system.cpp | 140 if (strcmp(info->d_name, ".") == 0 || strcmp(info->d_name, "..") == 0) { in RemoveFilesInDir()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | algorithm_program.cpp | 44 if (strcmp(vertex.c_str(), vertexShaderCode_.c_str()) == 0 &&
in UpdateShader() 45 strcmp(fragment.c_str(), fragmentShaderCode_.c_str()) == 0) {
in UpdateShader()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_meta_node_sdk_test.cpp | 77 EXPECT_TRUE(strcmp(infos[0].metaNodeId, metaNodeId) == 0); in HWTEST_F() 78 EXPECT_TRUE(strcmp(infos[0].configInfo.udid, udid) == 0); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_alarm.c | 83 if (strcmp(argv[0], SOFTBUS_MANAGEMENT_ALARM_ORDER) == SOFTBUS_OK) {
in SoftBusAlarmDumpHander() 90 } else if (strcmp(argv[0], SOFTBUS_CONTROL_ALARM_ORDER) == SOFTBUS_OK) {
in SoftBusAlarmDumpHander()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_network.c | 37 if (strcmp(sessionName, g_listeners[i].sessionName) == 0) { in FindListenerEntry() 98 if (strcmp(sessionName, g_listeners[i].sessionName) == 0) { in TransRegisterNetworkingChannelListener()
|
/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | nfca_tag_test.cpp | 132 ASSERT_TRUE(strcmp(atqa.c_str(), TEST_ATQA) == 0);
in HWTEST_F() 143 ASSERT_TRUE(strcmp(uid.c_str(), TEST_UID) == 0);
in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/service/src/devicenamemgr/ |
H A D | account_boot_listener.cpp | 46 if (strcmp(key, BOOTEVENT_ACCOUNT_READY) != 0 || strcmp(value, "true") != 0) { in AccountBootCb()
|
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op.cpp | 103 if (entry->d_type != DT_DIR || (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0)) { in GetFIleNums()
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_local_mock.cpp | 87 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) { in ReadDir()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | read_dir.cpp | 43 return strcmp(path, ".") != 0 && strcmp(path, "..") != 0; in VerifyFilePath()
|