OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_try
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c
30
int
first_try
;
member in struct:eap_vendor_test_data
41
data->
first_try
= 1;
102
if (data->
first_try
) {
103
data->
first_try
= 0;
/external/oprofile/libutil++/
bfd_support.cpp
312
string
first_try
(filedir + ".debug/" + basename);
319
if (separate_debug_file_exists(
first_try
, crc32, extra))
320
debug_filename =
first_try
;
/external/stressapptest/src/
finelock_queue.cc
334
uint64
first_try
= GetRandom64() % q_size_;
339
uint64 index = (next_try +
first_try
) % q_size_;
341
// '
first_try
' so this path will be a different sequence for every
/external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc
192
SkBitmap
first_try
= GetBitmapForBackingStore(backing_store,
local
197
callback->Run(
first_try
);
/external/wpa_supplicant_8/src/radius/
radius_client.c
103
*
first_try
- Time of the first transmission attempt
105
os_time_t
first_try
;
member in struct:radius_msg_list
541
entry->
first_try
= entry->last_attempt.sec;
542
entry->next_try = entry->
first_try
+ RADIUS_CLIENT_FIRST_WAIT;
981
entry->next_try = entry->
first_try
+ RADIUS_CLIENT_FIRST_WAIT;
[
all
...]
Completed in 1225 milliseconds