HomeSort by relevance Sort by last modified time
    Searched refs:__gnu_cxx (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++allocator.h 35 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++allocator.h 35 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++allocator.h 35 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++allocator.h 35 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++allocator.h 35 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++allocator.h 35 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
boost_sp_counted_base.h 77 using __gnu_cxx::_Lock_policy;
78 using __gnu_cxx::__default_lock_policy;
79 using __gnu_cxx::_S_single;
80 using __gnu_cxx::_S_mutex;
81 using __gnu_cxx::_S_atomic;
94 : public __gnu_cxx::__mutex
130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
151 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_weak_count,
159 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 77 using __gnu_cxx::_Lock_policy;
78 using __gnu_cxx::__default_lock_policy;
79 using __gnu_cxx::_S_single;
80 using __gnu_cxx::_S_mutex;
81 using __gnu_cxx::_S_atomic;
94 : public __gnu_cxx::__mutex
130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
151 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_weak_count,
159 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 77 using __gnu_cxx::_Lock_policy;
78 using __gnu_cxx::__default_lock_policy;
79 using __gnu_cxx::_S_single;
80 using __gnu_cxx::_S_mutex;
81 using __gnu_cxx::_S_atomic;
94 : public __gnu_cxx::__mutex
130 { __gnu_cxx::__atomic_add_dispatch(&_M_use_count, 1); }
138 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_use_count, -1) == 1)
151 if (__gnu_cxx::__exchange_and_add_dispatch(&_M_weak_count,
159 { __gnu_cxx::__atomic_add_dispatch(&_M_weak_count, 1);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
output_string_crope.h 33 void OutputString<__gnu_cxx::crope>::ReserveAdditionalBytes(
36 typedef OutputString<__gnu_cxx::crope> OutputCrope;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
concept_check.h 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >();
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >();
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >();
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
container_base_dispatch.hpp 116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
182 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
182 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 116 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
118 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
130 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
132 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
143 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
155 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
166 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
168 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
180 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
182 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1
    [all...]
  /external/chromium/android/ext/
fake_hash.h 7 namespace __gnu_cxx { namespace
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring_util.h 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
61 typedef __gnu_cxx::
62 __normal_iterator<pointer, __gnu_cxx::
66 typedef __gnu_cxx::
67 __normal_iterator<const_pointer, __gnu_cxx::
73 typedef __gnu_cxx::
74 __normal_iterator<pointer, __gnu_cxx::
78 typedef __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
enc_filebuf.h 36 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
61 typedef __gnu_cxx::
62 __normal_iterator<pointer, __gnu_cxx::
66 typedef __gnu_cxx::
67 __normal_iterator<const_pointer, __gnu_cxx::
73 typedef __gnu_cxx::
74 __normal_iterator<pointer, __gnu_cxx::
78 typedef __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
enc_filebuf.h 36 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
61 typedef __gnu_cxx::
62 __normal_iterator<pointer, __gnu_cxx::
66 typedef __gnu_cxx::
67 __normal_iterator<const_pointer, __gnu_cxx::
73 typedef __gnu_cxx::
74 __normal_iterator<pointer, __gnu_cxx::
78 typedef __gnu_cxx::
79 __normal_iterator<const_pointer, __gnu_cxx::
enc_filebuf.h 36 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
epsnormalize.h 24 using __gnu_cxx::hash_map;
26 using __gnu_cxx::slist;
  /external/chromium/base/
hash_tables.h 55 using __gnu_cxx::hash_map;
56 using __gnu_cxx::hash_set;
59 namespace __gnu_cxx {
111 } // namespace __gnu_cxx

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 9