Home
last modified time | relevance | path

Searched refs:is_open (Results 401 - 425 of 442) sorted by relevance

1...<<1112131415161718

/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/
H A Daudio_manager_unit_test.cpp2781 if (!ifs.is_open()) {
2783 if (!ifs.is_open()) {
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2074 if (!file.is_open()) { in GetHttpUrlFromConfig()
2655 if (preferCellularFile.is_open()) { in GetPreferredUrl()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp6917 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 Dimgui.cpp8503 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 Djs_runtime.cpp1535 if (!in.is_open()) { in GetSystemKitsMap()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_system_test.cpp376 if (!o.is_open()) { in ClearJsonFile()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1550 if (outputStream.is_open()) {
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp479 ASSERT_TRUE(file.is_open()); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_func_unit_test.cpp266 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 Daudio_decoder_codecbase_unit_test.cpp225 if (!soFile_->is_open()) { in CheckSoFunc()
H A Daudio_decoder_inner_unit_test.cpp274 if (!soFile_->is_open()) { in CheckSoFunc()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp764 if (!file.is_open()) { in WriteConfigToFile()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_backup_test.cpp646 ASSERT_TRUE(damageFile.is_open()); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp537 if (!dataFile.is_open()) { in ModifyDatabaseFile()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1292 u8 is_open; member
H A D3945.c484 if (unlikely(!il->is_open)) { in il3945_pass_packet_to_mac80211()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c994 priv->is_open = 0; in iwlagn_prepare_restart()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c988 priv->is_open = 0; in iwlagn_prepare_restart()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D3945.c484 if (unlikely(!il->is_open)) { in il3945_pass_packet_to_mac80211()
H A Dcommon.h1292 u8 is_open; member
/third_party/backends/backend/
H A Dmustek_usb.c1120 if (s->hw->is_open) in sane_close()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp1954 if (!ifs.is_open()) in GetTestResultsFromFile()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1331 if (!file_stream.is_open()) { in ExpandArgumentFile()
/third_party/glfw/deps/
H A Dnuklear.h17075 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 Dinstalld_host_impl.cpp1775 if (!in.is_open()) { in ReadFileIntoJson()

Completed in 144 milliseconds

1...<<1112131415161718