Searched defs:boost (Results 1 - 25 of 27) sorted by relevance

12

/external/parameter-framework/asio/include/asio/detail/
H A Darray_fwd.hpp8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
17 namespace boost { namespace
22 } // namespace boost
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Darray_fwd.hpp8 // 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/
H A Dtypo.hpp1 namespace boost { namespace
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp26 namespace boost { namespace
H A Dspreadsort.hpp6 // http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org/ for updates, documentation, and revision history.
29 namespace boost { namespace
/external/opencv3/samples/cpp/
H A Dtree_engine.cpp91 Ptr<Boost> boost = Boost::create(); local
92 boost->setBoostType(Boost::GENTLE);
93 boost->setWeakCount(100);
94 boost->setWeightTrimRate(0.95);
95 boost->setMaxDepth(2);
96 boost->setUseSurrogates(false);
97 boost->setPriors(Mat());
98 train_and_print_errs(boost, data);
H A Dpoints_classifier.cpp167 Ptr<Boost> boost = Boost::create(); local
168 boost->setBoostType(Boost::DISCRETE);
169 boost->setWeakCount(100);
170 boost->setWeightTrimRate(0.95);
171 boost->setMaxDepth(2);
172 boost->setUseSurrogates(false);
173 boost->setPriors(Mat());
174 boost->train(prepare_train_data());
175 predict_and_paint(boost, imgDst);
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp16 namespace boost {namespace filesystem3 { namespace
23 namespace boost namespace
32 namespace fs = boost::filesystem;
/external/clang/test/SemaTemplate/
H A Doverload-candidates.cpp46 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/freetype/src/cff/
H A Dcf2blues.h160 CF2_Fixed boost; member in struct:CF2_BluesRec_
/external/parameter-framework/asio/include/asio/impl/
H A Dread.hpp8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
232 class read_op<AsyncReadStream, boost::array<Elem, 2>,
237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, argument
273 boost::array<asio::mutable_buffer, 2> >::type bufs = {{
305 boost::array<Elem, 2> buffers_;
H A Dwrite.hpp8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
305 class write_op<AsyncWriteStream, boost::array<Elem, 2>,
310 write_op(AsyncWriteStream& stream, const boost::array<Elem, 2>& buffers, argument
346 boost::array<asio::const_buffer, 2> >::type bufs = {{
378 boost::array<Elem, 2> buffers_;
/external/parameter-framework/asio-1.10.6/include/asio/impl/
H A Dread.hpp8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
232 class read_op<AsyncReadStream, boost::array<Elem, 2>,
237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, argument
273 boost::array<asio::mutable_buffer, 2> >::type bufs = {{
305 boost::array<Elem, 2> buffers_;
H A Dwrite.hpp8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
305 class write_op<AsyncWriteStream, boost::array<Elem, 2>,
310 write_op(AsyncWriteStream& stream, const boost::array<Elem, 2>& buffers, argument
346 boost::array<asio::const_buffer, 2> >::type bufs = {{
378 boost::array<Elem, 2> buffers_;
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2blues.h160 CF2_Fixed boost; member in struct:CF2_BluesRec_
/external/aac/libAACdec/src/
H A Daacdec_drc_types.h138 FIXP_DBL boost; /* The boost scale factor currently used. */ member in struct:__anon11
139 FIXP_DBL usrBoost; /* The latest boost scale factor set by user. */
/external/parameter-framework/asio/include/asio/
H A Dbuffer.hpp8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
452 * std::array or boost::array of POD elements. This helps prevent buffer
464 * boost::array<char, 128> d4;
532 * @code boost::array<char, 6> a = { 'a', 'b', 'c', 'd', 'e' }; @endcode
572 * boost::array<char, 128> d3;
574 * boost::array<mutable_buffer, 3> bufs1 = {
723 // unspecified buffer(boost::array<PodType, N>& array ...);
727 // unspecified buffer(boost::array<const PodType, N>& array ...);
762 buffer(boost::array<PodType, N>& data)
774 buffer(boost
860 buffer(const boost::array<PodType, N>& data) argument
874 buffer(const boost::array<PodType, N>& data, std::size_t max_size_in_bytes) argument
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbuffer.hpp8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
452 * std::array or boost::array of POD elements. This helps prevent buffer
464 * boost::array<char, 128> d4;
532 * @code boost::array<char, 6> a = { 'a', 'b', 'c', 'd', 'e' }; @endcode
572 * boost::array<char, 128> d3;
574 * boost::array<mutable_buffer, 3> bufs1 = {
723 // unspecified buffer(boost::array<PodType, N>& array ...);
727 // unspecified buffer(boost::array<const PodType, N>& array ...);
762 buffer(boost::array<PodType, N>& data)
774 buffer(boost
860 buffer(const boost::array<PodType, N>& data) argument
874 buffer(const boost::array<PodType, N>& data, std::size_t max_size_in_bytes) argument
[all...]
/external/libopus/celt/
H A Dcelt_decoder.c853 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)
H A Dcelt_encoder.c366 /* 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;
1179 /* Apply transient boost, compensatin
1780 int boost; local
[all...]
/external/libvorbis/lib/
H A Dvorbisenc.c71 float boost; member in struct:__anon10899
348 p->tone_centerboost=att[is].boost*(1.-ds)+att[is+1].boost*ds;
412 /* impulse blocks may take a user specified bias to boost the
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1539 /* Update the motion related elements to the GF arf boost calculation */
1586 /* Calculate a baseline boost number for the current frame. */
1594 /* Underlying boost factor is based on inter intra error ratio */
1602 /* Increase boost for frames where new data coming into frame
1603 * (eg zoom out). Slightly reduce boost if there is a net balance
1609 /* In extreme case boost is halved */
1647 /* Update the motion related elements to the boost calculation */
1652 /* Calculate the baseline boost number for this frame */
1698 /* Update the motion related elements to the boost calculation */
1703 /* Calculate the baseline boost numbe
2302 int boost = (cpi->source_alt_ref_pending) local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1453 // Update the motion related elements to the GF arf boost calculation.
1497 // Underlying boost factor is based on inter error ratio.
1502 // Increase boost for frames where new data coming into frame (e.g. zoom out).
1503 // Slightly reduce boost if there is a net balance of motion out of the frame
1507 // In the extreme case the boost is halved.
1534 // Update the motion related elements to the boost calculation.
1573 // Update the motion related elements to the boost calculation.
1654 int boost, int64_t total_group_bits) {
1658 if (!boost || (total_group_bits <= 0) || (frame_count <= 0) )
1661 allocation_chunks = (frame_count * 100) + boost;
1653 calculate_boost_bits(int frame_count, int boost, int64_t total_group_bits) argument
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jar ... 0_r1/s?defs= " () } org/hibernate/search/annotations/Boost.class Boost.java package org.hibernate. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 9151 milliseconds

12