HomeSort by relevance Sort by last modified time
    Searched refs:threshold (Results 76 - 100 of 1166) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarCache.java 33 threshold = (int)(arraySize * 0.75);
49 if (size >= threshold) {
121 private int threshold = (arraySize * 3) / 4; field in class:CalendarCache
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarCache.java 31 threshold = (int)(arraySize * 0.75);
47 if (size >= threshold) {
119 private int threshold = (arraySize * 3) / 4; field in class:CalendarCache
  /external/tensorflow/tensorflow/core/kernels/
softplus_op.h 36 // Choose a threshold on x below which exp(x) may underflow
41 static const T threshold = local
45 auto too_large = features > features.constant(-threshold);
48 auto too_small = features < features.constant(threshold);
  /cts/tests/tests/location/src/android/location/cts/
GnssTtffTests.java 22 // Threshold values
26 // adding 20% margin to the threshold
40 * connection should not matter hence one threshold is used.
57 * Check whether TTFF is below the threshold on the warm start with Wifi ON
60 * @param threshold, the threshold for the TTFF value
62 private void checkTtffWarmWithWifiOn(long threshold) throws Exception {
67 TimeUnit.SECONDS.toMillis(threshold), softAssert);
75 * @param threshold, the threshold for the TTFF valu
    [all...]
  /frameworks/base/tools/preload2/src/com/android/preload/actions/
ComputeThresholdAction.java 38 * appears in at least the number of threshold given packages. An optional blacklist can be
42 protected int threshold; field in class:ComputeThresholdAction
50 public ComputeThresholdAction(String name, DumpTableModel dataTableModel, int threshold,
54 this.threshold = threshold;
88 Set<String> result = fromThreshold(uses, blacklist, threshold);
102 int threshold) {
106 if (e.getValue().size() >= threshold) {
  /system/tpm/tpm_manager/server/
tpm2_status_test.cc 100 int threshold; local
104 &count, &threshold, &lockout, &seconds_remaining));
120 int threshold; local
123 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout,
126 EXPECT_EQ(threshold, lockout_threshold);
135 int threshold; local
138 EXPECT_TRUE(tpm_status_->GetDictionaryAttackInfo(&count, &threshold, &lockout,
tpm_status_impl.cc 45 int* threshold,
63 if (threshold) {
64 *threshold = da_info.thresholdCount;
tpm2_status_impl.h 40 int* threshold,
tpm_status_impl.h 42 int* threshold,
  /external/iptables/extensions/
libxt_NFLOG.c 31 {.name = "nflog-threshold", .id = O_THRESHOLD, .type = XTTYPE_UINT16,
32 .flags = XTOPT_PUT, XTOPT_POINTER(s, threshold)},
43 " --nflog-threshold NUM Message threshold of in-kernel queue\n"
51 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
90 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
91 printf(" %snflog-threshold %u", prefix, info->threshold);
122 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
123 xt_xlate_add(xl, "queue-threshold %u ", info->threshold)
    [all...]
libebt_nflog.c 37 { .name = "nflog-threshold", .has_arg = true, .val = NFLOG_THRESHOLD},
49 "--nflog-threshold : Message threshold of"
59 info->threshold = EBT_NFLOG_DEFAULT_THRESHOLD;
99 "--nflog-threshold must be a number!");
100 info->threshold = i;
123 if (info->threshold != EBT_NFLOG_DEFAULT_THRESHOLD)
124 printf("--nflog-threshold %d ", info->threshold);
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
logistic_regressor.py 154 for threshold in thresholds:
156 math_ops.greater_equal(predictions, threshold),
157 name='predictions_at_threshold_%f' % threshold)
158 metrics[metric_key.MetricKey.ACCURACY_MEAN % threshold] = (
162 metrics[metric_key.MetricKey.PRECISION_MEAN % threshold] = (
166 metrics[metric_key.MetricKey.RECALL_MEAN % threshold] = (
  /external/aac/libPCMutils/include/
limiter.h 122 FIXP_DBL threshold; member in struct:TDLimiter
238 * threshold: limiting threshold *
244 FIXP_DBL threshold, unsigned int maxChannels,
250 * threshold: limiter threshold *
254 FIXP_DBL threshold);
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
MagnitudeVerification.java 38 // sensorType: {expected, threshold}
55 * @param threshold the threshold
57 public MagnitudeVerification(float expected, float threshold) {
59 mThreshold = threshold;
74 Float threshold = DEFAULTS.get(sensorType)[1]; local
75 return new MagnitudeVerification(expected, threshold);
  /frameworks/base/cmds/statsd/tests/e2e/
ConfigTtl_e2e_test.cpp 31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) {
50 alert->set_trigger_if_sum_gt(threshold);
61 const int threshold = 3; local
62 auto config = CreateStatsdConfig(num_buckets, threshold);
  /frameworks/base/libs/common_time/
common_time_config_service.cpp 92 status_t CommonTimeConfigService::getPanicThreshold(int *threshold) {
93 return mTimeServer.getPanicThreshold(threshold);
96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) {
97 return mTimeServer.setPanicThreshold(threshold);
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
FlingAnimation.java 24 * the animation is below the threshold derived from {@link #setMinimumVisibleChange(float)},
190 void setValueThreshold(float threshold) {
191 mFlingForce.setValueThreshold(threshold);
198 // This multiplier is used to calculate the velocity threshold given a certain value
199 // threshold. The idea is that if it takes >= 1 frame to move the value threshold amount,
200 // then the velocity is a reasonable threshold.
236 void setValueThreshold(float threshold) {
237 mVelocityThreshold = threshold * VELOCITY_THRESHOLD_MULTIPLIER;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
FileFilterUtils.java 174 * @param cutoff the time threshold
185 * @param cutoff the time threshold
198 * @param cutoffDate the time threshold
209 * @param cutoffDate the time threshold
223 * time is usesd as the threshold age of the files
235 * time is usesd as the threshold age of the files
248 * @param threshold the file size threshold
252 public static IOFileFilter sizeFileFilter(long threshold) {
253 return new SizeFileFilter(threshold);
    [all...]
  /external/libxcam/cl_kernel/
kernel_3d_denoise.cl 5 * threshold: Noise variances of observed image
51 float threshold,
107 gain = (grad.s0 < threshold) ? gain : 2.0f * gain;
112 gain = (grad.s4 < threshold) ? gain : 2.0f * gain;
125 float threshold,
173 average_slice(ref[0], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
179 average_slice(ref[1], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
182 average_slice((float8)(ref[0].hi, ref[1].lo), *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
188 average_slice(ref[0], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid);
194 average_slice(ref[1], *observe, restore, sum_weight, gain, threshold, sg_id, sg_lid)
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 11 // used to manually fine-tune the threshold constant. The
57 // given Karatsuba threshold th.
140 var threshold int
151 if threshold == 0 && pos != initPos {
152 threshold = i
153 fmt.Printf(" threshold found")
158 if threshold != 0 {
159 fmt.Printf("Found threshold = %d between %d - %d\n", threshold, from, to)
161 fmt.Printf("Found NO threshold between %d - %d\n", from, to
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 11 // used to manually fine-tune the threshold constant. The
57 // given Karatsuba threshold th.
140 var threshold int
151 if threshold == 0 && pos != initPos {
152 threshold = i
153 fmt.Printf(" threshold found")
158 if threshold != 0 {
159 fmt.Printf("Found threshold = %d between %d - %d\n", threshold, from, to)
161 fmt.Printf("Found NO threshold between %d - %d\n", from, to
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 34 float NormalizeThreshold(float threshold) {
35 if (threshold < 300)
36 return threshold / 2.0f;
37 if (threshold < 500)
38 return threshold / 4.0f;
39 if (threshold < 700)
40 return threshold / 5.0f;
41 return threshold / 6.0f;
757 float threshold = prev_width > this_width ? prev_width / 4 : this_width / 4; local
762 if (fabs(this_pos.y - prev_pos.y) > threshold * 2)
1050 float threshold = 0; local
1128 float threshold = charinfo.m_Matrix.TransformXDistance( local
1284 float threshold = last_width > this_width ? last_width \/ 4 : this_width \/ 4; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 65 * registers above a certain threshold number.
68 * @param threshold registers below this number are unchanged
70 public static void updateSsaMethod(SsaMethod ssaMeth, int threshold) {
72 placePhiFunctions(ssaMeth, localInfo, threshold);
73 new SsaRenamer(ssaMeth, threshold).run();
297 * @param threshold registers below this number are ignored
300 LocalVariableInfo localInfo, int threshold) {
307 regCount = ssaMeth.getRegCount() - threshold;
333 if (rs != null && rs.getReg() - threshold >= 0) {
334 defsites[rs.getReg() - threshold].set(bi)
    [all...]
  /external/libavc/common/
ih264_trans_macros.h 48 * @description The value to be quantized is first compared with a threshold.
49 * If the value is less than the threshold, the quantization value is returned
54 #define FWD_QUANT(i4_value, u4_abs_value, i4_sign, threshold, scale, rndfactor, qbits, u4_nnz) \
66 if (u4_abs_value < threshold)\
  /external/opencv/cvaux/include/
cvaux.hpp 87 bool set_threshold( int threshold ) // threshold applied to the histogram bins
88 { m_threshold = threshold; return true; }

Completed in 626 milliseconds

1 2 34 5 6 7 8 91011>>