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
322
bool
is_transient
,
328
<< "
is_transient
=" <<
is_transient
331
if (
is_transient
) {
365
<< " (transient = " << error_info.
is_transient
() << ")";
sync_invalidation_listener.h
120
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.c
311
int
is_transient
= 0;
local
376
is_transient
=1;
386
is_transient
=1;
390
is_transient
= rand()&0x1;
392
return
is_transient
;
[
all
...]
Completed in 187 milliseconds