Searched refs:DOUBLESLASH (Results 1 - 14 of 14) sorted by relevance

/external/python/cpython2/Include/
H A Dtoken.h60 #define DOUBLESLASH 48 macro
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dtoken.py57 DOUBLESLASH = 48 variable
/external/python/cpython3/Include/
H A Dtoken.h59 #define DOUBLESLASH 47 macro
/external/python/cpython3/Lib/lib2to3/pgen2/
H A Dtoken.py57 DOUBLESLASH = 48 variable
/external/python/cpython2/Lib/
H A Dtoken.py59 DOUBLESLASH = 48 variable
/external/python/cpython3/Lib/
H A Dtoken.py60 DOUBLESLASH = 47 variable
H A Dtokenize.py93 '//': DOUBLESLASH,
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)*
456 DOUBLESLASH : '//' ;
/external/python/cpython2/Parser/
H A Dtokenizer.c86 "DOUBLESLASH",
1121 case '/': return DOUBLESLASH;
/external/python/cpython3/Parser/
H A Dtokenizer.c98 "DOUBLESLASH",
1195 case '/': return DOUBLESLASH;
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py705 elif t == token.DOUBLESLASH:
/external/python/cpython2/Modules/
H A Dparsermodule.c2421 || (TYPE(CHILD(tree, pos)) == DOUBLESLASH)
/external/python/cpython2/Python/
H A Dast.c353 case DOUBLESLASH:
/external/python/cpython3/Python/
H A Dast.c916 case DOUBLESLASH:

Completed in 1142 milliseconds