Home
last modified time | relevance | path

Searched refs:type_match (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/common_lib/cros/cfm/metrics/
Dmedia_info_metrics_extractor.py123 type_match = (True if media_type is None
125 return direction_match and type_match
/external/python/google-api-python-client/googleapiclient/
Dmimeparse.py99 type_match = type == target_type or type == "*" or target_type == "*"
103 if type_match and subtype_match:
/external/mesa3d/src/compiler/glsl/
Dlink_interface_blocks.cpp140 bool type_match = (match_precision ? in intrastage_match() local
147 if (!type_match && (b->type->is_array() || a->type->is_array()) && in intrastage_match()
Dlink_varyings.cpp2162 bool type_match = true; in store_locations() local
2166 type_match = false; in store_locations()
2170 if (type_match) { in store_locations()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc278 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) { in GetNextOfType() argument
282 if (type_found == type_match) in GetNextOfType()
Dpersistent_memory_allocator.h173 Reference GetNextOfType(uint32_t type_match);