Home
last modified time | relevance | path

Searched defs:INVALID (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/services/plugin_service/include/
Dplugin_session.h49 INVALID = -1, enumerator
/developtools/profiler/device/plugins/ftrace_plugin/tools/
Dftrace_format_parser.py57 INVALID, INTEGER, STRING, BYTES, ARRAY = 0, 1, 2, 3, 4 variable in ProtoType