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

1 2 3

  /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;
  /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;
unordered_map.h 0 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
32 namespace tr1 namespace
unordered_set.h 0 // TR1 unordered_set implementation -*- C++ -*-
25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
32 namespace tr1 namespace
special_function_util.h 26 /** @file tr1/special_function_util.h
28 * Do not attempt to use it directly. @headername{tr1/cmath}
32 // ISO C++ 14882 TR1: 5.2 Special functions
42 namespace tr1 namespace
  /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;
unordered_map.h 0 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
32 namespace tr1 namespace
unordered_set.h 0 // TR1 unordered_set implementation -*- C++ -*-
25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
32 namespace tr1 namespace
special_function_util.h 26 /** @file tr1/special_function_util.h
28 * Do not attempt to use it directly. @headername{tr1/cmath}
32 // ISO C++ 14882 TR1: 5.2 Special functions
42 namespace tr1 namespace
  /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 140 namespace tr1 { namespace in namespace:std
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
special_function_util.h 26 /** @file tr1/special_function_util.h
32 // ISO C++ 14882 TR1: 5.2 Special functions
42 namespace tr1 namespace in namespace:std
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 26 /** @file tr1/special_function_util.h
32 // ISO C++ 14882 TR1: 5.2 Special functions
42 namespace tr1 namespace in namespace:std
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 26 /** @file tr1/special_function_util.h
32 // ISO C++ 14882 TR1: 5.2 Special functions
42 namespace tr1 namespace in namespace:std
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 26 /** @file tr1/special_function_util.h
32 // ISO C++ 14882 TR1: 5.2 Special functions
42 namespace tr1 namespace in namespace:std
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 41 // 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 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/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/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h 41 // 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.
102 namespace tr1 { namespace in namespace:std
121 #define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef<T>::type
124 // is the same as tr1::add_reference<T>::type.
131 #define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef<T>::type
640 // std::tr1::reference_wrapper<T> to make_tuple(). And we don't
913 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
934 } // namespace tr1
  /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...]
  /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...]

Completed in 826 milliseconds

1 2 3