Searched refs:tr1 (Results 1 - 25 of 164) sorted by relevance

1234567

/external/clang/test/SemaCXX/
H A Dlibstdcxx_map_base_hack.cpp4 // declaration for std::tr1::__detail::_Map base has different
9 namespace std { namespace tr1 { namespace __detail { namespace in namespace:std
16 namespace std { namespace tr1 { namespace in namespace:std
25 std::tr1::X1<int> x1i;
H A Dlibstdcxx_pointer_return_false_hack.cpp4 // an issue with libstdc++-4.2's <tr1/hashtable> implementation.
12 namespace tr1 { namespace in namespace:std
30 auto *test1 = std::tr1::hashtable<int>().find_node();
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler_unittest.cc24 typedef std::tr1::tuple<int, int, double, double> PushSincResamplerTestData;
29 : input_rate_(std::tr1::get<0>(GetParam())),
30 output_rate_(std::tr1::get<1>(GetParam())),
31 rms_error_(std::tr1::get<2>(GetParam())),
32 low_freq_error_(std::tr1::get<3>(GetParam())) {
262 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
263 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
264 std::tr1::make_tuple(32000, 44100, kResamplingRMSError, -63.32),
265 std::tr1::make_tuple(44100, 44100, kResamplingRMSError, -73.53),
266 std::tr1
[all...]
H A Dsinc_resampler_unittest.cc229 typedef std::tr1::tuple<int, int, double, double> SincResamplerTestData;
234 : input_rate_(std::tr1::get<0>(GetParam())),
235 output_rate_(std::tr1::get<1>(GetParam())),
236 rms_error_(std::tr1::get<2>(GetParam())),
237 low_freq_error_(std::tr1::get<3>(GetParam())) {
343 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
344 std::tr1::make_tuple(11025, 44100, kResamplingRMSError, -72.19),
345 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
346 std::tr1::make_tuple(22050, 44100, kResamplingRMSError, -73.53),
347 std::tr1
[all...]
/external/stlport/stlport/stl/
H A D_move.h29 constexpr typename tr1::remove_reference<T>::type&& move(T&& t) noexcept {
30 return static_cast<typename tr1::remove_reference<T>::type&&>(t);
/external/chromium_org/media/base/
H A Dsinc_resampler_unittest.cc207 typedef std::tr1::tuple<int, int, double, double> SincResamplerTestData;
212 : input_rate_(std::tr1::get<0>(GetParam())),
213 output_rate_(std::tr1::get<1>(GetParam())),
214 rms_error_(std::tr1::get<2>(GetParam())),
215 low_freq_error_(std::tr1::get<3>(GetParam())) {
323 std::tr1::make_tuple(8000, 44100, kResamplingRMSError, -62.73),
324 std::tr1::make_tuple(11025, 44100, kResamplingRMSError, -72.19),
325 std::tr1::make_tuple(16000, 44100, kResamplingRMSError, -62.54),
326 std::tr1::make_tuple(22050, 44100, kResamplingRMSError, -73.53),
327 std::tr1
[all...]
H A Dgmock_callback_support.h28 ::std::tr1::get<k>(args).Run();
60 return ::std::tr1::get<k>(args).Run();
66 return ::std::tr1::get<k>(args).Run(p0);
72 return ::std::tr1::get<k>(args).Run(p0, p1);
78 return ::std::tr1::get<k>(args).Run(p0, p1, p2);
84 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3);
90 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4);
96 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5);
102 return ::std::tr1::get<k>(args).Run(p0, p1, p2, p3, p4, p5, p6);
H A Daudio_converter_unittest.cc35 typedef std::tr1::tuple<int, int, ChannelLayout, double> AudioConverterTestData;
40 : epsilon_(std::tr1::get<3>(GetParam())) {
44 std::tr1::get<0>(GetParam()), kBitsPerChannel, kHighLatencyBufferSize);
46 AudioParameters::AUDIO_PCM_LOW_LATENCY, std::tr1::get<2>(GetParam()),
47 std::tr1::get<1>(GetParam()), 16, kLowLatencyBufferSize);
253 std::tr1::make_tuple(44100, 44100, CHANNEL_LAYOUT_STEREO, 0.00000048),
256 std::tr1::make_tuple(44100, 48000, CHANNEL_LAYOUT_QUAD, 0.033),
259 std::tr1::make_tuple(48000, 41000, CHANNEL_LAYOUT_MONO, 0.042)));
/external/stlport/test/unit/
H A Dshared_ptr_test.cpp28 public std::tr1::enable_shared_from_this<X>
34 std::tr1::shared_ptr<X> p( new X );
35 std::tr1::shared_ptr<X> q = p->shared_from_this();
H A Dreference_wrapper_test.cpp29 typedef std::tr1::reference_wrapper<int> rr_type;
37 rr_type r1 = std::tr1::ref(i);
41 r1 = std::tr1::ref(j);
60 typedef std::tr1::reference_wrapper<const int> crr_type;
68 crr_type r1 = std::tr1::cref(i);
72 r1 = std::tr1::cref(j);
/external/ceres-solver/include/ceres/internal/
H A Dport.h42 #include <tr1/memory>
60 using std::tr1::shared_ptr;
/external/protobuf/android/
H A Dconfig.h8 #define HASH_MAP_H <tr1/unordered_map>
11 #define HASH_NAMESPACE std::tr1
17 #define HASH_SET_H <tr1/unordered_set>
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dnumber_test.cpp36 typedef std::tr1::tuple<const char*, char> IntegerParams;
44 std::string str(std::tr1::get<0>(GetParam())); // prefix.
45 str.push_back(std::tr1::get<1>(GetParam())); // digit.
96 typedef std::tr1::tuple<char, char, const char*, char> FloatScientificParams;
107 str.push_back(std::tr1::get<0>(GetParam())); // significand [0-9].
108 str.push_back(std::tr1::get<1>(GetParam())); // separator [eE].
109 str.append(std::tr1::get<2>(GetParam())); // sign [" " "+" "-"].
110 str.push_back(std::tr1::get<3>(GetParam())); // exponent [0-9].
123 typedef std::tr1::tuple<char, char> FloatFractionParams;
135 char significand = std::tr1
[all...]
H A Dspace_test.cpp56 typedef std::tr1::tuple<char, char, char> SpaceStringParams;
66 str.push_back(std::tr1::get<0>(GetParam()));
67 str.push_back(std::tr1::get<1>(GetParam()));
68 str.push_back(std::tr1::get<2>(GetParam()));
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_cache.h38 # include <tr1/unordered_map>
54 typedef std::tr1::unordered_map<string, const RegExp*> CacheImpl;
/external/openfst/src/include/fst/
H A Depsnormalize.h24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
26 using std::tr1::unordered_multimap;
H A Dsymbol-table-ops.h23 #include <tr1/unordered_set>
24 using std::tr1::unordered_set;
25 using std::tr1::unordered_multiset;
/external/openfst/src/include/fst/extensions/pdt/
H A Dreverse.h24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
26 using std::tr1::unordered_multimap;
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dpreference_validation_delegate_unittest.cc104 std::tr1::tuple<base::Value::Type, const char*> > {
108 value_type_ = std::tr1::get<0>(GetParam());
109 expected_value_ = std::tr1::get<1>(GetParam());
166 std::tr1::make_tuple(base::Value::TYPE_NULL,
168 std::tr1::make_tuple(base::Value::TYPE_BOOLEAN,
170 std::tr1::make_tuple(base::Value::TYPE_INTEGER,
172 std::tr1::make_tuple(base::Value::TYPE_DOUBLE,
174 std::tr1::make_tuple(base::Value::TYPE_STRING,
176 std::tr1::make_tuple(base::Value::TYPE_DICTIONARY,
178 std::tr1
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc2067 typedef std::tr1::tuple<int, int, int, double> AudioProcessingTestData;
2072 : input_rate_(std::tr1::get<0>(GetParam())),
2073 output_rate_(std::tr1::get<1>(GetParam())),
2074 reverse_rate_(std::tr1::get<2>(GetParam())),
2075 expected_snr_(std::tr1::get<3>(GetParam())) {}
2329 std::tr1::make_tuple(48000, 48000, 48000, 20),
2330 std::tr1::make_tuple(48000, 48000, 32000, 20),
2331 std::tr1::make_tuple(48000, 48000, 16000, 20),
2332 std::tr1::make_tuple(48000, 44100, 48000, 15),
2333 std::tr1
[all...]
/external/protobuf/gtest/samples/
H A Dsample8_unittest.cc93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam());
105 int max_precalculated = ::std::tr1::get<1>(GetParam());
/external/regex-re2/util/
H A Dutil.h49 #include <tr1/unordered_set> // using gnustl
51 using std::tr1::unordered_set;
55 #include <tr1/unordered_set>
56 using std::tr1::unordered_set;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_perf_test.cc20 using std::tr1::make_tuple;
32 typedef std::tr1::tuple<const char *, unsigned> DecodePerfParam;
/external/libvpx/libvpx/test/
H A Ddecode_perf_test.cc20 using std::tr1::make_tuple;
32 typedef std::tr1::tuple<const char *, unsigned> decode_perf_param_t;
/external/chromium_org/third_party/icu/source/i18n/
H A Dbasictz.cpp68 TimeZoneTransition tr1, tr2; local
70 UBool avail1 = getNextTransition(time, FALSE, tr1);
77 && tr1.getTime() <= end
78 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings()
79 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings())
80 && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) {
81 getNextTransition(tr1
[all...]

Completed in 2305 milliseconds

1234567