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

12 3 4 5 6 7 8

  /external/opencv3/modules/features2d/src/
bagofwords.cpp 87 clusterCount(_clusterCount), termcrit(_termcrit), attempts(_attempts), flags(_flags)
114 kmeans( _descriptors, clusterCount, labels, termcrit, attempts, flags, vocabulary );
  /prebuilts/go/darwin-x86/src/go/types/
objset.go 17 // insert attempts to insert an object obj into objset s.
  /prebuilts/go/linux-x86/src/go/types/
objset.go 17 // insert attempts to insert an object obj into objset s.
  /external/autotest/server/site_tests/firmware_PDConnect/
firmware_PDConnect.py 53 for attempts in range(1,3):
118 logging.info ('Attempts = %d: Connections = %d', test_count, success)
121 raise error.TestFail("Attempts = " + str(total_attempts) +
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_vendor_tag_defs.h 36 u8 attempts; member in struct:__anon35212
wifilogger_event_defs.h 354 u8 attempts; member in struct:__anon35200
364 u8 attempts; member in struct:__anon35201
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 591 for (int attempts = 0; attempts < size * (size - 1); attempts++) {
606 for (int attempts = 0; attempts < size * (size - 1); attempts++) {
620 for (int attempts = 0; attempts < 5000; attempts++) {
652 for (int attempts = 0; attempts < 5000; attempts++)
    [all...]
  /external/libvpx/libvpx/test/
tools_common.sh 303 When the --bin-path option is not specified the script attempts to use
306 When the --config-path option is not specified the script attempts to use
309 When the -test-data-path option is not specified the script attempts to use
  /external/v8/src/base/platform/
platform-cygwin.cc 139 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) {
144 // After three attempts give up and let the OS find an address to use.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 341 When the --bin-path option is not specified the script attempts to use
344 When the --config-path option is not specified the script attempts to use
347 When the -test-data-path option is not specified the script attempts to use
  /external/opencv3/modules/core/src/
kmeans.cpp 219 TermCriteria criteria, int attempts,
229 attempts = std::max(attempts, 1);
278 attempts = 1;
297 for( a = 0; a < attempts; a++ )
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LeanbackLauncherStrategy.java 354 int attempts = 0; local
355 while (attempts++ < maxScrollAttempts) {
401 if (attempts == maxScrollAttempts) {
403 "scrollBackToBeginning: exceeded max attempts: " + maxScrollAttempts);
  /prebuilts/go/darwin-x86/src/crypto/x509/
cert_pool.go 27 // findVerifiedParents attempts to find certificates in s which have signed the
79 // AppendCertsFromPEM attempts to parse a series of PEM encoded certificates.
  /prebuilts/go/linux-x86/src/crypto/x509/
cert_pool.go 27 // findVerifiedParents attempts to find certificates in s which have signed the
79 // AppendCertsFromPEM attempts to parse a series of PEM encoded certificates.
  /external/v8/test/webkit/
dfg-branch-logical-not-peephole-around-osr-exit.js 25 "Tests that our attempts to do peephole Branch(LogicalNot) optimization doesn't break OSR exit's ability to recover the value of LogicalNot."
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes."
dfg-inline-arguments-use-from-all-the-places-broken.js 25 "This attempts to test that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once; but it fails at this and instead finds other bugs particularly in the DFG stack layout machinery."
  /external/wpa_supplicant_8/src/radius/
radius_client.c 31 * Maximum number of retransmit attempts before the entry is removed from
47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts
115 int attempts; member in struct:radius_msg_list
318 * transmission attempts of interim accounting update messages.
382 if (entry->attempts == 0)
398 if (entry->attempts == 0)
451 /* retransmit; remove entry if too many attempts */
452 entry->attempts++
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 128 int attempts = 0; local
132 attempts++;
138 + attempts + " attempts; sleeping "
141 } while (attempts <= maxAttempts);
251 fail("App2 is not on background state after " + maxTries + " attempts: " + state );
268 fail("App2 is not on foreground state after " + maxTries + " attempts: " + state );
285 fail("App2 is not on foreground service state after " + maxTries + " attempts: " + state );
321 + " attempts.\nLast error: " + error);
425 + " attempts. Last result: '" + result + "'")
    [all...]
  /prebuilts/go/darwin-x86/src/net/
conf_test.go 27 attempts: 2,
271 resolv: &dnsConfig{servers: defaultNS, ndots: 1, timeout: 5, attempts: 2, unknownOpt: true},
  /prebuilts/go/linux-x86/src/net/
conf_test.go 27 attempts: 2,
271 resolv: &dnsConfig{servers: defaultNS, ndots: 1, timeout: 5, attempts: 2, unknownOpt: true},
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 55 // doing something involving timerproc itself. Previous failed attempts have
  /prebuilts/go/linux-x86/src/time/
internal_test.go 55 // doing something involving timerproc itself. Previous failed attempts have
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
WirelessNetworkSettingsTests.java 649 for (int attempts = 0; attempts < MAX_ADD_NETWORK_BUTTON_ATTEMPTS; ++attempts) {
    [all...]
  /system/tpm/trunks/
resource_manager.cc 163 int attempts = 0; local
164 while (attempts++ < kMaxCommandAttempts) {
469 int attempts = 0; local
470 while (attempts++ < kMaxCommandAttempts) {
817 int attempts = 0; local
818 while (attempts++ < kMaxCommandAttempts) {

Completed in 2346 milliseconds

12 3 4 5 6 7 8