OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_bracket
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
indentation.py
152
self._PopTo(Type.
START_BRACKET
)
221
if token_type == Type.
START_BRACKET
:
312
Type.
START_BRACKET
)
389
elif token.type == Type.
START_BRACKET
:
556
if token_info.token.type not in (Type.START_BLOCK, Type.
START_BRACKET
):
565
if token_info.token.type == Type.
START_BRACKET
:
javascripttokens.py
42
START_BRACKET
= '['
ecmalintrules.py
446
elif token_type == Type.
START_BRACKET
:
685
next_code.type in (Type.
START_BRACKET
, Type.START_BLOCK) or
[
all
...]
javascripttokenizer.py
361
Matcher(cls.OPENING_BRACKET, Type.
START_BRACKET
),
javascriptlintrules.py
478
Type.
START_BRACKET
)):
491
if (token.previous.type in (Type.START_PAREN, Type.
START_BRACKET
,
ecmametadatapass.py
376
elif token_type == TokenType.
START_BRACKET
:
/external/pcre/dist/
pcre_compile.c
8253
pcre_uchar *
start_bracket
= code;
local
[
all
...]
Completed in 85 milliseconds