HomeSort by relevance Sort by last modified time
    Searched full:workaround (Results 1 - 25 of 1977) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencv3/doc/
disabled_doc_warnings.txt 1 # doxygen citelist build workaround
  /external/valgrind/memcheck/tests/ppc64/
power_ISA2_05.vgtest 2 vgopts: --workaround-gcc296-bugs=yes
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
workaround.hpp 13 // $Id: workaround.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
17 #include <boost/detail/workaround.hpp>
adl.hpp 20 #include <boost/mpl/aux_/config/workaround.hpp>
22 // agurt, 25/apr/04: technically, the ADL workaround is only needed for GCC,
25 // of template instantiation symbols, so we apply the workaround on all
nttp.hpp 18 #include <boost/mpl/aux_/config/workaround.hpp>
21 // for a workaround):
  /external/webrtc/tools/gritsettings/
README 1 This is a dummy configuration file to workaround the assumption of the grit
  /external/vulkan-validation-layers/libs/glm/detail/
_fixes.hpp 31 //! Workaround for compatibility with other libraries
36 //! Workaround for compatibility with other libraries
41 //! Workaround for Android
46 //! Workaround for Android
51 //! Workaround for Chrone Native Client
  /hardware/intel/common/libmix/mix_audio/
configure.ac 37 AC_ARG_ENABLE([workaround],
38 [ --enable-workaround Enable workaround for LPE DROP],
40 yes) workaround=true ;;
41 no) workaround=false ;;
42 *) AC_MSG_ERROR([bad value ${enableval} for --enable-workaround]) ;;
43 esac],[workaround=false])
45 AM_CONDITIONAL([WORKAROUND], [test x$workaround = xtrue])
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/
jszip.html 11 // Vinn workaround for JSzip requiring window.
22 // Vinn workaround for JSzip requiring window.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
config.hpp 15 #include <boost/detail/workaround.hpp>
23 // Metrowerks workaround
  /system/bt/device/include/
interop.h 42 // Devices requiring this workaround do not handle Bluetooth Absolute Volume
55 // require a fixed pin of all 0000. This workaround enables auto pairing for
69 // Check if a given |addr| matches a known interoperability workaround as identified
75 // Check if a given remote device |name| matches a known interoperability workaround.
77 // |name| is "TEST" and a workaround exists for "TESTING", then this function will
78 // return false. But, if |name| is "TESTING" and a workaround exists for "TEST", this
84 // of |addr|, implementing the workaround identified by |feature|. |addr| may not be
90 // Clear the dynamic portion of the interoperability workaround database.
  /packages/apps/Bluetooth/src/com/android/bluetooth/util/
Interop.java 23 * Centralized Bluetooth Interoperability workaround utilities and database.
50 * Workaround ID for deivces which do not accept non-ASCII
56 * Initializes the interop datbase with the relevant workaround
59 * device as to what problem the workaround addresses.
71 * for a given workaround identified by |workaround_id|.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 40 Composite workaround = PropertyFactory.addWorkaround(area); local
41 if (workaround != null) {
42 workaround.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1));
  /external/skia/platform_tools/android/tests/expectations/
skia_static_deps.mk 16 # This is a workaround for the fact that the build system does not add these
  /external/skia/
skia_static_deps.mk 16 # This is a workaround for the fact that the build system does not add these
  /external/skia/third_party/libwebp/webp/
config.h 8 // FIXME: Workaround for https://bug.skia.org/4037
  /frameworks/base/libs/hwui/
hwui_static_deps.mk 9 # This is a workaround for the fact that the build system does not add these
  /frameworks/base/tools/layoutlib/rename_font/
README 4 versions are loaded. As a workaround, we rename all the fonts that we ship with
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
config_undef.hpp 9 // This is a temporary workaround until the bulk of this is
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-fix-b.s 35 @ Trigger Cortex-A8 erratum workaround with b instructions.
cortex-a8-fix-bcc.s 35 @ Trigger Cortex-A8 erratum workaround with conditional branches.
cortex-a8-fix-bl.s 35 @ Trigger Cortex-A8 erratum workaround with bl instructions.
  /external/llvm/test/CodeGen/X86/
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/v8/test/test262/
archive.py 17 # Workaround for slow grp and pwd calls.
31 # Workaround for GN. We can't specify the tarfile as output because it's
  /libcore/luni/src/test/java/libcore/java/security/
SecureRandomTest.java 129 // Modify the maximum target SDK to apply the workaround, thereby enabling the
130 // workaround for the current SDK and enabling it to be tested.
141 // ...yet it's not installed. So the workaround worked.
144 // Reset the target SDK for the workaround to the default / real value.
162 // We set the limit SDK for the workaround at the previous one, indicating that the
163 // workaround shouldn't be in place.
170 // The workaround doesn't work. As expected.
172 // Reset the target SDK for the workaround to the default / real value.

Completed in 1846 milliseconds

1 2 3 4 5 6 7 8 91011>>