/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
D | fpclassify.hpp | 251 typedef typename traits::method method; in BOOST_NO_MACRO_EXPAND() typedef 254 …if(std::numeric_limits<T>::is_specialized && detail::is_generic_tag_false(static_cast<method*>(0))) in BOOST_NO_MACRO_EXPAND() 256 return detail::fpclassify_imp(static_cast<value_type>(t), method()); in BOOST_NO_MACRO_EXPAND() 258 return detail::fpclassify_imp(static_cast<value_type>(t), method()); in BOOST_NO_MACRO_EXPAND() 314 typedef typename traits::method method; typedef 317 return detail::isfinite_impl(static_cast<value_type>(x), method()); 374 typedef typename traits::method method; typedef 377 return detail::isnormal_impl(static_cast<value_type>(x), method()); 452 typedef typename traits::method method; typedef 455 return detail::isinf_impl(static_cast<value_type>(x), method()); [all …]
|
D | sign.hpp | 112 typedef typename traits::method method; typedef 114 return detail::signbit_impl(x, method()); 126 typedef typename traits::method method; in T() typedef 129 return detail::changesign_impl(x, method()); in T()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/ |
D | fp_traits.hpp | 134 typedef native_tag method; typedef 142 typedef generic_tag<std::numeric_limits<T>::is_specialized> method; typedef 144 typedef generic_tag<false> method; 179 typedef ieee_copy_all_bits_tag method; typedef 198 typedef ieee_copy_leading_bits_tag method; typedef 234 typedef ieee_copy_all_bits_tag method; typedef 258 typedef ieee_copy_leading_bits_tag method; typedef 294 typedef ieee_copy_all_bits_tag method; typedef 321 typedef ieee_copy_leading_bits_tag method; typedef 365 typedef ieee_copy_leading_bits_tag method; typedef [all …]
|
/ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/ |
D | issue41387-uniform-initialized-rvalue.cpp | 3 void method() const {} in method() function 7 (pair { 0, 0 }).method(); in main()
|
/ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/ |
D | issue-gcc59052-partial-specialization-of-template.cc | 12 static void method() {} in method() function 18 N::C<int>::Implementation<void, 0>::method(); in main()
|
/ndk/sources/android/crazy_linker/ |
D | README.TXT | 81 one. In practice, it means that lazy native method lookup will not work. I.e.: 83 The first time you call a native method like:
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 318 int (TestCase::*method)() const) { in SumOverTestCaseList() 321 sum += (case_list[i]->*method)(); in SumOverTestCaseList() 2045 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported() argument 2048 return (object->*method)(); in HandleSehExceptionsInMethodIfSupported() 2063 return (object->*method)(); in HandleSehExceptionsInMethodIfSupported() 2072 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported() argument 2099 return HandleSehExceptionsInMethodIfSupported(object, method, location); in HandleExceptionsInMethodIfSupported() 2116 return HandleSehExceptionsInMethodIfSupported(object, method, location); in HandleExceptionsInMethodIfSupported() 2119 return (object->*method)(); in HandleExceptionsInMethodIfSupported()
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | png.h | 1616 (png_structp png_ptr, int method, int filters)); 1712 int method)); 1733 int method));
|
D | pngrtran.c | 1967 CONFIGURATION ERROR: you must enable at least one 16 to 8 method in png_read_transform_info()
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 6 lifespan of a test method, in which case it will be attributed to
|
/ndk/sources/host-tools/make-3.81/ |
D | README.W32 | 13 Do this first, regardless of the build method you choose:
|
D | ChangeLog | 761 the method suggested in the automake manual. 1404 the new GNU ftp upload method.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 106 dnl If we use NLS figure out what method
|
D | texinfo.tex | 746 %% This method tries to make TeX break the page naturally
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 68 // Inside a test, access the test parameter with the GetParam() method
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 1084 return 0; // use usual reporting method
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 6804 std::string GetEventDescription(const char* method) { in GetEventDescription() argument 6806 message << id_ << "." << method; in GetEventDescription()
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 1042 method of installing them---so it does not need to run the normal
|
D | make.info-1 | 1202 them, perhaps for efficiency reasons, you can use any normal method of 2060 method. 2262 There are a few problems with this method, however. First, any error 2817 they provide a mechanism for cases in which the method used to update a 3078 will be removed. If we rewrite our example above using this method: 6745 To allow `make' to find a customary method for updating a target file,
|
D | make.texi | 1413 them, perhaps for efficiency reasons, you can use any normal method of 2423 All prerequisites of this target are examined using this same method. 2670 There are a few problems with this method, however. First, any error 3338 provide a mechanism for cases in which the method used to update a target 3670 above using this method: 8259 To allow @code{make} to find a customary method for updating a target file, 10145 Use a special search method for library prerequisites written in the
|
D | make.info-2 | 1039 * Use a special search method for library prerequisites written in 2089 its own method of installing them--so it does not need to run the normal
|