Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dmimeparse.py49 full_type = parts[0].strip()
52 if full_type == '*':
53 full_type = '*/*'
54 (type, subtype) = full_type.split('/')
/external/vulkan-validation-layers/
Dvk_helper.py277 def _is_dynamic_array(self, full_type, name): argument
282 if 'const' in full_type and '*' in full_type: