HomeSort by relevance Sort by last modified time
    Searched defs:std (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_cprolog.h 7 #ifdef std
8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */ macro
_epilog.h 25 /* We redefine "std" to STLPORT, so that user code may use std:: transparently
26 * The STLPORT macro contains the STLport namespace name containing all the std
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
36 # endif /* std */
37 # define std STLPORT macro
_cwctype.h 31 namespace std { namespace
36 using std::wctrans_t;
37 using std::towctrans;
38 using std::wctrans;
_cstdlib.h 34 * once in native std namespace and the other in STLport namespace...
45 namespace std { namespace
111 //In this config bcc define everything in std namespace and not in
msl_string.h 26 namespace std namespace
_cwchar.h 101 namespace std { namespace
  /external/astl/src/
ios_pos_types.cpp 31 namespace std { namespace
60 } // namespace std
basic_ios.cpp 31 namespace std { namespace
47 } // namespace std
ios_globals.cpp 36 namespace std { namespace
58 } // namespace std
streambuf.cpp 31 namespace std { namespace
49 const streamsize len = std::min(avail, remaining);
73 } // namespace std
ostream.cpp 34 namespace std { namespace
154 } // namespace std
sstream.cpp 33 namespace std { namespace
54 if (mMode & std::ios_base::in) {
69 stringstream::stringstream(std::ios_base::openmode mode)
75 std::ios_base::openmode mode)
87 } // namespace std
ios_base.cpp 41 namespace std { namespace
125 } // namespace std
  /external/astl/include/
basic_ios.h 35 namespace std { namespace
51 typedef std::streampos streampos;
52 typedef std::streamoff streamoff;
77 } // namespace std
ios_pos_types.h 34 namespace std { namespace
82 } // namespace std
char_traits.h 37 namespace std { namespace
65 { return std::memcmp(lhs, rhs, n); }
67 static size_t length(const char* str) { return std::strlen(str); }
70 { return static_cast<const char*>(std::memchr(str, c, n)); }
73 { return static_cast<char*>(std::memmove(lhs, rhs, n)); }
76 { return static_cast<char*>(std::memcpy(lhs, rhs, n)); }
80 { return static_cast<char*>(std::memset(lhs, c, n)); }
96 } // namespace std
type_traits.h 69 namespace std { namespace
165 } // namespace std
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents.c 123 const char *std; local
139 for( std = std_keys; *std; std ++ ) {
140 keymap[*std] = *std;
  /external/stlport/stlport/stl/config/
_intel.h 66 namespace std namespace
  /external/webkit/WebKit/chromium/public/
WebCString.h 91 WebCString(const std::string& s) : m_private(0)
96 WebCString& operator=(const std::string& s)
102 operator std::string() const
105 return len ? std::string(data(), len) : std::string();
  /external/stlport/test/unit/cppunit/
test_main.cpp 131 # undef std macro
132 namespace std namespace
  /bionic/libc/stdio/
findfp.c 47 #define std(flags, file) \ macro
60 std(__SRD, STDIN_FILENO), /* stdin */
61 std(__SWR, STDOUT_FILENO), /* stdout */
62 std(__SWR|__SNBF, STDERR_FILENO) /* stderr */
  /external/icu4c/i18n/
wintzimpl.cpp 38 AnnualTimeZoneRule *std = NULL, *dst = NULL; local
40 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); local
42 if (std == NULL || dst == NULL) {
51 U_ASSERT(std->getRule()->getDateRuleType() == DateTimeRule::DOW);
54 bias = -1 * (std->getRawOffset()/60000);
59 standardDate.wMonth = std->getRule()->getRuleMonth() + 1;
60 standardDate.wDay = std->getRule()->getRuleWeekInMonth();
64 standardDate.wDayOfWeek = std->getRule()->getRuleDayOfWeek() - 1;
66 mil = std->getRule()->getRuleMillisInDay();
105 delete std;
    [all...]
  /external/stlport/test/unit/
mvctor_traits_test.cpp 7 using namespace std;
18 namespace std { namespace
66 namespace std { namespace
uninitialized_test.cpp 8 using namespace std;
55 namespace std { namespace

Completed in 167 milliseconds

1 2 3