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

  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /external/libvpx/
libs.doxy_template 538 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
543 EXCLUDE_SYMBOLS =
    [all...]
  /external/oprofile/pp/
opreport_options.cpp 60 vector<string> exclude_symbols; member in namespace:__anon11542
83 popt::option(exclude_symbols, "exclude-symbols", 'e',
218 if (!exclude_symbols.empty() || !include_symbols.empty()) {
304 if (!exclude_symbols.empty())
305 xml_utils::add_option(EXCLUDE_SYMBOLS, exclude_symbols);
316 symbol_filter = string_filter(include_symbols, exclude_symbols);

Completed in 174 milliseconds