HomeSort by relevance Sort by last modified time
    Searched defs:tr1 (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/SemaCXX/
libstdcxx_map_base_hack.cpp 4 // 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;
libstdcxx_pointer_return_false_hack.cpp 4 // 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();
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
Test_monitor_enter.java 37 Thread tr1 = new Thread(r1); local
39 tr1.start();
42 tr1.join();
57 Thread tr1 = new Thread(r1); local
59 tr1.start();
62 tr1.join();
  /external/openfst/src/include/fst/
compat.h 119 namespace tr1 { namespace in namespace:std
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
gtest-tuple.h 34 // Implements a subset of TR1 tuple needed by Google Test and Google Mock.
103 namespace tr1 { namespace in namespace:std
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
125 // is the same as tr1::add_reference<T>::type.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
936 } // namespace tr1
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
gtest-tuple.h 36 // Implements a subset of TR1 tuple needed by Google Test and Google Mock.
105 namespace tr1 { namespace in namespace:std
124 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
127 // is the same as tr1::add_reference<T>::type.
134 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
664 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
959 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
980 } // namespace tr1
gtest-port.h 66 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
76 // Test's own tr1 tuple implementation should be
152 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
492 // Determines whether Google Test can use tr1/tuple. You can define
497 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
505 // Determines whether Google Test's own tr1 tuple implementation
510 // We use our own TR1 tuple if we aren't sure the user has an
513 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
515 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
518 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
554 namespace tr1 { namespace in namespace:std
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
gtest-tuple.h 34 // Implements a subset of TR1 tuple needed by Google Test and Google Mock.
103 namespace tr1 { namespace in namespace:std
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
125 // is the same as tr1::add_reference<T>::type.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
936 } // namespace tr1
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
gtest-tuple.h 34 // Implements a subset of TR1 tuple needed by Google Test and Google Mock.
103 namespace tr1 { namespace in namespace:std
122 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
125 // is the same as tr1::add_reference<T>::type.
132 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
642 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
915 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
936 } // namespace tr1
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h 36 // Implements a subset of TR1 tuple needed by Google Test and Google Mock.
56 // Visual Studio 2010, 2012, and 2013 define symbols in std::tr1 that conflict
113 namespace tr1 { namespace in namespace:std
132 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
135 // is the same as tr1::add_reference<T>::type.
142 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
672 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
988 } // namespace tr1
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/ipsec-tools/src/racoon/
proposal.c 201 struct satrns *tr1, *tr2, *newtr; local
475 for (tr1 = pr1->head; tr1; tr1 = tr1->next) {
477 if (cmpsatrns(pr1->proto_id, tr1, tr2, ph1->rmconf->pcheck_level) == 0)
509 newtr->trns_no = tr1->trns_no;
510 newtr->trns_id = tr1->trns_id;
511 newtr->encklen = tr1->encklen;
512 newtr->authtype = tr1->authtype
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 34 #include <tr1/unordered_map>
35 #include <tr1/unordered_set>
38 using namespace tr1;
781 namespace tr1 namespace in namespace:std
  /external/libvorbis/lib/
smallft.c 173 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
182 tr1=cc[t1]+cc[t2];
185 ch[t5=t3<<2]=tr1+tr2;
186 ch[(ido<<2)+t5-1]=tr2-tr1;
220 tr1=cr2+cr4;
230 ch[t4-1]=tr1+tr2;
239 ch[t5+t6-1]=tr2-tr1;
256 tr1=hsqt2*(cc[t1]-cc[t2]);
258 ch[t4-1]=tr1+cc[t6-1];
259 ch[t4+t5-1]=cc[t6-1]-tr1;
753 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 34 #include <tr1/unordered_map>
35 #include <tr1/unordered_set>
38 using namespace tr1;
781 namespace tr1 namespace in namespace:std
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
611 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
614 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
746 namespace tr1 { namespace in namespace:std
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
248 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
588 // Determines whether Google Test can use tr1/tuple. You can define
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler
611 // compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1
614 // support TR1 tuple. libc++ only provides std::tuple, in C++11 mode
746 namespace tr1 { namespace in namespace:std
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 164 FIXP_DBL tr0,tr1,ti0,ti1; local
167 tr0 = r0[j]; tr1 = r1[j]; ti0 = i0[j]; ti1 = i1[j];
174 tr1 <<= scale;
176 energy += fPow2AddDiv2(fPow2Div2(tr1), ti1) >> 1;
183 r0[j] = tr0; r1[j] = tr1; i0[j] = ti0; i1[j] = ti1;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp 2558 TimeZoneTransition tr1, tr2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 2556 TimeZoneTransition tr1, tr2; local
    [all...]

Completed in 2993 milliseconds

1 2