Home
last modified time | relevance | path

Searched defs:categories (Results 1 – 19 of 19) sorted by relevance

/external/junit/src/org/junit/experimental/categories/
DCategories.java111 List<Class<?>> categories= categories(description); in hasCorrectCategoryAnnotation() local
123 private List<Class<?>> categories(Description description) { in categories() method in Categories.CategoryFilter
124 ArrayList<Class<?>> categories= new ArrayList<Class<?>>(); in categories() local
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.cpp49 ProcessKDPLog::DisableLog (const char **categories, Stream *feedback_strm) in DisableLog()
96 ProcessKDPLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, S… in EnableLog()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.cpp59 ProcessGDBRemoteLog::DisableLog (const char **categories, Stream *feedback_strm) in DisableLog()
107 …teLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *… in EnableLog()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DLogChannelDWARF.cpp87 LogChannelDWARF::Disable (const char **categories, Stream *feedback_strm) in Disable()
128const char **categories // The categories to enable within this logging stream, if empty, enable … in Enable()
/external/lldb/source/
Dlldb-log.cpp105 lldb_private::DisableLog (const char **categories, Stream *feedback_strm) in DisableLog()
164 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, St… in EnableLog()
/external/clang/lib/StaticAnalyzer/Core/
DCommonBugCategories.cpp13 namespace clang { namespace ento { namespace categories { namespace
/external/chromium-trace/
Dsystrace.py132 def create_agents(options, categories): argument
Dsystrace_agent.py12 def __init__(self, options, categories): argument
/external/chromium-trace/agents/
Datrace_agent.py50 def try_create_agent(options, categories): argument
62 def __init__(self, options, categories): argument
/external/mesa3d/src/mesa/main/
DAPIspec.py125 def __init__(self, tmpl_node, func_node, force_skip_desc=False, categories=[]): argument
442 def __init__(self, desc_node, categories=[]): argument
/external/lldb/source/Core/
DLog.cpp370 const char **categories, in EnableAllLogChannels()
415 const char *categories[1] = {NULL}; in DisableAllLogChannels() local
DDebugger.cpp2627 Debugger::EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t l… in EnableLog()
/external/llvm/lib/Support/
Dregex2.h148 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DIntentTest.java258 Set<String> categories = intent.getCategories(); in shouldSupportCategories() local
/external/lldb/test/
Ddotest.py352 def validate_categories(categories): argument
/external/llvm/docs/
DCommandLine.rst670 .. _Reference Guide:
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java37 private final Set<String> categories = new HashSet<String>(); field in ShadowIntent
/external/lldb/source/API/
DSBDebugger.cpp1242 SBDebugger::EnableLog (const char *channel, const char **categories) in EnableLog()
/external/doclava/src/com/google/doclava/
DDoclava.java1484 ArrayList<String> categories = new ArrayList<String>(); in writeSdkValues() local