Home
last modified time | relevance | path

Searched refs:open (Results 2976 - 3000 of 9911) sorted by relevance

1...<<111112113114115116117118119120>>...397

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c1016 .open = i915_ipc_status_open,
1341 .open = i915_displayport_test_active_open,
1642 .open = pri_wm_latency_open,
1651 .open = spr_wm_latency_open,
1660 .open = cur_wm_latency_open,
1743 .open = i915_hpd_storm_ctl_open,
1816 .open = i915_hpd_short_storm_ctl_open,
1951 .open = simple_open,
2193 .open = i915_dsc_fec_support_open,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py1335 with open(functions_txt_filename) as f:
2065 with open('builtin_functions_ESSL.json' if essl_only else 'builtin_functions.json',
2078 with open(variables_json_filename) as f:
2207 with open(immutablestring_cpp_filename, 'wt') as outfile_cpp:
2211 with open(immutablestringtest_cpp_filename, 'wt') as outfile_cpp:
2215 with open(builtin_header_filename, 'wt') as outfile_header:
2219 with open(symboltable_cpp_filename, 'wt') as outfile_cpp:
2224 with open(operator_header_filename, 'wt') as outfile_header:
2228 with open(symboltable_header_filename, 'wt') as outfile_h:
/third_party/python/Lib/test/
H A Dtest_urllib.py44 """urlopen(url [, data]) -> open file-like object"""
54 return opener.open(url)
56 return opener.open(url, data)
155 f = open(os_helper.TESTFN, 'wb')
165 """Shut down the open object"""
698 # does nothing about trying to close files that may still be open. It
707 FILE = open(os_helper.TESTFN, 'wb')
765 FILE = open(second_temp, 'rb')
1573 """Testcase to test the open method of URLopener class."""
1582 self.assertEqual(DummyURLopener().open(
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c231 .open = cim_la_open,
274 .open = cim_pif_la_open,
320 .open = cim_ma_la_open,
413 .open = cim_ibq_open,
442 .open = cim_obq_open,
688 .open = tp_la_open,
724 .open = ulprx_la_open,
814 .open = pm_stats_open,
1138 .open = devlog_open,
1236 .open
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c231 .open = cim_la_open,
274 .open = cim_pif_la_open,
320 .open = cim_ma_la_open,
413 .open = cim_ibq_open,
442 .open = cim_obq_open,
688 .open = tp_la_open,
724 .open = ulprx_la_open,
814 .open = pm_stats_open,
1138 .open = devlog_open,
1236 .open
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dfs_test.c392 * Mixing error codes from close(2) and open(2) should not lead to any in test_open_rel()
442 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
445 ruleset_fd = open(dir_s1d1, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
453 ruleset_fd = open(dir_s1d1, O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
470 path_beneath.parent_fd = open(dir_s1d2, O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
484 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
565 path_beneath_file.parent_fd = open(file1_s1d2, O_PATH | O_CLOEXEC); in TEST_F_FORK()
570 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK()
618 path_beneath.parent_fd = open(path, O_PATH | O_CLOEXEC); in add_path_beneath()
621 TH_LOG("Failed to open director in add_path_beneath()
[all...]
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dreli_test.cpp191 g_fdList[i] = open(file, O_RDONLY); in HWTEST_F()
223 g_fdList[i] = open(file, O_RDONLY); in HWTEST_F()
275 g_fdList[i] = open(file, O_RDONLY); in HWTEST_F()
310 int fd = open(file, O_RDONLY); in HWTEST_F()
370 int fd = open(file, O_RDONLY); in HWTEST_F()
1393 g_fdList[i] = open(file, O_RDONLY); in HWTEST_F()
1553 int fd = open(file, O_RDONLY); in HWTEST_F()
1693 g_fdList[i] = open(file, O_RDONLY); in HWTEST_F()
1863 g_fdList[i] = open(file, O_RDONLY); in HWTEST_F()
2184 g_fdList[i] = open(fil in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1724.c357 .open = vt1724_midi_output_open,
392 .open = vt1724_midi_input_open,
1100 .open = snd_vt1724_playback_pro_open,
1110 .open = snd_vt1724_capture_pro_open,
1220 if (ice->spdif.ops.open) in snd_vt1724_playback_spdif_open()
1221 ice->spdif.ops.open(ice, substream); in snd_vt1724_playback_spdif_open()
1257 if (ice->spdif.ops.open) in snd_vt1724_capture_spdif_open()
1258 ice->spdif.ops.open(ice, substream); in snd_vt1724_capture_spdif_open()
1276 .open = snd_vt1724_playback_spdif_open,
1286 .open
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c1521 /* Don't open systems with no events */ in subsystem_open()
1839 .open = ftrace_event_avail_open,
1846 .open = ftrace_event_set_open,
1854 .open = ftrace_event_set_pid_open,
1862 .open = ftrace_event_set_npid_open,
1870 .open = tracing_open_file_tr,
1878 .open = trace_format_open,
1890 .open = tracing_open_file_tr,
1898 .open = subsystem_open,
1906 .open
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1724.c338 .open = vt1724_midi_output_open,
373 .open = vt1724_midi_input_open,
1081 .open = snd_vt1724_playback_pro_open,
1091 .open = snd_vt1724_capture_pro_open,
1201 if (ice->spdif.ops.open) in snd_vt1724_playback_spdif_open()
1202 ice->spdif.ops.open(ice, substream); in snd_vt1724_playback_spdif_open()
1238 if (ice->spdif.ops.open) in snd_vt1724_capture_spdif_open()
1239 ice->spdif.ops.open(ice, substream); in snd_vt1724_capture_spdif_open()
1257 .open = snd_vt1724_playback_spdif_open,
1267 .open
[all...]
/third_party/python/Lib/
H A Dtarfile.py39 from builtins import open as bltn_open
73 "DEFAULT_FORMAT", "open"]
321 self.fd = os.open(name, mode, 0o666)
1767 # TarFile class. The open() method is the only one that is needed for
1777 def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): member in TarFile
1782 'r' or 'r:*' open for reading with transparent compression
1783 'r:' open for reading exclusively uncompressed
1784 'r:gz' open for reading with gzip compression
1785 'r:bz2' open for reading with bzip2 compression
1786 'r:xz' open fo
2819 open = TarFile.open global() variable
[all...]
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py162 with open(file_path, "rb") as f:
179 with open(file_path, "rb") as f:
185 with open(file_path, "rb") as f:
195 with open(self.zoneinfo_data.path_from_key(key), "rb") as f:
1453 with open(self.zoneinfo_data.path_from_key(key), "rb") as f:
1484 with open(self.zoneinfo_data.path_from_key(key), "rb") as f:
1513 with open(self.zoneinfo_data.path_from_key("UTC"), "rb") as f:
1661 with open(zone_file, "rb") as f:
1677 with open(zonefile_path, "wb") as f:
1861 with open(source_jso
[all...]
/foundation/ai/ai_engine/test/performance/delay/sync_process/
H A Dsync_process_delay_test.cpp83 int fd = open("/dev/random", O_RDONLY); in Random()
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dengine_event_callback.cpp74 infile.open(path, ios::in | ios::binary); in ReadFile()
77 INTELL_VOICE_LOG_INFO("open file failed"); in ReadFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp43 APP_LOGE("open zip file failed, errno:%{public}d", errno); in Init()
92 fileStream.open(targetPath, std::ios_base::out | std::ios_base::binary); in ExtractFile()
94 APP_LOGE("fail to open %{private}s file to write, errno:%{public}d", targetPath.c_str(), errno); in ExtractFile()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp57 in.open(filePath, std::ios_base::in); in ReadFileIntoJson()
60 APP_LOGE("file open failed due to %{public}s, errno:%{public}d", errBuf, errno); in ReadFileIntoJson()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp54 int32_t fd = open(filePath_, O_RDWR | O_CREAT, DEFAULT_FILE_PERMISSION);
58 GRAPHIC_LOGE("UIScreenshotListener::OnScreenshotEnd open file failed Err!\n");
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H A Dhebc_white_list.cpp105 ifs.open(file, std::ifstream::binary);
112 BLOGE("open file failed");
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_uni_render_judgement_test.cpp115 configFile.open("test_file.txt"); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_common.cpp46 int32_t fileDes = open(path.c_str(), O_CREAT | O_RDWR); in PackingPixmap()
48 Log("failed to open"); in PackingPixmap()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_audio_recorder_slow.h87 fd = open(filePath.c_str(), O_RDWR | O_CREAT | O_BINARY, 0644); // 0644, permission in FIXTURE()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagegifencoder_fuzzer/src/
H A Dimage_gif_encoder_fuzzer.cpp81 int fd = open(pathName.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in GifEncoderPackingByPathNameFuzz()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_ffmpeg_demo.cpp42 outFd_ = open(outFileName.c_str(), O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in DoRunMuxer()
47 std::cout<<"==== open success! =====\noutputFileName: "<<outFileName<<"\n============"<<std::endl; in DoRunMuxer()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_sound_vibrator/
H A Dsystem_sound_vibrator.cpp80 MEDIA_LOGI("hapticUri is not fd. Try to open it"); in StartVibratorForSystemTone()
85 fd = open(realPathStr.c_str(), O_RDONLY); in StartVibratorForSystemTone()
87 MEDIA_LOGE("Failed to open hapticUri!"); in StartVibratorForSystemTone()
94 MEDIA_LOGE("Failed to open fd and get size."); in StartVibratorForSystemTone()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiocodecformatfile_fuzzer/
H A Dscreencaptureaudiocodecformatfile_fuzzer.cpp113 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_audiocodecformat_file_01.mp4").c_str(), in FuzzScreenCaptureAudioCodecFormatFile()

Completed in 38 milliseconds

1...<<111112113114115116117118119120>>...397