OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_entry
(Results
1 - 8
of
8
) sorted by null
/hardware/invensense/60xx/libsensors_iio/
local_log_def.h
10
#define
FUNC_ENTRY
(0) /* log entry in all one-time functions */
45
LOGV_IF(
FUNC_ENTRY
, "Entering function '%s'", __PRETTY_FUNCTION__)
/external/compiler-rt/lib/tsan/
check_analyze.sh
19
func="
func_entry
\
analyze_libtsan.sh
19
func_entry
\
/hardware/invensense/6515/libsensors_iio/
SensorBase.h
41
LOGV_IF(SensorBase::
FUNC_ENTRY
, \
63
static bool
FUNC_ENTRY
; /* log entry in all one-time functions */
SensorBase.cpp
39
bool SensorBase::
FUNC_ENTRY
= false;
76
FUNC_ENTRY
= true;
/hardware/invensense/65xx/libsensors_iio/
SensorBase.h
41
LOGV_IF(SensorBase::
FUNC_ENTRY
, \
63
static bool
FUNC_ENTRY
; /* log entry in all one-time functions */
SensorBase.cpp
39
bool SensorBase::
FUNC_ENTRY
= false;
75
FUNC_ENTRY
= true;
/external/chromium_org/v8/test/cctest/
test-profile-generator.cc
696
CodeEntry*
func_entry
= code_map->FindEntry(func->code()->address());
local
697
if (!
func_entry
)
699
return
func_entry
->line_number();
Completed in 196 milliseconds