/external/opencv/cvaux/src/ |
cvfindhandregion.cpp | 69 int low_count; // low threshold 74 float threshold, threshold2; local 83 threshold = (float) (size.height * 3 / 5.); 84 threshold2 = threshold * threshold; 291 int low_count; // low threshold 297 float threshold, threshold2; local 307 threshold = (float) (size.height * 3 / 5.); 308 threshold2 = threshold * threshold; [all...] |
/external/valgrind/main/massif/ |
ms_print | 43 # Threshold dictating what percentage an entry must represent for us to 45 my $threshold = 1.0; 70 --threshold=<m.n> significance threshold, in percent [$threshold] 113 # --threshold=X (tolerates a trailing '%') 114 } elsif ($arg =~ /^--threshold=([\d\.]+)%?$/) { 115 $threshold = $1; 176 return $is_top_node || 0 == $threshold || 177 ( $total_szB != 0 && $xpt_szB * 100 / $total_szB >= $threshold ); [all...] |
ms_print.in | 43 # Threshold dictating what percentage an entry must represent for us to 45 my $threshold = 1.0; 70 --threshold=<m.n> significance threshold, in percent [$threshold] 113 # --threshold=X (tolerates a trailing '%') 114 } elsif ($arg =~ /^--threshold=([\d\.]+)%?$/) { 115 $threshold = $1; 176 return $is_top_node || 0 == $threshold || 177 ( $total_szB != 0 && $xpt_szB * 100 / $total_szB >= $threshold ); [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 212 u8 (*threshold)[16], 220 u8 (*threshold)[8], [all...] |
/external/valgrind/main/massif/tests/ |
peak2.post.exp | 45 ->00.85% (16B) in 1+ places, all below ms_print's threshold (01.00%) 57 ->00.44% (16B) in 1+ places, all below ms_print's threshold (01.00%) 69 ->00.30% (16B) in 1+ places, all below ms_print's threshold (01.00%) 81 ->00.23% (16B) in 1+ places, all below ms_print's threshold (01.00%) 93 ->00.18% (16B) in 1+ places, all below ms_print's threshold (01.00%) 105 ->00.15% (16B) in 1+ places, all below ms_print's threshold (01.00%) 117 ->00.13% (16B) in 1+ places, all below ms_print's threshold (01.00%) 129 ->00.11% (16B) in 1+ places, all below ms_print's threshold (01.00%) 141 ->00.10% (16B) in 1+ places, all below ms_print's threshold (01.00%) 153 ->00.09% (16B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
ignoring.post.exp | 51 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 64 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 92 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 107 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 122 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 137 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 152 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 168 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 188 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 208 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
zero1.post.exp | 4 ms_print arguments: --threshold=0 massif.out 49 ->00.00% (0B) in 5 places, all below massif's threshold (01.00%) 65 ->00.00% (0B) in 10 places, all below massif's threshold (01.00%)
|
zero2.post.exp | 49 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 65 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
|
peak.post.exp | 45 ->00.85% (16B) in 1+ places, all below ms_print's threshold (01.00%) 57 ->00.44% (16B) in 1+ places, all below ms_print's threshold (01.00%) 69 ->00.30% (16B) in 1+ places, all below ms_print's threshold (01.00%) 81 ->00.23% (16B) in 1+ places, all below ms_print's threshold (01.00%) 93 ->00.18% (16B) in 1+ places, all below ms_print's threshold (01.00%) 105 ->00.15% (16B) in 1+ places, all below ms_print's threshold (01.00%) 117 ->00.13% (16B) in 1+ places, all below ms_print's threshold (01.00%) 129 ->00.11% (16B) in 1+ places, all below ms_print's threshold (01.00%) 141 ->00.10% (16B) in 1+ places, all below ms_print's threshold (01.00%) 153 ->00.09% (16B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
ignored.post.exp | 45 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
|
/external/chromium_org/chrome/browser/history/ |
history_database.h | 150 // Retrieves/Updates early expiration threshold, which specifies the earliest 154 virtual void UpdateEarlyExpirationThreshold(base::Time threshold);
|
/external/chromium_org/content/test/ |
image_decoder_test.cc | 28 // on |file_selection| and the |threshold| for the file size. 31 const int64 threshold) { 37 return (file_selection == TEST_SMALLER) == (image_size > threshold); 152 const int64 threshold) { 158 if (!ShouldSkipFile(*i, file_selection, threshold))
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
Shape.h | 70 static PassOwnPtr<Shape> createRasterShape(Image*, float threshold, const LayoutRect& imageRect, const LayoutRect& marginRect, WritingMode, float margin);
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
tns.h | 71 Word16 threshold; /* min. prediction gain for using tns TABUL * 100 */ member in struct:__anon37888
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
ProximityInfo.java | 250 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE); local 251 final int thresholdSquared = threshold * threshold; 276 We want to select the cells which center falls between the top of the key minus the threshold, 277 and the bottom of the key plus the threshold. 278 topPixelWithinThreshold is key.mY - threshold, and bottomPixelWithinThreshold is 279 key.mY + key.mHeight + threshold. 293 v |---+---+--threshold--|-+---+---+---+---+---| | 296 | | | |***|**########------------------- key.mY | within the threshold. We align that on 332 final int topPixelWithinThreshold = keyY - threshold; [all...] |
/frameworks/base/libs/common_time/ |
common_time_server_api.cpp | 223 status_t CommonTimeServer::getPanicThreshold(int *threshold) { 225 *threshold = mPanicThresholdUsec; 229 status_t CommonTimeServer::setPanicThreshold(int threshold) { 232 if (threshold < 1000) // Min threshold is 1mSec 235 mPanicThresholdUsec = threshold; 391 dump_printf("Panic Threshold : %d uSec\n",
|
/external/opencv/cv/src/ |
cvhough.cpp | 79 threshold is the minimum number of pixels in the feature for it 86 int threshold, CvSeq *lines, int linesMax ) 147 if( accum[base] > threshold && 192 float rho, float theta, int threshold, 240 threshold = MIN( threshold, 255 ); 258 vi.value = threshold; 339 if( caccum[ri * tn + ti > threshold] ) 348 icvHoughLinesStandard( img, rho, theta, threshold, lines, linesMax ); 360 if( caccum[ri * tn + ti] > threshold ) [all...] |
/external/chromium_org/remoting/webapp/ |
toolbar.js | 121 var threshold = 50; 122 return (x >= this.stubLeft_ - threshold && 123 x <= this.stubRight_ + threshold && 124 y < threshold);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_context.h | 101 void draw_wide_point_threshold(struct draw_context *draw, float threshold); 105 void draw_wide_line_threshold(struct draw_context *draw, float threshold);
|
/external/llvm/bindings/ocaml/transforms/scalar/ |
scalar_opts_ocaml.c | 59 CAMLprim value llvm_add_scalar_repl_aggregation_with_threshold(value threshold, 61 LLVMAddScalarReplAggregatesPassWithThreshold(PM, Int_val(threshold));
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.h | 101 void draw_wide_point_threshold(struct draw_context *draw, float threshold); 105 void draw_wide_line_threshold(struct draw_context *draw, float threshold);
|
/external/opencv/cv/include/ |
cvtypes.h | 342 float* threshold; member in struct:CvHaarClassifier 352 float threshold; member in struct:CvHaarStageClassifier
|
/external/oprofile/libpp/ |
callgraph_container.cpp | 304 void arc_recorder::process_children(cg_symbol & sym, double threshold) 324 sym.total_caller_count[0]) < threshold) 334 sym.total_callee_count[0]) >= threshold) 343 process(count_array_t total, double threshold, 353 // threshold out the main symbol if needed 354 if (op_ratio(sym.sample.counts[0], total[0]) < threshold) 380 process_children(sym, threshold); 396 extra_images const & extra, bool debug_info, double threshold, 422 recorder.process(total_count, threshold / 100.0, sym_filter);
|
/external/valgrind/main/none/tests/ |
pth_cvsimple.stdout.exp | 13 hit threshold!
|
/frameworks/base/core/java/android/os/ |
CommonTimeConfig.java | 284 * Gets the panic threshold for the estimated error level of the common time service. When the 288 * @return The threshold (in microseconds) past which the common time service will panic. 298 * Sets the panic threshold for the estimated error level of the common time service. When the 302 * @param threshold The threshold (in microseconds) past which the common time service will 307 public int setPanicThreshold(int threshold) { 310 return mUtils.transactSetInt(METHOD_SET_PANIC_THRESHOLD, threshold);
|