Searched refs:id (Results 1 - 25 of 115) sorted by relevance

12345

/dalvik/hit/src/com/android/hit/
H A DThreadObj.java23 public ThreadObj(long id, int stackTrace) { argument
24 mId = id;
H A DArrayInstance.java28 public ArrayInstance(long id, StackTrace stack, int type, int numEntries, argument
30 mId = id;
53 long id;
57 id = dis.readInt();
59 id = dis.readLong();
62 Instance instance = state.findReference(id);
109 long id;
113 id = dis.readInt();
115 id = dis.readLong();
118 Instance instance = state.findReference(id);
[all...]
H A DState.java42 public Heap setHeapTo(int id, String name) { argument
43 Heap heap = mHeaps.get(id);
48 mHeaps.put(id, heap);
56 public Heap getHeap(int id) { argument
57 return mHeaps.get(id);
74 public final StackFrame getStackFrame(long id) { argument
75 return mCurrentHeap.getStackFrame(id);
103 public final void addInstance(long id, Instance instance) { argument
104 mCurrentHeap.addInstance(id, instance);
107 public final void addClass(long id, ClassOb argument
111 findReference(long id) argument
124 findClass(long id) argument
[all...]
H A DClassObj.java41 public ClassObj(long id, StackTrace stack, String className) { argument
42 mId = id;
66 long id;
69 id = dis.readInt();
71 id = dis.readLong();
74 RootObj root = new RootObj(RootType.JAVA_STATIC, id);
76 if (id == 0) {
82 Instance instance = state.findReference(id);
92 id);
131 public final void setSuperclassId(long id) { argument
[all...]
H A DClassInstance.java27 public ClassInstance(long id, StackTrace stack, long classId) { argument
28 mId = id;
63 long id;
66 id = dis.readInt();
68 id = dis.readLong();
71 Instance instance = state.findReference(id);
123 long id;
126 id = dis.readInt();
128 id = dis.readLong();
131 Instance instance = state.findReference(id);
[all...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DCertPolicyId.java16 public CertPolicyId (String id) argument
18 super(id);
H A DX509ObjectIdentifiers.java8 // base id
10 static final String id = "2.5.4"; field in interface:X509ObjectIdentifiers
12 static final DERObjectIdentifier commonName = new DERObjectIdentifier(id + ".3");
13 static final DERObjectIdentifier countryName = new DERObjectIdentifier(id + ".6");
14 static final DERObjectIdentifier localityName = new DERObjectIdentifier(id + ".7");
15 static final DERObjectIdentifier stateOrProvinceName = new DERObjectIdentifier(id + ".8");
16 static final DERObjectIdentifier organization = new DERObjectIdentifier(id + ".10");
17 static final DERObjectIdentifier organizationalUnitName = new DERObjectIdentifier(id + ".11");
19 // id-SHA1 OBJECT IDENTIFIER ::=
H A DPolicyQualifierId.java11 * id-qt OBJECT IDENTIFIER ::= { id-pkix 2 }
12 * id-qt-cps OBJECT IDENTIFIER ::= { id-qt 1 }
13 * id-qt-unotice OBJECT IDENTIFIER ::= { id-qt 2 }
15 * OBJECT IDENTIFIER (id-qt-cps | id-qt-unotice)
22 private PolicyQualifierId(String id) argument
24 super(id);
[all...]
/dalvik/dx/src/junit/runner/
H A DVersion.java11 public static String id() { method in class:Version
/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DVersion.java27 public static String id() { method in class:Version
/dalvik/libcore/luni/src/test/java/junit/runner/
H A DVersion.java11 public static String id() { method in class:Version
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
H A DOriginatorIdentifierOrKey.java13 private DEREncodable id; field in class:OriginatorIdentifierOrKey
16 IssuerAndSerialNumber id)
18 this.id = id;
22 ASN1OctetString id)
24 this.id = new DERTaggedObject(false, 0, id);
28 OriginatorPublicKey id)
30 this.id = new DERTaggedObject(false, 1, id);
15 OriginatorIdentifierOrKey( IssuerAndSerialNumber id) argument
21 OriginatorIdentifierOrKey( ASN1OctetString id) argument
27 OriginatorIdentifierOrKey( OriginatorPublicKey id) argument
33 OriginatorIdentifierOrKey( DERObject id) argument
[all...]
H A DRecipientIdentifier.java13 private DEREncodable id; field in class:RecipientIdentifier
16 IssuerAndSerialNumber id)
18 this.id = id;
22 ASN1OctetString id)
24 this.id = new DERTaggedObject(false, 0, id);
28 DERObject id)
30 this.id = id;
15 RecipientIdentifier( IssuerAndSerialNumber id) argument
21 RecipientIdentifier( ASN1OctetString id) argument
27 RecipientIdentifier( DERObject id) argument
[all...]
H A DSignerIdentifier.java13 private DEREncodable id; field in class:SignerIdentifier
16 IssuerAndSerialNumber id)
18 this.id = id;
22 ASN1OctetString id)
24 this.id = new DERTaggedObject(false, 0, id);
28 DERObject id)
30 this.id = id;
15 SignerIdentifier( IssuerAndSerialNumber id) argument
21 SignerIdentifier( ASN1OctetString id) argument
27 SignerIdentifier( DERObject id) argument
[all...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
H A DMessageBundle.java16 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
18 * @param id the id of the corresponding bundle in the resource file
19 * @throws NullPointerException if <code>resource</code> or <code>id</code> is <code>null</code>
21 public MessageBundle(String resource, String id) throws NullPointerException argument
23 super(resource, id);
28 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
30 * @param id th
34 MessageBundle(String resource, String id, Object[] arguments) argument
[all...]
H A DTextBundle.java16 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
18 * @param id the id of the corresponding bundle in the resource file
19 * @throws NullPointerException if <code>resource</code> or <code>id</code> is <code>null</code>
21 public TextBundle(String resource, String id) throws NullPointerException argument
23 super(resource, id);
28 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
30 * @param id th
34 TextBundle(String resource, String id, Object[] arguments) argument
[all...]
H A DErrorBundle.java21 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
23 * @param id the id of the corresponding bundle in the resource file
24 * @throws NullPointerException if <code>resource</code> or <code>id</code> is <code>null</code>
26 public ErrorBundle(String resource, String id) throws NullPointerException argument
28 super(resource, id);
33 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
35 * @param id th
39 ErrorBundle(String resource, String id, Object[] arguments) argument
[all...]
H A DLocalizedMessage.java17 protected final String id; field in class:LocalizedMessage
27 * RessourceBundle and <code>id</code> as the message bundle id the resource file.
29 * @param id the id of the corresponding bundle in the resource file
30 * @throws NullPointerException if <code>resource</code> or <code>id</code> is <code>null</code>
32 public LocalizedMessage(String resource,String id) throws NullPointerException argument
34 if (resource == null || id == null)
38 this.id = id;
52 LocalizedMessage(String resource, String id, Object[] arguments) argument
[all...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Primitive.java47 return this.id == identifier;
54 out.encodeTag(id);
H A DASN1Implicit.java89 if (type.checkTag(type.id)) {
116 return id == identifier;
120 return id == identifier || constrId == identifier;
131 new Object[] { in.tagOffset, Integer.toHexString(id),
136 if (id == in.tag) {
137 in.tag = type.id;
160 out.encodeTag(id);
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScope2Test.java103 public void addIdentity(Identity id) throws KeyManagementException { argument
104 if (identities.containsKey(id))
107 if (getIdentity(id.getPublicKey()) != null)
110 identities.put(id, id);
113 public void removeIdentity(Identity id) throws KeyManagementException { argument
114 if (!identities.containsKey(id))
117 identities.remove(id);
214 Identity id = new IdentitySubclass("id1");
215 id
[all...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
H A DAttributes.java55 ASN1OpenType.Id id = new ASN1OpenType.Id();
56 ASN1OpenType any = new ASN1OpenType(id, set);
58 return new ASN1Sequence(new ASN1Type[] { id, new ASN1SetOf(any) });
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DSSLServerSessionCache.java38 * @param id from {@link javax.net.ssl.SSLSession#getId()}
40 * @throws NullPointerException if id is null
42 public byte[] getSessionData(byte[] id); argument
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
H A DKeyDerivationFunc.java18 DERObjectIdentifier id,
21 super(id, params);
17 KeyDerivationFunc( DERObjectIdentifier id, ASN1Encodable params) argument
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/
H A DDatatypeConstants.java167 * <p>Unique id of the field.</p>
172 private final int id; field in class:DatatypeConstants.Field
177 * @param id <code>int</code> representation of <code>Field</code>
179 private Field(final String str, final int id) { argument
181 this.id = id;
194 * <p>Get id of this Field.</p>
199 return id;

Completed in 2046 milliseconds

12345