OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utrace_entry
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utracimp.h
87
* Do not use directly, use
UTRACE_ENTRY
instead.
92
utrace_entry
(int32_t fnNumber);
107
* Trace function used inside functions that have a
UTRACE_ENTRY
() statement.
149
* Tracing should start with
UTRACE_ENTRY
after checking for
157
#define
UTRACE_ENTRY
(fnNumber) \
160
utrace_entry
(fnNumber); \
167
* Produces trace output at a less verbose setting than plain
UTRACE_ENTRY
178
utrace_entry
(fnNumber); \
183
* Trace statement for each exit point of a function that has a
UTRACE_ENTRY
()
200
* Trace statement for each exit point of a function that has a
UTRACE_ENTRY
()
[
all
...]
utrace.c
29
utrace_entry
(int32_t fnNumber) {
function
/external/icu4c/common/
utracimp.h
87
* Do not use directly, use
UTRACE_ENTRY
instead.
92
utrace_entry
(int32_t fnNumber);
107
* Trace function used inside functions that have a
UTRACE_ENTRY
() statement.
149
* Tracing should start with
UTRACE_ENTRY
after checking for
157
#define
UTRACE_ENTRY
(fnNumber) \
160
utrace_entry
(fnNumber); \
167
* Produces trace output at a less verbose setting than plain
UTRACE_ENTRY
178
utrace_entry
(fnNumber); \
183
* Trace statement for each exit point of a function that has a
UTRACE_ENTRY
()
200
* Trace statement for each exit point of a function that has a
UTRACE_ENTRY
()
[
all
...]
utrace.c
29
utrace_entry
(int32_t fnNumber) {
function
/external/icu4c/common/unicode/
urename.h
1670
#define
utrace_entry
macro
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
1633
#define
utrace_entry
macro
[
all
...]
Completed in 531 milliseconds