OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANYTHING
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gn/
pattern.h
18
ANYTHING
, // * (zero or more chars).
32
case
ANYTHING
:
63
// Set to true when the subranges are "*foo" ("
ANYTHING
" followed by a
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py
87
# Comment text is
anything
that we are not going to parse into another special
106
([^\]\\]|\\.)* #
Anything
but a ] or \,
107
# or a backslash followed by
anything
118
(\\.|[^\[\/\\]|(%s))* # a backslash followed by
anything
,
119
# or
anything
but a / or [ or \,
127
ANYTHING
= re.compile(r'.*')
306
Matcher(
ANYTHING
, Type.COMMENT, JavaScriptModes.TEXT_MODE)],
310
# Must match open paren before
anything
else and move into parameter
/external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokenizer.py
87
# Comment text is
anything
that we are not going to parse into another special
106
([^\]\\]|\\.)* #
Anything
but a ] or \,
107
# or a backslash followed by
anything
118
(\\.|[^\[\/\\]|(%s))* # a backslash followed by
anything
,
119
# or
anything
but a / or [ or \,
127
ANYTHING
= re.compile(r'.*')
322
Matcher(cls.
ANYTHING
, Type.COMMENT, JavaScriptModes.TEXT_MODE)],
326
# Must match open paren before
anything
else and move into parameter
Completed in 241 milliseconds