/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
D | ThresholdingOutputStream.java | 51 private int threshold; field in ThresholdingOutputStream 75 public ThresholdingOutputStream(int threshold) in ThresholdingOutputStream()
|
D | DeferredFileOutputStream.java | 102 public DeferredFileOutputStream(int threshold, File outputFile) in DeferredFileOutputStream() 123 public DeferredFileOutputStream(int threshold, String prefix, String suffix, File directory) in DeferredFileOutputStream()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | AutoCorrectionUtils.java | 33 final String consideredWord, final float threshold) { in suggestionExceedsThreshold()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageTextStats.java | 63 final int threshold = mmsConfig.getSmsToMmsTextThreshold(); in updateMessageTextStats() local
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
D | FileFilterUtils.java | 252 public static IOFileFilter sizeFileFilter(long threshold) { in sizeFileFilter() 264 public static IOFileFilter sizeFileFilter(long threshold, boolean acceptLarger) { in sizeFileFilter()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 232 float threshold = emailBased in matchName() local 284 public List<Long> prepareSecondaryMatchCandidates(int threshold) { in prepareSecondaryMatchCandidates() 311 public long pickBestMatch(int threshold, boolean allowMultipleMatches) { in pickBestMatch() 347 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches()
|
D | RawContactMatcher.java | 230 float threshold = emailBased in matchName() local 334 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
D | MostRecentImageSaver.java | 96 private void closeOlderImages(long threshold, Map<Long, ? extends ImageProxy> imageMap) { in closeOlderImages()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | MemoryQuery.java | 73 long threshold = memoryInfo.threshold / BYTES_IN_MEGABYTE; in queryMemory() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | Suggest.java | 81 public void setAutoCorrectionThreshold(final float threshold) { in setAutoCorrectionThreshold() 90 public void setPlausibilityThreshold(final float threshold) { in setPlausibilityThreshold()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1424 …nersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_tem… in db_CornersFromChunk() 1498 float threshold,double *temp_d, in db_ExtractCornersSaturated() 1631 float max_val,threshold; in DetectCorners() local 1730 float max_val,threshold; in DetectCorners() local
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1424 …nersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_tem… in db_CornersFromChunk() 1498 float threshold,double *temp_d, in db_ExtractCornersSaturated() 1631 float max_val,threshold; in DetectCorners() local 1730 float max_val,threshold; in DetectCorners() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | ProximityInfo.java | 248 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE); in computeNearestNeighbors() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationItemView.java | 1454 final int threshold = (isRtl) ? mCoordinates.contactImagesX - sSenderImageTouchSlop : in isTouchInContactPhoto() local
|