OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_block
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/common/swig/include/2.0.11/ocaml/
typecheck.i
8
if( !
Is_block
($input) ) $1 = 0;
18
if( !
Is_block
($input) ) $1 = 0;
28
if( !
Is_block
($input) ) $1 = 0;
38
if( !
Is_block
($input) ) $1 = 0;
51
if( !
Is_block
($input) ) $1 = 0;
61
if( !
Is_block
($input) ) $1 = 0;
72
if( !
Is_block
($input) ) $1 = 0;
82
if( !
Is_block
($input) ) $1 = 0;
92
if( !
Is_block
($input) ) $1 = 0;
102
if( !
Is_block
($input) ) $1 = 0
[
all
...]
ocaml.swg
162
while( v &&
Is_block
(v) ) {
174
while( i < n && lst &&
Is_block
(lst) ) {
188
if( !
Is_block
(elt) ) return lst;
190
while( lst &&
Is_block
(lst) ) {
202
if( v &&
Is_block
(v) ) {
218
while( lst &&
Is_block
(lst) ) { i++; lst = SWIG_Field(lst,1); }
386
if( !
Is_block
(v) ) return 0;
426
if( !
Is_block
(v) ) return 0.0;
459
if( !
Is_block
(v) ) return -1;
519
if( !
Is_block
(v) ) return 0
[
all
...]
/external/chromium-trace/catapult/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 token.type not in (
101
result += ' {
is_block
: %s, is_transient: %s}' % (
102
self.
is_block
, self.is_transient)
224
is_block
=token.metadata.context.type == Context.ARRAY_LITERAL))
227
self._Add(TokenInfo(token=token,
is_block
=True)
[
all
...]
/external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp
137
bool
is_block
= false;
local
163
is_block
= true;
167
is_block
= true;
171
is_block
= true;
175
is_block
= true;
243
if (
is_block
) {
Completed in 240 milliseconds