Searched defs:Open (Results 1 - 25 of 69) sorted by relevance

123

/external/libchrome/base/memory/
H A Dshared_memory_android.cc61 bool SharedMemory::Open(const std::string& name, bool read_only) { function in class:base::SharedMemory
/external/lzma/CPP/Common/
H A DStdOutStream.cpp21 bool CStdOutStream::Open(const char *fileName) throw() function in class:CStdOutStream
H A DStdInStream.cpp23 bool CStdInStream::Open(LPCTSTR fileName) throw() function in class:CStdInStream
H A DC_FileIO.cpp53 bool CInFile::Open(const char *name) function in class:NC::NFile::NIO::CInFile
60 return Open(name);
82 bool COutFile::Open(const char *name, DWORD creationDisposition) function in class:NC::NFile::NIO::COutFile
/external/nos/host/android/citadel/citadeld/
H A DCitadeldProxyClient.cpp2 * Copyright (C) 2017 The Android Open Source Project
40 void CitadeldProxyClient::Open() { function in class:nos::CitadeldProxyClient
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvwriter.cc40 bool MkvWriter::Open(const char* filename) { function in class:mkvmuxer::MkvWriter
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvreader.cc28 int MkvReader::Open(const char* fileName) { function in class:mkvparser::MkvReader
/external/lzma/CPP/Windows/
H A DFileMapping.h21 WRes Open(DWORD function in class:NWindows::CFileMapping
/external/nos/host/generic/libnos/
H A DNuggetClient.cpp2 * Copyright (C) 2017 The Android Open Source Project
39 void NuggetClient::Open() { function in class:nos::NuggetClient
/external/opencv/
H A DWLNonFileByteStream.cpp51 bool WLNonFileByteStream::Open(int data_size) function in class:WLNonFileByteStream
/external/python/cpython2/Lib/lib-tk/
H A DtkFileDialog.py74 class Open(_Dialog): class in inherits:_Dialog
125 return Open(**options).show()
139 return Open(**options).show()
146 filename = Open(**options).show()
/external/ltp/testcases/kernel/io/disktest/
H A Dio.c111 fd_t Open(const char *filespec, const OFF_T flags) function
/external/pdfium/core/fxcrt/
H A Dcfx_fileaccess_windows.cpp57 bool CFX_FileAccess_Windows::Open(const ByteStringView& fileName, function in class:CFX_FileAccess_Windows
72 bool CFX_FileAccess_Windows::Open(const WideStringView& fileName, function in class:CFX_FileAccess_Windows
H A Dcfx_fileaccess_posix.cpp54 bool CFX_FileAccess_Posix::Open(const ByteStringView& fileName, function in class:CFX_FileAccess_Posix
68 bool CFX_FileAccess_Posix::Open(const WideStringView& fileName, function in class:CFX_FileAccess_Posix
70 return Open(FX_UTF8Encode(fileName).AsStringView(), dwMode);
/external/puffin/src/
H A Dfile_stream.cc20 UniqueStreamPtr FileStream::Open(const string& path, bool read, bool write) { function in class:puffin::FileStream
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc151 bool FileInputStream::Open(const char* file_path) { function in class:sfntly::FileInputStream
/external/tensorflow/tensorflow/core/kernels/data/sql/
H A Dsqlite_query_connection.cc31 Status SqliteQueryConnection::Open(const string& data_source_name, function in class:tensorflow::sql::SqliteQueryConnection
38 TF_RETURN_IF_ERROR(Sqlite::Open(
/external/tensorflow/tensorflow/python/platform/
H A Dgfile.py40 @tf_export('gfile.GFile', 'gfile.Open')
56 # Does not alias to Open so that we use our version of GFile to strip
58 Open = GFile variable
70 'Open',
/external/google-breakpad/src/client/
H A Dminidump_file_writer.cc63 bool MinidumpFileWriter::Open(const char *path) { function in class:google_breakpad::MinidumpFileWriter
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h68 bool Open(CFSTR fileName) function in class:CInFileStream
70 return File.Open(fileName);
124 bool Open(CFSTR fileName, DWORD creationDisposition) function in class:COutFileStream
127 return File.Open(fileName, creationDisposition);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc109 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::cpp::__anon18921::MockGeneratorContext
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc73 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::GeneratorResponseContext
/external/tensorflow/tensorflow/core/lib/io/
H A Dtable.cc41 Status Table::Open(const Options& options, RandomAccessFile* file, uint64 size, function in class:tensorflow::table::Table
/external/v8/src/compiler/
H A Dmemory-optimizer.h73 static AllocationState const* Open(AllocationGroup* group, int size, function in class:v8::internal::compiler::final::final
/external/vixl/src/
H A Dcode-generation-scopes-vixl.h64 // This constructor implicitly calls `Open` to initialise the scope
72 Open(assembler, size, check_policy, size_policy);
76 // user is required to explicitly call the `Open` function before using the
85 void Open(internal::AssemblerBase* assembler, function in class:vixl::CodeBufferCheckScope
150 // This constructor implicitly calls `Open` (when `masm` is not `NULL`) to
156 Open(masm, size, size_policy);
160 // user is required to explicitly call the `Open` function before using the
168 // on `Open` either.
170 // Force pools to be generated on `Open` if necessary and block their
177 void Open(MacroAssemblerInterfac function in class:vixl::EmissionCheckScope
202 void Open(MacroAssemblerInterface* masm, function in class:vixl::EmissionCheckScope
264 void Open(MacroAssemblerInterface* masm, function in class:vixl::ExactAssemblyScope
297 void Open(MacroAssemblerInterface* masm, function in class:vixl::ExactAssemblyScope
[all...]

Completed in 627 milliseconds

123