Searched defs:SkipValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/value/
H A Dskip.py8 class SkipValue(value_module.Value): class in inherits:value_module.Value
17 super(SkipValue, self).__init__(page, 'skip', '', True, description)
22 return 'SkipValue(%s, %s)' % (page_name, self._reason)
48 d = super(SkipValue, self).AsDict()
62 return SkipValue(**kwargs)
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp186 DWARFFormValue::SkipValue(const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) const function in class:DWARFFormValue
188 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, cu);
192 DWARFFormValue::SkipValue(dw_form_t form, const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) function in class:DWARFFormValue
267 return DWARFFormValue::SkipValue (indirect_form,

Completed in 102 milliseconds