HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/srec/portable/src/
phashtable.c 62 unsigned int threshold; member in struct:PHashTable_t
121 tmp->threshold = (unsigned int)(tmp->args.capacity * tmp->args.maxLoadFactor);
291 table->threshold = (unsigned int)(newCapacity * table->args.maxLoadFactor);
361 if (table->size >= table->threshold)
  /external/v8/src/
runtime-profiler.cc 252 // Adjust threshold each time we have processed
257 // If the threshold is not already at the minimum
337 int threshold = sampler_threshold_ * threshold_size_factor; local
339 if (LookupSample(function) >= threshold) {
store-buffer.cc 208 int threshold; member in struct:v8::internal::Samples
217 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
228 void StoreBuffer::ExemptPopularPages(int prime_sample_step, int threshold) {
245 if (old_counter == threshold) {
  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.cpp 117 double threshold = (i > 16) ? 5.0 : 2.0; local
119 if (magdbdiff < -threshold && mag1db < 0.0) {
122 } else if (magdbdiff > threshold && mag2db < 0.0) {
  /frameworks/av/media/common_time/
ICommonTimeConfig.cpp 245 virtual status_t getPanicThreshold(int *threshold) {
254 *threshold = reply.readInt32();
261 virtual status_t setPanicThreshold(int threshold) {
264 data.writeInt32(threshold);
461 int threshold; local
462 status_t status = getPanicThreshold(&threshold);
465 reply->writeInt32(threshold);
472 int threshold = data.readInt32(); local
473 status_t status = setPanicThreshold(threshold);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 71 Word16 threshold; /* min. prediction gain for using tns TABUL * 100 */ member in struct:__anon16426
  /libcore/luni/src/main/java/java/util/
IdentityHashMap.java 61 transient int threshold; field in class:IdentityHashMap
64 * default threshold value that an IdentityHashMap created using the default
266 threshold = getThreshold(maxSize);
274 // assign the threshold to maxSize initially, this will change to a
280 int arraySize = (int) (((long) threshold * 10000) / loadFactor) * 2;
282 // leads to overflow and negative arraySize if threshold is too big
475 if (++size > threshold) {
527 threshold = (int) ((long) (elementData.length / 2) * loadFactor / 10000);
811 threshold = getThreshold(DEFAULT_MAX_SIZE);
WeakHashMap.java 46 private int threshold; field in class:WeakHashMap
267 threshold = (int) ((long) elementData.length * loadFactor / 10000);
625 if (++elementCount > threshold) {
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 166 final int threshold = 2; local
167 mSame = compareTo(mBitmap, mReferenceBitmap, threshold);
172 * or equal to +/-threshold
174 private boolean compareTo(Bitmap bitmap, Bitmap reference, int threshold) {
198 if (Math.abs(db) > threshold ||
199 Math.abs(dg) > threshold ||
200 Math.abs(dr) > threshold) {
205 if (Math.abs(da) > threshold) {
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 76 private int threshold; field in class:SsaRenamer
111 threshold = 0;
147 * Constructs an instance of the renamer with threshold set
155 threshold = thresh;
239 * Returns true if this SSA register is below the specified threshold.
241 * for registers above a certain threshold.
244 * @return {@code true} if its register number is below the threshold
247 return ssaReg < threshold;
541 threshold == 0) {
550 threshold == 0)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 76 private int threshold; field in class:SsaRenamer
111 threshold = 0;
147 * Constructs an instance of the renamer with threshold set
155 threshold = thresh;
239 * Returns true if this SSA register is below the specified threshold.
241 * for registers above a certain threshold.
244 * @return {@code true} if its register number is below the threshold
247 return ssaReg < threshold;
541 threshold == 0) {
550 threshold == 0)
    [all...]
  /external/qemu/audio/
esdaudio.c 118 int threshold; local
120 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
134 if (esd->live > threshold) {
327 int threshold; local
329 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
343 if (esd->dead > threshold) {
599 .descr = "threshold divisor"
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 99 int threshold; member in struct:SDL_PrivateVideoData::__anon10944
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte local
129 if (mAlpha <= threshold) // don't bother if it won't show up
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
TwoKeyHashMap.java 50 int threshold = 0; field in class:TwoKeyHashMap
88 threshold = (int) (arrSize * loadFactor);
174 if (size > threshold) {
212 threshold = (int) (arrSize * loadFactor);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 217 final int threshold = thresholdBase * thresholdBase; local
229 if (key.squaredDistanceToEdge(centerX, centerY) < threshold) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 37 // Suggest to aggregate contacts if their match score is equal or greater than this threshold
40 // Automatically aggregate contacts if their match score is equal or greater than this threshold
43 // Automatically aggregate contacts if the match score is equal or greater than this threshold
88 * between the strings is below the threshold.
320 float threshold = emailBased local
323 if (distance > threshold) {
372 public List<Long> prepareSecondaryMatchCandidates(int threshold) {
382 if (s >= threshold) {
394 * Returns the contactId with the best match score over the specified threshold or -1
399 public long pickBestMatch(int threshold, boolean allowMultipleMatches)
    [all...]
  /external/chromium/base/
mime_util_xdg.cc 97 Threshold
101 type(Threshold),
104 threshold(2) {
110 size_t threshold; // Maximum difference from desired size. 2 by default. member in class:__anon2722::IconTheme::SubDirInfo
303 else if (value == "Threshold")
304 current_info->type = SubDirInfo::Threshold;
309 } else if (key == "Threshold") {
310 current_info->threshold = atoi(value.c_str());
337 if (size >= info->size - info->threshold &&
338 size <= info->size + info->threshold) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 270 // Determine the horizontal move threshold. This is dependent on the width
272 // the threshold.
276 int threshold = static_cast<int>(ratio * kHorizontalMoveThreshold); local
281 if (abs(screen_point.x() - last_move_screen_x_) > threshold) {
  /external/freetype/src/truetype/
ttinterp.h 187 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
  /external/kernel-headers/original/linux/
mroute6.h 178 unsigned char threshold; /* TTL threshold */ member in struct:mif_device
  /external/opencv/cv/src/
cvcontourtree.cpp 64 // threshold - threshold for the binary tree building
69 CvContourTree ** tree, double threshold )
157 e = 20.; /* initial threshold value */
236 if( s_c < threshold )
644 // threshold - threshold for the binary tree building
648 cvCreateContourTree( const CvSeq* contour, CvMemStorage* storage, double threshold )
655 IPPI_CALL( icvCreateContourTree( contour, storage, &tree, threshold ));
673 // criteria - criteria for the definition threshold valu
688 double threshold; local
    [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 1029 double threshold = 0; local
1039 threshold += w[i];
1040 threshold *= 2*DBL_EPSILON;
1047 if( wi > threshold )
1123 float threshold = 0.f; local
1133 threshold += w[i];
1134 threshold *= 2*FLT_EPSILON;
1141 if( wi > threshold )
    [all...]
  /external/oprofile/pp/
opannotate.cpp 103 if (options::threshold != 0) {
106 << options::threshold << "% of the samples\n"; member in class:__anon10207::options
475 // a medium number of times, I dunno if the used threshold is optimal
497 choice.threshold = options::threshold;
738 samples->select_filename(options::threshold);
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 45 * than a tunable threshold value (a secure settings parameter;
56 * storage differential goes below a threshold (again a secure
172 // Read the reporting threshold from secure settings
173 long threshold = Settings.Secure.getLong(mContentResolver, local
178 if (delta > threshold || delta < -threshold) {
269 * just query settings to retrieve the memory threshold.
278 if(localLOGV) Slog.v(TAG, "Threshold Percentage="+value);
284 //evaluate threshold value
289 * just query settings to retrieve the memory full threshold
    [all...]

Completed in 5498 milliseconds

12 3 4 5 6