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

1 2

  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/
Asn1Tagging.java 22 IMPLICIT,
Asn1DerEncoder.java 342 if (((mTagging == Asn1Tagging.EXPLICIT) || (mTagging == Asn1Tagging.IMPLICIT))
374 case IMPLICIT:
Asn1BerParser.java 75 * Returns the implicit {@code SET OF} contained in the provided ASN.1 BER input. Implicit means
375 if (((mTagging == Asn1Tagging.EXPLICIT) || (mTagging == Asn1Tagging.IMPLICIT))
  /tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/
SignedData.java 45 tagging = Asn1Tagging.IMPLICIT, tagNumber = 0,
52 tagging = Asn1Tagging.IMPLICIT, tagNumber = 1,
SignerInfo.java 45 tagging = Asn1Tagging.IMPLICIT, tagNumber = 0,
58 tagging = Asn1Tagging.IMPLICIT, tagNumber = 1,
SignerIdentifier.java 34 @Asn1Field(type = Asn1Type.OCTET_STRING, tagging = Asn1Tagging.IMPLICIT, tagNumber = 0)
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 53 // ASN.1 has IMPLICIT and EXPLICIT tags, which can be translated as "instead
58 // doesn't actually have a UNIVERSAL keyword). However, by saying [IMPLICIT
67 // You can layer EXPLICIT and IMPLICIT tags to an arbitrary depth, however we
68 // don't support that here. We support a single layer of EXPLICIT or IMPLICIT
77 tag *int // the EXPLICIT or IMPLICIT tag (maybe nil).
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 53 // ASN.1 has IMPLICIT and EXPLICIT tags, which can be translated as "instead
58 // doesn't actually have a UNIVERSAL keyword). However, by saying [IMPLICIT
67 // You can layer EXPLICIT and IMPLICIT tags to an arbitrary depth, however we
68 // don't support that here. We support a single layer of EXPLICIT or IMPLICIT
77 tag *int // the EXPLICIT or IMPLICIT tag (maybe nil).
  /tools/apksig/src/test/java/com/android/apksig/internal/asn1/
Asn1BerParserTest.java 166 // The CHOICE can be either a SEQUENCE, an IMPLICIT SEQUENCE, or an EXPLICIT SEQUENCE
174 // IMPLICIT [0] SEQUENCE
307 tagging = Asn1Tagging.IMPLICIT, tagNumber = 1)
341 @Asn1Field(type = Asn1Type.SEQUENCE, tagging = Asn1Tagging.IMPLICIT, tagNumber = 0)
Asn1DerEncoderTest.java 189 @Asn1Field(type = Asn1Type.OBJECT_IDENTIFIER, tagging = Asn1Tagging.IMPLICIT, tagNumber = 0)
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 239 IMPLICIT, // Mipmap LOD determined implicitly (standard lookup)
OutputASM.cpp 227 OutputASM::TextureFunction::TextureFunction(const TString& nodeName) : method(IMPLICIT), proj(false), offset(false)
233 method = IMPLICIT;
237 method = IMPLICIT;
255 method = IMPLICIT;
260 method = IMPLICIT;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-alpha5/
apksig-3.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-alpha6/
apksig-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-alpha7/
apksig-3.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-alpha9/
apksig-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-beta1/
apksig-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-beta2/
apksig-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-beta6/
apksig-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-beta7/
apksig-3.0.0-beta7.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 1036 milliseconds

1 2