HomeSort by relevance Sort by last modified time
    Searched refs:_result (Results 26 - 50 of 67) sorted by null

12 3

  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /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/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
  /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):
  /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/webrtc/webrtc/base/
checks.h 93 if (std::string* _result = \
95 rtc::FatalMessage(__FILE__, __LINE__, _result).stream()
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 1190 final List _result = new ArrayList (); local
    [all...]
  /external/chromium-trace/catapult/experimental/buildbot/
buildbot.py 300 self._result = data['results'][0]
321 '_result': self._result,
343 return self._result
  /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);
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 157 #define RESTARTABLE(_cmd, _result) do { \
159 _result = _cmd; \
160 } while((_result == -1) && (errno == EINTR)); \
  /external/opencv3/modules/core/src/
stat.cpp     [all...]
  /external/gemmlowp/internal/
multi_thread_gemm.h 404 MatrixMap<OutputScalar, ResultOrder>* _result,
411 result(*_result),
  /developers/build/lib/
buildSrc.jar 
  /external/opencv3/modules/imgproc/src/
geometry.cpp 522 AutoBuffer<Point2f> _result(n*2 + m*2 + 1);
523 Point2f *fp1 = _result, *fp2 = fp1 + n;
  /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/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 1310 final LinkedList \/* IItem *\/ _result = new LinkedList (); local
    [all...]
  /external/opencv/cv/src/
cvtemplmatch.cpp 324 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method )
338 CvMat rstub, *result = (CvMat*)_result;
cvhistogram.cpp 403 double _result = -1; local
642 _result = result;
646 return _result;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
connection.py 363 while more and response._result.HasNext == 'true':
364 response = more(NextToken=response._result.NextToken)
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 

Completed in 566 milliseconds

12 3