HomeSort by relevance Sort by last modified time
    Searched refs:utrace_entry (Results 1 - 7 of 7) sorted by null

  /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/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 1139 #define utrace_entry macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 1139 #define utrace_entry macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 1139 #define utrace_entry macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 1139 #define utrace_entry macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1633 #define utrace_entry macro
    [all...]

Completed in 142 milliseconds