OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
phystokens.py
19
for ttype,
ttext
, (slineno, scol), (elineno, ecol), ltext in toks:
43
if "\n" in
ttext
and
ttext
.split('\n', 1)[0][-1] == '\\':
58
yield ttype,
ttext
, (slineno, scol), (elineno, ecol), ltext
82
for ttype,
ttext
, (_, scol), (_, ecol), _ in phys_tokens(tokgen):
84
for part in re.split('(\n)',
ttext
):
99
if ttype == token.NAME and keyword.iskeyword(
ttext
):
parser.py
106
for toktype,
ttext
, (slineno, _), (elineno, _), ltext in tokgen:
110
nice_pair((slineno, elineno)),
ttext
, ltext
116
elif toktype == token.NAME and
ttext
== 'class':
121
elif toktype == token.OP and
ttext
== ':':
145
if
ttext
.strip() and toktype != tokenize.COMMENT:
/external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c
1013
pANTLR3_STRING
ttext
;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 433 milliseconds