Searched defs:forward (Results 1 - 25 of 80) sorted by relevance

1234

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
59 /// forward (as per N3143)
62 forward(typename std::remove_reference<_Tp>::type& __t) function
67 forward(typename std::remove_reference<_Tp>::type&& __t) function
103 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
42 // 20.2.2, forward/move
51 forward(typename std::identity<_Tp>::type&& __t) function
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
42 // 20.2.2, forward/move
51 forward(typename std::identity<_Tp>::type&& __t) function
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
42 // 20.2.2, forward/move
51 forward(typename std::identity<_Tp>::type&& __t) function
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
42 // 20.2.2, forward/move
51 forward(typename std::remove_reference<_Tp>::type& __t) function
60 forward(typename std::remove_reference<_Tp>::type&& __t) function
64 "Can't instantiate this forward() with an"
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
59 /// forward (as per N3143)
62 forward(typename std::remove_reference<_Tp>::type& __t) function
67 forward(typename std::remove_reference<_Tp>::type&& __t) function
103 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
59 /// forward (as per N3143)
62 forward(typename std::remove_reference<_Tp>::type& __t) function
67 forward(typename std::remove_reference<_Tp>::type&& __t) function
103 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
59 /// forward (as per N3143)
62 forward(typename std::remove_reference<_Tp>::type& __t) function
67 forward(typename std::remove_reference<_Tp>::type&& __t) function
103 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h1 // Move, forward and identity for C++0x + swap -*- C++ -*-
59 /// forward (as per N3143)
62 forward(typename std::remove_reference<_Tp>::type& __t) function
67 forward(typename std::remove_reference<_Tp>::type&& __t) function
103 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h226 noexcept(noexcept(std::forward<_Tp>(__t) + std::forward<_Up>(__u)))
227 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u)) function in class:plus::std
228 { return std::forward<_Tp>(__t) + std::forward<_Up>(__u); }
240 noexcept(noexcept(std::forward<_Tp>(__t) - std::forward<_Up>(__u)))
241 -> decltype(std::forward<_Tp>(__t) - std::forward<_U function in class:minus::std
255 -> decltype(std::forward<_Tp>(__t) * std::forward<_Up>(__u)) function in class:multiplies::std
269 -> decltype(std::forward<_Tp>(__t) / std::forward<_Up>(__u)) function in class:divides::std
283 -> decltype(std::forward<_Tp>(__t) % std::forward<_Up>(__u)) function in class:modulus::std
425 -> decltype(std::forward<_Tp>(__t) > std::forward<_Up>(__u)) function in class:greater::std
439 -> decltype(std::forward<_Tp>(__t) < std::forward<_Up>(__u)) function in class:less::std
531 -> decltype(std::forward<_Tp>(__t) && std::forward<_Up>(__u)) function in class:logical_and::std
545 -> decltype(std::forward<_Tp>(__t) || std::forward<_Up>(__u)) function in class:logical_or::std
623 -> decltype(std::forward<_Tp>(__t) & std::forward<_Up>(__u)) function in class:bit_and::std
636 -> decltype(std::forward<_Tp>(__t) | std::forward<_Up>(__u)) function in class:bit_or::std
649 -> decltype(std::forward<_Tp>(__t) ^ std::forward<_Up>(__u)) function in class:bit_xor::std
662 -> decltype(~std::forward<_Tp>(__t)) function in struct:bit_not
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h226 noexcept(noexcept(std::forward<_Tp>(__t) + std::forward<_Up>(__u)))
227 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u)) function in class:plus::std
228 { return std::forward<_Tp>(__t) + std::forward<_Up>(__u); }
240 noexcept(noexcept(std::forward<_Tp>(__t) - std::forward<_Up>(__u)))
241 -> decltype(std::forward<_Tp>(__t) - std::forward<_U function in class:minus::std
255 -> decltype(std::forward<_Tp>(__t) * std::forward<_Up>(__u)) function in class:multiplies::std
269 -> decltype(std::forward<_Tp>(__t) / std::forward<_Up>(__u)) function in class:divides::std
283 -> decltype(std::forward<_Tp>(__t) % std::forward<_Up>(__u)) function in class:modulus::std
425 -> decltype(std::forward<_Tp>(__t) > std::forward<_Up>(__u)) function in class:greater::std
439 -> decltype(std::forward<_Tp>(__t) < std::forward<_Up>(__u)) function in class:less::std
531 -> decltype(std::forward<_Tp>(__t) && std::forward<_Up>(__u)) function in class:logical_and::std
545 -> decltype(std::forward<_Tp>(__t) || std::forward<_Up>(__u)) function in class:logical_or::std
623 -> decltype(std::forward<_Tp>(__t) & std::forward<_Up>(__u)) function in class:bit_and::std
636 -> decltype(std::forward<_Tp>(__t) | std::forward<_Up>(__u)) function in class:bit_or::std
649 -> decltype(std::forward<_Tp>(__t) ^ std::forward<_Up>(__u)) function in class:bit_xor::std
662 -> decltype(~std::forward<_Tp>(__t)) function in struct:bit_not
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfractions.py281 """Generates forward and reverse operators given a purely-rational
360 def forward(a, b): function in function:Fraction._operator_fallbacks
369 forward.__name__ = '__' + fallback_operator.__name__ + '__'
370 forward.__doc__ = monomorphic_operator.__doc__
385 return forward, reverse
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfractions.py281 """Generates forward and reverse operators given a purely-rational
360 def forward(a, b): function in function:Fraction._operator_fallbacks
369 forward.__name__ = '__' + fallback_operator.__name__ + '__'
370 forward.__doc__ = monomorphic_operator.__doc__
385 return forward, reverse
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
63 - Aliases for the most commonly used commands, like fd for forward etc.,
129 'fill', 'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen',
305 ## helper functions for Scrolled Canvas, to forward Canvas-methods
329 """Helper functions for Scrolled Canvas, used to forward
423 """ 'forward' method, which canvas itself has inherited...
428 """ 'forward' method, which canvas itself has inherited...
433 """ 'forward' method, which canvas itself has inherited...
438 """ 'forward' method, which canvas itself has inherited...
443 """ 'forward' metho
1531 def forward(self, distance): member in class:TNavigator
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
63 - Aliases for the most commonly used commands, like fd for forward etc.,
129 'fill', 'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen',
305 ## helper functions for Scrolled Canvas, to forward Canvas-methods
329 """Helper functions for Scrolled Canvas, used to forward
423 """ 'forward' method, which canvas itself has inherited...
428 """ 'forward' method, which canvas itself has inherited...
433 """ 'forward' method, which canvas itself has inherited...
438 """ 'forward' method, which canvas itself has inherited...
443 """ 'forward' metho
1531 def forward(self, distance): member in class:TNavigator
[all...]
/prebuilts/tools/common/eclipse/
H A Dorg.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
H A Dguava-14.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
H A Dguava-15.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/beans.xml META-INF/maven/ ...
/prebuilts/misc/common/tradefed/
H A Dtradefed-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/xmlpull/ org/xmlpull/v1/ org/xmlpull/v1/XmlPullParserFactory ...
/prebuilts/devtools/tools/lib/
H A Dguava-13.0.1.jar ... .google.common.collect.UnmodifiableListIterator val$forward final synthetic com.google.common.collect. ...
/prebuilts/tools/common/guava-tools/
H A Dguava-13.0.1.jar ... .google.common.collect.UnmodifiableListIterator val$forward final synthetic com.google.common.collect. ...
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
H A Dguava-13.0.1.jar ... .google.common.collect.UnmodifiableListIterator val$forward final synthetic com.google.common.collect. ...
/prebuilts/sdk/tools/lib/
H A Dguava-10.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Dlint.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...

Completed in 452 milliseconds

1234