HomeSort by relevance Sort by last modified time
    Searched full:mpl (Results 376 - 400 of 1387) sorted by null

<<11121314151617181920>>

  /external/eigen/test/eigen2/
eigen2_sizeof.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
eigen2_smallvectors.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
  /external/eigen/test/
first_aligned.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
nesting_ops.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
pastix_support.cpp 8 // Public License v. 2.0. If a copy of the MPL was not distributed
9 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
product_small.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
resize.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
simplicial_cholesky.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
sizeof.cpp 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
  /external/eigen/unsupported/Eigen/
IterativeSolvers 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
SparseExtra 7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/
filelist.mk 11 HEADERS += $(MLLITE_DIR)/mpl.h
27 SOURCES += $(MLLITE_DIR)/mpl.c
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/
filelist.mk 11 HEADERS += $(MLLITE_DIR)/mpl.h
27 SOURCES += $(MLLITE_DIR)/mpl.c
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/
filelist.mk 11 HEADERS += $(MLLITE_DIR)/mpl.h
27 SOURCES += $(MLLITE_DIR)/mpl.c
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
general.hpp 12 # include <boost/mpl/if.hpp>
51 : mpl::if_<
has_constraints.hpp 7 # include <boost/mpl/bool.hpp>
45 typedef mpl::bool_<value> type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 11 #include <boost/mpl/identity.hpp>
72 : mpl::identity<Return>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
dtp.hpp 11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/workaround.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
advance_backward.hpp 9 // Preprocessed version of "boost/mpl/aux_/advance_backward.hpp" header
12 namespace boost { namespace mpl { namespace aux { namespace in namespace:boost
advance_forward.hpp 9 // Preprocessed version of "boost/mpl/aux_/advance_forward.hpp" header
12 namespace boost { namespace mpl { namespace aux { namespace in namespace:boost
apply_wrap.hpp 9 // Preprocessed version of "boost/mpl/apply_wrap.hpp" header
12 namespace boost { namespace mpl { namespace in namespace:boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
enum.hpp 11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/preprocessor.hpp>
  /device/samsung/manta/libsensors/
sensors.cpp 122 mpl = 0, enumerator in enum:sensors_poll_context_t::__anon4619
149 return mpl;
174 setCallbackObject(p_mplsen); //setup the callback object for handing mpl callbacks
180 mSensors[mpl] = p_mplsen;
181 mPollFds[mpl].fd = mSensors[mpl]->getFd();
182 mPollFds[mpl].events = POLLIN;
183 mPollFds[mpl].revents = 0;
186 mPollFds[compass].fd = ((MPLSensor*)mSensors[mpl])->getCompassFd();
191 mPollFds[dmpOrient].fd = ((MPLSensor*)mSensors[mpl])->getDmpOrientFd()
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 39 typedef mpl::false_ trivial ;
45 typedef typename mpl::if_< is_arithmetic<S>, S, S const&>::type argument_type ;
47 typedef typename mpl::if_<subranged,S,T>::type supertype ;
48 typedef typename mpl::if_<subranged,T,S>::type subtype ;
63 typedef mpl::false_ subranged ;
64 typedef mpl::true_ trivial ;
90 typedef typename mpl::if_<is_trivial,trivial_imp,non_trivial_imp>::type type ;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pcos.h 6 * the License at http://www.mozilla.org/MPL/
27 * allow others to use your version of this file under the MPL,
31 * may use your version of this file under either the MPL or the

Completed in 806 milliseconds

<<11121314151617181920>>