HomeSort by relevance Sort by last modified time
    Searched refs:SEQUENCE (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Tag.java 17 SEQUENCE,
Asn1Decoder.java 66 sTagMap.put(TAG_SEQ, Asn1Tag.SEQUENCE);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1StreamParser.java 49 case BERTags.SEQUENCE:
76 case BERTags.SEQUENCE:
88 case BERTags.SEQUENCE:
193 case BERTags.SEQUENCE:
BERSequence.java 7 * Carrier class for an indefinite-length SEQUENCE.
13 * Create an empty sequence
20 * Create a sequence containing one object
29 * Create a sequence containing a vector of objects.
38 * Create a sequence containing an array of objects.
62 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
BERTags.java 13 public static final int SEQUENCE = 0x10;
14 public static final int SEQUENCE_OF = 0x10; // for completeness - used to model a SEQUENCE of the same type.
DERSequence.java 12 * create an empty sequence
19 * create a sequence containing one object
20 * @param obj the object to go in the sequence.
29 * create a sequence containing a vector of objects.
30 * @param v the vector of objects to make up the sequence.
39 * create a sequence containing an array of objects.
40 * @param array the array of objects to make up the sequence.
81 * ASN.1 descriptions given. Rather than just outputting SEQUENCE,
91 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
DLSequence.java 7 * The DLSequence encodes a SEQUENCE using definite length form.
15 * Create an empty sequence
22 * create a sequence containing one object
23 * @param obj the object to go in the sequence.
32 * create a sequence containing a vector of objects.
33 * @param v the vector of objects to make up the sequence.
42 * create a sequence containing an array of objects.
43 * @param array the array of objects to make up the sequence.
84 * ASN.1 descriptions given. Rather than just outputting SEQUENCE,
94 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED)
    [all...]
LazyEncodedSequence.java 102 out.writeEncoded(BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded);
ASN1TaggedObject.java 135 // tagging. As implicit tagging is ambiguous if a sequence is involved
206 case BERTags.SEQUENCE:
ASN1InputStream.java 172 case SEQUENCE:
264 case SEQUENCE:
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java 12 * The following example will create an animation sequence composed of 5 parts:
80 * Creates a new timeline with a 'sequence' behavior. Its children will
85 tl.setup(Modes.SEQUENCE);
103 private enum Modes {SEQUENCE, PARALLEL}
176 * Starts a nested timeline with a 'sequence' behavior. Don't forget to
185 tl.mode = Modes.SEQUENCE;
245 case SEQUENCE:
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 242 // returns it. An object identifier is a sequence of variable length integers
441 // SET OF (tag 17) are mapped to SEQUENCE and SEQUENCE OF (tag 16) since we
518 // parseSequenceOf is used for SEQUENCE OF and SET OF values. It tries to parse
540 // PRINTABLE STRINGs so that a sequence of them can be
549 err = StructuralError{"sequence tag mismatch"}
553 err = SyntaxError{"truncated sequence"}
598 err = SyntaxError{"sequence truncated"}
868 // We allow extra bytes at the end of the SEQUENCE because
969 // An ASN.1 SEQUENCE OF x or SET OF x can be writte
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 242 // returns it. An object identifier is a sequence of variable length integers
441 // SET OF (tag 17) are mapped to SEQUENCE and SEQUENCE OF (tag 16) since we
518 // parseSequenceOf is used for SEQUENCE OF and SET OF values. It tries to parse
540 // PRINTABLE STRINGs so that a sequence of them can be
549 err = StructuralError{"sequence tag mismatch"}
553 err = SyntaxError{"truncated sequence"}
598 err = SyntaxError{"sequence truncated"}
868 // We allow extra bytes at the end of the SEQUENCE because
969 // An ASN.1 SEQUENCE OF x or SET OF x can be writte
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 104 /* SEQUENCE appears in the result of a `gen_...' function
107 `emit_insn' takes the SEQUENCE apart and makes separate insns. */
108 DEF_RTL_EXPR(SEQUENCE, "sequence", "E", RTX_EXTRA)
    [all...]
genrtl.h 871 gen_rtx_fmt_E (SEQUENCE, (MODE), (ARG0))
    [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 69 buf.append("BER Sequence");
73 buf.append("DER Sequence");
77 buf.append("Sequence");
311 ASN1Sequence s = ASN1Sequence.getInstance(app.getObject(BERTags.SEQUENCE));
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 668 ExtKeyUsage []ExtKeyUsage // Sequence of extended key usages.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 668 ExtKeyUsage []ExtKeyUsage // Sequence of extended key usages.
    [all...]
  /external/tcpdump/
print-snmp.c 98 "Sequence",
99 #define SEQUENCE 16
440 * The ID follows, as a sequence of octets with the
620 case SEQUENCE:
1163 * SEQUENCE {
1169 * SEQUENCE {
1173 * varbindlist SEQUENCE OF
1174 * SEQUENCE {
1180 * SEQUENCE {
1186 * varbindlist SEQUENCE O
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15.go 197 // DigestInfo ::= SEQUENCE {
  /prebuilts/go/linux-x86/src/crypto/rsa/
pkcs1v15.go 197 // DigestInfo ::= SEQUENCE {
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/logkit/logkit/1.0.1/
logkit-1.0.1.jar 

Completed in 554 milliseconds

1 2 3