HomeSort by relevance Sort by last modified time
    Searched full:_result (Results 101 - 125 of 170) sorted by null

1 2 3 45 6 7

  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 471 void ConvolutionImpl::convolve(InputArray _image, InputArray _templ, OutputArray _result, bool ccorr, Stream& _stream)
481 GpuMat result = getOutputMat(_result, result_size, CV_32FC1, _stream);
531 syncOutput(result, _result, _stream);
  /external/opencv3/modules/core/src/
stat.cpp     [all...]
  /external/webrtc/webrtc/base/
checks.h 93 if (std::string* _result = \
95 rtc::FatalMessage(__FILE__, __LINE__, _result).stream()
  /external/libcxx/include/
functional 1064 template <class _Arg, class _Result>
1066 : public unary_function<_Arg, _Result>
1068 _Result (*__f_)(_Arg);
1070 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg))
1072 _LIBCPP_INLINE_VISIBILITY _Result operator()(_Arg __x) const
1076 template <class _Arg, class _Result>
1078 pointer_to_unary_function<_Arg,_Result>
1079 ptr_fun(_Result (*__f)(_Arg))
1080 {return pointer_to_unary_function<_Arg,_Result>(__f);}
1082 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/sdk/current/support/customtabs/libs/
android-support-customtabs.jar 
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 189 boolean _result; local
195 _result = pipe->get_query_result(pipe, query, wait, presult);
200 trace_dump_ret(bool, _result);
204 return _result;
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 62 template <typename _Arg, typename _Result> struct unary_function
65 typedef _Result result_type;
68 template <typename _Arg1, typename _Arg2, typename _Result> struct binary_function
72 typedef _Result result_type;
  /system/extras/perfprofd/quipper/base/
logging.h 241 if (std::string* _result = \
244 logging::LogMessage(__FILE__, __LINE__, _result).stream()
405 if (std::string* _result = \
410 _result).stream()
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 1190 final List _result = new ArrayList (); local
    [all...]
  /external/opencv3/modules/java/
CMakeLists.txt 68 file(GLOB _result ${_masks})
69 list(APPEND ${_output} ${_result})
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 157 #define RESTARTABLE(_cmd, _result) do { \
159 _result = _cmd; \
160 } while((_result == -1) && (errno == EINTR)); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 395 // _Result from multiseq_partition.
multiway_mergesort.h 91 * @param __sd Pointer to algorithm data. _Result will be placed in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
set_operations.h 395 // _Result from multiseq_partition.
multiway_mergesort.h 91 * @param __sd Pointer to algorithm data. _Result will be placed in
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
set_operations.h 395 // _Result from multiseq_partition.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
set_operations.h 395 // _Result from multiseq_partition.
  /external/gemmlowp/internal/
multi_thread_gemm.h 404 MatrixMap<OutputScalar, ResultOrder>* _result,
411 result(*_result),
  /external/opencv/cv/src/
cvtemplmatch.cpp 324 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method )
338 CvMat rstub, *result = (CvMat*)_result;
  /external/opencv3/modules/imgproc/src/
geometry.cpp 522 AutoBuffer<Point2f> _result(n*2 + m*2 + 1);
523 Point2f *fp1 = _result, *fp2 = fp1 + n;
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 1310 final LinkedList \/* IItem *\/ _result = new LinkedList (); local
    [all...]

Completed in 625 milliseconds

1 2 3 45 6 7