/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/ |
H A D | audio_manager_unit_test.cpp | 2781 if (!ifs.is_open()) { 2783 if (!ifs.is_open()) {
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 2074 if (!file.is_open()) { in GetHttpUrlFromConfig() 2655 if (preferCellularFile.is_open()) { in GetPreferredUrl()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 6917 bool is_open = Begin(name, NULL, extra_flags | ImGuiWindowFlags_Popup); in BeginPopupEx() local 6918 if (!is_open) // NB: Begin can return false when the popup is completely clipped (e.g. zero size display) in BeginPopupEx() 6921 return is_open; in BeginPopupEx() 6955 const bool is_open = Begin(name, p_open, flags); in BeginPopupModal() local 6956 if (!is_open || (p_open && !*p_open)) // NB: is_open can be 'false' when the popup is completely clipped (e.g. zero size display) in BeginPopupModal() 6959 if (is_open) in BeginPopupModal() 6963 return is_open; in BeginPopupModal()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 8503 bool is_open = Begin(name, NULL, flags); in BeginPopupEx() local 8504 if (!is_open) // NB: Begin can return false when the popup is completely clipped (e.g. zero size display) in BeginPopupEx() 8507 return is_open; in BeginPopupEx() 8545 const bool is_open = Begin(name, p_open, flags); in BeginPopupModal() local 8546 if (!is_open || (p_open && !*p_open)) // NB: is_open can be 'false' when the popup is completely clipped (e.g. zero size display) in BeginPopupModal() 8549 if (is_open) in BeginPopupModal() 8553 return is_open; in BeginPopupModal()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1535 if (!in.is_open()) { in GetSystemKitsMap()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 376 if (!o.is_open()) { in ClearJsonFile()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1550 if (outputStream.is_open()) {
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | metadata_stream_test.cpp | 479 ASSERT_TRUE(file.is_open()); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videoenc_func_unit_test.cpp | 266 UNITTEST_CHECK_AND_RETURN_RET_LOG(inFile->is_open(), false, "open file filed, fileName:%s.", fileName.c_str()); in ReadCustomDataToAVBuffer()
|
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_codecbase_unit_test.cpp | 225 if (!soFile_->is_open()) { in CheckSoFunc()
|
H A D | audio_decoder_inner_unit_test.cpp | 274 if (!soFile_->is_open()) { in CheckSoFunc()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client.cpp | 764 if (!file.is_open()) {
in WriteConfigToFile()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_backup_test.cpp | 646 ASSERT_TRUE(damageFile.is_open()); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 537 if (!dataFile.is_open()) { in ModifyDatabaseFile()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 1292 u8 is_open; member
|
H A D | 3945.c | 484 if (unlikely(!il->is_open)) { in il3945_pass_packet_to_mac80211()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 994 priv->is_open = 0; in iwlagn_prepare_restart()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 988 priv->is_open = 0; in iwlagn_prepare_restart()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 484 if (unlikely(!il->is_open)) { in il3945_pass_packet_to_mac80211()
|
H A D | common.h | 1292 u8 is_open; member
|
/third_party/backends/backend/ |
H A D | mustek_usb.c | 1120 if (s->hw->is_open) in sane_close()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite.cpp | 1954 if (!ifs.is_open()) in GetTestResultsFromFile()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 1331 if (!file_stream.is_open()) { in ExpandArgumentFile()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 17075 int is_open = 0; in nk_contextual_begin() local 17091 is_open = (popup && win->popup.type == NK_PANEL_CONTEXTUAL); in nk_contextual_begin() 17095 if (!is_open && win->popup.active_con) in nk_contextual_begin() 17097 if ((!is_open && !is_clicked)) in nk_contextual_begin() 17359 int is_open = 0; in nk_menu_begin() local 17377 is_open = popup ? nk_true : nk_false; in nk_menu_begin() 17379 if ((is_clicked && is_open && !is_active) || (is_open && !is_active) || in nk_menu_begin() 17380 (!is_open && !is_active && !is_clicked)) return 0; in nk_menu_begin() 24557 int is_open in nk_combo_begin() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1775 if (!in.is_open()) { in ReadFileIntoJson()
|