OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_transient
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/notifier/
sync_invalidation_listener.cc
241
bool
is_transient
,
247
<< "
is_transient
=" <<
is_transient
250
if (
is_transient
) {
284
<< " (transient = " << error_info.
is_transient
() << ")";
sync_invalidation_listener.h
113
bool
is_transient
,
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py
65
is_transient
: Whether the token should be automatically removed without
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
)
588
while self._stack and self._stack[-1].
is_transient
:
/external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py
65
is_transient
: Whether the token should be automatically removed without
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
)
588
while self._stack and self._stack[-1].
is_transient
:
/external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.cc
197
VLOG(1) << "
is_transient
=" << unknown_hint.
is_transient
()
/external/chromium_org/third_party/opus/src/celt/
celt_encoder.c
223
int
is_transient
= 0;
local
355
is_transient
= mask_metric>200;
364
is_transient
= rand()&0x1;
366
/*printf("%d %f %d\n",
is_transient
, (float)*tf_estimate, tf_max);*/
367
return
is_transient
;
[
all
...]
Completed in 275 milliseconds