/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
functional | [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
functional | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
for_each_selectors.h | 342 template<typename _Result, typename _Addend> 343 _Result 344 operator()(const _Result& __x, const _Addend& __y)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
for_each_selectors.h | 342 template<typename _Result, typename _Addend> 343 _Result 344 operator()(const _Result& __x, const _Addend& __y)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
for_each_selectors.h | 342 template<typename _Result, typename _Addend> 343 _Result 344 operator()(const _Result& __x, const _Addend& __y)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
for_each_selectors.h | 342 template<typename _Result, typename _Addend> 343 _Result 344 operator()(const _Result& __x, const _Addend& __y)
|
/external/emma/core/java12/com/vladium/util/ |
IProperties.java | 242 final List _result = new ArrayList (); local 248 _result.add (prefix.concat (name).concat ("=").concat (value)); 251 final String [] result = new String [_result.size ()]; 252 _result.toArray (result);
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDJoinResponse.m | 28 @synthesize result = _result;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
functional_hash.h | 49 template<typename _Result, typename _Arg> 52 typedef _Result result_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
functional_hash.h | 49 template<typename _Result, typename _Arg> 52 typedef _Result result_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
functional_hash.h | 49 template<typename _Result, typename _Arg> 52 typedef _Result result_type;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
functional_hash.h | 49 template<typename _Result, typename _Arg> 52 typedef _Result result_type;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
functional | 1028 template <class _Arg, class _Result> 1030 : public unary_function<_Arg, _Result> 1032 _Result (*__f_)(_Arg); 1034 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) 1036 _LIBCPP_INLINE_VISIBILITY _Result operator()(_Arg __x) const 1040 template <class _Arg, class _Result> 1042 pointer_to_unary_function<_Arg,_Result> 1043 ptr_fun(_Result (*__f)(_Arg)) 1044 {return pointer_to_unary_function<_Arg,_Result>(__f);} 1046 template <class _Arg1, class _Arg2, class _Result> [all...] |
__functional_base | 26 template <class _Arg, class _Result> 30 typedef _Result result_type; 33 template <class _Arg1, class _Arg2, class _Result> 38 typedef _Result result_type;
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
functional | 1028 template <class _Arg, class _Result> 1030 : public unary_function<_Arg, _Result> 1032 _Result (*__f_)(_Arg); 1034 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) 1036 _LIBCPP_INLINE_VISIBILITY _Result operator()(_Arg __x) const 1040 template <class _Arg, class _Result> 1042 pointer_to_unary_function<_Arg,_Result> 1043 ptr_fun(_Result (*__f)(_Arg)) 1044 {return pointer_to_unary_function<_Arg,_Result>(__f);} 1046 template <class _Arg1, class _Arg2, class _Result> [all...] |
__functional_base | 26 template <class _Arg, class _Result> 30 typedef _Result result_type; 33 template <class _Arg1, class _Arg2, class _Result> 38 typedef _Result result_type;
|
/cts/tools/cts-media/ |
get_achievable_rates.py | 372 self._result = Results() 381 self._result.importFile(xml) 384 for line in self._result.dumpXml(r for r in self._result.getData() if r):
|
/external/chromium-trace/catapult/experimental/buildbot/ |
buildbot.py | 300 self._result = data['results'][0] 321 '_result': self._result, 343 return self._result
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/ |
response.py | 31 _Result = globals().get(action + 'Result', ResponseElement) 73 setattr(self, name, self._Result(name=name))
|
/external/elfutils/libdw/ |
libdwP.h | 414 type *_result = (type *) (_tail->mem + (_tail->size - _tail->remaining));\ 416 - ((uintptr_t) _result & (__alignof (type) - 1))) \ 419 _result = (type *) __libdw_allocate (dbg, _required, __alignof (type));\ 423 _result = (type *) ((char *) _result + _padding); \ 426 _result; })
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 213 final java.util.Vector _result = new java.util.Vector (); 246 _result.addElement (token.toString ()); 266 _result.addElement (token.toString ()); 284 _result.addElement (token.toString ()); 309 String [] result = new String [_result.size ()]; 310 _result.copyInto (result);
|
/external/libdrm/ |
xf86drm.h | 480 #define DRM_CAS_RESULT(_result) long _result 482 #define DRM_CAS_RESULT(_result) int _result 484 #define DRM_CAS_RESULT(_result) char _result
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stdlib.h | 521 _CRTIMP int __cdecl _atodbl(_CRT_DOUBLE *_Result,char *_Str); 522 _CRTIMP int __cdecl _atoldbl(_LDOUBLE *_Result,char *_Str); 523 _CRTIMP int __cdecl _atoflt(_CRT_FLOAT *_Result,char *_Str); 524 _CRTIMP int __cdecl _atodbl_l(_CRT_DOUBLE *_Result,char *_Str,_locale_t _Locale); 525 _CRTIMP int __cdecl _atoldbl_l(_LDOUBLE *_Result,char *_Str,_locale_t _Locale); 526 _CRTIMP int __cdecl _atoflt_l(_CRT_FLOAT *_Result,char *_Str,_locale_t _Locale);
|
/external/opencv3/modules/highgui/src/ |
ppltasks_winrt.h | [all...] |
/external/opencv3/modules/videoio/src/ |
ppltasks_winrt.hpp | [all...] |