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

<<41424344454647484950>>

  /external/stlport/etc/
ChangeLog     [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
fold_left.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. */
15 # include <boost/preprocessor/arithmetic/dec.hpp>
16 # include <boost/preprocessor/cat.hpp>
17 # include <boost/preprocessor/control/if.hpp>
18 # include <boost/preprocessor/debug/error.hpp>
19 # include <boost/preprocessor/detail/auto_rec.hpp>
20 # include <boost/preprocessor/seq/seq.hpp>
21 # include <boost/preprocessor/seq/size.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
is_mem_fun_pointer_impl.hpp 4 // Use, modification and distribution are subject to the Boost Software License,
6 // http://www.boost.org/LICENSE_1_0.txt).
8 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
17 #include <boost/config.hpp>
20 # include <boost/preprocessor/iterate.hpp>
21 # include <boost/preprocessor/enum_params.hpp>
22 # include <boost/preprocessor/comma_if.hpp>
25 namespace boost { namespace
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 505 band, and use this when we calculate the boost-factor. Since the mapped energy isn't
507 in the boost function calculate that too much limiting has been applied and hence we will
508 boost the signal although it isn't called for. Hence we need to compensate for this by
510 after the boost is applied.
516 nrg = fMult(nrg, FL2FXCONST_DBL(0.398107267f)); /* The maximum boost is 1.584893, so the maximum attenuation should be square(1/1.584893) = 0.398107267 */
689 Compensate for the boost calculation in the decdoder.
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/detail/
while.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/control/iif.hpp>
18 # include <boost/preprocessor/logical/bool.hpp>
19 # include <boost/preprocessor/tuple/eat.hpp>
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc 829 // Microphone boost cannot be enabled through ALSA Simple Mixer Interface
856 " it is not possible to enable microphone boost");
875 // Microphone boost cannot be enabled on this platform!
    [all...]
audio_device_pulse_linux.h 186 // Microphone boost control
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 326 // mute and on/off (<=> boost) controls
358 // store this on/off control (most likely a Boost control)
443 // scan the controls for this source and search for volume, mute and on/off (<=> boost) controls
463 // store this on/off control (most likely a Boost control)
506 // locate the master volume control (and mute + boost controls if possible)
508 // scan the controls for this wave-in destination and search for volume, mute and on/off (<=> boost) controls
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn_template.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/mem_fn.html for documentation.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr_base.h 25 // GCC Note: Based on files from version 1.32.0 of the Boost library.
40 // Distributed under the Boost Software License, Version 1.0. (See
42 // http://www.boost.org/LICENSE_1_0.txt)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 25 // GCC Note: Based on files from version 1.32.0 of the Boost library.
40 // Distributed under the Boost Software License, Version 1.0. (See
42 // http://www.boost.org/LICENSE_1_0.txt)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 25 // GCC Note: Based on files from version 1.32.0 of the Boost library.
40 // Distributed under the Boost Software License, Version 1.0. (See
42 // http://www.boost.org/LICENSE_1_0.txt)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 25 // GCC Note: Based on files from version 1.32.0 of the Boost library.
40 // Distributed under the Boost Software License, Version 1.0. (See
42 // http://www.boost.org/LICENSE_1_0.txt)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 25 // GCC Note: Based on files from version 1.32.0 of the Boost library.
40 // Distributed under the Boost Software License, Version 1.0. (See
42 // http://www.boost.org/LICENSE_1_0.txt)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 25 // GCC Note: Based on files from version 1.32.0 of the Boost library.
40 // Distributed under the Boost Software License, Version 1.0. (See
42 // http://www.boost.org/LICENSE_1_0.txt)
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 82 "311870", // Boost Mobile
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 30 * http://boost.2283326.n4.nabble.com/preprocessor-removing-parentheses-td2591973.html
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.h 55 // - The Multimedia Class Scheduler service (MMCSS) is utilized to boost
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 381 /* Total bits overspent becasue of GF boost (cumulative) */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
de.po 186 msgid "Use HyperZ to boost performance"
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 122 // Artificially boost the 500 weight.
  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 77 // Speed step / Turbo Boost is not considered, so infact more processing time
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_input.cc 213 available = false; // Mic boost not supported on Android.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_opt_util.h 190 // Get the boost for key frame protection
  /external/clang/lib/AST/
Comment.cpp 291 // boost::function, or other function wrapper. Treat these typedefs as

Completed in 910 milliseconds

<<41424344454647484950>>