/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/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/deqp/framework/common/ |
D | tcuImageCompare.cpp | 91 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in findNumPositionDeviationFailingPixels() 217 …tPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMo… in fuzzyCompare() 286 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare() 488 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare() 574 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare() 661 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare() 743 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare() 838 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare() 917 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationErrorThresholdCompare() 984 …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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Barrier.java | 36 protected int threshold; field in Barrier
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | AppenderSkeleton.java | 31 public void setThreshold(Priority threshold) { in setThreshold()
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 399 MagickExport MagickBooleanType BilevelImage(Image *image,const double threshold, in BilevelImage() 543 threshold; in BlackThresholdImage() local 939 *threshold, in GetThresholdMapFile() local 1135 *threshold, in ListThresholdMapFile() local 1404 threshold; in OrderedDitherImage() local 1638 threshold; in RandomThresholdImage() local 1704 threshold; in RandomThresholdImage() local 1790 threshold; in WhiteThresholdImage() local
|
/external/autotest/client/cros/image_comparison/ |
D | verifier.py | 29 def __init__(self, image_comparer, stop_on_first_failure, threshold=0, argument
|
D | upload_on_fail_comparer.py | 23 def __init__(self, local_comparer, remote_comparer, threshold=0): argument
|
/external/autotest/client/tests/monotonic_time/ |
D | monotonic_time.py | 19 def run_once(self, test_type = None, duration = 300, threshold = None): argument
|
/external/autotest/client/cros/audio/ |
D | audio_analysis.py | 234 threshold=PATTERN_MATCHING_THRESHOLD): argument 307 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument
|
/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/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/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/iptables/include/linux/netfilter/ |
D | xt_NFLOG.h | 18 __u16 threshold; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_NFLOG.h | 18 __u16 threshold; member
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_nflog.h | 17 __u16 threshold; member
|
/external/pdfium/third_party/libopenjpeg20/ |
D | tgt.c | 260 void opj_tgt_encode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 threshold) { in opj_tgt_encode() 300 …NT32 opj_tgt_decode(opj_bio_t *bio, opj_tgt_tree_t *tree, OPJ_UINT32 leafno, OPJ_INT32 threshold) { in opj_tgt_decode()
|
/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait02.c | 51 int lc, threshold; in main() local
|
/external/clang/test/CodeGen/ |
D | 2008-08-07-AlignPadding1.c | 17 int threshold; member
|
D | union-init.c | 17 int threshold; /* collection threshold */ member
|
/external/eigen/test/ |
D | qr_colpivoting.cpp | 123 RealScalar threshold = in qr() local 186 RealScalar threshold = in qr_fixedsize() local 234 RealScalar threshold = in qr_kahan_matrix() local
|
/external/eigen/Eigen/src/SVD/ |
D | SVDBase.h | 155 Derived& setThreshold(const RealScalar& threshold) in setThreshold() 180 RealScalar threshold() const in threshold() function
|
/external/libvpx/libvpx/test/ |
D | set_roi.cc | 32 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; in TEST() local
|
/external/freetype/src/autofit/ |
D | afangles.c | 212 FT_Pos threshold ) in af_sort_and_quantize_widths()
|