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

1 2 3 4

  /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();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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 25 /** @file tr1/special_function_util.h
27 * Do not attempt to use it directly. @headername{tr1/cmath}
31 // ISO C++ 14882 TR1: 5.2 Special functions
41 namespace tr1 namespace
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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 25 /** @file tr1/special_function_util.h
27 * Do not attempt to use it directly. @headername{tr1/cmath}
31 // ISO C++ 14882 TR1: 5.2 Special functions
41 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();
  /toolchain/binutils/binutils-2.27/gold/
system.h 76 #include <tr1/unordered_set>
77 #include <tr1/unordered_map>
81 #define Unordered_set std::tr1::unordered_set
82 #define Unordered_map std::tr1::unordered_map
83 #define Unordered_multimap std::tr1::unordered_multimap
92 namespace std { namespace tr1 { namespace in namespace:std
  /external/google-breakpad/src/testing/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
  /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...]
  /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...]
  /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...]
  /external/swiftshader/third_party/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...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/googletest/googletest/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/icu/android_icu4j/src/main/java/android/icu/util/
BasicTimeZone.java 133 TimeZoneTransition tr1 = getNextTransition(time, false); local
139 if (tr1 != null
140 && tr1.getTime() <= end
141 && (tr1.getFrom().getRawOffset() + tr1.getFrom().getDSTSavings()
142 == tr1.getTo().getRawOffset() + tr1.getTo().getDSTSavings())
143 && (tr1.getFrom().getDSTSavings() != 0 && tr1.getTo().getDSTSavings() != 0)) {
144 tr1 = getNextTransition(tr1.getTime(), false)
    [all...]
  /external/icu/icu4c/source/i18n/
basictz.cpp 70 TimeZoneTransition tr1, tr2; local
72 UBool avail1 = getNextTransition(time, FALSE, tr1);
79 && tr1.getTime() <= end
80 && (tr1.getFrom()->getRawOffset() + tr1.getFrom()->getDSTSavings()
81 == tr1.getTo()->getRawOffset() + tr1.getTo()->getDSTSavings())
82 && (tr1.getFrom()->getDSTSavings() != 0 && tr1.getTo()->getDSTSavings() != 0)) {
83 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 2188 milliseconds

1 2 3 4