HomeSort by relevance Sort by last modified time
    Searched full:boost (Results 951 - 975 of 1448) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/java/android/net/
RssiCurve.java 67 * The RSSI boost to give this network when active, in dBm.
92 * @param activeNetworkRssiBoost the RSSI boost to apply when this network is active, in dBm.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
CHANGES 92 * New feature: comes with a TR1 tuple implementation such that Boost
119 * Added support for using Boost and other TR1 implementations.
  /ndk/sources/third_party/googletest/googletest/
CHANGES 86 * New feature: comes with a TR1 tuple implementation such that Boost
113 * Added support for using Boost and other TR1 implementations.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/
forward1.hpp 4 # * Distributed under the Boost Software License, Version 1.0. (See
6 # * http://www.boost.org/LICENSE_1_0.txt)
10 # /* See http://www.boost.org for most recent version. */
17 # include <boost/preprocessor/iteration/detail/bounds/lower1.hpp>
19 # include <boost/preprocessor/iteration/detail/bounds/upper1.hpp>
24 # include <boost/preprocessor/iteration/detail/bounds/lower1.hpp>
26 # include <boost/preprocessor/iteration/detail/bounds/upper1.hpp>
43 # include <boost/preprocessor/iteration/detail/iter/reverse1.hpp>
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/
to_list.hpp 5 # * Distributed under the Boost Software License, Version 1.0. (See
7 # * http://www.boost.org/LICENSE_1_0.txt)
13 # /* See http://www.boost.org for most recent version. */
18 # include <boost/preprocessor/cat.hpp>
19 # include <boost/preprocessor/config/config.hpp>
20 # include <boost/preprocessor/facilities/overload.hpp>
21 # include <boost/preprocessor/variadic/size.hpp>
rem.hpp 5 # * Distributed under the Boost Software License, Version 1.0. (See *
7 # * http://www.boost.org/LICENSE_1_0.txt) *
11 # /* See http://www.boost.org for most recent version. */
16 # include <boost/preprocessor/cat.hpp>
17 # include <boost/preprocessor/config/config.hpp>
18 # include <boost/preprocessor/facilities/overload.hpp>
  /external/valgrind/main/drd/docs/
drd-manual.xml 58 and the Boost.Thread library support this paradigm directly.
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/detail/
fold_right.hpp 5 # * Distributed under the Boost Software License, Version 1.0. (See
7 # * http://www.boost.org/LICENSE_1_0.txt)
12 # /* See http://www.boost.org for most recent version. */
17 # include <boost/preprocessor/list/fold_left.hpp>
18 # include <boost/preprocessor/list/reverse.hpp>
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 366 /* Arbitrary metric for VBR boost */
966 int boost; local
978 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
979 boost_bits = boost*width<<BITRES;
981 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
982 boost_bits = (boost*width<<BITRES)/8;
984 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
985 boost_bits = boost*6<<BITRES;
996 offsets[i] = boost;
1780 int boost; local
    [all...]
celt_decoder.c 853 int boost; local
859 boost = 0;
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
867 boost += quanta;
871 offsets[i] = boost;
873 if (boost>0)
    [all...]
  /external/libopus/celt/
celt_encoder.c 366 /* Arbitrary metric for VBR boost */
966 int boost; local
978 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
979 boost_bits = boost*width<<BITRES;
981 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
982 boost_bits = (boost*width<<BITRES)/8;
984 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
985 boost_bits = boost*6<<BITRES;
996 offsets[i] = boost;
1780 int boost; local
    [all...]
celt_decoder.c 853 int boost; local
859 boost = 0;
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
867 boost += quanta;
871 offsets[i] = boost;
873 if (boost>0)
    [all...]
  /external/stlport/stlport/stl/config/
user_config.h 308 * boost type traits rather than the internal one. The advantages are more compiler
310 * built you just have to add the boost install path within your include path. If you want
312 * STLP_BUILD_BOOST_PATH enrironment variable with the value of the boost library path.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 308 * boost type traits rather than the internal one. The advantages are more compiler
310 * built you just have to add the boost install path within your include path. If you want
312 * STLP_BUILD_BOOST_PATH enrironment variable with the value of the boost library path.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_mf_cc.hpp 8 // Distributed under the Boost Software License, Version 1.0. (See
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/bind/bind.html for documentation.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/
numeric_cast_traits_common.hpp 5 // Distributed under the Boost Software License, Version 1.0. (See
7 // http://www.boost.org/LICENSE_1_0.txt)
12 namespace boost { namespace numeric { namespace
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 308 * boost type traits rather than the internal one. The advantages are more compiler
310 * built you just have to add the boost install path within your include path. If you want
312 * STLP_BUILD_BOOST_PATH enrironment variable with the value of the boost library path.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 308 * boost type traits rather than the internal one. The advantages are more compiler
310 * built you just have to add the boost install path within your include path. If you want
312 * STLP_BUILD_BOOST_PATH enrironment variable with the value of the boost library path.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 308 * boost type traits rather than the internal one. The advantages are more compiler
310 * built you just have to add the boost install path within your include path. If you want
312 * STLP_BUILD_BOOST_PATH enrironment variable with the value of the boost library path.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 308 * boost type traits rather than the internal one. The advantages are more compiler
310 * built you just have to add the boost install path within your include path. If you want
312 * STLP_BUILD_BOOST_PATH enrironment variable with the value of the boost library path.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
user_config.h 308 * boost type traits rather than the internal one. The advantages are more compiler
310 * built you just have to add the boost install path within your include path. If you want
312 * STLP_BUILD_BOOST_PATH enrironment variable with the value of the boost library path.
  /device/htc/flounder/
init.flounder.rc 99 chown system system /sys/devices/system/cpu/cpufreq/interactive/boost
100 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boost
  /device/samsung/manta/
mixer_paths.xml 91 <ctl name="Speaker Boost Volume" value="5" />
193 <ctl name="Speaker Boost Volume" value="5" />
  /external/chromium_org/chrome/browser/history/
visitsegment_database.cc 246 // Recent visits count more than historical ones, so we multiply in a boost
248 // This boost is a curve that smoothly goes through these values:
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiTestHarness.h 94 // We could use boost::trim, but no other part of Blink uses boost yet.

Completed in 837 milliseconds

<<31323334353637383940>>