/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 941 #define LTLT &kLocalTcpToLocalTcp macro 986 /*OP*/ {LULU, LULU, LULU, LULU, LULU, LULU, LULU, LTLT, LTLT, LSRS, NULL, LTLT}, 993 /*!U*/ {LTLT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTLT, LSRS, NULL, LTRT}, 994 /*!T*/ {LTRT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTRT, LSRS, NULL, LTRT}, 1002 /*OP*/ {LULU, LUSU, LULU, LULU, LULU, LUSU, LULU, LTLT, LTLT, LSRS, NULL, LTLT}, 1009 /*!U*/ {LTLT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTLT, LSRS, NULL, LTRT}, 1010 /*!T*/ {LTRT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTRT, LSRS, NULL, LTRT}, 1019 /*OP*/ {LULU, LUSU, LUSU, LUSU, LUSU, LUSU, LUSU, LTLT, LTLT, LSRS, NULL, LTLT}, 1026 /*!U*/ {LTLT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTLT, LSRS, NULL, LTRT}, 1027 /*!T*/ {LTRT, NULL, NULL, NULL, NULL, NULL, NULL, LTLT, LTRT, LSRS, NULL, LTRT},
|
/external/turbine/java/com/google/turbine/parse/ |
D | Token.java | 51 LTLT("<<"), enumConstant
|
D | StreamLexer.java | 862 return Token.LTLT; in operator()
|
D | ConstExpressionParser.java | 63 case LTLT: in operator()
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 265 if (desc.endsWith(LTLT, 2)) { in fixdesc() 279 withZeros = description.endsWith(LTLT, 2); in NumeratorSubstitution() 301 static const UChar LTLT[2]; member in NumeratorSubstitution 1327 const UChar NumeratorSubstitution::LTLT[] = { 0x003c, 0x003c };
|
/external/turbine/javatests/com/google/turbine/parse/ |
D | JavacLexer.java | 237 case LTLT:
|