Home
last modified time | relevance | path

Searched refs:method (Results 1 – 21 of 21) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dfpclassify.hpp251 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 …]
Dsign.hpp112 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/
Dfp_traits.hpp134 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/
Dissue41387-uniform-initialized-rvalue.cpp3 void method() const {} in method() function
7 (pair { 0, 0 }).method(); in main()
/ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/
Dissue-gcc59052-partial-specialization-of-template.cc12 static void method() {} in method() function
18 N::C<int>::Implementation<void, 0>::method(); in main()
/ndk/sources/android/crazy_linker/
DREADME.TXT81 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/
Dgtest.cc318 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/
Dpng.h1616 (png_structp png_ptr, int method, int filters));
1712 int method));
1733 int method));
Dpngrtran.c1967 CONFIGURATION ERROR: you must enable at least one 16 to 8 method in png_read_transform_info()
/ndk/sources/third_party/googletest/googletest/
DCHANGES6 lifespan of a test method, in which case it will be attributed to
/ndk/sources/host-tools/make-3.81/
DREADME.W3213 Do this first, regardless of the build method you choose:
DChangeLog761 the method suggested in the automake manual.
1404 the new GNU ftp upload method.
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m4106 dnl If we use NLS figure out what method
Dtexinfo.tex746 %% This method tries to make TeX break the page naturally
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump68 // Inside a test, access the test parameter with the GetParam() method
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp1084 return 0; // use usual reporting method
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc6804 std::string GetEventDescription(const char* method) { in GetEventDescription() argument
6806 message << id_ << "." << method; in GetEventDescription()
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi1042 method of installing them---so it does not need to run the normal
Dmake.info-11202 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,
Dmake.texi1413 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
Dmake.info-21039 * 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