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

123

/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dnetwork_controller.py23 def Open(self, wpr_mode, extra_wpr_args): member in class:NetworkController
24 self._network_controller_backend.Open(wpr_mode, extra_wpr_args)
/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/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp27 int MkvReader::Open(const char* fileName) { function in class:mkvparser::MkvReader
H A Dmkvwriter.cpp40 bool MkvWriter::Open(const char* filename) { function in class:mkvmuxer::MkvWriter
/external/lzma/CPP/Windows/
H A DFileMapping.h21 WRes Open(DWORD function in class:NWindows::CFileMapping
/external/opencv/
H A DWLNonFileByteStream.cpp51 bool WLNonFileByteStream::Open(int data_size) function in class:WLNonFileByteStream
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_client.cc140 int BrokerClient::Open(const char* pathname, int flags) const { function in class:sandbox::syscall_broker::BrokerClient
H A Dbroker_process.cc114 int BrokerProcess::Open(const char* pathname, int flags) const { function in class:sandbox::syscall_broker::BrokerProcess
116 return broker_client_->Open(pathname, flags);
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_posix.cpp36 FX_BOOL CFXCRT_FileAccess_Posix::Open(const CFX_ByteStringC& fileName, function in class:CFXCRT_FileAccess_Posix
46 FX_BOOL CFXCRT_FileAccess_Posix::Open(const CFX_WideStringC& fileName, function in class:CFXCRT_FileAccess_Posix
48 return Open(FX_UTF8Encode(fileName), dwMode);
H A Dfxcrt_platforms.cpp40 FX_BOOL CFXCRT_FileAccess_CRT::Open(const CFX_ByteStringC& fileName, function in class:CFXCRT_FileAccess_CRT
50 FX_BOOL CFXCRT_FileAccess_CRT::Open(const CFX_WideStringC& fileName, function in class:CFXCRT_FileAccess_CRT
H A Dfxcrt_windows.cpp43 FX_BOOL CFXCRT_FileAccess_Win64::Open(const CFX_ByteStringC& fileName, function in class:CFXCRT_FileAccess_Win64
57 FX_BOOL CFXCRT_FileAccess_Win64::Open(const CFX_WideStringC& fileName, function in class:CFXCRT_FileAccess_Win64
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc72 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::GeneratorResponseContext
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc149 bool FileInputStream::Open(const char* file_path) { function in class:sfntly::FileInputStream
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dnetwork_controller_backend.py84 def Open(self, wpr_mode, extra_wpr_args): member in class:NetworkControllerBackend
/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.h55 bool Open(CFSTR fileName) function in class:CInFileStream
57 return File.Open(fileName);
111 bool Open(CFSTR fileName, DWORD creationDisposition) function in class:COutFileStream
114 return File.Open(fileName, creationDisposition);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc107 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::cpp::__anon16723::MockGeneratorContext
/external/v8/src/compiler/
H A Dmemory-optimizer.h72 static AllocationState const* Open(AllocationGroup* group, int size, function in class:v8::internal::compiler::final::final
/external/webrtc/webrtc/modules/audio_coding/test/
H A DPCMFile.cc95 void PCMFile::Open(const std::string& file_name, uint16_t frequency, function in class:webrtc::PCMFile
/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc96 bool FileWrapperImpl::Open() const { function in class:webrtc::FileWrapperImpl
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
H A Dgflags2man.py448 self.Open()
453 def Open(self): raise NotImplementedError # define in subclass member in class:GenerateDoc
470 def Open(self): member in class:GenerateMan
/external/chromium-trace/catapult/third_party/python_gflags/
H A Dgflags2man.py448 self.Open()
453 def Open(self): raise NotImplementedError # define in subclass member in class:GenerateDoc
470 def Open(self): member in class:GenerateMan
/external/libchrome/base/process/
H A Dprocess_posix.cc240 Process Process::Open(ProcessId pid) { function in class:base::Process
251 return Open(pid);

Completed in 622 milliseconds

123