HomeSort by relevance Sort by last modified time
    Searched refs:retry (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /development/ndk/platforms/android-3/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /external/chromium_org/chrome/browser/chromeos/net/
delay_network_call.h 27 void DelayNetworkCall(const base::Closure& callback, base::TimeDelta retry);
delay_network_call.cc 19 base::TimeDelta retry) {
50 base::Bind(&chromeos::DelayNetworkCall, callback, retry),
51 retry);
  /external/chromium_org/crypto/
nss_crypto_module_delegate.h 31 // because NSS cannot issue an asynchronous request. |retry| is true if this
32 // is a request for the retry and we previously returned the wrong password.
36 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog.h 33 bool retry,
crypto_module_delegate_nss.h 48 bool retry,
52 void ShowDialog(const std::string& slot_name, bool retry);
crypto_module_delegate_nss.cc 48 bool retry,
61 retry))) {
69 bool retry) {
73 retry,
  /bionic/libc/bionic/
__cxa_guard.cpp 80 retry:
90 goto retry;
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
sermsdos.py 79 retry: DOS retry mode
90 retry = RETURN_RETRY
115 self.retry = retry
119 self.bytesize, self.stop, self.retry, self.filename)
127 def _config(self, port, baud, parity, data, stop, retry,
131 , " DATA= ", data, " STOP= ", stop, " RETRY= ",
132 retry, " > ", filename ), '')
137 self.parity, self.bytesize, self.stop, self.retry,
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shaper.cc 53 retry:
100 goto retry;
hb-shaper-private.hh 91 retry: \
102 goto retry; \
  /external/harfbuzz_ng/src/
hb-shaper.cc 53 retry:
100 goto retry;
hb-shaper-private.hh 91 retry: \
102 goto retry; \
  /external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_init 72 start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
81 start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_draw.c 243 goto retry;
247 goto retry;
254 goto retry;
258 retry:
294 goto retry;
298 goto retry;
303 goto retry;
307 retry:
  /external/chromium_org/tools/chrome_proxy/integration_tests/
chrome_proxy_metrics.js 35 // attribute 'proxy' as the proxy name and attribute 'retry' as the
36 // next retry time.
51 results[r].retry = timeSpan.title.substr(2);
53 results[r].retry = '-1';
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
task-exit.c 97 retry:
107 goto retry;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_draw.c 243 goto retry;
247 goto retry;
254 goto retry;
258 retry:
294 goto retry;
298 goto retry;
303 goto retry;
307 retry:
  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader_browsertest.cc 55 // Expected minimal wallpaper download retry interval in milliseconds.
118 const int retry = num_attempts() - 1; local
125 base::TimeDelta::FromSecondsD(base_interval * retry * retry))
126 << "Retry too fast. Actual interval " << current_delay.InSecondsF()
128 << " * (retry=" << retry
129 << " * retry)= " << base_interval * retry * retry << " seconds." local
    [all...]
  /bionic/libc/dns/resolv/
res_data.c 106 if (ores->retry != 0)
107 _nres.retry = ores->retry;
131 if (!_nres.retry)
132 _nres.retry = 4;
  /device/asus/grouper/power/
power.c 92 int n, cpu, ret, retry = RETRY_TIME_CHANGING_FREQ; local
115 while (retry) {
123 retry--;
126 while (retry) {
133 retry--;
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerHelper.java 173 * If encountered an IO error, it will attempt to retry when the network is back.
250 final ConnectionRetry retry) {
273 errorEncountered, retry);
279 errorEncountered, retry);
285 ConnectionRetry retry) {
292 if (retry == null) {
297 NetworkChangeNotifier.addConnectionTypeObserver(retry);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.h 93 void ShowError(int message_id, bool retry);
96 void ShowErrorMessage(const std::string& message, bool retry);
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 175 boolean retry = true;
176 while (retry) {
185 retry = false;
198 retry = false;
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
request_manager_unittest.cc 405 bool retry = request_manager_->FulfillRequest( local
407 EXPECT_FALSE(retry);
413 bool retry = request_manager_->RejectRequest( local
417 EXPECT_FALSE(retry);
475 bool retry = request_manager_->FulfillRequest( local
477 EXPECT_TRUE(retry);
492 bool retry = request_manager_->FulfillRequest( local
494 EXPECT_FALSE(retry);
545 bool retry = request_manager_->FulfillRequest( local
547 EXPECT_FALSE(retry);
553 bool retry = request_manager_->RejectRequest( local
603 const bool retry = request_manager_->FulfillRequest( local
647 bool retry = request_manager_->RejectRequest( local
    [all...]

Completed in 920 milliseconds

1 2 3 4 5 6 7 8