Searched defs:COLON (Results 1 - 25 of 83) sorted by relevance

1234

/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_ws_comma.py21 COLON = pytree.Leaf(token.COLON, u":") variable in class:FixWsComma
22 SEPS = (COMMA, COLON)
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_ws_comma.py21 COLON = pytree.Leaf(token.COLON, ":") variable in class:FixWsComma
22 SEPS = (COMMA, COLON)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs43 public const int COLON = 6; field in class:Antlr.Runtime.Tree.TreePatternLexer
100 return COLON;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java37 public static final int COLON = 6; field in class:TreePatternLexer
95 return COLON;
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java39 public static final String COLON = ":"; field in interface:Separators
H A DGenericObject.java51 protected static final String COLON = Separators.COLON; field in class:GenericObject
H A DGenericObjectList.java52 protected static final String COLON = Separators.COLON; field in class:GenericObjectList
/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DSmaliHighlightingColors.java50 public static final TextAttributesKey COLON = createTextAttributesKey( field in class:SmaliHighlightingColors
51 "COLON", DefaultLanguageHighlighterColors.PREDEFINED_SYMBOL);
/external/ipsec-tools/src/racoon/
H A Dprsa_par.h42 COLON = 258, enumerator in enum:yytokentype
66 #define COLON 258 macro
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtreewizard.py63 COLON = 6 variable
123 return COLON
224 if self.ttype != COLON:
/external/icu/icu4c/source/i18n/
H A Ddt_impl.h30 #define COLON ((UChar)0x003A) macro
H A Ddtitv_impl.h30 #define COLON ((UChar)0x003A) macro
H A Dselfmtimpl.h50 #define COLON ((UChar)0x003A) macro
/external/icu/icu4c/source/tools/genrb/
H A Dread.c34 #define COLON 0x003A macro
98 case COLON:
277 || c == COLON) {
312 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) {
/external/python/cpython2/Include/
H A Dtoken.h23 #define COLON 11 macro
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dtoken.py20 COLON = 11 variable
/external/python/cpython2/Lib/
H A Dtoken.py22 COLON = 11 variable
/external/python/cpython3/Include/
H A Dtoken.h23 #define COLON 11 macro
/external/trappy/tests/trappy/stats/
H A Dgrammar.py43 COLON = Literal(":").suppress() variable
166 FUNC_NAME + COLON + IDENTIFIER) | REAL | INTEGER | IDENTIFIER
339 FUNC_NAME + COLON + IDENTIFIER).setParseAction(self._pre_process)
341 FUNC_NAME + COLON + IDENTIFIER).setParseAction(self._parse_for_info)
/external/trappy/trappy/stats/
H A Dgrammar.py43 COLON = Literal(":").suppress() variable
166 FUNC_NAME + COLON + IDENTIFIER) | REAL | INTEGER | IDENTIFIER
339 FUNC_NAME + COLON + IDENTIFIER).setParseAction(self._pre_process)
341 FUNC_NAME + COLON + IDENTIFIER).setParseAction(self._parse_for_info)
/external/icu/icu4c/source/common/
H A Duniset.cpp38 #define COLON ((UChar)0x003A) /*:*/ macro
2004 case COLON:
2083 // result.append(COLON);
/external/python/cpython3/Lib/lib2to3/pgen2/
H A Dtoken.py20 COLON = 11 variable
/external/python/cpython3/Lib/
H A Dtoken.py24 COLON = 11 variable
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py9 TreePatternLexer, EOF, ID, BEGIN, END, PERCENT, COLON, DOT, ARG, \
81 self.failUnlessEqual(type, COLON)
11 TreePattern, WildcardTreePattern, TreePatternTreeAdaptor namespace
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp62 COLON, enumerator in enum:rsg::Token::Type

Completed in 1059 milliseconds

1234