OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCOPE_SENSITIVE
(Results
1 - 4
of
4
) sorted by null
/system/core/debuggerd/
utility.h
41
#define
SCOPE_SENSITIVE
(1 << 1)
44
#define IS_SENSITIVE(x) (((x) &
SCOPE_SENSITIVE
) != 0)
tombstone.c
315
int scopeFlags =
SCOPE_SENSITIVE
| (at_fault ? SCOPE_AT_FAULT : 0);
373
int scopeFlags =
SCOPE_SENSITIVE
| (at_fault ? SCOPE_AT_FAULT : 0);
/system/core/debuggerd/arm/
machine.c
137
_LOG(log, scopeFlags |
SCOPE_SENSITIVE
, "\nmemory near %.2s:\n", ®_NAMES[reg * 2]);
138
dump_memory(log, tid, addr, scopeFlags |
SCOPE_SENSITIVE
);
/system/core/debuggerd/mips/
machine.c
133
_LOG(log, scopeFlags |
SCOPE_SENSITIVE
, "\nmemory near %.2s:\n", ®_NAMES[reg * 2]);
134
dump_memory(log, tid, addr, scopeFlags |
SCOPE_SENSITIVE
);
Completed in 180 milliseconds