HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 1 - 25 of 38) sorted by null

1 2

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
array_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
17 namespace boost { namespace
22 } // namespace boost
  /external/clang/test/PCH/Inputs/
typo.hpp 1 namespace boost { namespace
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp 0 /*Boost Software License - Version 1.0 - August 17th, 2003
26 namespace boost { namespace
spreadsort.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org/ for updates, documentation, and revision history.
29 namespace boost { namespace
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerThreadPriorityBooster.java 53 public void boost() { method in class:WindowManagerThreadPriorityBooster
55 // Do not boost the animation threads. As the animation threads are changing priorities,
61 super.boost();
67 // See comment in boost().
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestTarget.java 22 public static void boost() { method in class:TestTarget
  /system/vold/
Benchmark.cpp 186 PerformanceBoost boost; local
  /frameworks/base/services/core/java/com/android/server/
ThreadPriorityBooster.java 24 * Utility class to boost threads in sections where important locks are held.
44 public void boost() { method in class:ThreadPriorityBooster
70 * Updates the priority we boost the threads to, and updates the current thread's priority if
90 * the current thread is currently in. When it drops down to zero, we will no longer boost
  /external/clang/test/Analysis/
cxx11-crashes.cpp 15 namespace boost {namespace filesystem3 { namespace
22 namespace boost namespace
31 namespace fs = boost::filesystem;
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 46 namespace boost { namespace
50 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-note{{candidate template ignored: disabled by 'enable_if' [with T = char]}}
54 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {};
64 typename boost::enable_if<sizeof(T) == 4, int>::type f(); // expected-error{{no type named 'type' in 'boost::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration}}
  /external/eigen/test/
boostmultiprec.cpp 66 #include <boost/multiprecision/cpp_dec_float.hpp>
67 #include <boost/multiprecision/number.hpp>
68 #include <boost/math/special_functions.hpp>
69 #include <boost/math/complex.hpp>
71 namespace mp = boost::multiprecision;
80 struct NumTraits<boost::multiprecision::detail::expression<T1,T2,T3,T4,T5> > : NumTraits<Real> {};
103 namespace boost { namespace
106 using boost::math::isfinite;
107 using boost::math::isnan;
108 using boost::math::isinf
    [all...]
  /external/freetype/src/psaux/
psblues.h 58 * Boost.
160 CF2_Fixed boost; member in struct:CF2_BluesRec_
  /external/libxaac/decoder/drc_src/
impd_drc_uni_gain_dec.h 58 FLOAT32 boost; member in struct:__anon26445
impd_drc_gain_dec.h 65 FLOAT32 boost; member in struct:__anon26378
impd_drc_rom.h 147 FLOAT32 boost; member in struct:__anon26401
impd_drc_selection_process.h 85 FLOAT32 boost; member in struct:ia_drc_sel_proc_params_struct
impd_drc_uni_interface.h 38 FLOAT32 boost; member in struct:__anon26450
impd_drc_interface.h 55 FLOAT32 boost; member in struct:__anon26385
impd_drc_uni_common.h 153 FLOAT32 boost; member in struct:ia_drc_sel_proc_output_struct
  /external/aac/libAACdec/src/
aacdec_drc_types.h 165 FIXP_DBL boost; /* boost scale factor */ member in struct:__anon13566
  /external/aac/libDRCdec/src/
drcDec_selectionProcess.h 174 FIXP_SGL boost; /* e = 1 */ member in struct:s_selection_process_output
drcGainDec_preprocess.cpp 127 FIXP_SGL boost; member in struct:__anon13777
556 gainRatio_m = fMultDiv2(gainRatio_m, nodeMod->boost);
639 const FIXP_SGL boost, const FIXP_DBL loudnessNormalizationGainDb,
652 nodeMod.boost = boost;
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonController.cpp 49 MACRO(boost) \
209 int Controller::boost(int bus_usage) { function in class:android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller
210 CONTROLLER_CHECK(boost, bus_usage);
  /external/adhd/cras/src/server/
cras_dsp_mod_builtin.c 413 float boost = *data->ports[k+7]; local
422 drc_set_param(drc, i, PARAM_POST_GAIN, boost);
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 188 unsigned boost = atoi(value); local
189 ALOGV("AAC decoder using desired DRC boost factor of %d instead of %d", boost,
191 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, boost);
    [all...]

Completed in 632 milliseconds

1 2