Home
last modified time | relevance | path

Searched defs:attrType (Results 1 – 25 of 30) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttribute.java36 private ASN1ObjectIdentifier attrType; field in Attribute
76 ASN1ObjectIdentifier attrType, in Attribute()
DAttributeTable.java223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add()
232 public AttributeTable remove(ASN1ObjectIdentifier attrType) in remove()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAttribute.java15 private ASN1ObjectIdentifier attrType; field in Attribute
53 ASN1ObjectIdentifier attrType, in Attribute()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DAttribute.java19 private ASN1ObjectIdentifier attrType; field in Attribute
52 ASN1ObjectIdentifier attrType, in Attribute()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DAttribute.java19 private ASN1ObjectIdentifier attrType; field in Attribute
57 ASN1ObjectIdentifier attrType, in Attribute()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/
DAttribute.java38 private ASN1ObjectIdentifier attrType; field in Attribute
78 ASN1ObjectIdentifier attrType, in Attribute()
DAttributeTable.java225 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add()
234 public AttributeTable remove(ASN1ObjectIdentifier attrType) in remove()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DAttribute.java19 private ASN1ObjectIdentifier attrType; field in Attribute
57 ASN1ObjectIdentifier attrType, in Attribute()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DAttribute.java15 private ASN1ObjectIdentifier attrType; field in Attribute
48 ASN1ObjectIdentifier attrType, in Attribute()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DAttribute.java38 private ASN1ObjectIdentifier attrType; field in Attribute
78 ASN1ObjectIdentifier attrType, in Attribute()
DAttributeTable.java225 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add()
234 public AttributeTable remove(ASN1ObjectIdentifier attrType) in remove()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DAttribute.java19 private ASN1ObjectIdentifier attrType; field in Attribute
52 ASN1ObjectIdentifier attrType, in Attribute()
/external/robolectric/resources/src/main/java/org/robolectric/res/
DStaxLoader.java9 protected final String attrType; field in StaxLoader
12 public StaxLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxLoader()
DStaxPluralsLoader.java14 PackageResourceTable resourceTable, String attrType, ResType charSequence) { in StaxPluralsLoader()
DStaxAttrLoader.java13 public StaxAttrLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxAttrLoader()
DStaxArrayLoader.java15 String attrType, in StaxArrayLoader()
DResBunch.java16 private ResBundle getBundle(String attrType) { in getBundle()
DStaxStyleLoader.java13 public StaxStyleLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxStyleLoader()
DStaxValueLoader.java10 public StaxValueLoader(PackageResourceTable resourceTable, String attrType, ResType resType) { in StaxValueLoader()
/external/pytorch/torch/csrc/jit/frontend/
Dconcrete_module_type.cpp64 const auto& attrType = classType->getAttribute(i); in fromJitType() local
Dsugared_value.cpp316 static bool isRecursive(const TypePtr& classType, const TypePtr& attrType) { in isRecursive()
/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp416 const auto& attrType = classType->getAttribute(slot); in toIValue() local
/external/pytorch/torch/csrc/jit/serialization/
Dimport.cpp46 const auto& attrType = objType->getAttribute(i); in postSetStateValidate() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDtdData.java2134 AttributeType attrType = getAttributeType(element, attribute); in getRegularizedPaths() local
2165 AttributeType attrType = getAttributeType(element, attribute); in getRegularizedPaths() local
/external/pytorch/torch/csrc/jit/passes/
Dfreeze_module.cpp589 const auto& attrType = attrModule.type()->getAttribute(name); in inlineInterfaceCalls() local

12