HomeSort by relevance Sort by last modified time
    Searched refs:target_subtype (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/util/
mimeparse.py 81 target_type, target_subtype, target_params = parse_media_range(mime_type)
85 subtype == target_subtype
86 or subtype == '*' or target_subtype == '*'):
90 if subtype == target_subtype:
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
mimeparse.py 93 (target_type, target_subtype, target_params) =\
99 subtype_match = (subtype == target_subtype or\
101 target_subtype == '*')
107 fitness += (subtype == target_subtype) and 10 or 0

Completed in 742 milliseconds