Searched refs:_STLP_VENDOR_CSTD (Results 1 - 25 of 25) sorted by relevance

/external/stlport/stlport/stl/
H A D_cctype.h32 using _STLP_VENDOR_CSTD::isalnum;
33 using _STLP_VENDOR_CSTD::isalpha;
34 using _STLP_VENDOR_CSTD::iscntrl;
35 using _STLP_VENDOR_CSTD::isdigit;
36 using _STLP_VENDOR_CSTD::isgraph;
37 using _STLP_VENDOR_CSTD::islower;
38 using _STLP_VENDOR_CSTD::isprint;
39 using _STLP_VENDOR_CSTD::ispunct;
40 using _STLP_VENDOR_CSTD::isspace;
41 using _STLP_VENDOR_CSTD
[all...]
H A D_cstdio.h41 # define stdin (&_STLP_VENDOR_CSTD::__files[0])
42 # define stdout (&_STLP_VENDOR_CSTD::__files[1])
43 # define stderr (&_STLP_VENDOR_CSTD::__files[2])
48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
53 using _STLP_VENDOR_CSTD::FILE;
54 using _STLP_VENDOR_CSTD::fpos_t;
55 using _STLP_VENDOR_CSTD::size_t;
66 using _STLP_VENDOR_CSTD::clearerr;
67 using _STLP_VENDOR_CSTD::fclose;
68 using _STLP_VENDOR_CSTD
[all...]
H A D_ctime.h33 using _STLP_VENDOR_CSTD::size_t;
34 using _STLP_VENDOR_CSTD::clock_t;
35 using _STLP_VENDOR_CSTD::time_t;
36 using _STLP_VENDOR_CSTD::tm;
38 using _STLP_VENDOR_CSTD::clock;
39 using _STLP_VENDOR_CSTD::asctime;
40 using _STLP_VENDOR_CSTD::ctime;
41 using _STLP_VENDOR_CSTD::gmtime;
44 using _STLP_VENDOR_CSTD::difftime;
46 using _STLP_VENDOR_CSTD
[all...]
H A D_cstdlib.h56 using _STLP_VENDOR_CSTD::div_t;
57 using _STLP_VENDOR_CSTD::ldiv_t;
58 using _STLP_VENDOR_CSTD::size_t;
63 using _STLP_VENDOR_CSTD::abort;
64 using _STLP_VENDOR_CSTD::getenv;
65 using _STLP_VENDOR_CSTD::mblen;
66 using _STLP_VENDOR_CSTD::mbtowc;
67 using _STLP_VENDOR_CSTD::system;
68 using _STLP_VENDOR_CSTD::bsearch;
70 using _STLP_VENDOR_CSTD
[all...]
H A D_clocale.h34 using _STLP_VENDOR_CSTD::lconv;
35 using _STLP_VENDOR_CSTD::localeconv;
36 using _STLP_VENDOR_CSTD::setlocale;
H A D_csignal.h33 using _STLP_VENDOR_CSTD::signal;
34 using _STLP_VENDOR_CSTD::raise;
36 using _STLP_VENDOR_CSTD::sig_atomic_t;
H A D_cwchar.h167 using _STLP_VENDOR_CSTD::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
184 using _STLP_VENDOR_CSTD::size_t;
213 using _STLP_VENDOR_CSTD::fgetwc;
214 using _STLP_VENDOR_CSTD::fgetws;
215 using _STLP_VENDOR_CSTD::fputwc;
216 using _STLP_VENDOR_CSTD::fputws;
222 using _STLP_VENDOR_CSTD::fwide;
224 using _STLP_VENDOR_CSTD::fwprintf;
225 using _STLP_VENDOR_CSTD
[all...]
H A D_cstddef.h39 using _STLP_VENDOR_CSTD::ptrdiff_t;
40 using _STLP_VENDOR_CSTD::size_t;
H A D_csetjmp.h43 using _STLP_VENDOR_CSTD::jmp_buf;
53 using _STLP_VENDOR_CSTD::setjmp;
60 using _STLP_VENDOR_CSTD::longjmp;
H A D_cstdarg.h30 using _STLP_VENDOR_CSTD::va_list;
H A D_config_compat_post.h24 # define __STL_VENDOR_CSTD _STLP_VENDOR_CSTD
H A D_cwctype.h53 # define _STLP_VENDOR_CSTD_WFUNC _STLP_VENDOR_CSTD
H A D_cmath.h157 # define _STLP_CMATH_FUNC_NAMESPACE _STLP_VENDOR_CSTD
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); }
174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); }
176 inline float_type func (float_type x, type y) { return _STLP_VENDOR_CSTD::__##cfunc(x,y); }
178 inline float_type func (float_type x, type y) { return _STLP_VENDOR_CSTD::cfunc(x,y); }
474 inline long double pow(long double __x, int __y) { return _STLP_VENDOR_CSTD::__powl(__x, __STATIC_CAST(long double,__y)); }
596 using _STLP_VENDOR_CSTD::_ecvt;
597 using _STLP_VENDOR_CSTD::_fcvt;
H A D_new.h27 using _STLP_VENDOR_CSTD::malloc;
H A D_threads.c42 using _STLP_VENDOR_CSTD::time_t;
H A D_threads.h168 using _STLP_VENDOR_CSTD::time_t;
/external/stlport/stlport/
H A Dwchar.h32 using _STLP_VENDOR_CSTD::strlen;
33 using _STLP_VENDOR_CSTD::strspn;
H A Derrno.h39 using _STLP_VENDOR_CSTD::__errno;
H A Dcerrno40 using _STLP_VENDOR_CSTD::errno;
/external/stlport/src/
H A Dstlport_prefix.h31 using _STLP_VENDOR_CSTD::time_t;
H A Dstdio_streambuf.cpp61 _STLP_VENDOR_CSTD::fflush(_M_file);
70 _STLP_VENDOR_CSTD::setvbuf(_M_file, s, (s == 0 && n == 0) ? _IONBF : _IOFBF, __n_size_t);
145 return _STLP_VENDOR_CSTD::fflush(_M_file) == 0 ? 0 : -1;
164 _STLP_VENDOR_CSTD::ungetc(c, _M_file);
182 int result = _STLP_VENDOR_CSTD::ungetc(c, _M_file);
209 _STLP_VENDOR_CSTD::fflush(_M_file);
H A Dallocators.cpp70 void *__chunk = _STLP_VENDOR_CSTD::malloc(__bytes);
76 inline void __stlp_delete_chunck(void* __p) { _STLP_VENDOR_CSTD::free(__p); }
/external/stlport/stlport/stl/config/
H A Dfeatures.h434 # define _STLP_VENDOR_CSTD macro
437 # define _STLP_VENDOR_CSTD _STLP_VENDOR_STD macro
438 # define _STLP_USING_VENDOR_CSTD _STLP_USING_NAMESPACE(_STLP_VENDOR_CSTD)
439 # endif /* _STLP_VENDOR_CSTD */
450 # define _STLP_VENDOR_MB_NAMESPACE _STLP_VENDOR_CSTD
455 # define _STLP_VENDOR_CSTD macro
572 #define STLPORT_CSTD _STLP_VENDOR_CSTD
/external/chromium_org/v8/src/
H A Dconversions.cc20 #ifndef _STLP_VENDOR_CSTD
H A Druntime.cc72 #ifndef _STLP_VENDOR_CSTD

Completed in 214 milliseconds