/third_party/zlib/contrib/iostream/ |
D | zfstream.cpp | 19 int io_mode ) { in open() argument 27 if ( io_mode & ios::in ) { in open() 30 } else if ( io_mode & ios::app ) { in open() 38 if ( io_mode & ios::binary ) { in open() 44 if ( io_mode & (ios::out|ios::app )) { in open() 61 int io_mode ) { in attach() argument 69 if ( io_mode & ios::in ) { in attach() 72 } else if ( io_mode & ios::app ) { in attach() 80 if ( io_mode & ios::binary ) { in attach() 86 if ( io_mode & (ios::out|ios::app )) { in attach() [all …]
|
D | zfstream.h | 15 gzfilebuf *open( const char *name, int io_mode ); 16 gzfilebuf *attach( int file_descriptor, int io_mode ); 54 void attach( int fd, int io_mode ); 55 void open( const char *name, int io_mode ); 73 gzifstream( const char *name, int io_mode = ios::in ); 74 gzifstream( int fd, int io_mode = ios::in ); 85 gzofstream( const char *name, int io_mode = ios::out ); 86 gzofstream( int fd, int io_mode = ios::out );
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream/ |
D | zfstream.cpp | 19 int io_mode ) { in open() argument 27 if ( io_mode & ios::in ) { in open() 30 } else if ( io_mode & ios::app ) { in open() 38 if ( io_mode & ios::binary ) { in open() 44 if ( io_mode & (ios::out|ios::app )) { in open() 61 int io_mode ) { in attach() argument 69 if ( io_mode & ios::in ) { in attach() 72 } else if ( io_mode & ios::app ) { in attach() 80 if ( io_mode & ios::binary ) { in attach() 86 if ( io_mode & (ios::out|ios::app )) { in attach() [all …]
|
D | zfstream.h | 15 gzfilebuf *open( const char *name, int io_mode ); 16 gzfilebuf *attach( int file_descriptor, int io_mode ); 54 void attach( int fd, int io_mode ); 55 void open( const char *name, int io_mode ); 73 gzifstream( const char *name, int io_mode = ios::in ); 74 gzifstream( int fd, int io_mode = ios::in ); 85 gzofstream( const char *name, int io_mode = ios::out ); 86 gzofstream( int fd, int io_mode = ios::out );
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream/ |
D | zfstream.cpp | 19 int io_mode ) { in open() argument 27 if ( io_mode & ios::in ) { in open() 30 } else if ( io_mode & ios::app ) { in open() 38 if ( io_mode & ios::binary ) { in open() 44 if ( io_mode & (ios::out|ios::app )) { in open() 61 int io_mode ) { in attach() argument 69 if ( io_mode & ios::in ) { in attach() 72 } else if ( io_mode & ios::app ) { in attach() 80 if ( io_mode & ios::binary ) { in attach() 86 if ( io_mode & (ios::out|ios::app )) { in attach() [all …]
|
D | zfstream.h | 15 gzfilebuf *open( const char *name, int io_mode ); 16 gzfilebuf *attach( int file_descriptor, int io_mode ); 54 void attach( int fd, int io_mode ); 55 void open( const char *name, int io_mode ); 73 gzifstream( const char *name, int io_mode = ios::in ); 74 gzifstream( int fd, int io_mode = ios::in ); 85 gzofstream( const char *name, int io_mode = ios::out ); 86 gzofstream( int fd, int io_mode = ios::out );
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false), in gzfilebuf() 72 io_mode = mode; in open() 100 io_mode = mode; in attach() 172 if (!this->is_open() || !(io_mode & std::ios_base::in)) in showmanyc() 192 if (!this->is_open() || !(io_mode & std::ios_base::in)) in underflow() 234 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow() 247 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
|
D | zfstream.h | 191 std::ios_base::openmode io_mode; variable
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false), in gzfilebuf() 72 io_mode = mode; in open() 100 io_mode = mode; in attach() 172 if (!this->is_open() || !(io_mode & std::ios_base::in)) in showmanyc() 192 if (!this->is_open() || !(io_mode & std::ios_base::in)) in underflow() 234 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow() 247 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
|
D | zfstream.h | 191 std::ios_base::openmode io_mode; variable
|
/third_party/zlib/contrib/iostream3/ |
D | zfstream.cc | 22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false), in gzfilebuf() 72 io_mode = mode; in open() 100 io_mode = mode; in attach() 172 if (!this->is_open() || !(io_mode & std::ios_base::in)) in showmanyc() 192 if (!this->is_open() || !(io_mode & std::ios_base::in)) in underflow() 234 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow() 247 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
|
D | zfstream.h | 191 std::ios_base::openmode io_mode; variable
|
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | v4l2src-renegotiate.c | 32 static const gchar *io_mode = "mmap"; variable 47 {"io-mode", 'z', 0, G_OPTION_ARG_STRING, &io_mode, 140 "! capsfilter name=cf ! %s", device, io_mode, videosink); in main()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 2646 canonicalize_shader_io(exec_list *ir, enum ir_variable_mode io_mode) in canonicalize_shader_io() argument 2654 if (var == NULL || var->data.mode != io_mode) in canonicalize_shader_io() 2693 ir_variable_mode io_mode) in reserved_varying_slot() argument 2695 assert(io_mode == ir_var_shader_in || io_mode == ir_var_shader_out); in reserved_varying_slot() 2708 if (var == NULL || var->data.mode != io_mode || in reserved_varying_slot() 2716 ->count_attribute_slots(io_mode == ir_var_shader_in && in reserved_varying_slot()
|
D | linker.cpp | 4418 set_always_active_io(exec_list *ir, ir_variable_mode io_mode) in set_always_active_io() argument 4420 assert(io_mode == ir_var_shader_in || io_mode == ir_var_shader_out); in set_always_active_io() 4425 if (var == NULL || var->data.mode != io_mode) in set_always_active_io()
|