Searched refs:size (Results 1 - 25 of 2734) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php52 // size of the java applet, must match the default resolution of the image.
357 echo "Select display size:";
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp80 const int size = 1024; local
83 vsnprintf(fWhat.LockBuffer(size), size, what, args);
158 ~_l() { _s.resize(_s.size() - 1); }
/haiku/build/scripts/
H A Dbootstrap_daemon.py12 def receiveExactly(connection, size):
14 while size > 0:
15 dataReceived = connection.recv(size)
19 size -= len(dataReceived)
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex133 Therefore two values have to be known: The size of the actual ELF file and the
134 block size to which the resources must be aligned. As ELF files do not contain
135 a size field, it has to be deduced, where the file ends. This end offset is
139 The block size to which the resources have to be aligned is the maximum of
155 As no field exists, that tells about the size of the PEF container (the
264 of the resources. An alternative interpretation may be the size of the
269 Specifies the size of the administrative section.
312 of the resources. An alternative interpretation may be the size of the
317 Specifies the size of the resource index section.
342 Specifies the size o
[all...]
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h150 size_t size);
197 size_t * size) = 0;
208 size_t size);
428 const void * value, size_t * size) = 0;
430 const void * value, size_t size);
495 size_t * size) {
496 return BExtractor::GetParameterValue(this,id,value,size);
499 size_t size) {
500 return BExtractor::SetParameterValue(this,id,value,size);
494 GetParameterValue(int32 id, const void * value, size_t * size) argument
498 SetParameterValue(int32 id, const void * value, size_t size) argument
H A DMediaFileProducer.h57 size_t size);
90 // size_t size);
195 size_t size);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css70 font-size:xx-large;
76 font-size:xx-large;
81 font-size:xx-large;
85 font-size:x-large;
90 font-size:large;
95 font-size:large;
100 font-size:inherit;
291 font-size: smaller;
588 font-size: smaller;
640 font-size
[all...]
/haiku/headers/build/os/app/
H A DMessage.h85 status_t Flatten(char *buffer, ssize_t size) const;
86 status_t Flatten(BDataIO *stream, ssize_t *size = NULL) const;
233 void *operator new(size_t size);
235 void operator delete(void *pointer, size_t size);
/haiku/headers/build/os/kernel/
H A Dfs_attr.h15 off_t size; member in struct:attr_info
/haiku/headers/build/os/storage/
H A DMime.h32 status_t get_device_icon(const char *dev, void *icon, int32 size);
H A DStatable.h39 status_t GetSize(off_t *size) const;
/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h26 size_t size);
28 size_t size);
29 ssize_t fgetxattr(int fd, const char* attribute, void* buffer, size_t size);
32 size_t size, int flags);
34 size_t size, int flags);
36 size_t size, int flags);
42 ssize_t listxattr(const char* path, char* buffer, size_t size);
43 ssize_t llistxattr(const char* path, char* buffer, size_t size);
44 ssize_t flistxattr(int fd, char* buffer, size_t size);
/haiku/headers/cpp/
H A DSFile.h38 long sz; // unit size for structured binary IO
42 SFile(int fd, int size);
43 SFile(const char *name, int size, int mode, int prot=0664);
44 void open(const char *name, int size, int mode, int prot=0664);
46 int size() { return sz; } function in class:SFile
H A Dbitset22 // A bitset of size N, using words of type _WordT, will have
635 if (__pos > __s.size())
780 size_t size() const { return _Nb; }
832 const size_t __nbits = min(_Nb, min(__n, __s.size() - __pos));
H A Dbuiltinbuf.h53 virtual streamsize sys_read(char* buf, streamsize size);
H A Ddefalloc.h42 inline T* allocate(ptrdiff_t size, T*) { argument
44 T* tmp = (T*)(::operator new((size_t)(size * sizeof(T))));
H A Dropeimpl.h911 size_t __rope_len = __r.size();
925 __r.apply_to_pieces(0, __r.size(), __c);
952 _S_apply_to_pieces(__c, _M_tree_ptr, __start, size());
955 if (__result_pos == size()) __result_pos = npos;
1452 size_t __s = size();
1481 size_t __s = size();
1505 __r.substr(__last.index(), __r.size() - __last.index());
H A Dsstream60 stream_len = str.size();
86 stream_len = str.size();
/haiku/headers/cpp/std/
H A Dgslice.h59 valarray<size_t> size () const;
73 gslice::size () const function in class:gslice
H A Dgslice_array.h112 _M_index.size(), __t);
119 __valarray_copy (_Array<_Tp> (__v), __v.size (),
128 __valarray_copy (__e, _M_index.size(), _M_array,
139 _Array<_Tp> (__v), __v.size ()); \
147 _M_index.size()); \
H A Dmask_array.h110 { __valarray_copy (_Array<_T> (__v), __v.size (), _M_array, _M_mask); }
116 { __valarray_copy (__e, __e.size (), _M_array, _M_mask); }
125 _Array<_T> (__v), __v.size ()); \
132 _Array_augmented_##name (_M_array, _M_mask, __e, __e.size ()); \
H A Dslice.h44 size_t size () const;
49 size_t _M_sz; // size
63 slice::size () const function in class:slice
H A Dslice_array.h97 : _M_sz (__s.size ()), _M_stride (__s.stride ()),
H A Dstd_valarray.h212 size_t size() const;
314 : _M_size (__ga._M_index.size()), _M_data (new _Tp[_M_size])
332 : _M_size (__e.size ()), _M_data (new _Tp[_M_size])
435 size_t __e (__m.size ());
447 size_t __e (__m.size ());
465 return indirect_array<_Tp> (_Array<_Tp>(_M_data), __i.size(),
470 inline size_t valarray<_Tp>::size () const { return _M_size; } function in class:valarray
H A Dvalarray_meta.h60 size_t size () const { return _M_expr.size(); } function in class:_UnFunBase
105 size_t size () const { return _M_expr1.size (); } function in class:_BinFunBase
123 size_t size () const { return _M_expr2.size (); } function in class:_BinFunBase1
141 size_t size () const { return _M_expr1.size (); } function in class:_BinFunBase2
252 size_t size() const { return _M_expr.size ();} function in class:_FunBase
312 size_t size () const { return _M_expr.size (); } function in class:_UnBase
355 size_t size () const { return _M_expr1.size (); } function in class:_BinBase
378 size_t size () const { return _M_expr1.size (); } function in class:_BinBase2
401 size_t size () const { return _M_expr2.size (); } function in class:_BinBase1
508 size_t size() const { return _M_slice.size (); } function in class:_SBase
524 size_t size() const { return _M_size; } function in class:_SBase
558 size_t size () const { return _M_index.size(); } function in class:_GBase
573 size_t size () const { return _M_index.size(); } function in class:_GBase
609 size_t size() const { return _M_index.size(); } function in class:_IBase
712 _Expr<_Clos,_Tp>::size () const { return _M_closure.size (); } function in class:_Expr
[all...]

Completed in 276 milliseconds

1234567891011>>