Home
last modified time | relevance | path

Searched refs:OpenFile (Results 1 – 25 of 5552) sorted by relevance

12345678910>>...223

/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/UnitTestsSources/
H A DZipTests.cpp43 w.OpenFile("world/hello"); in TEST()
54 w.OpenFile("world/hello"); in TEST()
76 w.OpenFile("world/hello"); in TEST()
85 w.OpenFile("world/appended"); in TEST()
102 ASSERT_EQ("hello", i.OpenFile("hello")); in TEST()
148 w.OpenFile("hello"); in TEST()
150 w.OpenFile("hello"); in TEST()
155 w.OpenFile("hello"); in TEST()
162 w.OpenFile("hello"); in TEST()
164 w.OpenFile("hello"); in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/
H A DOpenFileTests.cs29 … Assert.Throws<InvalidOperationException>(() => isf.OpenFile("foo", FileMode.Create)); in OpenFile_Deleted_ThrowsInvalidOperationException()
43 Assert.Throws<ObjectDisposedException>(() => isf.OpenFile("foo", FileMode.Create)); in OpenFile_ThrowsObjectDisposed()
54 … Assert.Throws<InvalidOperationException>(() => isf.OpenFile("foo", FileMode.Append)); in OpenFile_Closed_ThrowsInvalidOperationException()
78 … Assert.Throws<IsolatedStorageException>(() => isf.OpenFile("\0bad", FileMode.Create)); in OpenFile_RaisesIsolatedStorageException()
116 using (var stream = isf.OpenFile(file, FileMode.CreateNew, FileAccess.Write)) in OpenFile_PassesFileAccess()
122 using (var stream = isf.OpenFile(file, FileMode.Open, FileAccess.Read)) in OpenFile_PassesFileAccess()
139 using (isf.OpenFile(file, FileMode.CreateNew)) { } in OpenFile_PassesFileMode()
142 … Assert.Throws<IsolatedStorageException>(() => isf.OpenFile(file, FileMode.CreateNew)); in OpenFile_PassesFileMode()
143 using (isf.OpenFile(file, FileMode.Create)) { } in OpenFile_PassesFileMode()
157 using (isf.OpenFile(file, FileMode.CreateNew)) { } in OpenFile_Existence()
[all …]
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/UnitTestsSources/
H A DZipTests.cpp44 w.OpenFile("world/hello"); in TEST()
55 w.OpenFile("world/hello"); in TEST()
77 w.OpenFile("world/hello"); in TEST()
86 w.OpenFile("world/appended"); in TEST()
149 w.OpenFile("hello"); in TEST()
151 w.OpenFile("hello"); in TEST()
156 w.OpenFile("hello"); in TEST()
163 w.OpenFile("hello"); in TEST()
165 w.OpenFile("hello"); in TEST()
170 w.OpenFile("hello"); in TEST()
[all …]
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/UnitTestsSources/
H A DZipTests.cpp44 w.OpenFile("world/hello"); in TEST()
55 w.OpenFile("world/hello"); in TEST()
77 w.OpenFile("world/hello"); in TEST()
86 w.OpenFile("world/appended"); in TEST()
149 w.OpenFile("hello"); in TEST()
151 w.OpenFile("hello"); in TEST()
156 w.OpenFile("hello"); in TEST()
163 w.OpenFile("hello"); in TEST()
165 w.OpenFile("hello"); in TEST()
170 w.OpenFile("hello"); in TEST()
[all …]
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/UnitTestsSources/
H A DZipTests.cpp44 w.OpenFile("world/hello"); in TEST()
55 w.OpenFile("world/hello"); in TEST()
77 w.OpenFile("world/hello"); in TEST()
86 w.OpenFile("world/appended"); in TEST()
149 w.OpenFile("hello"); in TEST()
151 w.OpenFile("hello"); in TEST()
156 w.OpenFile("hello"); in TEST()
163 w.OpenFile("hello"); in TEST()
165 w.OpenFile("hello"); in TEST()
170 w.OpenFile("hello"); in TEST()
[all …]
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/UnitTestsSources/
H A DZipTests.cpp45 w.OpenFile("world/hello"); in TEST()
56 w.OpenFile("world/hello"); in TEST()
78 w.OpenFile("world/hello"); in TEST()
87 w.OpenFile("world/appended"); in TEST()
150 w.OpenFile("hello"); in TEST()
152 w.OpenFile("hello"); in TEST()
157 w.OpenFile("hello"); in TEST()
164 w.OpenFile("hello"); in TEST()
166 w.OpenFile("hello"); in TEST()
171 w.OpenFile("hello"); in TEST()
[all …]
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dopen-file.c28 OpenFile *
33 OpenFile *ofile; in open_file_new()
35 ofile = g_new0 (OpenFile, 1); in open_file_new()
49 open_file_free (OpenFile *ofile) in open_file_free()
61 OpenFile *
62 open_file_copy (OpenFile *src) in open_file_copy()
64 OpenFile *ofile; in open_file_copy()
66 ofile = g_new0 (OpenFile, 1); in open_file_copy()
75 G_DEFINE_BOXED_TYPE (OpenFile, open_file, open_file_copy, open_file_free)
H A Dopen-file.h35 } OpenFile; typedef
40 OpenFile * open_file_new (const char *original_path,
43 OpenFile * open_file_copy (OpenFile *src);
44 void open_file_free (OpenFile *ofile);
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dopen-file.c28 OpenFile*
33 OpenFile *ofile; in open_file_new()
35 ofile = g_new0 (OpenFile, 1); in open_file_new()
50 open_file_free (OpenFile *ofile) in open_file_free()
63 OpenFile *
64 open_file_copy (OpenFile *src) in open_file_copy()
66 OpenFile *ofile; in open_file_copy()
68 ofile = g_new0 (OpenFile, 1); in open_file_copy()
H A Dopen-file.h37 } OpenFile; typedef
42 OpenFile * open_file_new (const char *path,
45 OpenFile * open_file_copy (OpenFile *src);
46 void open_file_free (OpenFile *ofile);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/runtime/
H A Dfile.cpp26 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
60 void OpenFile::Open( in Open()
119 void OpenFile::Predefine(int fd) { in Predefine()
181 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
231 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
285 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
304 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
317 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
321 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
333 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/
H A Dglobal.cpp98 if(!_global_script.OpenFile("data/global.lua")) in _LoadGlobalScripts()
104 …if(!_weapon_skills_script.OpenFile("data/skills/weapon.lua") || !_weapon_skills_script.OpenTable("… in _LoadGlobalScripts()
107 …if(!_magic_skills_script.OpenFile("data/skills/magic.lua") || !_magic_skills_script.OpenTable("ski… in _LoadGlobalScripts()
110 …if(!_special_skills_script.OpenFile("data/skills/special.lua") || !_special_skills_script.OpenTabl… in _LoadGlobalScripts()
119 …if(!_characters_script.OpenFile("data/entities/characters.lua") || !_characters_script.OpenTable("… in _LoadGlobalScripts()
122 …if(!_enemies_script.OpenFile("data/entities/enemies.lua") || !_enemies_script.OpenTable("enemies")) in _LoadGlobalScripts()
125 …if(!_map_sprites_script.OpenFile("data/entities/map_sprites.lua") || !_map_sprites_script.OpenTabl… in _LoadGlobalScripts()
128 if(!_map_objects_script.OpenFile("data/entities/map_objects.lua")) in _LoadGlobalScripts()
131 if(!_map_treasures_script.OpenFile("data/entities/map_treasures.lua")) in _LoadGlobalScripts()
226 if(file.OpenFile(filename) == false) { in SaveGame()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dconsult_PermissionsService_for_file_access.patch37 params[OpenFile::OPTIONS] = ParamPickerMake(create_options);
38 params[OpenFile::BROKER] = ParamPickerMake(broker);
64 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
65 params[OpenFile::BROKER] = ParamPickerMake(broker);
94 CountedParameterSet<OpenFile> params;
96 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
99 params[OpenFile::OPTIONS] = ParamPickerMake(options_uint32);
100 params[OpenFile::BROKER] = ParamPickerMake(broker);
115 CountedParameterSet<OpenFile> params;
116 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
[all …]
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/patches/after_update/
H A Dconsult_PermissionsService_for_file_access.patch37 params[OpenFile::OPTIONS] = ParamPickerMake(create_options);
38 params[OpenFile::BROKER] = ParamPickerMake(broker);
64 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
65 params[OpenFile::BROKER] = ParamPickerMake(broker);
94 CountedParameterSet<OpenFile> params;
96 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
99 params[OpenFile::OPTIONS] = ParamPickerMake(options_uint32);
100 params[OpenFile::BROKER] = ParamPickerMake(broker);
115 CountedParameterSet<OpenFile> params;
116 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dconsult_PermissionsService_for_file_access.patch37 params[OpenFile::OPTIONS] = ParamPickerMake(create_options);
38 params[OpenFile::BROKER] = ParamPickerMake(broker);
64 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
65 params[OpenFile::BROKER] = ParamPickerMake(broker);
95 CountedParameterSet<OpenFile> params;
96 params[OpenFile::NAME] = ParamPickerMake(name);
99 params[OpenFile::OPTIONS] = ParamPickerMake(options_uint32);
100 params[OpenFile::BROKER] = ParamPickerMake(broker);
115 CountedParameterSet<OpenFile> params;
116 params[OpenFile::NAME] = ParamPickerMake(name);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dconsult_PermissionsService_for_file_access.patch37 params[OpenFile::OPTIONS] = ParamPickerMake(create_options);
38 params[OpenFile::BROKER] = ParamPickerMake(broker);
64 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
65 params[OpenFile::BROKER] = ParamPickerMake(broker);
94 CountedParameterSet<OpenFile> params;
96 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
99 params[OpenFile::OPTIONS] = ParamPickerMake(options_uint32);
100 params[OpenFile::BROKER] = ParamPickerMake(broker);
115 CountedParameterSet<OpenFile> params;
116 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dconsult_PermissionsService_for_file_access.patch37 params[OpenFile::OPTIONS] = ParamPickerMake(create_options);
38 params[OpenFile::BROKER] = ParamPickerMake(broker);
64 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
65 params[OpenFile::BROKER] = ParamPickerMake(broker);
94 CountedParameterSet<OpenFile> params;
96 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
99 params[OpenFile::OPTIONS] = ParamPickerMake(options_uint32);
100 params[OpenFile::BROKER] = ParamPickerMake(broker);
114 CountedParameterSet<OpenFile> params;
116 params[OpenFile::NAME] = ParamPickerMake(name_ptr);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file.cc16 OpenFile::OpenFile(extensions::EventRouter* event_router, in OpenFile() function in chromeos::file_system_provider::operations::OpenFile
26 OpenFile::~OpenFile() { in ~OpenFile()
29 bool OpenFile::Execute(int request_id) { in Execute()
59 void OpenFile::OnSuccess(int request_id, in OnSuccess()
67 void OpenFile::OnError(int /* request_id */, in OnError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
62 void OpenFile::Open(OpenStatus status, std::optional<Action> action, in Open()
153 void OpenFile::Predefine(int fd) { in Predefine()
218 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
268 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
354 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
370 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
63 void OpenFile::Open(OpenStatus status, std::optional<Action> action, in Open()
154 void OpenFile::Predefine(int fd) { in Predefine()
218 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
268 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
354 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
370 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
62 void OpenFile::Open(OpenStatus status, std::optional<Action> action, in Open()
153 void OpenFile::Predefine(int fd) { in Predefine()
218 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
268 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
354 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
370 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
63 void OpenFile::Open(OpenStatus status, std::optional<Action> action, in Open()
154 void OpenFile::Predefine(int fd) { in Predefine()
218 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
268 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
354 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
370 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
63 void OpenFile::Open(OpenStatus status, std::optional<Action> action, in Open()
154 void OpenFile::Predefine(int fd) { in Predefine()
218 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
268 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
354 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
370 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
62 void OpenFile::Open(OpenStatus status, std::optional<Action> action, in Open()
153 void OpenFile::Predefine(int fd) { in Predefine()
218 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
268 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
354 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
370 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path()
63 void OpenFile::Open(OpenStatus status, std::optional<Action> action, in Open()
154 void OpenFile::Predefine(int fd) { in Predefine()
218 std::size_t OpenFile::Write(FileOffset at, const char *buffer, in Write()
268 int OpenFile::ReadAsynchronously( in ReadAsynchronously()
322 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
341 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
354 void OpenFile::CheckOpen(const Terminator &terminator) { in CheckOpen()
358 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
370 bool OpenFile::RawSeek(FileOffset at) { in RawSeek()
[all …]

12345678910>>...223