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

<<111213141516

  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 127 callee_save_regs_.push_back(MipsManagedRegister::FromCoreRegister(T2));
139 result = 1 << T0 | 1 << T1 | 1 << T2 | 1 << T3 | 1 << T4 | 1 << T5 | 1 << T6 |
  /external/clang/test/Misc/
ast-dump-decl.cpp 215 template<typename T1, typename T2> class TestClassTemplatePartial {
279 template<typename T2> friend class TestClassTemplate;
diag-template-diffing.cpp 883 T2 t2; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc 167 T2, /* ? */
185 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}},
186 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}},
  /external/clang/include/clang/AST/
ASTVector.h 35 template<class T1, class T2>
36 inline _Scalar_ptr_iterator_tag _Ptr_cat(T1 **, T2 **) {
41 template<class T1, class T2>
42 inline _Scalar_ptr_iterator_tag _Ptr_cat(T1* const *, T2 **) {
  /external/clang/test/PCH/
chain-cxx.cpp 130 typedef S<double *>::H T2;
  /external/clang/test/SemaCXX/
access.cpp 41 template<typename T1, typename T2> struct U { };
cxx1y-variable-templates_top_level.cpp 172 template<typename T1, typename T2>
197 template<typename T1, typename T2>
263 template<typename T1, typename T2>
277 template<typename T1, typename T2>
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 167 T2, /* ? */
185 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}},
186 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}},
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 27 template < typename > class T2 > struct Templates <T1, T2 >
29 typedef Templates2 < T1, T2 > type;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 163 ^ *((const word32*)T2[temp[1][1]])
167 ^ *((const word32*)T2[temp[2][1]])
171 ^ *((const word32*)T2[temp[3][1]])
175 ^ *((const word32*)T2[temp[0][1]])
185 ^ *((const word32*)T2[temp[1][1]])
189 ^ *((const word32*)T2[temp[2][1]])
193 ^ *((const word32*)T2[temp[3][1]])
197 ^ *((const word32*)T2[temp[0][1]])
256 ^ *((const word32*)T2[a[1][1]])
260 ^ *((const word32*)T2[a[2][1]]
    [all...]
  /external/openssh/openbsd-compat/
sha2.c 379 u_int32_t T1, T2, W256[16];
398 T2 = Sigma0_256(a) + Maj(a, b, c);
406 a = T1 + T2;
421 T2 = Sigma0_256(a) + Maj(a, b, c);
429 a = T1 + T2;
445 a = b = c = d = e = f = g = h = T1 = T2 = 0;
660 u_int64_t T1, T2, W512[16];
679 T2 = Sigma0_512(a) + Maj(a, b, c);
687 a = T1 + T2;
702 T2 = Sigma0_512(a) + Maj(a, b, c)
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 345 MVT::SimpleValueType T2) {
348 if (T1 == T2) return false;
353 return !MVT(T2).isInteger() || MVT(T2).isVector();
355 if (T2 == MVT::iPTR)
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 637 template <typename T1, typename T2>
640 AssignAction(T1* ptr, T2 value) : ptr_(ptr), value_(value) {}
649 const T2 value_;
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 232 bool IsStructurallyEquivalent(QualType T1, QualType T2);
260 QualType T1, QualType T2);
367 QualType T1, QualType T2) {
368 if (T1.isNull() || T2.isNull())
369 return T1.isNull() && T2.isNull();
375 T2 = Context.C2.getCanonicalType(T2);
378 if (T1.getQualifiers() != T2.getQualifiers())
383 if (T1->getTypeClass() != T2->getTypeClass()) {
387 T2->getTypeClass() == Type::FunctionNoProto
    [all...]
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 96 template <typename T1, typename T2>
97 ::std::string PrintValue(const tuple<T1, T2>& value) {
103 template <typename T1, typename T2, typename T3>
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) {
111 template <typename T1, typename T2, typename T3, typename T4, typename T5,
114 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-param-test_test.cc 96 template <typename T1, typename T2>
97 ::std::string PrintValue(const tuple<T1, T2>& value) {
103 template <typename T1, typename T2, typename T3>
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) {
111 template <typename T1, typename T2, typename T3, typename T4, typename T5,
114 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 96 template <typename T1, typename T2>
97 ::std::string PrintValue(const tuple<T1, T2>& value) {
103 template <typename T1, typename T2, typename T3>
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) {
111 template <typename T1, typename T2, typename T3, typename T4, typename T5,
114 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 403 template <typename T1, typename T2>
404 ::std::ostream& operator<<(::std::ostream& stream, const tuple<T1, T2>& value) {
409 template <typename T1, typename T2, typename T3>
411 const tuple<T1, T2, T3>& value) {
417 template <typename T1, typename T2, typename T3, typename T4, typename T5,
421 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {

Completed in 1731 milliseconds

<<111213141516