HomeSort by relevance Sort by last modified time
    Searched defs:UTRACE_ENTRY (Results 1 - 2 of 2) 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...]
  /external/icu/icu4c/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...]

Completed in 91 milliseconds