OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:START_BLOCK
(Results
1 - 14
of
14
) sorted by null
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py
101
START_BLOCK
= re.compile('{')
209
Matcher(
START_BLOCK
, Type.DOC_START_BRACE),
241
Matcher(
START_BLOCK
, Type.
START_BLOCK
),
javascripttokens.py
38
START_BLOCK
= '{'
indentation.py
155
start_token = self._PopTo(Type.
START_BLOCK
)
182
self._Add(self._PopTo(Type.
START_BLOCK
))
236
elif token_type == Type.
START_BLOCK
or token.metadata.is_implied_block:
451
"""Determines if the given
START_BLOCK
is part of a goog.scope statement.
454
token: A token of type
START_BLOCK
.
492
if (token_info.token.type == Type.
START_BLOCK
and
503
elif (token_info.token.type == Type.
START_BLOCK
and
528
if token_info.token.type not in (Type.
START_BLOCK
, Type.START_BRACKET):
ecmametadatapass.py
296
if next_code.type != TokenType.
START_BLOCK
:
318
if (next_code.type != TokenType.
START_BLOCK
and
339
elif token_type == TokenType.
START_BLOCK
:
457
next_code_is_block = next_code and next_code.type == TokenType.
START_BLOCK
ecmalintrules.py
276
elif (type == Type.
START_BLOCK
and
308
if (state.InInterfaceMethod() and last_code.type != Type.
START_BLOCK
):
637
next_code.type in (Type.START_BRACKET, Type.
START_BLOCK
) or
[
all
...]
statetracker.py
712
"""Determine the block type given a
START_BLOCK
token.
717
token: The current token. Can be assumed to be type
START_BLOCK
.
842
if type == Type.
START_BLOCK
:
/external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokenizer.py
101
START_BLOCK
= re.compile('{')
209
Matcher(
START_BLOCK
, Type.DOC_START_BRACE),
241
Matcher(
START_BLOCK
, Type.
START_BLOCK
),
javascripttokens.py
38
START_BLOCK
= '{'
indentation.py
155
start_token = self._PopTo(Type.
START_BLOCK
)
182
self._Add(self._PopTo(Type.
START_BLOCK
))
236
elif token_type == Type.
START_BLOCK
or token.metadata.is_implied_block:
451
"""Determines if the given
START_BLOCK
is part of a goog.scope statement.
454
token: A token of type
START_BLOCK
.
492
if (token_info.token.type == Type.
START_BLOCK
and
503
elif (token_info.token.type == Type.
START_BLOCK
and
528
if token_info.token.type not in (Type.
START_BLOCK
, Type.START_BRACKET):
ecmametadatapass.py
296
if next_code.type != TokenType.
START_BLOCK
:
318
if (next_code.type != TokenType.
START_BLOCK
and
339
elif token_type == TokenType.
START_BLOCK
:
457
next_code_is_block = next_code and next_code.type == TokenType.
START_BLOCK
ecmalintrules.py
276
elif (type == Type.
START_BLOCK
and
308
if (state.InInterfaceMethod() and last_code.type != Type.
START_BLOCK
):
637
next_code.type in (Type.START_BRACKET, Type.
START_BLOCK
) or
[
all
...]
statetracker.py
712
"""Determine the block type given a
START_BLOCK
token.
717
token: The current token. Can be assumed to be type
START_BLOCK
.
842
if type == Type.
START_BLOCK
:
/external/f2fs-tools/fsck/
f2fs.h
271
#define
START_BLOCK
(sbi, segno) (SM_I(sbi)->main_blkaddr + (segno << sbi->log_blocks_per_seg))
mount.c
567
addr =
START_BLOCK
(sbi, segno);
Completed in 133 milliseconds