HomeSort by relevance Sort by last modified time
    Searched defs:__ps (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 92 size_type* __ps = reinterpret_cast<size_type*>(__res); local
93 *__ps = __n;
101 size_type* __ps = reinterpret_cast<size_type*>(__res); local
102 *__ps = __n;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 92 size_type* __ps = reinterpret_cast<size_type*>(__res); local
93 *__ps = __n;
101 size_type* __ps = reinterpret_cast<size_type*>(__res); local
102 *__ps = __n;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 90 size_type* __ps = reinterpret_cast<size_type*>(__res); local
91 *__ps = __n;
99 size_type* __ps = reinterpret_cast<size_type*>(__res); local
100 *__ps = __n;
  /external/stlport/stlport/stl/
_monetary.c 146 string_type __ps = __intl ? __punct_intl.positive_sign() local
177 if (__ps.empty())
187 if (__ps.empty()) {
197 if (*__s == __ps[0]) {
245 if (__ps.size() > 1) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 146 string_type __ps = __intl ? __punct_intl.positive_sign() local
177 if (__ps.empty())
187 if (__ps.empty()) {
197 if (*__s == __ps[0]) {
245 if (__ps.size() > 1) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 146 string_type __ps = __intl ? __punct_intl.positive_sign() local
177 if (__ps.empty())
187 if (__ps.empty()) {
197 if (*__s == __ps[0]) {
245 if (__ps.size() > 1) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 146 string_type __ps = __intl ? __punct_intl.positive_sign() local
177 if (__ps.empty())
187 if (__ps.empty()) {
197 if (*__s == __ps[0]) {
245 if (__ps.size() > 1) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 146 string_type __ps = __intl ? __punct_intl.positive_sign() local
177 if (__ps.empty())
187 if (__ps.empty()) {
197 if (*__s == __ps[0]) {
245 if (__ps.size() > 1) {
247 __result = __get_string(__s, __end, __ps.begin() + 1, __ps.end());

Completed in 408 milliseconds