Home
last modified time | relevance | path

Searched refs:_tokenize (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js18 var _tokenize = _interopRequireWildcard(require("./tokenize")); variable
32 line: token[_tokenize.FIELDS.START_LINE],
33 column: token[_tokenize.FIELDS.START_COL]
38 line: token[_tokenize.FIELDS.END_LINE],
39 column: token[_tokenize.FIELDS.END_COL]
55 return getSource(token[_tokenize.FIELDS.START_LINE], token[_tokenize.FIELDS.START_COL], token[_tokenize.FIELDS.END_LINE], token[_tokenize.FIELDS.END_COL]);
61 return getSource(startToken[_tokenize
[all...]
/third_party/python/Lib/
H A Dtokenize.py430 return _tokenize(rl_gen.__next__, encoding)
433 def _tokenize(readline, encoding): function
622 return _tokenize(readline, None)
659 tokens = _tokenize(sys.stdin.readline, None)
687 import _tokenize as c_tokenizer
H A Dgettext.py86 def _tokenize(plural): function
188 result, nexttok = _parse(_tokenize(plural))
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py568 def _tokenize(self, source, name, filename=None, state=None): member in Environment
H A Dparser.py45 self.stream = environment._tokenize(source, name, filename, state)
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py524 def _tokenize(self, source, name, filename=None, state=None): member in Environment
H A Dparser.py40 self.stream = environment._tokenize(source, name, filename, state)
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py568 def _tokenize(self, source, name, filename=None, state=None): member in Environment
H A Dparser.py45 self.stream = environment._tokenize(source, name, filename, state)
/third_party/python/Lib/test/
H A Dtest_tokenize.py3 from tokenize import (tokenize, _tokenize, untokenize, NUMBER, NAME, OP, namespace
1048 tokens = list(_tokenize(readline, encoding='utf-8'))[1:-2]
1065 tokens = list(_tokenize(readline, encoding=None))[:-2]
1354 orig__tokenize = tokenize_module._tokenize
1356 tokenize_module._tokenize = mock__tokenize
1363 tokenize_module._tokenize = orig__tokenize
/third_party/jinja2/
H A Denvironment.py656 def _tokenize( member in Environment
H A Dparser.py60 self.stream = environment._tokenize(source, name, filename, state)

Completed in 17 milliseconds