HomeSort by relevance Sort by last modified time
    Searched refs:T2 (Results 226 - 250 of 400) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 53 template<typename T0, typename T1, typename T2>
54 NumericalDiff(const T0& a0, const T1& a1, const T2& a2) : Functor(a0, a1, a2), epsfcn(0) {}
  /external/stlport/test/eh/
LeakCheck.h 37 template <class T1, class T2>
40 const pair <T1, T2>& p) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocationFunctions.h 20 template<typename T1, typename T2>
21 T1 ApplyMask(T2 pMask, T1 pData) {
  /art/runtime/arch/mips/
registers_mips.h 40 T2 = 10,
  /bionic/libc/arch-mips/include/machine/
regnum.h 46 #define T2 10
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 46 #define T2 10
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 30 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
93 * 0080-07FF => T2 Tx
99 if(c < T2)
184 * 0080-07FF => T2 Tx
190 if(c < T2)
266 * 0080-07FF => T2 Tx
269 str[0] = T2 | (c >> 1*Bitx);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 60 template<template<typename ...> class TT, typename T1, typename T2>
61 struct EverythingToInt<TT<T1, T2> > {
250 template<typename R, typename T1, typename T2, typename T3, typename T4>
251 struct Arity<R(T1, T2, T3, T4)>; // expected-note{{template is declared here}}
  /external/clang/test/Modules/Inputs/
redecl-merge-right.h 63 typedef double T2;
  /external/clang/test/Sema/
warn-documentation.cpp 354 /// \tparam T2 Bbb
355 template<typename T1, typename T2>
356 void test_tparam7(T1 aaa, T2 bbb);
367 template<typename T1, typename T2>
368 void test_tparam9(T1 aaa, T2 bbb);
  /external/clang/test/SemaCXX/
access-base-class.cpp 13 namespace T2 {
19 A *a = b; // expected-error {{cannot cast 'T2::B' to its private base class 'T2::A'}}
  /external/open-vcdiff/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 46 #define T2 10
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 46 #define T2 10
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 46 #define T2 10
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 46 #define T2 10
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 46 #define T2 10
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h 338 template <typename T1, typename T2>
341 ElementsAreMatcher2(const T1& e1, const T2& e2) : e1_(e1), e2_(e2) {}
359 const T2& e2_;
364 template <typename T1, typename T2, typename T3>
367 ElementsAreMatcher3(const T1& e1, const T2& e2, const T3& e3) : e1_(e1),
387 const T2& e2_;
393 template <typename T1, typename T2, typename T3, typename T4>
396 ElementsAreMatcher4(const T1& e1, const T2& e2, const T3& e3,
417 const T2& e2_;
424 template <typename T1, typename T2, typename T3, typename T4, typename T5
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 116 template<typename T1, typename T2>
119 template<typename T1, typename T2, typename T3>
122 template<typename T1, typename T2, typename T3, typename T4>
125 template<typename T1, typename T2, typename T3, typename T4, typename T5>
128 template<typename T1, typename T2, typename T3,
524 template<typename T1, typename T2>
527 typedef node<_GLIBCXX_TYPELIST_CHAIN2(T1,T2)> type;
530 template<typename T1, typename T2, typename T3>
533 typedef node<_GLIBCXX_TYPELIST_CHAIN3(T1,T2,T3)> type;
536 template<typename T1, typename T2, typename T3, typename T4
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 116 template<typename T1, typename T2>
119 template<typename T1, typename T2, typename T3>
122 template<typename T1, typename T2, typename T3, typename T4>
125 template<typename T1, typename T2, typename T3, typename T4, typename T5>
128 template<typename T1, typename T2, typename T3,
524 template<typename T1, typename T2>
527 typedef node<_GLIBCXX_TYPELIST_CHAIN2(T1,T2)> type;
530 template<typename T1, typename T2, typename T3>
533 typedef node<_GLIBCXX_TYPELIST_CHAIN3(T1,T2,T3)> type;
536 template<typename T1, typename T2, typename T3, typename T4
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
typelist.h 115 template<typename T1, typename T2>
118 template<typename T1, typename T2, typename T3>
121 template<typename T1, typename T2, typename T3, typename T4>
124 template<typename T1, typename T2, typename T3, typename T4, typename T5>
127 template<typename T1, typename T2, typename T3,
523 template<typename T1, typename T2>
526 typedef node<_GLIBCXX_TYPELIST_CHAIN2(T1,T2)> type;
529 template<typename T1, typename T2, typename T3>
532 typedef node<_GLIBCXX_TYPELIST_CHAIN3(T1,T2,T3)> type;
535 template<typename T1, typename T2, typename T3, typename T4
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 54 template<typename T1, typename T2, typename Comparator>
56 : public std::binary_function<std::pair<T1, T2>, std::pair<T1, T2>, bool>
65 operator()(const std::pair<T1, T2>& p1,
66 const std::pair<T1, T2>& p2) const
80 template<typename T1, typename T2, typename Comparator>
81 class lexicographic_reverse : public std::binary_function<T1, T2, bool>
90 operator()(const std::pair<T1, T2>& p1,
91 const std::pair<T1, T2>& p2) const
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]

Completed in 3973 milliseconds

1 2 3 4 5 6 7 8 91011>>