HomeSort by relevance Sort by last modified time
    Searched refs:self_type (Results 1 - 12 of 12) sorted by null

  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/chromium_org/content/browser/indexed_db/
list_set.h 66 typedef iterator self_type; typedef in class:list_set::iterator
74 inline self_type& operator++() {
78 inline self_type operator++(int /*ignored*/) {
79 self_type result(*this);
83 inline self_type& operator--() {
87 inline self_type operator--(int /*ignored*/) {
88 self_type result(*this);
105 typedef const_iterator self_type; typedef in class:list_set::const_iterator
114 inline self_type& operator++() {
118 inline self_type operator++(int ignored)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 40 typedef basic_cstring<CharT> self_type; typedef in class:boost::unit_test::basic_cstring
90 self_type& trim_right( size_type trim_size );
91 self_type& trim_left( size_type trim_size );
92 self_type& trim_right( iterator it );
93 self_type& trim_left( iterator it );
95 self_type& trim_left( self_type exclusions = self_type() ) ;
96 self_type& trim_right( self_type exclusions = self_type() )
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 68 self_type const& operator op() const \
139 typedef mock_object<i,Base> self_type; typedef in class:boost::itest::mock_object
207 self_type const& operator =( mock_object const& ) const
213 self_type const& operator =( T const& ) const
228 self_type const& operator ++(int) const
232 self_type const& operator --(int) const
245 self_type const& operator ()() const
250 self_type const& operator ()( T1 const& arg1 ) const
255 self_type const& operator ()( T1 const&, T2 const& ) const
260 self_type const& operator ()( T1 const&, T2 const&, T3 const& ) cons
    [all...]
  /external/chromium_org/content/browser/
quota_dispatcher_host.cc 99 typedef RequestQuotaDispatcher self_type; typedef in class:content::QuotaDispatcherHost::RequestQuotaDispatcher
125 base::Bind(&self_type::DidGetHostQuota,
130 base::Bind(&self_type::DidGetTemporaryUsageAndQuota,
163 base::Bind(&self_type::DidGetPermissionResponse,
185 base::Bind(&self_type::DidSetHostQuota, weak_factory_.GetWeakPtr()));
211 base::WeakPtrFactory<self_type> weak_factory_;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_member_function_pointer.hpp 72 typedef result_<T> self_type;
76 1 == sizeof(::boost::type_traits::is_mem_fun_pointer_tester(self_type::make_t))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 123 typedef named_parameter_combine<NP,Rest> self_type; typedef in struct:boost::nfp::nfp_detail::named_parameter_combine
145 named_parameter_combine<NP,self_type> operator,( NP const& np ) const
146 { return named_parameter_combine<NP,self_type>( np, *this ); }
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]
  /external/chromium_org/webkit/browser/quota/
quota_manager.cc 454 typedef QuotaManager::GetUsageInfoTask self_type; typedef in class:quota::QuotaManager::GetUsageInfoTask
    [all...]

Completed in 585 milliseconds