Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 25 of 2433) sorted by relevance

12345678910>>...98

/dports/databases/opentsdb/opentsdb-2.3.0/src/uid/
H A DFailedToAssignUniqueIdException.java14 private final int attempts; field in FailedToAssignUniqueIdException
23 final int attempts) { in FailedToAssignUniqueIdException()
40 final int attempts, final String msg) { in FailedToAssignUniqueIdException()
56 final int attempts, final Throwable ex) { in FailedToAssignUniqueIdException()
76 public int attempts() { in attempts() method in FailedToAssignUniqueIdException
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mini_installer/
H A Ddelete_with_retry_test.cc75 int attempts = 0; in TEST_F() local
89 int attempts = 0; in TEST_F() local
98 int attempts = 0; in TEST_F() local
114 int attempts = 0; in TEST_F() local
124 int attempts = 0; in TEST_F() local
139 int attempts = 0; in TEST_F() local
157 int attempts = 0; in TEST_F() local
190 int attempts = 0; in TEST_F() local
214 int attempts = 0; in TEST_F() local
246 int attempts = 0; in TEST_F() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/streams/
H A DPollingOutputStream.java63 int attempts = 0; in write() local
87 int attempts = 0; in write() local
122 int attempts = 0; in flush() local
153 int attempts = numAttempts - 1; // fail fast if flush() does times out in close() local
H A DPollingInputStream.java67 int attempts = 0; in close() local
103 int attempts = 0; in read() local
129 int attempts = 0; in read() local
154 int attempts = 0; in skip() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/gitiles/
H A Dapi.py14 def _fetch(self, url, step_name, fmt, attempts=None, add_json_log=True, argument
56 def refs(self, url, step_name='refs', attempts=None): argument
69 step_name=None, attempts=None, **kwargs): argument
114 def commit_log(self, url, commit, step_name=None, attempts=None): argument
131 step_name=None, attempts=None, **kwargs): argument
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/util/
H A DRetryCounter.java109 public long getBackoffTime(RetryConfig config, int attempts) { in getBackoffTime()
116 public long getBackoffTime(RetryConfig config, int attempts) { in getBackoffTime()
124 public long getBackoffTime(RetryConfig config, int attempts) { in getBackoffTime()
133 private int attempts; field in RetryCounter
153 int attempts = getAttemptTimes(); in sleepUntilNextRetry() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/
H A DParsedTask.java98 List<LoggedTaskAttempt> attempts = getAttempts(); in obtainTaskAttempts() local
103 List<LoggedTaskAttempt> attempts) { in convertTaskAttempts()
126 List<ParsedTaskAttempt> attempts = obtainTaskAttempts(); in dumpParsedTask() local
/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/rumen/
H A DParsedTask.java94 List<LoggedTaskAttempt> attempts = getAttempts(); in obtainTaskAttempts() local
99 List<LoggedTaskAttempt> attempts) { in convertTaskAttempts()
122 List<ParsedTaskAttempt> attempts = obtainTaskAttempts(); in dumpParsedTask() local
/dports/security/ossec-hids-local/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dsudo.ini26 log 1 pass = Jun 25 16:15:45 precise32 sudo: mike : 3 incorrect password attempts ; TTY=pts/0 ;…
28 rule = 5404
29 alert = 10
30 decoder = sudo
/dports/security/ossec-hids-server/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dsudo.ini26 log 1 pass = Jun 25 16:15:45 precise32 sudo: mike : 3 incorrect password attempts ; TTY=pts/0 ;…
28 rule = 5404
29 alert = 10
30 decoder = sudo
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dsudo.ini26 log 1 pass = Jun 25 16:15:45 precise32 sudo: mike : 3 incorrect password attempts ; TTY=pts/0 ;…
28 rule = 5404
29 alert = 10
30 decoder = sudo
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/relay/
H A Dblackhole.py47 def _attempt(self, envelope, attempts): argument
50 def attempt(self, envelope, attempts): argument
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/samplers/src/
H A DUniformValidStateSampler.cpp48 unsigned int attempts = 0; in sample() local
61 unsigned int attempts = 0; in sampleNear() local
H A DObstacleBasedValidStateSampler.cpp49 unsigned int attempts = 0; in sample() local
85 unsigned int attempts = 0; in sampleNear() local
H A DMinimumClearanceValidStateSampler.cpp60 unsigned int attempts = 0; in sample() local
82 unsigned int attempts = 0; in sampleNear() local
/dports/www/bolt/bolt-2.2.24/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DDialogHelper.php46 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
340 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false, …
369 …ddenResponseAndValidate(OutputInterface $output, $question, $validator, $attempts = false, $fallba…
460 private function validateAttempts($interviewer, OutputInterface $output, $validator, $attempts)
/dports/www/matomo/piwik/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DDialogHelper.php46 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
340 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false, …
369 …ddenResponseAndValidate(OutputInterface $output, $question, $validator, $attempts = false, $fallba…
460 private function validateAttempts($interviewer, OutputInterface $output, $validator, $attempts)
/dports/devel/pear-Symfony_Component_Console/Console-2.4.4/Symfony/Component/Console/Helper/
H A DDialogHelper.php43 …public function select(OutputInterface $output, $question, $choices, $default = null, $attempts = …
336 …public function askAndValidate(OutputInterface $output, $question, $validator, $attempts = false, …
366 …ddenResponseAndValidate(OutputInterface $output, $question, $validator, $attempts = false, $fallba…
457 private function validateAttempts($interviewer, OutputInterface $output, $validator, $attempts)
/dports/security/py-exscript/exscript-2.6/Exscript/util/
H A Ddecorator.py93 def _decorate(flush=True, attempts=1, only_authenticate=False): argument
130 def autologin(flush=True, attempts=1): argument
150 def autoauthenticate(flush=True, attempts=1): argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/tests/Utility/
H A DFileSystemWatcherTest.cs145 …ts, Action action, Action cleanup = null, string expectedPath = null, int attempts = DefaultAttemp… in ExpectEvent()
160 … Action action, Action cleanup = null, string[] expectedPaths = null, int attempts = DefaultAttemp… in ExpectEvent()
268 …ExpectError(FileSystemWatcher watcher, Action action, Action cleanup, int attempts = DefaultAttemp… in ExpectError()
281 …pectNoError(FileSystemWatcher watcher, Action action, Action cleanup, int attempts = DefaultAttemp… in ExpectNoError()
296 …ryErrorEvent(FileSystemWatcher watcher, Action action, Action cleanup, int attempts, bool expected) in TryErrorEvent()
/dports/www/qdecoder/qdecoder-12.0.8/src/
H A Dmsw_missing.c23 unsigned int attempts = TMP_MAX; in mkstemp() local
25 unsigned int attempts = ATTEMPTS_MIN; in mkstemp() local
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Dmkstemp.c69 unsigned int attempts = ATTEMPTS_MIN < TMP_MAX ? TMP_MAX : ATTEMPTS_MIN; local
71 unsigned int attempts = ATTEMPTS_MIN; local
/dports/devel/spark/spark-2.1.1/core/src/test/resources/HistoryServerExpectations/
H A Dapplication_list_json_expectation.json4 "attempts" : [ { array
18 "attempts" : [ { array
44 "attempts" : [ { array
70 "attempts" : [ { array
84 "attempts" : [ { array
98 "attempts" : [ { array
H A Dcompleted_app_list_json_expectation.json4 "attempts" : [ { array
18 "attempts" : [ { array
44 "attempts" : [ { array
70 "attempts" : [ { array
84 "attempts" : [ { array
98 "attempts" : [ { array
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/tests/tcp_nuke_addr/
H A Dtcp_nuke_addr_test.cpp92 android::RWLock *lock, std::atomic<unsigned int> *attempts) { in connectLoop()
115 void progressThread(std::atomic<unsigned int> *attempts) { in progressThread()
138 std::atomic<unsigned int> attempts; in main() local

12345678910>>...98