HomeSort by relevance Sort by last modified time
    Searched defs:attrType (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/html/template/
attr.go 94 // since we have special handling in attrType.
138 // attrType returns a conservative (upper-bound on authority) guess at the
140 func attrType(name string) contentType {
  /prebuilts/go/linux-x86/src/html/template/
attr.go 94 // since we have special handling in attrType.
138 // attrType returns a conservative (upper-bound on authority) guess at the
140 func attrType(name string) contentType {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StaxLoader.java 9 protected final String attrType;
12 public StaxLoader(PackageResourceTable resourceTable, String attrType, ResType resType) {
14 this.attrType = attrType;
  /tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/
Attribute.java 32 public String attrType;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java 18 * attrType OBJECT IDENTIFIER,
31 * must not have multiple Attribute:s with same attrType (OID) there.
36 private ASN1ObjectIdentifier attrType;
71 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
76 ASN1ObjectIdentifier attrType,
79 this.attrType = attrType;
85 return attrType;
105 v.add(attrType);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
Attribute.java 15 private ASN1ObjectIdentifier attrType;
43 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0);
48 ASN1ObjectIdentifier attrType,
51 this.attrType = attrType;
57 return attrType;
74 * attrType OBJECT IDENTIFIER,
83 v.add(attrType);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 15 private ASN1ObjectIdentifier attrType;
48 attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0));
53 ASN1ObjectIdentifier attrType,
56 this.attrType = attrType;
62 return new ASN1ObjectIdentifier(attrType.getId());
79 * attrType OBJECT IDENTIFIER,
88 v.add(attrType);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 69 int attrType;
76 attrType = (int) newAttrNode.getNodeType();
77 assertEquals("type", 2, attrType);
hc_documentcreateattribute.java 68 int attrType;
75 attrType = (int) newAttrNode.getNodeType();
76 assertEquals("type", 2, attrType);
  /prebuilts/go/darwin-x86/src/encoding/xml/
read.go 287 if val.Type() == attrType {
296 attrType = reflect.TypeOf(Attr{})
  /prebuilts/go/linux-x86/src/encoding/xml/
read.go 287 if val.Type() == attrType {
296 attrType = reflect.TypeOf(Attr{})
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java     [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
resources-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
resources-3.5.1.jar 
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-resources-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.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/
apksig-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-beta6/
apksig-3.0.0-beta6.jar 

Completed in 1525 milliseconds

1 2