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

1 2 3 45 6 7 8 91011>>

  /external/guava/guava-gwt/test/com/google/common/testing/
Testing.gwt.xml 13 <!-- We used to set this only for packages that had manual supersource. That worked everywhere that I know of except for one place: when running the GWT util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package: http://goo.gl/CO7dLB The summary is that it ignores one file in favor of the other. util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none. GWT is happy to ignore us when we specify a nonexistent path. (I hope that this workaround does not cause its own problems in the future.) -->
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_reference.hpp 13 #include <boost/detail/workaround.hpp>
97 // agurt, 07/mar/03: workaround Borland's ill-formed sensitivity to an additional
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_ext.c 296 NXPLOG_NCIHAL_D ("> Going through workaround - notification of ISO 15693");
316 NXPLOG_NCIHAL_D ("> Going through workaround - data of ISO 15693");
343 NXPLOG_NCIHAL_D ("> Deinit workaround for LLCP set_config 0x%x 0x%x 0x%x", p_ntf[21], p_ntf[22], p_ntf[23]);
366 NXPLOG_NCIHAL_D("Going through workaround - NFCEE_DISCOVER_RSP");
373 NXPLOG_NCIHAL_D("Going through workaround - NFCEE_DISCOVER_RSP - END");
425 NXPLOG_NCIHAL_D("Going through workaround - iso-dep interface mifare protocol with sak value not equal to 0x20");
440 NXPLOG_NCIHAL_D ("> Workaround for ISO-DEP Presence Check, ignore response and wait for notification");
451 NXPLOG_NCIHAL_D ("> Workaround for ISO-DEP Presence Check, presence check return failed");
468 NXPLOG_NCIHAL_D ("> Workaround for ISO-DEP Presence Check - Card still in field");
476 NXPLOG_NCIHAL_D ("> Workaround for ISO-DEP Presence Check - Card not in field")
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
workaround.hpp 8 // Compiler/library version workaround macro
13 // // workaround for eVC4 and VC6
14 // ... // workaround code here
30 // which the workaround was known to have been required. When
33 // the workaround for any version of the compiler. When
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/
tycho-p2-extras-plugin-0.18.1.pom 42 <!-- workaround for 393663 -->
48 <!-- begin workaround for 393663 -->
64 <!-- end workaround for 393663 -->
73 Workaround 387848 and 348394.
85 The workaround for this limitation is two step
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 110 # define _STLP_MPWFIX_TRY try{ //*TY 06/01/2000 - exception handling bug workaround
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 110 # define _STLP_MPWFIX_TRY try{ //*TY 06/01/2000 - exception handling bug workaround
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /external/guava/guava-gwt/src/com/google/common/net/
Net.gwt.xml 13 <!-- We used to set this only for packages that had manual supersource. That worked everywhere that I know of except for one place: when running the GWT util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package: http://goo.gl/CO7dLB The summary is that it ignores one file in favor of the other. util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none. GWT is happy to ignore us when we specify a nonexistent path. (I hope that this workaround does not cause its own problems in the future.) -->
  /external/guava/guava-gwt/test/com/google/common/collect/testing/google/
Google.gwt.xml 19 Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none.
21 (I hope that this workaround does not cause its own problems in the future.)
  /external/netperf/
README.aix 22 to workaround this bug in IBM's include files. It has been reported
27 a workaround for problems with compilation on AIX 6.1:
  /frameworks/support/v7/cardview/res/values/
attrs.xml 41 <!-- Workaround to read user defined minimum width -->
43 <!-- Workaround to read user defined minimum height -->
  /hardware/intel/common/libmix/mix_audio/src/
Makefile.am 29 # additional flags to enable backdoor or workaround
34 if WORKAROUND
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
integral_wrapper.hpp 20 #include <boost/mpl/aux_/config/workaround.hpp>
46 // agurt, 08/mar/03: SGI MIPSpro C++ workaround, have to #ifdef because some
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
sequence_tag.hpp 24 #include <boost/mpl/aux_/config/workaround.hpp>
43 // agurt, 07/feb/03: workaround for what seems to be MSVC 7.0-specific ETI issue
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceSurfaceTextureNexus4Impl.java 29 * Workaround for TextureView/HAL issues in API1 / API2 Legacy Mode
32 * This workaround for 16:9 consists of:
  /prebuilts/sdk/current/support/v7/cardview/res/values/
attrs.xml 41 <!-- Workaround to read user defined minimum width -->
43 <!-- Workaround to read user defined minimum height -->
  /art/test/453-not-byte/src/
Main.java 21 // Workaround for b/18051191.
  /art/test/457-regs/src/
Main.java 21 // Workaround for b/18051191.
  /art/test/467-regalloc-pair/src/
Main.java 25 // Workaround for b/18051191.
  /art/test/471-uninitialized-locals/src/
Main.java 21 // Workaround for b/18051191.
  /art/test/472-unreachable-if-regression/src/
Main.java 21 // Workaround for b/18051191.
  /art/test/475-regression-inliner-ids/src/
Main.java 21 // Workaround for b/18051191.
  /art/test/501-null-constant-dce/src/
Main.java 21 // Workaround for b/18051191.
  /art/test/501-regression-packed-switch/src/
Main.java 22 // Workaround for b/18051191.
  /art/test/503-dead-instructions/src/
Main.java 21 // Workaround for b/18051191.

Completed in 1170 milliseconds

1 2 3 45 6 7 8 91011>>