OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binValue
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java
83
* @param
binValue
an existing XMPDateTime to set with the parsed date
87
public static XMPDateTime parse(String iso8601String, XMPDateTime
binValue
) throws XMPException
118
binValue
.setYear(value);
121
return
binValue
;
132
binValue
.setMonth(value);
135
return
binValue
;
146
binValue
.setDay(value);
149
return
binValue
;
155
binValue
.setMonth(1);
156
binValue
.setDay(1)
[
all
...]
/external/python/pyasn1/tests/type/
test_univ.py
394
assert BinDefault() == univ.BitString(
binValue
='1010100110001010')
409
assert self.b.clone(
binValue
='1010100110001010') == (1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0)
572
assert BinDefault() == univ.OctetString(
binValue
='1000010111101110101111000000111011')
582
assert univ.OctetString(
binValue
="1000010111101110101111000000111011") == ints2octs((133, 238, 188, 14, 192)), 'bin init fails'
[
all
...]
/external/python/pyasn1/pyasn1/type/
univ.py
379
binValue
: :py:class:`str`
443
value = self.fromBinaryString(kwargs.pop('
binValue
'), internalFormat=True)
747
binValue
: :py:class:`str`
798
value = self.fromBinaryString(kwargs.pop('
binValue
'))
[
all
...]
Completed in 124 milliseconds