/art/test/201-built-in-exception-detail-messages/ |
info.txt | 1 Tests of the built-in exceptions' detail messages.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
sp_counted_base.hpp | 11 // detail/sp_counted_base.hpp 21 #include <boost/smart_ptr/detail/sp_has_sync.hpp> 24 # include <boost/smart_ptr/detail/sp_counted_base_nt.hpp> 27 # include <boost/smart_ptr/detail/sp_counted_base_spin.hpp> 30 # include <boost/smart_ptr/detail/sp_counted_base_pt.hpp> 33 # include <boost/smart_ptr/detail/sp_counted_base_nt.hpp> 36 # include <boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp> 39 # include <boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp> 42 # include <boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp> 45 # include <boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp [all...] |
spinlock.hpp | 11 // boost/detail/spinlock.hpp 32 #include <boost/smart_ptr/detail/sp_has_sync.hpp> 35 # include <boost/smart_ptr/detail/spinlock_pt.hpp> 38 # include <boost/smart_ptr/detail/spinlock_gcc_arm.hpp> 41 # include <boost/smart_ptr/detail/spinlock_sync.hpp> 44 # include <boost/smart_ptr/detail/spinlock_w32.hpp> 47 # include <boost/smart_ptr/detail/spinlock_pt.hpp> 50 # include <boost/smart_ptr/detail/spinlock_nt.hpp>
|
/art/test/095-switch-MAX_INT/ |
info.txt | 1 Bug: http://code.google.com/p/android/issues/detail?id=22344
|
/dalvik/tests/095-switch-MAX_INT/ |
info.txt | 1 Bug: http://code.google.com/p/android/issues/detail?id=22344
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
ice.hpp | 14 #include <boost/type_traits/detail/yes_no_type.hpp> 15 #include <boost/type_traits/detail/ice_or.hpp> 16 #include <boost/type_traits/detail/ice_and.hpp> 17 #include <boost/type_traits/detail/ice_not.hpp> 18 #include <boost/type_traits/detail/ice_eq.hpp>
|
has_trivial_constructor.hpp | 15 #include <boost/type_traits/detail/ice_or.hpp> 18 #include <boost/type_traits/detail/bool_trait_def.hpp> 22 namespace detail { namespace in namespace:boost 42 } // namespace detail 44 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_trivial_constructor,T,::boost::detail::has_trivial_ctor_impl<T>::value) 45 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_trivial_default_constructor,T,::boost::detail::has_trivial_ctor_impl<T>::value) 49 #include <boost/type_traits/detail/bool_trait_undef.hpp>
|
has_trivial_copy.hpp | 16 #include <boost/type_traits/detail/ice_and.hpp> 17 #include <boost/type_traits/detail/ice_or.hpp> 18 #include <boost/type_traits/detail/ice_not.hpp> 21 #include <boost/type_traits/detail/bool_trait_def.hpp> 25 namespace detail { namespace in namespace:boost 41 } // namespace detail 43 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_trivial_copy,T,::boost::detail::has_trivial_copy_impl<T>::value) 44 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_trivial_copy_constructor,T,::boost::detail::has_trivial_copy_impl<T>::value) 62 #include <boost/type_traits/detail/bool_trait_undef.hpp>
|
remove_cv.hpp | 15 #include <boost/type_traits/detail/cv_traits_impl.hpp> 17 #include <boost/detail/workaround.hpp> 26 #include <boost/type_traits/detail/type_trait_def.hpp> 32 namespace detail{ namespace in namespace:boost 37 typedef typename boost::detail::cv_traits_imp<T*>::unqualified_type type; 56 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_cv,T,typename boost::detail::rvalue_ref_filter_rem_cv<T>::type) 66 namespace detail { 76 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_cv,T,typename boost::detail::remove_cv_impl<T>::type) 82 #include <boost/type_traits/detail/type_trait_undef.hpp>
|
is_volatile.hpp | 25 #include <boost/detail/workaround.hpp> 28 # include <boost/type_traits/detail/cv_traits_impl.hpp> 35 # include <boost/type_traits/detail/yes_no_type.hpp> 36 # include <boost/type_traits/detail/false_result.hpp> 40 #include <boost/type_traits/detail/bool_trait_def.hpp> 44 namespace detail{ namespace in namespace:boost 49 BOOST_STATIC_CONSTANT(bool, value = ::boost::detail::cv_traits_imp<typename boost::remove_bounds<T>::type*>::is_volatile); 51 BOOST_STATIC_CONSTANT(bool, value = ::boost::detail::cv_traits_imp<T*>::is_volatile); 72 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_volatile,T,::boost::detail::is_volatile_rval_filter<T>::value) 87 namespace detail { [all...] |
remove_const.hpp | 16 #include <boost/type_traits/detail/cv_traits_impl.hpp> 18 #include <boost/detail/workaround.hpp> 27 #include <boost/type_traits/detail/type_trait_def.hpp> 33 namespace detail { namespace in namespace:boost 69 } // namespace detail 73 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_const,T,typename boost::detail::remove_const_impl<T>::type) 82 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_const,T,typename boost::detail::remove_const_impl<T>::type) 88 #include <boost/type_traits/detail/type_trait_undef.hpp>
|
/external/llvm/include/llvm/Support/ |
Endian.h | 29 namespace detail { namespace in namespace:llvm::support 35 } // end namespace detail 53 (detail::PickAlignment<value_type, alignment>::value)), 64 (detail::PickAlignment<value_type, alignment>::value)), 70 namespace detail { namespace in namespace:llvm::support 89 } // end namespace detail 91 typedef detail::packed_endian_specific_integral 93 typedef detail::packed_endian_specific_integral 95 typedef detail::packed_endian_specific_integral 97 typedef detail::packed_endian_specific_integra [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/ |
slot.hpp | 16 # include <boost/preprocessor/slot/detail/def.hpp> 22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp> 23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp> 24 # define BOOST_PP_ASSIGN_SLOT_3 <boost/preprocessor/slot/detail/slot3.hpp> 25 # define BOOST_PP_ASSIGN_SLOT_4 <boost/preprocessor/slot/detail/slot4.hpp> 26 # define BOOST_PP_ASSIGN_SLOT_5 <boost/preprocessor/slot/detail/slot5.hpp>
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
media_unittests.gtest-drmemory_win32.txt | 2 # http://code.google.com/p/drmemory/issues/detail?id=978
|
net_unittests.gtest-drmemory_win-xp.txt | 1 # http://code.google.com/p/drmemory/issues/detail?id=842
|
unit_tests.gtest-drmemory_win-xp.txt | 4 # http://code.google.com/p/drmemory/issues/detail?id=842
|
/external/skia/tools/tests/skimage/output-actual/create-expectations/ |
README | 2 Fixes https://code.google.com/p/skia/issues/detail?id=1613
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
call_traits.hpp | 8 // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp 19 #include <boost/detail/ob_call_traits.hpp> 21 #include <boost/detail/call_traits.hpp>
|
/packages/apps/Settings/src/com/android/settings/net/ |
UidDetailProvider.java | 64 UidDetail detail; local 67 detail = mUidDetailCache.get(uid); 70 if (detail != null) { 71 return detail; 76 detail = buildUidDetail(uid); 79 mUidDetailCache.put(uid, detail); 82 return detail; 93 final UidDetail detail = new UidDetail(); local 94 detail.label = pm.getNameForUid(uid); 95 detail.icon = pm.getDefaultActivityIcon() [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPException.java | 28 String[] detail = ErrorCodes.getDescription(errorCode); local 30 if (detail == null) 33 return s + " (" + detail[0] + ": " + detail[1] + ")"; 71 String[] detail = ErrorCodes.getDescription(sftpErrorCode); local 73 if (detail == null) 76 return detail[0]; 86 String[] detail = ErrorCodes.getDescription(sftpErrorCode); local 88 if (detail == null) 91 return detail[1] [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserException.java | 12 protected Throwable detail; field in class:XmlPullParserException 26 this.detail = thrwble; 45 this.detail = chain; 48 public Throwable getDetail() { return detail; } 49 // public void setDetail(Throwable cause) { this.detail = cause; } 55 if(detail == null) 59 + detail.getMessage(); 63 //NOTE: code that prints this and detail is difficult in J2ME 65 if (detail == null) { 70 detail.printStackTrace() [all...] |
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFTypes.h | 67 namespace detail { namespace 106 TYPE_TRAITS_SPECIALIZE(detail::ELFHalf , 2, 2) 107 TYPE_TRAITS_SPECIALIZE(detail::ELFWord , 4, 4) 108 TYPE_TRAITS_SPECIALIZE(detail::ELFSword , 4, 4) 109 TYPE_TRAITS_SPECIALIZE(detail::ELFXword , 8, 8) 110 TYPE_TRAITS_SPECIALIZE(detail::ELFSxword , 8, 8) 111 TYPE_TRAITS_SPECIALIZE(detail::ELF32Address , 4, 4) 112 TYPE_TRAITS_SPECIALIZE(detail::ELF32Offset , 4, 4) 113 TYPE_TRAITS_SPECIALIZE(detail::ELF64Address , 8, 8) 114 TYPE_TRAITS_SPECIALIZE(detail::ELF64Offset , 8, 8 [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
has_constraints.hpp | 8 # include <boost/detail/workaround.hpp> 9 # include <boost/concept/detail/backward_compatibility.hpp> 13 namespace detail namespace in namespace:boost::concepts 37 // This would be called "detail::has_constraints," but it has a strong 44 , value = sizeof( detail::has_constraints_((Model*)0) ) == sizeof(detail::yes) ); 48 }} // namespace boost::concepts::detail
|
/libcore/luni/src/main/java/java/net/ |
HttpRetryException.java | 35 * response code and the given detail message. 37 * @param detail 38 * the detail message for this exception. 42 public HttpRetryException(String detail, int code) { 43 super(detail); 49 * response code, the given detail message and the value of the location 52 * @param detail 53 * the detail message for this exception. 59 public HttpRetryException(String detail, int code, String location) { 60 super(detail); [all...] |
/external/hamcrest/ |
README.android | 1 unmodified source obtained from http://code.google.com/p/hamcrest/downloads/detail?name=hamcrest-core-1.1.jar&can=2&q=,
|