HomeSort by relevance Sort by last modified time
    Searched defs:tr1 (Results 1 - 25 of 41) 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;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/monitorenter/
Test_monitorenter.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();
  /cts/tools/vm-tests/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();
  /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();
  /prebuilt/linux-x86/toolchain/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
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
53 # error TR1 header cannot be included from C++0x header
58 namespace tr1 namespace in namespace:std
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
514 typename std::tr1::add_reference<_Tp>::type
  /prebuilt/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
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
53 # error TR1 header cannot be included from C++0x header
58 namespace tr1 namespace in namespace:std
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
514 typename std::tr1::add_reference<_Tp>::type
  /prebuilt/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
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
53 # error TR1 header cannot be included from C++0x header
58 namespace tr1 namespace in namespace:std
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
514 typename std::tr1::add_reference<_Tp>::type
  /prebuilt/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
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
53 # error TR1 header cannot be included from C++0x header
58 namespace tr1 namespace in namespace:std
113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
514 typename std::tr1::add_reference<_Tp>::type
  /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 41 // by the maximum arity of the implementation of tr1::tuple which is
    [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/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...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
transform.c 282 int tr1, ti1, tr2, ti2; local
295 tr1 = *(buf0 + 0);
300 *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1);
301 *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1);
317 int tr1, ti1, tr2, ti2; local
330 tr1 = *(buf0 + 0);
335 *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1);
336 *buf1-- = MULHIGH(sina, tr1) - MULHIGH(cosa, ti1);
  /external/speex/libspeex/
smallft.c 175 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
184 tr1=cc[t1]+cc[t2];
187 ch[t5=t3<<2]=tr1+tr2;
188 ch[(ido<<2)+t5-1]=tr2-tr1;
222 tr1=cr2+cr4;
232 ch[t4-1]=tr1+tr2;
241 ch[t5+t6-1]=tr2-tr1;
258 tr1=hsqt2*(cc[t1]-cc[t2]);
260 ch[t4-1]=tr1+cc[t6-1];
261 ch[t4+t5-1]=cc[t6-1]-tr1;
755 float ci2,ci3,ci4,cr2,cr3,cr4,ti1,ti2,ti3,ti4,tr1,tr2,tr3,tr4; local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 2557 TimeZoneTransition tr1, tr2; local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/bits/
c++config.h 75 namespace tr1 { }
199 namespace tr1 namespace in namespace:std
1047 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
1052 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
1053 namespace std::tr1. */
1056 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
1057 namespace std::tr1. */
1061 <tr1/cinttypes> in namespace std::tr1. */
1065 <tr1/cinttypes> in namespace std::tr1. *
    [all...]

Completed in 447 milliseconds

1 2