HomeSort by relevance Sort by last modified time
    Searched defs:Open (Results 201 - 225 of 297) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 328 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
XzHandler.cpp 480 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 11 // For Open Source Computer Vision Library
141 bool RBaseStream::Open( const char* filename )
760 bool WBaseStream::Open( const char* filename )
967 bool WMBitStream::Open( const char* filename )
970 return WBaseStream::Open( filename );
  /external/rmi4utils/rmidevice/
hiddevice.cpp 70 int HIDDevice::Open(const char * filename)
78 m_fd = open(filename, O_RDWR);
541 fd = open(file, O_WRONLY);
621 rc = Open(hidrawFile.c_str());
623 fprintf(stderr, "Failed to open device (%s) during rebind: %d: errno: %s (%d)\n",
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 46 void UseScratchRegisterScope::Open(MacroAssembler* masm) {
    [all...]
  /external/webrtc/webrtc/base/
stream.cc 334 bool FileStream::Open(const std::string& filename, const char* mode,
375 return Open(filename, mode, error);
496 // Stream not open.
506 // Stream not open.
952 LOG_V(level_) << label_ << " Open";
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 33 return Open(path, O_CREAT|O_WRONLY|O_TRUNC, mode)
50 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_dragonfly_amd64.go 830 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_freebsd_386.go 794 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_freebsd_amd64.go 794 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_freebsd_arm.go 794 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_netbsd_386.go 778 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_netbsd_amd64.go 778 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_netbsd_arm.go 778 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_openbsd_386.go 786 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_openbsd_amd64.go 786 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_openbsd_arm.go 786 func Open(path string, mode int, perm uint32) (fd int, err error) {
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 33 return Open(path, O_CREAT|O_WRONLY|O_TRUNC, mode)
50 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_dragonfly_amd64.go 830 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_freebsd_386.go 794 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_freebsd_amd64.go 794 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_freebsd_arm.go 794 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_netbsd_386.go 778 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_netbsd_amd64.go 778 func Open(path string, mode int, perm uint32) (fd int, err error) {
zsyscall_netbsd_arm.go 778 func Open(path string, mode int, perm uint32) (fd int, err error) {

Completed in 229 milliseconds

1 2 3 4 5 6 7 891011>>