Home
last modified time | relevance | path

Searched refs:is_open (Results 151 - 164 of 164) sorted by relevance

1234567

/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...]
/third_party/mesa3d/src/imgui/
H A Dimgui.h487 IMGUI_API void SetNextTreeNodeOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state.
/third_party/vulkan-loader/tests/
H A Dloader_settings_tests.cpp512 ASSERT_TRUE(fuzzer_output_json_file.is_open()); in TEST()
/test/xts/acts/ai/mindspore/mindsporendktest/entry/src/main/cpp/
H A Dmindspore.cpp1672 if (!ifs.is_open()) { in ReadFile()
/third_party/libabigail/src/
H A Dabg-writer.cc4928 if (!o.is_open()) in write_canonical_type_ids()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h616 IMGUI_API void SetNextItemOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state.
/third_party/backends/backend/genesys/
H A Dgenesys.cpp5225 if (!str.is_open()) { in sanei_genesys_read_calibration()
5249 if (!str.is_open()) { in write_calibration()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h6309 if(fstr.is_open())
/third_party/node/src/
H A Djs_native_api_v8.cc1363 if (!file.is_open()) { in LoadStringFromFile()
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc5338 if (desc.is_open) cc_contents << " default: break;\n"; in GenerateEnumVerifiers()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp9727 if( !f.is_open() )

Completed in 128 milliseconds

1234567