OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_logging
(Results
1 - 3
of
3
) sorted by null
/system/bt/hci/src/
btsnoop.c
56
static bool
is_logging
;
variable
155
if (should_log ==
is_logging
)
158
is_logging
= should_log;
175
is_logging
= false;
/external/v8/src/
log.h
73
if (logger->
is_logging
()) \
311
bool
is_logging
() {
function in class:v8::internal::Logger
316
return
is_logging
() || jit_logger_ != NULL;
/external/v8/src/heap/
heap.cc
[
all
...]
Completed in 738 milliseconds