OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONSTRUCTED
(Results
1 - 25
of
31
) sorted by null
1
2
/external/libcxx/test/support/
tracked_value.h
7
enum State {
CONSTRUCTED
, MOVED_FROM, DESTROYED };
10
TrackedValue() : state(State::
CONSTRUCTED
) {}
12
TrackedValue(TrackedValue const& t) : state(State::
CONSTRUCTED
) {
18
TrackedValue(TrackedValue&& t) : state(State::
CONSTRUCTED
) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERGenerator.java
57
writeHdr(tagNum | BERTags.
CONSTRUCTED
);
62
if ((tag & BERTags.
CONSTRUCTED
) != 0)
64
writeHdr(tagNum | BERTags.
CONSTRUCTED
);
DERTaggedObject.java
90
out.writeTag(BERTags.
CONSTRUCTED
| BERTags.TAGGED, tagNo);
97
// need to mark
constructed
types...
102
flags = BERTags.
CONSTRUCTED
| BERTags.TAGGED;
115
out.writeEncoded(BERTags.
CONSTRUCTED
| BERTags.TAGGED, tagNo, ZERO_BYTES);
DLTaggedObject.java
84
out.writeTag(BERTags.
CONSTRUCTED
| BERTags.TAGGED, tagNo);
91
// need to mark
constructed
types...
96
flags = BERTags.
CONSTRUCTED
| BERTags.TAGGED;
109
out.writeEncoded(BERTags.
CONSTRUCTED
| BERTags.TAGGED, tagNo, ZERO_BYTES);
BEROctetStringGenerator.java
14
writeBERHeader(BERTags.
CONSTRUCTED
| BERTags.OCTET_STRING);
25
writeBERHeader(BERTags.
CONSTRUCTED
| BERTags.OCTET_STRING);
ASN1ApplicationSpecific.java
80
* Return true if the object is marked as
constructed
, false otherwise.
82
* @return true if
constructed
, otherwise false.
139
if ((orig[0] & BERTags.
CONSTRUCTED
) != 0)
141
tmp[0] |= BERTags.
CONSTRUCTED
;
161
classBits |= BERTags.
CONSTRUCTED
;
BERSequence.java
62
out.write(BERTags.SEQUENCE | BERTags.
CONSTRUCTED
);
BERSet.java
66
out.write(BERTags.SET | BERTags.
CONSTRUCTED
);
BERTags.java
33
public static final int
CONSTRUCTED
= 0x20;
BERApplicationSpecific.java
21
* Create an application specific object with a tagging of explicit/
constructed
.
35
* Create an application specific object with the tagging style given by the value of
constructed
.
37
* @param
constructed
true if the object is
constructed
.
42
boolean
constructed
,
47
super(
constructed
|| object.toASN1Primitive().isConstructed(), tag, getEncoding(
constructed
, object));
69
* Create an application specific object which is marked as
constructed
105
classBits |= BERTags.
CONSTRUCTED
;
DERApplicationSpecific.java
22
* the data does not represent a
constructed
object.
35
* Create an application specific object with a tagging of explicit/
constructed
.
49
* Create an application specific object with the tagging style given by the value of
constructed
.
51
* @param
constructed
true if the object is
constructed
.
56
boolean
constructed
,
61
super(
constructed
|| object.toASN1Primitive().isConstructed(), tag, getEncoding(
constructed
, object));
83
* Create an application specific object which is marked as
constructed
119
classBits |= BERTags.
CONSTRUCTED
;
[
all
...]
DERSequence.java
79
* As DER requires the
constructed
, definite-length model to
82
* we also have to specify
CONSTRUCTED
, and the objects length.
91
out.write(BERTags.SEQUENCE | BERTags.
CONSTRUCTED
);
DERSet.java
89
* As DER requires the
constructed
, definite-length model to
92
* we also have to specify
CONSTRUCTED
, and the objects length.
101
out.write(BERTags.SET | BERTags.
CONSTRUCTED
);
DLSequence.java
82
* As DL requires the
constructed
, definite-length model to
85
* we also have to specify
CONSTRUCTED
, and the objects length.
94
out.write(BERTags.SEQUENCE | BERTags.
CONSTRUCTED
);
DLSet.java
13
* <b>8.11.1</b> The encoding of a set value shall be
constructed
124
* As DL requires the
constructed
, definite-length model to
127
* we also have to specify
CONSTRUCTED
, and the objects length.
136
out.write(BERTags.SET | BERTags.
CONSTRUCTED
);
LazyEncodedSequence.java
102
out.writeEncoded(BERTags.SEQUENCE | BERTags.
CONSTRUCTED
, encoded);
BERTaggedObject.java
99
out.writeTag(BERTags.
CONSTRUCTED
| BERTags.TAGGED, tagNo);
BEROctetString.java
139
out.write(BERTags.
CONSTRUCTED
| BERTags.OCTET_STRING);
ASN1InputStream.java
49
* @param lazyEvaluate true if parsing inside
constructed
objects can be delayed.
72
* Create an ASN1InputStream where no DER object will be longer than limit, and
constructed
76
* @param lazyEvaluate true if parsing inside
constructed
objects can be delayed.
86
* Create an ASN1InputStream where no DER object will be longer than limit, and
constructed
91
* @param lazyEvaluate true if parsing inside
constructed
objects can be delayed.
140
boolean isConstructed = (tag &
CONSTRUCTED
) != 0;
156
// TODO There are other tags that may be
constructed
(e.g. BIT_STRING)
232
boolean isConstructed = (tag &
CONSTRUCTED
) != 0;
259
// TODO There are other tags that may be
constructed
(e.g. BIT_STRING)
ASN1StreamParser.java
40
// Note: INDEF =>
CONSTRUCTED
42
// TODO There are other tags that may be
constructed
(e.g. BIT_STRING)
58
ASN1Encodable readImplicit(boolean
constructed
, int tag) throws IOException
62
if (!
constructed
)
70
if (
constructed
)
87
throw new ASN1Exception("sequences must use
constructed
encoding (see X.690 8.9.1/8.10.1)");
89
throw new ASN1Exception("sets must use
constructed
encoding (see X.690 8.11.1/8.12.1)");
98
ASN1Primitive readTaggedObject(boolean
constructed
, int tag) throws IOException
100
if (!
constructed
)
102
// Note: !
CONSTRUCTED
=> IMPLICI
[
all
...]
DERExternal.java
150
out.writeEncoded(BERTags.
CONSTRUCTED
, BERTags.EXTERNAL, baos.toByteArray());
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
subdirs.py
84
"HOW NAMES ARE
CONSTRUCTED
" under "gsutil help cp" for more details.)
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ModuleDescriptor.java
49
CONSTRUCTED
,
86
? ModuleDescriptor.DefaultCreationStrategy.
CONSTRUCTED
/external/tcpdump/
print-snmp.c
248
"
Constructed
",
249
#define
CONSTRUCTED
1
616
case
CONSTRUCTED
:
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar
Completed in 169 milliseconds
1
2