/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 448 .open = simple_open, 455 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 211 .open = rvu_dbg_open_##name, \ 221 .open = simple_open, \
|
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 3144 .open = ccs_open, 3148 .open = ccs_open,
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 139 MODULE_PARM_DESC(reset_crop, "reset cropping parameters at open(), default is 1 (yes) for compatibility with older applications"); 2312 .open = v4l2_fh_open, 2377 dprintk("open dev=%s\n", video_device_node_name(vdev)); in radio_open() 2378 dprintk("%d: open called (radio)\n", btv->c.nr); in radio_open() 2495 .open = radio_open,
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 843 .open = ts_open, 2715 .open = ddb_open,
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dapm.c | 2158 .open = simple_open, 2193 .open = simple_open,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-event.c | 290 fd = open(module, O_RDONLY); in find_module_name() 613 fd = open(exec, O_RDONLY); in get_text_start_address() 930 pr_debug("Could not open debuginfo. Try to use symbols.\n"); in try_to_find_probe_trace_events() 1095 pr_warning("Failed to open %s: %s\n", lr->path, in __show_line_range()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 3170 if (info->ops.open == NULL) in set_pcm_default_values() 3171 info->ops.open = hda_pcm_default_open_close; in set_pcm_default_values() 3660 * snd_hda_multi_out_dig_open - open the digital out in the exclusive mode 3729 * snd_hda_multi_out_analog_open - open analog outputs 3736 * If the digital outputs can be opened as follower, open the digital
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 588 // Widgets: Color Editor/Picker (tip: the ColorEdit* functions have a little color square that can be left-clicked to open a picker, and right-clicked to open an option menu.) 599 // - TreeNode functions return true when the node is open, in which case you need to also call TreePop() when you are finished displaying the tree node contents. 614 IMGUI_API bool CollapsingHeader(const char* label, ImGuiTreeNodeFlags flags = 0); // if returning 'true' the header is open. doesn't indent nor push on ID stack. user doesn't have to call TreePop(). 616 IMGUI_API void SetNextItemOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state. 630 IMGUI_API bool BeginListBox(const char* label, const ImVec2& size = ImVec2(0, 0)); // open a framed scrolling region 680 // - BeginPopup(): query popup state, if open start appending into the window. Call EndPopup() afterwards. ImGuiWindowFlags are forwarded to the window. 682 IMGUI_API bool BeginPopup(const char* str_id, ImGuiWindowFlags flags = 0); // return true if the popup is open, and you can start outputting to it. 683 IMGUI_API bool BeginPopupModal(const char* name, bool* p_open = NULL, ImGuiWindowFlags flags = 0); // return true if the modal is open, and you can start outputting to it. 686 // Popups: open/clos 2859 SetNextTreeNodeOpen(bool open, ImGuiCond cond = 0) SetNextTreeNodeOpen() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_math.py | 133 with open(fname, encoding="utf-8") as fp: 156 with open(fname, encoding="utf-8") as fp:
|
/third_party/python/Lib/ |
H A D | turtle.py | 174 with open(filename, "r") as f: 839 given. If not, a hint is issued and the dialog remains open for 3859 with open("%s.py" % filename,"w") as f:
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 2390 exec(open(class_py).read(), dir) 2394 exec(open(base_py).read(), dir)
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 4202 int fd = open(path.c_str(), O_WRONLY | O_CLOEXEC); in HWTEST_F() 4203 EXPECT_NE(fd, -1) << "open file error"; in HWTEST_F() 4280 int fd = open(path.c_str(), O_WRONLY | O_CLOEXEC); in HWTEST_F() 4281 EXPECT_NE(fd, -1) << "open file error"; in HWTEST_F() 4342 int fd = open(path.c_str(), O_WRONLY | O_CLOEXEC); in HWTEST_F() 4343 EXPECT_NE(fd, INVALIED_ID) << "open file error"; in HWTEST_F() 4689 int fd = open(path.c_str(), O_RDWR); in HWTEST_F() 4690 EXPECT_NE(fd, -1) << "open file error"; in HWTEST_F() 4738 int fd = open(path.c_str(), O_RDWR | O_CLOEXEC); in HWTEST_F() 4739 EXPECT_NE(fd, -1) << "open fil in HWTEST_F() [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/ |
H A D | hdi_device_test.cpp | 78 int fd = open(filename.c_str(), O_RDWR); in GetBuffer()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1534 in.open(configPath, std::ios_base::in); in GetSystemKitsMap()
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 698 this.dialogController?.open();
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 698 file.open(aFilename.data(), std::ios::in);
|
/foundation/multimedia/media_foundation/test/scenetest/video_player/ |
H A D | TestFastVedioPlayer.cpp | 55 int32_t fd = open(url.c_str(), O_RDONLY | O_BINARY); in FilePathToFd()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videoenc_func_unit_test.cpp | 265 inFile->open(fileName.c_str(), std::ios::in | std::ios::binary); in ReadCustomDataToAVBuffer() 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_encoder_capi_unit_test.cpp | 201 std::cout << "open file failed, path: " << inputFilePath_ << std::endl; in InputFunc() 244 outputFile.open(outputFilePath_, std::ios::out | std::ios::binary); in OutputFunc() 246 std::cout << "open file failed, path: " << outputFilePath_ << std::endl; in OutputFunc()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | base_restore.cpp | 310 UniqueFd extraDataFd(open(absExtraDataPath.c_str(), O_RDONLY)); in SetCoverPosition()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/ |
H A D | screen_capture_server_function_unittest.cpp | 283 outputFd_ = open((SCREEN_CAPTURE_ROOT_DIR + name).c_str(), O_RDWR | O_CREAT, FLIE_CREATE_FLAGS); in OpenFileFd() 300 "open file failed"); in InitFileScreenCaptureServer()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test_state.cpp | 532 cout << "micAudioFile_ open failed, " << strerror(errno) << endl; in OpenFile() 545 cout << "micAudioFile_ open failed, " << strerror(errno) << endl; in OpenFile() 558 cout << "videoFile_ open failed, " << strerror(errno) << endl; in OpenFile() 578 outputFd_ = open((SCREEN_CAPTURE_ROOT_DIR + name).c_str(), O_RDWR | O_CREAT, FLIE_CREATE_FLAGS); in OpenFileFd() 589 cout << "aFile audio open failed, " << strerror(errno) << endl; in OpenFile() 600 cout << "vFile video open failed, " << strerror(errno) << endl; in OpenFile() 707 * @tc.desc: open microphone, capture screen, inner audio, mic audio
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 134 int fd = open(path.c_str(), O_WRONLY);
in ReclaimProcessMemory() 136 BGTASK_LOGE("BgContinuousTaskMgr ReclaimProcessMemory open file failed!");
in ReclaimProcessMemory()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 192 g_fd = open(TEST_FILE_PATH, O_RDWR | O_CREAT, S_IRWXU); in SetUpTestCase()
|