Searched refs:workaround (Results 1 – 25 of 235) sorted by relevance
12345678910
/external/brotli/java/org/brotli/wrapper/dec/ |
D | BUILD | 45 ":brotli_jni", # Bazel JNI workaround 60 ":brotli_jni", # Bazel JNI workaround 75 ":brotli_jni", # Bazel JNI workaround
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | BUILD | 46 ":brotli_jni", # Bazel JNI workaround 62 ":brotli_jni", # Bazel JNI workaround 78 ":brotli_jni", # Bazel JNI workaround
|
/external/brotli/java/org/brotli/wrapper/common/ |
D | BUILD | 41 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround 54 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
|
/external/skia/tools/ |
D | build_workaround_header.py | 26 workarounds.update([workaround.strip() for workaround in f])
|
/external/skqp/tools/ |
D | build_workaround_header.py | 26 workarounds.update([workaround.strip() for workaround in f])
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | init-priority.ll | 8 ; This is to workaround a Visual Studio bug which causes field 11 ; This workaround consists in providing a user default constructor
|
/external/llvm/test/CodeGen/X86/ |
D | init-priority.ll | 8 ; This is to workaround a Visual Studio bug which causes field 11 ; This workaround consists in providing a user default constructor
|
/external/eigen/cmake/ |
D | language_support.cmake | 6 # 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,
|
/external/eigen/doc/ |
D | UsingNVCC.dox | 18 …or greater) has issues with the standard \c \<limits\> header file. To workaround this, you can ad… 20 // workaround issue between gcc >= 4.7 and cuda 5.5
|
/external/grpc-grpc/doc/ |
D | fork_support.md | 28 We have provided a workaround for this issue by allowing users to turn 42 The workaround when using fork/exec by setting
|
/external/catch2/docs/ |
D | limitations.md | 109 Catch provides a workaround, it is possible to disable stringification of original expressions by d… 135 A workaround is to explicitly specialize `Catch::is_range` for given 142 A workaround is to compile the binary in Release mode. 162 … of `libstdc++`, it is very likely you are seeing this. The only known workaround is to use a fixe…
|
/external/archive-patcher/generator/ |
D | build.gradle | 13 // AS/IntelliJ workaround: https://code.google.com/p/android/issues/detail?id=64887#c26
|
/external/archive-patcher/applier/ |
D | build.gradle | 13 // AS/IntelliJ workaround: https://code.google.com/p/android/issues/detail?id=64887#c26
|
/external/webrtc/tools/gritsettings/ |
D | README | 1 This is a dummy configuration file to workaround the assumption of the grit
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | .bazelrc | 6 # Similarly, we need to workaround sandboxing issues:
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | README.chromium | 11 taken to workaround a bug in older Python versions such as 2.7.3. See
|
/external/mesa3d/src/glx/ |
D | meson.build | 156 # workaround for bug #2180 166 dummy_c, # workaround for bug #2180
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | memset_chk-simplify-nobuiltin.ll | 4 ; This is a workaround for PR23093: when building with -mkernel/-fno-builtin,
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | memset_chk-simplify-nobuiltin.ll | 4 ; This is a workaround for PR23093: when building with -mkernel/-fno-builtin,
|
/external/grpc-grpc/tools/dockerfile/distribtest/python_wheezy_x64/ |
D | Dockerfile | 19 # Use --index-url to workaround
|
/external/grpc-grpc/tools/dockerfile/distribtest/python_ubuntu1204_x64/ |
D | Dockerfile | 19 # Use --index-url to workaround
|
/external/llvm/test/DebugInfo/Generic/ |
D | empty.ll | 6 ; darwin has a workaround for a linker bug so it always emits one line table entry
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | empty.ll | 6 ; darwin has a workaround for a linker bug so it always emits one line table entry
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 952 if (sm->workaround) in SM_STATE() 1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 1165 if (sm->workaround && duplicate && in eap_peer_req_is_duplicate() 1208 else if (sm->workaround && sm->lastId == -1 && sm->rxSuccess && in eap_peer_sm_step_received() 1211 else if (sm->workaround && sm->lastId == -1 && sm->rxFailure && in eap_peer_sm_step_received() 1215 else if (sm->workaround && sm->rxSuccess && !sm->rxFailure && in eap_peer_sm_step_received() 1973 if (sm->workaround) { in eap_sm_parseEapReq() 2697 void eap_set_workaround(struct eap_sm *sm, unsigned int workaround) in eap_set_workaround() argument 2699 sm->workaround = workaround; in eap_set_workaround()
|
/external/llvm/test/CodeGen/SPARC/ |
D | float-constants.ll | 32 ;; due to an earlier broken workaround for this issue.)
|
12345678910