Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 25 of 113) sorted by relevance

12345

/external/rust/crates/quiche/src/
Dcrypto.rs112 pub struct Open { struct
122 impl Open { argument
125 ) -> Result<Open> { in new()
144 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Open> { in from_secret()
292 ) -> Result<(Open, Seal)> { in derive_initial_key_material()
/external/lzma/CPP/Common/
DC_FileIO.cpp53 bool CInFile::Open(const char *name) in Open() function in NC::NFile::NIO::CInFile
82 bool COutFile::Open(const char *name, DWORD creationDisposition) in Open() function in NC::NFile::NIO::COutFile
DStdInStream.cpp21 bool CStdInStream::Open(LPCTSTR fileName) throw() in Open() function in CStdInStream
/external/lzma/CPP/7zip/Common/
DFileStreams.h68 bool Open(CFSTR fileName) in Open() function
124 bool Open(CFSTR fileName, DWORD creationDisposition) in Open() function
/external/llvm-project/lldb/unittests/Host/
DFileActionTest.cpp14 TEST(FileActionTest, Open) { in TEST() argument
/external/pdfium/core/fxcrt/
Dcfx_fileaccess_posix.cpp55 bool CFX_FileAccess_Posix::Open(ByteStringView fileName, uint32_t dwMode) { in Open() function in CFX_FileAccess_Posix
68 bool CFX_FileAccess_Posix::Open(WideStringView fileName, uint32_t dwMode) { in Open() function in CFX_FileAccess_Posix
Dcfx_fileaccess_windows.cpp44 bool CFX_FileAccess_Windows::Open(ByteStringView fileName, uint32_t dwMode) { in Open() function in CFX_FileAccess_Windows
58 bool CFX_FileAccess_Windows::Open(WideStringView fileName, uint32_t dwMode) { in Open() function in CFX_FileAccess_Windows
/external/lzma/CPP/Windows/
DFileIO.cpp311 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttrib… in Open() function in NWindows::NFile::NIO::CInFile
321 bool CInFile::Open(CFSTR fileName) in Open() function in NWindows::NFile::NIO::CInFile
374 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttri… in Open() function in NWindows::NFile::NIO::COutFile
377 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition) in Open() function in NWindows::NFile::NIO::COutFile
DSynchronization.h35 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open() function
104 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open() function
DFileMapping.h21 WRes Open(DWORD in Open() function
/external/libwebm/webvtt/
Dvttreader.cc17 int VttReader::Open(const char* filename) { in Open() function in libwebvtt::VttReader
/external/vixl/src/
Dcode-generation-scopes-vixl.h202 void Open(MacroAssemblerInterface* masm, in Open() function
297 void Open(MacroAssemblerInterface* masm, in Open() function
/external/libchrome/base/memory/
Dshared_memory_android.cc54 bool SharedMemory::Open(const std::string& name, bool read_only) { in Open() function in base::SharedMemory
/external/pdfium/core/fxge/
Dcfx_face.cpp23 RetainPtr<CFX_Face> CFX_Face::Open(FT_Library library, in Open() function in CFX_Face
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.cc88 /*static*/ xla::StatusOr<std::unique_ptr<TpuDriver>> TpuDriverRegistry::Open( in Open() function in tpu_driver::TpuDriverRegistry
/external/llvm-project/lldb/source/Host/common/
DFileAction.cpp33 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open() function in FileAction
/external/libwebm/mkvmuxer/
Dmkvwriter.cc40 bool MkvWriter::Open(const char* filename) { in Open() function in mkvmuxer::MkvWriter
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvwriter.cc40 bool MkvWriter::Open(const char* filename) { in Open() function in mkvmuxer::MkvWriter
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvwriter.cc40 bool MkvWriter::Open(const char* filename) { in Open() function in mkvmuxer::MkvWriter
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvreader.cc28 int MkvReader::Open(const char* fileName) { in Open() function in mkvparser::MkvReader
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvreader.cc28 int MkvReader::Open(const char* fileName) { in Open() function in mkvparser::MkvReader
/external/llvm-project/compiler-rt/lib/xray/
Dxray_utils.cpp82 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT { in Open() function in __xray::LogWriter
/external/libwebm/mkvparser/
Dmkvreader.cc28 int MkvReader::Open(const char* fileName) { in Open() function in mkvparser::MkvReader
/external/libgav1/libgav1/examples/
Dfile_reader.cc54 std::unique_ptr<FileReaderInterface> FileReader::Open( in Open() function in libgav1::FileReader
/external/nos/host/generic/libnos/
DNuggetClient.cpp37 void NuggetClient::Open() { in Open() function in nos::NuggetClient

12345