Searched refs:mode (Results 1 - 25 of 948) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php363 foreach ($modes as $mode) {
364 echo "<option value=\"$mode\" ";
365 if ($mode == $videomode)
367 echo ">$mode</option>";
/haiku/docs/develop/media/
H A DMediaFileProducer.h45 run_mode mode);
/haiku/headers/build/host/darwin/sys/
H A Dstat.h32 int fchmodat(int fd, const char* path, mode_t mode, int flag);
34 int mkdirat(int fd, const char *path, mode_t mode);
35 int mkfifoat(int fd, const char *path, mode_t mode);
36 int mknodat(int fd, const char *name, mode_t mode, dev_t dev);
/haiku/headers/compatibility/bsd/
H A Dlibutil.h126 struct pidfh *pidfile_open(const char *path, mode_t mode, pid_t *pidptr);
/haiku/headers/cpp/
H A DPlotFile.h59 PlotFile(const char *name, int mode=ios::out, int prot=0664) argument
60 : ofstream(name, mode, prot) { }
H A DSFile.h43 SFile(const char *name, int size, int mode, int prot=0664);
44 void open(const char *name, int size, int mode, int prot=0664);
H A Dbuiltinbuf.h50 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
51 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
H A Deditbuf.h74 // FILE *open_file(char *mode);
83 edit_streambuf(edit_string* bstr, int mode);
87 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dfstream.h42 fstreambase(const char *name, int mode, int prot=0664);
49 void open(const char *name, int mode, int prot=0664);
64 ifstream(const char *name, int mode=ios::in, int prot=0664) argument
65 : fstreambase(name, mode | ios::in, prot) { }
66 void open(const char *name, int mode=ios::in, int prot=0664) argument
67 { fstreambase::open(name, mode | ios::in, prot); }
75 ofstream(const char *name, int mode=ios::out, int prot=0664) argument
76 : fstreambase(name, mode | ios::out, prot) { }
77 void open(const char *name, int mode=ios::out, int prot=0664) argument
78 { fstreambase::open(name, mode | io
85 fstream(const char *name, int mode, int prot=0664) argument
88 open(const char *name, int mode, int prot=0664) argument
[all...]
H A Dindstream.h48 // virtual streambuf *lookup_stream(int mode) {
62 virtual streambuf *lookup_stream(int/*mode*/) { return NULL; } // ERROR!
70 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
71 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
H A Dparsestream.h73 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dpfstream.h44 ipfstream(const char *name, int mode=ios::in, int prot=0664);
55 opfstream(const char *name, int mode=ios::out, int prot=0664);
H A Dprocbuf.h42 procbuf(const char *command, int mode);
43 procbuf* open(const char *command, int mode);
H A Dsstream47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
58 if (mode & (ios::in|ios::out))
104 if (mode & ios::out)
144 bool testin = which & ios::in && mode & ios::in;
145 bool testout = which & ios::out && mode & ios::out;
207 if (mode & ios::in)
209 if (mode & ios::out)
218 if (mode & ios::ate)
225 ios::open_mode mode;
[all...]
H A Dstreambuf.h328 // The start of the main get area: FIXME: wrong for write-mode filebuf?
358 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
359 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
361 streampos pubseekoff(streamoff o, _seek_dir d, int mode=ios::in|ios::out) argument
362 { return _IO_seekoff (this, o, d, mode); }
363 streampos pubseekpos(streampos pos, int mode = ios::in|ios::out)
364 { return _IO_seekpos (this, pos, mode); }
365 streampos sseekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
366 streampos sseekpos(streampos pos, int mode = ios::in|ios::out);
438 filebuf* open(const char *filename, const char *mode);
[all...]
H A Dstrstream.h74 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
84 strstreambase(char *cp, int n, int mode=ios::out);
95 ostrstream(char *cp, int n, int mode=ios::out) :strstreambase(cp,n,mode){} argument
105 strstream(char *cp, int n, int mode=ios::out) :strstreambase(cp,n,mode){} argument
/haiku/headers/libs/glut/GL/
H A Dglut.h283 /* Display mode bit masks. */
551 GLUTAPI void GLUTAPIENTRY glutInitDisplayMode(unsigned int mode);
740 /* GLUT game mode sub-API. */
753 GLUTAPI int GLUTAPIENTRY glutGameModeGet(GLenum mode);
/haiku/headers/libs/x86emu/x86emu/
H A Ddecode.h50 #define DECODE_CLEAR_SEGOVR() M.x86.mode &= ~SYSMODE_CLRMASK
55 extern "C" { /* Use "C" linkage when in C++ mode */
H A Dregs.h276 u32 mode; member in struct:__anon135
297 mem_base - Base real mode memory for the emulator
298 mem_size - Size of the real mode memory block for the emulator
320 extern "C" { /* Use "C" linkage when in C++ mode */
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h164 uint8 mode; member in struct:hci_ev_mode_change
233 uint8 page_scan_rep_mode; /* page scan repetition mode */
/haiku/headers/os/bluetooth/
H A DLocalDevice.h41 status_t SetDiscoverable(int mode);
/haiku/headers/os/device/
H A Dscsi.h148 int32 mode; member in struct:__anon201
/haiku/headers/os/drivers/bus/
H A DISA.h56 uchar mode, // mode flags
57 uchar e_mode // extended mode flags
/haiku/headers/os/drivers/
H A Dcpufreq.h24 void (*cpufreq_set_scheduler_mode)(enum scheduler_mode mode);
H A Dcpuidle.h22 void (*cpuidle_set_scheduler_mode)(enum scheduler_mode mode);

Completed in 117 milliseconds

1234567891011>>