Home
last modified time | relevance | path

Searched refs:workaround (Results 1 – 25 of 129) sorted by relevance

123456

/external/srec/doc/logs/uapi/
Drun_robustness2.log44 Sleep 1800 ms (workaround for Sooner audio driver bug)
70 Sleep 1800 ms (workaround for Sooner audio driver bug)
96 Sleep 1800 ms (workaround for Sooner audio driver bug)
122 Sleep 1800 ms (workaround for Sooner audio driver bug)
148 Sleep 1800 ms (workaround for Sooner audio driver bug)
174 Sleep 1800 ms (workaround for Sooner audio driver bug)
200 Sleep 1800 ms (workaround for Sooner audio driver bug)
226 Sleep 1800 ms (workaround for Sooner audio driver bug)
252 Sleep 1800 ms (workaround for Sooner audio driver bug)
278 Sleep 1800 ms (workaround for Sooner audio driver bug)
[all …]
Drun_robustness3.log98 Sleep 1800 ms (workaround for Sooner audio driver bug)
222 Sleep 1800 ms (workaround for Sooner audio driver bug)
346 Sleep 1800 ms (workaround for Sooner audio driver bug)
470 Sleep 1800 ms (workaround for Sooner audio driver bug)
594 Sleep 1800 ms (workaround for Sooner audio driver bug)
718 Sleep 1800 ms (workaround for Sooner audio driver bug)
842 Sleep 1800 ms (workaround for Sooner audio driver bug)
966 Sleep 1800 ms (workaround for Sooner audio driver bug)
1090 Sleep 1800 ms (workaround for Sooner audio driver bug)
1214 Sleep 1800 ms (workaround for Sooner audio driver bug)
[all …]
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/
DSDL_dmaaudio.c433 { char *workaround; in DMA_OpenAudio() local
434 workaround = SDL_getenv("SDL_DSP_NOSELECT"); in DMA_OpenAudio()
435 if ( workaround ) { in DMA_OpenAudio()
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
DSDL_paudio.c497 { char *workaround; in Paud_OpenAudio() local
498 workaround = SDL_getenv("SDL_DSP_NOSELECT"); in Paud_OpenAudio()
499 if ( workaround ) { in Paud_OpenAudio()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap.c383 if (sm->workaround) in SM_STATE()
527 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
582 if (sm->workaround && duplicate && in eap_peer_req_is_duplicate()
1087 if (sm->workaround) { in eap_sm_parseEapReq()
1706 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) in eap_set_workaround() argument
1708 sm->workaround = workaround; in eap_set_workaround()
Deap.h276 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
Deap_i.h327 unsigned int workaround; member
/external/wpa_supplicant/
Deap.c356 if (sm->workaround) in SM_STATE()
511 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
593 if (sm->workaround && duplicate && in SM_STEP()
1084 if (sm->workaround) { in eap_sm_parseEapReq()
1720 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) in eap_set_workaround() argument
1722 sm->workaround = workaround; in eap_set_workaround()
Deap.h260 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
Deap_i.h330 unsigned int workaround; member
Deap_peap.c430 if (in_len == 0 && sm->workaround && data->phase2_success) { in eap_peap_decrypt()
524 if (sm->workaround && len == 4 && len_decrypted == 5 && in eap_peap_decrypt()
740 if (sm->workaround && data->resuming) { in eap_peap_process()
Deapol_sm.h56 unsigned int workaround; member
DChangeLog36 * added driver_wext workaround for race condition between scanning and
63 from being used with non-WPA networks and disabled workaround for
163 * added a workaround for a case where the AP is using unknown address
169 * added a workaround for UDP-based control interface (which was used in
464 * added a workaround for clearing keys with ndiswrapper to allow
526 * added EAP workaround for PEAP session resumption: allow outer,
612 * added EAP workaround for PEAPv1 session resumption: allow outer,
630 * modified the EAP workaround that accepts EAP-Success with incorrect
685 * added a workaround for an interoperability issue with a Cisco AP
692 * fixed EAP workaround and fast reauthentication configuration for
[all …]
/external/stlport/etc/
DChangeLog34 * stlport/stdlib.h, cstdlib: Fix errno workaround for gcc MinGW.
36 include_next so skipping workaround in STLport stdlib.h. So errno.h
191 _Void_const_mem_fun1_ref. Those classes are use as a workaround for
195 implementation used when workaround is not necessary.
331 No need for a __Named_exception workaround anymore. Force
333 operations. Change implementation _Copyable and add a workaround
448 to the STLport ones. A number of now useless workaround has been
632 * stlport/stl/_locale.h: Fix locale implementation when MSVC6 workaround
1105 * _STLP_STATIC_MEMBER_DECLSPEC workaround removed. Thanks to
1106 _GetFacetId other workaround it should now be useless. There
[all …]
DChangeLog-5.118 Removed useless and even invalid workaround used when
319 * stlport/stl/_alloc.h: Add a workaround for compilers with buggy
355 __false_type and homonyms ones in libstd++. Add workaround in the 2
453 * test/unit/resolve_name.cpp: Clean most of MSVC6 workaround, only
614 * src/c_locale_win32/c_locale_win32.c: Add Borland workaround to avoid
619 a wint_t workaround already existing in _cwchar.h. Removed Borland workaround
639 rather than reproducing the workaround hidden by this macro.
709 workaround specific to the cross compiler coming with PSDK. Thanks
715 a Hp aCC workaround.
761 * stlport/stl/type_manips.h: workaround for __true_type/__false_type
[all …]
DChangeLog-4.037 * cmath : added same workaround for SUN's math exception/std::exception name clash
74 …* <typeinfo> : workaround for VC++ 6.0 defining type_info in gobal namespace (thanks to Bosko Ivan…
117 * _pair.h : added workaround for make_pair in case of char literals
194 … _monetary.h, _numeric_facets.h, _time_facets.h - added workaround for locale's nested class.
206 …* Added workaround for static locale::id member in DLL for mingw32 (thanks for Danny Smith for the…
264 workaround for new form of distance().
296 * collate : added workaround for SUNpro linker (thanks to Petr Ovchenkov for the fix)
/external/stlport/stlport/
Dcstdlib26 * is not used and the workaround in this file must be duplicated here
/external/stlport/doc/
DREADME.intel14 As a workaround, STLport has its own std::unexpected implementation
DREADME.evc3140 There is currently no workaround for this bug. It is recommended to not use
153 The workaround is to guard all affected headers (stdio.h, string.h, stdarg.h,
DREADME.dmc58 when building the library. As a workaround STLport typeinfo.h simply
/external/stlport/src/
Dstlport.rc36 * macro containing 0 in a character string so we use a workaround for this
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
Deapol_supp_sm.h56 unsigned int workaround; member
Deapol_supp_sm.c1174 if (sm->conf.workaround && in eapol_sm_rx_eapol()
1382 sm->conf.workaround = conf->workaround; in eapol_sm_notify_config()
1385 eap_set_workaround(sm->eap, conf->workaround); in eapol_sm_notify_config()
/external/dropbear/debian/
Ddropbear.README.Debian50 sees /dev/random blocking. A workaround for such systems is to
/external/qemu/distrib/
DREADME46 the patch implements a simple workaround to this system-level problem.

123456