Home
last modified time | relevance | path

Searched refs:raw_type (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DCodeGeneratorInspector.py1494 raw_type = RawTypes.get(json_typable["type"])
1496 return RawTypeBinding(raw_type)
1500 def __init__(self, raw_type): argument
1501 self.raw_type_ = raw_type
1541 raw_type = RawTypes.get(json_type_name)
1542 self.raw_type_ = raw_type
1754 def get_annotated_type_text(raw_type, annotated_type): argument
1755 if annotated_type != raw_type:
1756 return "/*%s*/ %s" % (annotated_type, raw_type)
1758 return raw_type
[all …]
/external/linux-tools-perf/
Ddesign.txt74 raw_type: 1 bit (most significant bit) 0x8000_0000_0000_0000
78 If 'raw_type' is 1, then the counter will count a hardware event
82 If 'raw_type' is 0, then the 'type' field says what kind of counter
121 in a 0x4064 event_id value and set hw_event.raw_type to 1.