HomeSort by relevance Sort by last modified time
    Searched refs:tr1 (Results 276 - 300 of 598) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/
basictz.cpp 68 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.getTime(), FALSE, tr1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
PrePostMDCT_v7.s 43 VLD2.I32 {d8, d9, d10, d11}, [r0] @ tr1 = *(buf0 + 0)@ ti2 = *(buf0 + 1)@
51 VQDMULH.S32 Q10, Q0, Q4 @ MULHIGH(cosa, tr1)
54 VQDMULH.S32 Q13, Q1, Q4 @ MULHIGH(sina, tr1)
56 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
57 VSUB.S32 Q1, Q12, Q13 @ *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1)@
105 VLD2.I32 {d8, d9, d10, d11}, [r0] @ tr1 = *(zbuf1 + 0)@ ti1 = *(zbuf1 + 1)@
112 VQDMULH.S32 Q10, Q0, Q4 @ MULHIGH(cosa, tr1)
115 VQDMULH.S32 Q13, Q1, Q4 @ MULHIGH(sina, tr1)
117 VADD.S32 Q0, Q10, Q11 @ *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1)@
118 VSUB.S32 Q5, Q13, Q12 @ *buf1-- = MULHIGH(sina, tr1) - MULHIGH(cosa, ti1)
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments,
494 // regardless of whether tr1::tuple is implemented using the
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) {
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) {
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) {
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) {
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) {
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t,
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t,
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t
    [all...]
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
identifier_test.cpp 54 typedef std::tr1::tuple<char, char> IdentifierParams;
65 str.push_back(std::tr1::get<0>(GetParam()));
66 str.push_back(std::tr1::get<1>(GetParam()));
  /external/chromium_org/third_party/re2/util/
util.h 52 #include <tr1/unordered_set>
53 using std::tr1::unordered_set;
59 using std::tr1::unordered_set;
  /external/openfst/src/include/fst/
rmfinalepsilon.h 24 #include <tr1/unordered_set>
25 using std::tr1::unordered_set;
26 using std::tr1::unordered_multiset;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
37 namespace tr1 namespace
42 // Declaration of default hash functor std::tr1::hash. The types for
43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
84 // (Used by the next specializations of std::tr1::hash.)
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
165 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
37 namespace tr1 namespace
42 // Declaration of default hash functor std::tr1::hash. The types for
43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
84 // (Used by the next specializations of std::tr1::hash.)
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
165 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
37 namespace tr1 namespace
42 // Declaration of default hash functor std::tr1::hash. The types for
43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
84 // (Used by the next specializations of std::tr1::hash.)
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
165 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
37 namespace tr1 namespace
42 // Declaration of default hash functor std::tr1::hash. The types for
43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
84 // (Used by the next specializations of std::tr1::hash.)
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
165 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
37 namespace tr1 namespace
42 // Declaration of default hash functor std::tr1::hash. The types for
43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
84 // (Used by the next specializations of std::tr1::hash.)
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
165 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
37 namespace tr1 namespace
42 // Declaration of default hash functor std::tr1::hash. The types for
43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
84 // (Used by the next specializations of std::tr1::hash.)
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
165 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
37 namespace tr1 namespace
42 // Declaration of default hash functor std::tr1::hash. The types for
43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
84 // (Used by the next specializations of std::tr1::hash.)
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
165 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
  /external/ceres-solver/internal/ceres/
collections_port.h 44 # include <tr1/unordered_map>
45 # include <tr1/unordered_set>
52 // Some systems don't have access to TR1. In that case, substitute the hash
75 struct HashMap : std::tr1::unordered_map<K, V> {};
78 struct HashSet : std::tr1::unordered_set<K> {};
136 // Since on some platforms this is a doubly-nested namespace (std::tr1) and
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mock_util.h 15 PP_CompletionCallback callback = std::tr1::get<k>(args);
  /external/chromium_org/media/base/
audio_converter_unittest.cc 42 typedef std::tr1::tuple<int, int, ChannelLayout, double> AudioConverterTestData;
47 : epsilon_(std::tr1::get<3>(GetParam())) {
51 std::tr1::get<0>(GetParam()), kBitsPerChannel, kHighLatencyBufferSize);
53 AudioParameters::AUDIO_PCM_LOW_LATENCY, std::tr1::get<2>(GetParam()),
54 std::tr1::get<1>(GetParam()), 16, kLowLatencyBufferSize);
354 std::tr1::make_tuple(44100, 44100, CHANNEL_LAYOUT_STEREO, 0.00000048),
357 std::tr1::make_tuple(44100, 48000, CHANNEL_LAYOUT_QUAD, 0.033),
360 std::tr1::make_tuple(48000, 41000, CHANNEL_LAYOUT_MONO, 0.042)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 51 #include <tr1/functional>
60 typedef std::tr1::hash<Key> type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 51 #include <tr1/functional>
60 typedef std::tr1::hash<Key> type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 51 #include <tr1/functional>
60 typedef std::tr1::hash<Key> type;

Completed in 822 milliseconds

<<11121314151617181920>>