HomeSort by relevance Sort by last modified time
    Searched refs:attempts (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /external/opencv3/modules/core/src/
persistence.cpp 629 int k = 0, attempts = 1; local
643 attempts = fs->roots->total;
646 for( k = 0; k < attempts; k++ )
683 if( k == attempts - 1 && create_missing )
704 int k = 0, attempts = 1; local
723 attempts = fs->roots->total;
726 for( k = 0; k < attempts; k++ )
    [all...]
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 1982 const int attempts = 2; local
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 1168 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; local
1399 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 329 btCoexHidVenData.attempts = pBtCoexHidStartPL->attempts;
343 btCoexHidVenData.attempts = pBtCoexHidStopPL->attempts;
    [all...]
  /external/dbus/test/
Makefile.am 225 data/auth/fail-after-n-attempts.auth-script \
  /external/mksh/src/
main.c 748 volatile uint8_t attempts = 13; local
823 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 88 attempts to generate the same IOs seen during the sample workload phase.
106 IOs during the sample workload. \texttt{btreplay} \emph{attempts} to
135 kernel\footnote{Attempts to do them individually resulted in too large of a
166 recorded by \texttt{btrecord}, and attempts to faithfully reproduce the
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 2531 int attempts = 3; local
4347 int attempts = 3; local
    [all...]
  /external/ImageMagick/www/api/
enhance.php 264 <p>ContrastStretchImage() is a simple image enhancement technique that attempts to improve the contrast in an image by 'stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the 'enhancement' is less harsh.</p>
layer.php 146 <p>OptimizeImageLayers() compares each image the GIF disposed forms of the previous image in the sequence. From this it attempts to select the smallest cropped image to replace each frame, while preserving the results of the GIF animation.</p>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py     [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
reader.go 227 // readDirectoryHeader attempts to read a directory header from r.
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
profile.go 546 // Demangle attempts to demangle and optionally simplify any function
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 203 // Verify attempts to verify c by building one or more chains from c to a
  /prebuilts/go/darwin-x86/src/net/
dial.go 353 // dialSingle attempts to establish and returns a single connection to
dnsclient_unix.go 173 for i := 0; i < cfg.attempts; i++ {
fd_unix.go 197 // attempts to block in the pollDesc will return errClosing.
  /prebuilts/go/linux-x86/src/archive/zip/
reader.go 227 // readDirectoryHeader attempts to read a directory header from r.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
profile.go 546 // Demangle attempts to demangle and optionally simplify any function
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 203 // Verify attempts to verify c by building one or more chains from c to a
  /prebuilts/go/linux-x86/src/net/
dial.go 353 // dialSingle attempts to establish and returns a single connection to
dnsclient_unix.go 173 for i := 0; i < cfg.attempts; i++ {
fd_unix.go 197 // attempts to block in the pollDesc will return errClosing.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/opencv3/modules/core/include/opencv2/
core.hpp 197 further attempts, use the random or semi-random centers. Use one of KMEANS_\*_CENTERS flag
    [all...]

Completed in 1894 milliseconds

1 2 3 45 6 7 8