HomeSort by relevance Sort by last modified time
    Searched refs:T2 (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 590 /// Returns true if token 'T1' or 'T2' was found.
592 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2,
600 if (Tok.is(T1) || Tok.is(T2)) {
  /external/dbus/dbus/
dbus-md5.c 98 #define T2 /* 0xe8c7b756 */ (T_MASK ^ 0x173848a9)
215 SET(d, a, b, c, 1, 12, T2);
  /external/llvm/include/llvm/ADT/
SmallVector.h 238 template<typename T1, typename T2>
239 static void uninitialized_copy(T1 *I, T1 *E, T2 *Dest) {
IntervalMap.h 183 // T1 T2 N Waste Used by
192 template <typename T1, typename T2, unsigned N>
198 T2 second[N];
206 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 92 protected int T2 = 4000 / BASE_TIMER_INTERVAL;
579 // non-INVITE transactions and 3xx-6xx responses are capped at T2
    [all...]
  /external/openssl/crypto/
sparccpuid.S 247 ! is slow (documented to be 6 cycles on T2) and the core is in-order
255 ! Numbers for T2 and SPARC64 V-VII are more than welcomed.
  /external/chromium/base/
stl_util-inl.h 284 template <class R, class T1, class T2>
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc     [all...]
  /external/checkpolicy/
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
497 | T1 op T2
521 | T2 op { if (insert_separator(1)) return -1; } names_push
  /external/dropbear/libtomcrypt/src/ciphers/
anubis.c 187 static const ulong32 T2[256] = {
605 static const ulong32 T2[256] = {
    [all...]
khazad.c 174 static const ulong64 T2[256] = {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 730 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, bool StopAtSemi = true,
732 tok::TokenKind TokArray[] = {T1, T2};
735 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, tok::TokenKind T3,
738 tok::TokenKind TokArray[] = {T1, T2, T3};
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 390 /// resolveTypes - Find a common type that T1 and T2 convert to.
393 RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) {
394 if (!T1->typeIsConvertibleTo(T2)) {
395 if (!T2->typeIsConvertibleTo(T1)) {
399 // See if T2 inherits from a type T1 also inherits from
407 RecTy *NewType1 = resolveTypes(SuperRecTy1, T2);
416 RecordRecTy *RecTy2 = dynamic_cast<RecordRecTy*>(T2);
418 // See if T1 inherits from a type T2 also inherits from
437 return T2;
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t048rewrite.py 412 class T2(testbase.ANTLRTest):
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 761 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
762 // compiler error iff T1 and T2 are different types.
763 template <typename T1, typename T2>
    [all...]
gtest-port.h 731 template <typename T1, typename T2>
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 767 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
768 // compiler error iff T1 and T2 are different types.
769 template <typename T1, typename T2>
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 99 Mips::T0, Mips::T1, Mips::T2, Mips::T3,
  /external/llvm/lib/VMCore/
Verifier.cpp 334 Type *T2, const Value *V3 = 0) {
337 WriteType(T2);
343 Type *T2 = 0, Type *T3 = 0) {
346 WriteType(T2);
    [all...]

Completed in 921 milliseconds

1 2 3 4 5 6 78 9