/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 1374 const bool is_open = child_results->NextAs<bool>(); in MakeEnumDeclaration() local 1398 if (is_open) { in MakeEnumDeclaration() 1507 constexpr_generates, is_open}; in MakeEnumDeclaration()
|
H A D | implementation-visitor.cc | 5338 if (desc.is_open) cc_contents << " default: break;\n"; in GenerateEnumVerifiers()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.cpp | 173 if (file == nullptr || !file->is_open()) { in GetDataFromFile()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 1057 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() function 1630 if (!f->conf.hard_remove && is_open(f, parent, name)) in fuse_lib_unlink() 1714 if (!f->conf.hard_remove && is_open(f, newdir, newname)) in fuse_lib_rename()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2355 static int is_open(struct fuse *f, fuse_ino_t dir, const char *name) in is_open() function 2964 if (!f->conf.hard_remove && is_open(f, parent, name)) { in fuse_lib_unlink() 2968 if (!is_open(f, parent, wnode->name)) { in fuse_lib_unlink() 3052 is_open(f, newdir, newname)) in fuse_lib_rename()
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | power_supply_provider.cpp | 554 if (!stream.is_open()) { in CreateFile()
|
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 75 if (!stream.is_open()) { in CreateFile()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 744 ASSERT_TRUE(custom_json_file.is_open()); in TEST()
|
H A D | loader_settings_tests.cpp | 512 ASSERT_TRUE(fuzzer_output_json_file.is_open()); in TEST()
|
/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()
|
H A D | imgui.h | 487 IMGUI_API void SetNextTreeNodeOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state.
|
/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()
|
H A D | imgui.h | 616 IMGUI_API void SetNextItemOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state.
|
/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...] |
/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/libabigail/src/ |
H A D | abg-writer.cc | 4928 if (!o.is_open()) in write_canonical_type_ids()
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 5225 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 D | doctest.h | 6309 if(fstr.is_open())
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 1363 if (!file.is_open()) { in LoadStringFromFile()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 9727 if( !f.is_open() )
|