OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_block
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py
64
is_block
: Whether the token represents a block indentation.
81
def __init__(self, token,
is_block
=False):
86
is_block
: Whether the token represents a block indentation.
91
self.
is_block
=
is_block
92
self.is_transient = not
is_block
and not token.type in (
101
result += ' {
is_block
: %s, is_transient: %s}' % (
102
self.
is_block
, self.is_transient)
234
is_block
=token.metadata.context.type == Context.ARRAY_LITERAL))
237
self._Add(TokenInfo(token=token,
is_block
=True)
[
all
...]
/external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py
64
is_block
: Whether the token represents a block indentation.
81
def __init__(self, token,
is_block
=False):
86
is_block
: Whether the token represents a block indentation.
91
self.
is_block
=
is_block
92
self.is_transient = not
is_block
and not token.type in (
101
result += ' {
is_block
: %s, is_transient: %s}' % (
102
self.
is_block
, self.is_transient)
234
is_block
=token.metadata.context.type == Context.ARRAY_LITERAL))
237
self._Add(TokenInfo(token=token,
is_block
=True)
[
all
...]
/external/llvm/lib/DebugInfo/
DWARFFormValue.cpp
81
bool
is_block
= false;
local
105
is_block
= true;
109
is_block
= true;
113
is_block
= true;
117
is_block
= true;
196
if (
is_block
) {
Completed in 3020 milliseconds