/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/pdfium/core/src/fxge/agg/agg23/ |
agg_color_gray.h | 42 typedef gray8 self_type; typedef in struct:agg::gray8
|
agg_scanline_u.h | 32 typedef scanline_u<CoverT> self_type; typedef in class:agg::scanline_u 137 scanline_u(const self_type&); 138 const self_type& operator = (const self_type&);
|
agg_basics.h | 62 typedef rect_base<T> self_type; typedef in struct:agg::rect_base 70 const self_type& normalize() 85 bool clip(const self_type& r)
|
/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/indexed_db/ |
list_set.h | 68 typedef iterator self_type; typedef in class:list_set::iterator 76 inline self_type& operator++() { 80 inline self_type operator++(int /*ignored*/) { 81 self_type result(*this); 85 inline self_type& operator--() { 89 inline self_type operator--(int /*ignored*/) { 90 self_type result(*this); 107 typedef const_iterator self_type; typedef in class:list_set::const_iterator 116 inline self_type& operator++() { 120 inline self_type operator++(int ignored) [all...] |
/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/content/browser/ |
quota_dispatcher_host.cc | 100 typedef RequestQuotaDispatcher self_type; typedef in class:content::QuotaDispatcherHost::RequestQuotaDispatcher 126 base::Bind(&self_type::DidGetPersistentUsageAndQuota, 131 base::Bind(&self_type::DidGetTemporaryUsageAndQuota, 161 base::Bind(&self_type::DidGetPermissionResponse, 183 base::Bind(&self_type::DidSetHostQuota, weak_factory_.GetWeakPtr())); 209 base::WeakPtrFactory<self_type> weak_factory_;
|
/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...] |
/external/lldb/source/Expression/ |
ClangUserExpression.cpp | 292 Type *self_type = self_variable_sp->GetType(); local 294 if (!self_type) 300 ClangASTType self_clang_type = self_type->GetClangForwardType(); [all...] |
ClangExpressionDeclMap.cpp | 1109 Type *self_type = self_var->GetType(); local [all...] |