Home
last modified time | relevance | path

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

123456

/external/llvm/test/CodeGen/X86/
Dinit-priority.ll8 ; This is to workaround a Visual Studio bug which causes field
11 ; This workaround consists in providing a user default constructor
/external/eigen/cmake/
Dlanguage_support.cmake6 # This additional function definition is needed to provide a workaround for
19 # My workaround is to invoke cmake twice. If both return codes are zero,
DEigenConfigureTesting.cmake18 # so we have to workaround by directly editing the generated DartConfiguration.tcl file
/external/netperf/
DREADME.aix22 to workaround this bug in IBM's include files. It has been reported
27 a workaround for problems with compilation on AIX 6.1:
DREADME.ovms54 To workaround that, the following defines are believed to be
/external/valgrind/memcheck/tests/ppc64/
Dpower_ISA2_05.vgtest2 vgopts: --workaround-gcc296-bugs=yes
/external/opencv3/doc/
Ddisabled_doc_warnings.txt1 # doxygen citelist build workaround
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Ddxva2.h83 uint64_t workaround; member
/external/webrtc/tools/gritsettings/
DREADME1 This is a dummy configuration file to workaround the assumption of the grit
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dmemset_chk-simplify-nobuiltin.ll4 ; This is a workaround for PR23093: when building with -mkernel/-fno-builtin,
/external/llvm/test/DebugInfo/Generic/
Dempty.ll6 ; darwin has a workaround for a linker bug so it always emits one line table entry
/external/wpa_supplicant_8/src/eap_peer/
Deap.c723 if (sm->workaround) in SM_STATE()
874 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
929 if (sm->workaround && duplicate && in eap_peer_req_is_duplicate()
972 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess && in eap_peer_sm_step_received()
975 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure && in eap_peer_sm_step_received()
979 else if (sm->workaround && sm->rxSuccess && !sm->rxFailure && in eap_peer_sm_step_received()
1769 if (sm->workaround) { in eap_sm_parseEapReq()
2483 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) in eap_set_workaround() argument
2485 sm->workaround = workaround; in eap_set_workaround()
Deap.h331 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround);
Deap_i.h350 unsigned int workaround; member
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dcontrol29 workaround.
/external/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll32 ;; due to an earlier broken workaround for this issue.)
/external/vulkan-validation-layers/build-android/gradle-templates/
Dwin.template.gradle4 // This is temp workaround, clean fix will be provided soon so all OSes should use
/external/dexmaker/
DREADME17 bug-8108255.patch: temporary workaround to ClassLoading issues
/external/bison/m4/
Dfloat_h.m486 dnl We add the workaround to <float.h> but also to <math.h>,
Derrno_h.m4113 /* The following two lines are a workaround against an autoconf-2.52 bug. */
/external/deqp/framework/delibs/cmake/
Dtoolchain-android-r4.cmake76 # \note Hacky workaround for flags...
Dtoolchain-android-r5.cmake79 # \note Hacky workaround for flags...
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c1277 if (sm->conf.wps && sm->conf.workaround && in eapol_sm_rx_eapol()
1305 if (sm->conf.workaround) { in eapol_sm_rx_eapol()
1525 sm->conf.workaround = conf->workaround; in eapol_sm_notify_config()
1535 eap_set_workaround(sm->eap, conf->workaround); in eapol_sm_notify_config()
Deapol_supp_sm.h50 unsigned int workaround; member
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dshared_page_state.py216 for workaround in system_info.gpu.driver_bug_workarounds:
217 logging.info(' %s', workaround)

123456