/external/autotest/client/tests/kvm/deps/ |
D | heartbeat_slu.py | 45 def run_server(host, port, daemon, file, queue_size, threshold, drift): argument 92 def check_heartbeat(heartbeat, local_timestamp, threshold, check_drift): argument 112 def check_for_timeouts(threshold, check_drift): argument 149 threshold = 10 # seconds late till alert variable 186 threshold = int(value) variable
|
/external/opencv3/modules/features2d/src/ |
D | fast.cpp | 56 void FAST_t(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppressi… in FAST_t() 260 int threshold, bool nonmax_suppression, int maxKeypoints ) in ocl_FAST() 331 void FAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression… in FAST() 358 void FAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression) in FAST() 419 int threshold; member in cv::FastFeatureDetector_Impl 424 Ptr<FastFeatureDetector> FastFeatureDetector::create( int threshold, bool nonmaxSuppression, int ty… in create()
|
D | agast.cpp | 55 static void AGAST_5_8(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in AGAST_5_8() 816 static void AGAST_7_12d(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in AGAST_7_12d() 3260 static void AGAST_7_12s(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in AGAST_7_12s() 5341 static void OAST_9_16(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in OAST_9_16() 7445 void AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppressio… in AGAST() 7502 int threshold; member in cv::AgastFeatureDetector_Impl 7507 Ptr<AgastFeatureDetector> AgastFeatureDetector::create( int threshold, bool nonmaxSuppression, int … in create() 7512 void AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppressio… in AGAST()
|
D | fast_score.cpp | 84 static void testCorner(const uchar* ptr, const int pixel[], int K, int N, int threshold) { in testCorner() 120 int cornerScore<16>(const uchar* ptr, const int pixel[], int threshold) in cornerScore() 210 int cornerScore<12>(const uchar* ptr, const int pixel[], int threshold) in cornerScore() 294 int cornerScore<8>(const uchar* ptr, const int pixel[], int threshold) in cornerScore()
|
D | agast_score.cpp | 94 …st_cornerScore<AgastFeatureDetector::OAST_9_16>(const uchar* ptr, const int pixel[], int threshold) in agast_cornerScore() 2169 …_cornerScore<AgastFeatureDetector::AGAST_7_12d>(const uchar* ptr, const int pixel[], int threshold) in agast_cornerScore() 3381 …_cornerScore<AgastFeatureDetector::AGAST_7_12s>(const uchar* ptr, const int pixel[], int threshold) in agast_cornerScore() 9015 …st_cornerScore<AgastFeatureDetector::AGAST_5_8>(const uchar* ptr, const int pixel[], int threshold) in agast_cornerScore()
|
D | kaze.cpp | 175 float threshold; member in cv::KAZE_Impl 182 float threshold, in create()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAutoCompleteTextView.java | 19 private int threshold = 2; field in ShadowAutoCompleteTextView 38 public void setThreshold(int threshold) { in setThreshold()
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 91 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in findNumPositionDeviationFailingPixels() 216 …tPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMo… in fuzzyCompare() 285 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare() 487 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare() 573 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare() 660 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare() 742 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare() 837 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare() 916 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationErrorThresholdCompare() 983 …r* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLo… in pixelThresholdCompare() [all …]
|
D | tcuBilinearImageCompare.cpp | 114 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, int x, int… in comparePixelRGBA8() 191 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompareRGBA8() 219 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompare()
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_houghLines.cpp | 37 int threshold = 250; variable 73 int threshold = 100; variable
|
/external/pdfium/tools/drmemory/scripts/ |
D | logging_utils.py | 16 def __init__(self, threshold=logging.WARNING, err=sys.stderr, out=sys.stdout): argument 62 def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT, argument
|
/external/skia/tools/ |
D | ThermalManager.cpp | 35 ThermalManager::ThermalManager(int32_t threshold, uint32_t sleepIntervalMs, uint32_t timeoutMs) in ThermalManager() 90 int32_t threshold) in TripPoint()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | fast.cpp | 75 virtual void setThreshold(int threshold) { threshold_ = threshold; } in setThreshold() 93 FAST_Impl::FAST_Impl(int threshold, bool nonmaxSuppression, int max_npoints) : in FAST_Impl() 202 Ptr<cv::cuda::FastFeatureDetector> cv::cuda::FastFeatureDetector::create(int threshold, bool nonmax… in create()
|
/external/opencv3/modules/java/src/ |
D | photo+CalibrateRobertson.java | 63 public void setThreshold(float threshold) in setThreshold() 103 private static native void setThreshold_0(long nativeObj, float threshold); in setThreshold_0()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_circles.cu | 130 …_global__ void buildCentersList(const PtrStepSzi accum, unsigned int* centers, const int threshold) in buildCentersList() 154 int buildCentersList_gpu(PtrStepSzi accum, unsigned int* centers, int threshold) in buildCentersList_gpu() 182 … const int minRadius, const int maxRadius, const int histSize, const int threshold) in circlesAccumRadius() 230 …float3* circles, int maxCircles, float dp, int minRadius, int maxRadius, int threshold, bool has20) in circlesAccumRadius_gpu()
|
D | gftt.cu | 59 …template <class Mask> __global__ void findCorners(float threshold, const Mask mask, float2* corner… in findCorners() 94 …int findCorners_gpu(PtrStepSzf eig, float threshold, PtrStepSzb mask, float2* corners, int max_cou… in findCorners_gpu()
|
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_lines.cpp | 73 HoughLinesDetectorImpl(float rho, float theta, int threshold, bool doSort, int maxLines) : in HoughLinesDetectorImpl() 87 void setThreshold(int threshold) { threshold_ = threshold; } in setThreshold() 206 Ptr<HoughLinesDetector> cv::cuda::createHoughLinesDetector(float rho, float theta, int threshold, b… in createHoughLinesDetector()
|
/external/aac/libPCMutils/src/ |
D | limiter.cpp | 98 FIXP_PCM threshold; member 117 INT_PCM threshold, in createLimiter() 239 FIXP_DBL threshold = FX_PCM2FX_DBL(limiter->threshold)>>TDL_GAIN_SCALING; in applyLimiter() local 491 TDLIMITER_ERROR setLimiterThreshold(TDLimiterPtr limiter, INT_PCM threshold) in setLimiterThreshold()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 64 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor() 201 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local 319 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | fast.cu | 195 __device__ int cornerScore(const uint C[4], const int v, const int threshold) in cornerScore() 221 …nst Mask mask, short2* kpLoc, const unsigned int maxKeypoints, PtrStepi score, const int threshold) in calcKeypoints() 282 …, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi score, int threshold, cudaStream_t … in calcKeypoints_gpu()
|
/external/autotest/client/cros/audio/ |
D | audio_analysis.py | 186 threshold=PATTERN_MATCHING_THRESHOLD): argument 259 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_houghlines.cpp | 30 int threshold; in PARAM_TEST_CASE() local 112 int threshold; in PARAM_TEST_CASE() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderFragDataTests.cpp | 64 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor() 201 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_houghLines.cpp | 26 int threshold = get<3>(GetParam()); variable
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Barrier.java | 36 protected int threshold; field in Barrier
|