OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_debug
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/malloc_debug/
malloc_debug.cpp
51
DebugData*
g_debug
;
variable
98
if (
g_debug
!= nullptr) {
99
g_debug
->PrepareFork();
103
if (
g_debug
!= nullptr) {
104
g_debug
->PostForkParent();
108
if (
g_debug
!= nullptr) {
109
g_debug
->PostForkChild();
122
if (
g_debug
->config().options & FREE_TRACK) {
123
g_debug
->free_track->LogBacktrace(header);
148
header->usable_size -=
g_debug
->pointer_offset()
[
all
...]
debug_disable.cpp
35
extern DebugData*
g_debug
;
39
if (
g_debug
== nullptr || pthread_getspecific(g_disable_key) != nullptr) {
/hardware/intel/common/libmix/mix_audio/src/
mixaudio.c
245
g_debug
("DEBUG Enabled");
305
g_debug
("_finalized(). bytes written=%" G_GUINT64_FORMAT, mix->bytes_written);
350
//
g_debug
("Reading env var LPESTUB_FILE for data output file.\n");
369
g_debug
("Opening %s as output data file.\n", filename);
374
g_debug
("Opening %s as output data file.\n", fn);
378
g_debug
("Opening %s\n", LPE_DEVICE);
386
g_debug
("open() succeeded. fd=%d", mix->fileDescriptor);
470
g_debug
("Calling SNDRV_SST_STREAM_SET_PARAMS. fd=%d", mix->fileDescriptor);
472
g_debug
("_SET_PARAMS returned %d", retVal);
482
g_debug
("SET_PARAMS succeeded with Stream Parameter Modified.")
[
all
...]
sst_proxy.c
272
g_debug
("last SET_PARAMS succeeded with Stream Parameter Modified.");
/build/tools/atree/
atree.cpp
15
bool
g_debug
= getenv("ATREE_DEBUG") != NULL;
83
if (
g_debug
) {
159
g_debug
= true;
/external/autotest/client/cros/cellular/
mmtest.py
109
'
G_DEBUG
' : 'fatal_criticals',
/external/harfbuzz_ng/test/api/
Makefile.am
73
G_DEBUG
=gc-friendly \
Completed in 329 milliseconds