Home
last modified time | relevance | path

Searched refs:type_match (Results 1 – 5 of 5) 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.py96 type_match = (type == target_type or\
102 if type_match and subtype_match:
/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);
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1959 bool type_match = true; in store_locations() local
1963 type_match = false; in store_locations()
1967 if (type_match) { in store_locations()