Home
last modified time | relevance | path

Searched refs:binValue (Results 1 – 3 of 3) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DISO8601Converter.java87 public static XMPDateTime parse(String iso8601String, XMPDateTime binValue) throws XMPException in parse() argument
118 binValue.setYear(value); in parse()
121 return binValue; in parse()
132 binValue.setMonth(value); in parse()
135 return binValue; in parse()
146 binValue.setDay(value); in parse()
149 return binValue; in parse()
155 binValue.setMonth(1); in parse()
156 binValue.setDay(1); in parse()
176 binValue.setHour(value); in parse()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Duniv.py270 encoding=None, binValue=None, hexValue=None): argument
275 if binValue is not None:
276 value = self.fromBinaryString(binValue)
287 encoding=None, binValue=None, hexValue=None): argument
289 encoding is None and binValue is None and hexValue is None:
291 if value is None and binValue is None and hexValue is None:
300 value, tagSet, subtypeSpec, encoding, binValue, hexValue
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
Dtest_univ.py112 …assert univ.OctetString(binValue="1000010111101110101111000000111011") == ints2octs((133, 238, 188…