Searched defs:explicit (Results 1 - 25 of 127) sorted by relevance

123456

/external/python/cpython2/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_explicit.py4 explicit = True variable in class:FixExplicit
/external/python/cpython3/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_explicit.py4 explicit = True variable in class:FixExplicit
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_buffer.py14 explicit = True # The user must ask for this fixer variable in class:FixBuffer
H A Dfix_set_literal.py15 explicit = True variable in class:FixSetLiteral
H A Dfix_ws_comma.py14 explicit = True # The user must ask for this fixers variable in class:FixWsComma
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_buffer.py14 explicit = True # The user must ask for this fixer variable in class:FixBuffer
H A Dfix_set_literal.py15 explicit = True variable in class:FixSetLiteral
H A Dfix_ws_comma.py14 explicit = True # The user must ask for this fixers variable in class:FixWsComma
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERApplicationSpecific.java21 * Create an application specific object with a tagging of explicit/constructed.
50 private static byte[] getEncoding(boolean explicit, ASN1Encodable object) argument
55 if (explicit)
H A DBERTaggedObject.java26 * @param explicit true if an explicitly tagged object.
31 boolean explicit,
35 super(explicit, tagNo, obj);
52 if (explicit)
77 if (explicit)
104 if (!explicit)
30 BERTaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
H A DDERApplicationSpecific.java35 * Create an application specific object with a tagging of explicit/constructed.
64 private static byte[] getEncoding(boolean explicit, ASN1Encodable object) argument
69 if (explicit)
H A DDERTaggedObject.java16 * @param explicit true if an explicitly tagged object.
21 boolean explicit,
25 super(explicit, tagNo, obj);
37 if (explicit)
62 if (explicit)
88 if (explicit)
20 DERTaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
H A DDLTaggedObject.java16 * @param explicit true if an explicitly tagged object.
21 boolean explicit,
25 super(explicit, tagNo, obj);
32 if (explicit)
56 if (explicit)
82 if (explicit)
20 DLTaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java66 boolean explicit)
68 return getInstance(ASN1Sequence.getInstance(obj, explicit));
64 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DTime.java44 boolean explicit)
42 getInstance( ASN1TaggedObject obj, boolean explicit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
H A DCertStatus.java80 boolean explicit)
78 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DOCSPRequest.java39 boolean explicit)
41 return getInstance(ASN1Sequence.getInstance(obj, explicit));
37 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DOCSPResponse.java39 boolean explicit)
41 return getInstance(ASN1Sequence.getInstance(obj, explicit));
37 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DRequest.java40 boolean explicit)
42 return getInstance(ASN1Sequence.getInstance(obj, explicit));
38 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DResponderID.java61 boolean explicit)
59 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DResponseBytes.java38 boolean explicit)
40 return getInstance(ASN1Sequence.getInstance(obj, explicit));
36 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DRevokedInfo.java42 boolean explicit)
44 return getInstance(ASN1Sequence.getInstance(obj, explicit));
40 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DSignature.java53 boolean explicit)
55 return getInstance(ASN1Sequence.getInstance(obj, explicit));
51 getInstance( ASN1TaggedObject obj, boolean explicit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DRSAPublicKey.java22 boolean explicit)
24 return getInstance(ASN1Sequence.getInstance(obj, explicit));
20 getInstance( ASN1TaggedObject obj, boolean explicit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DDirectoryString.java59 public static DirectoryString getInstance(ASN1TaggedObject o, boolean explicit) argument
61 if (!explicit)

Completed in 264 milliseconds

123456