OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_attempts
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h
107
unsigned int
num_attempts
:4;
member in struct:wcd9xxx_ocp_setting
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h
122
unsigned int
num_attempts
:4; /* up to 15 attempts */
member in struct:wcd9xxx_ocp_setting
/external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc
211
for (int
num_attempts
= 0;
num_attempts
< kMaxInitAttempts; ++
num_attempts
) {
/external/chromium_org/net/dns/
dns_transaction_unittest.cc
432
void CheckServerOrder(const unsigned* servers, size_t
num_attempts
) {
433
ASSERT_EQ(
num_attempts
, socket_factory_->remote_endpoints_.size());
434
for (size_t i = 0; i <
num_attempts
; ++i) {
[
all
...]
/external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc
356
int
num_attempts
() const { return num_attempts_; }
function in class:net::__anon11612::RequesterResults
Completed in 253 milliseconds