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

  /system/media/camera/docs/
metadata_parser_xml.py 260 tupl = entry.find('tuple')
261 if tupl is not None:
263 for val in tupl.find_all('value'):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 710 tupl = (t.year, t.month, t.day, t.hour, t.minute, t.second, t.microsecond)
711 kv['expiry'] = ','.join([str(i) for i in tupl])

Completed in 216 milliseconds