Searched refs:object (Results 151 - 175 of 281) sorted by relevance

1234567891011>>

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
H A DGeneralNames.java59 * Constructs an object representing the value of GeneralNames.
154 * into the StringBuffer object.
176 public Collection getValues(Object object) {
177 GeneralNames gns = (GeneralNames) object;
H A DInfoAccessSyntax.java103 * into the StringBuffer object.
128 public Collection getValues(Object object) {
129 InfoAccessSyntax aias = (InfoAccessSyntax) object;
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
H A DGuardedObjectTest.java91 public void checkGuard(Object object) throws SecurityException {
92 if (object == objBuffer && objBuffer.length() == 0) {
/dalvik/vm/mterp/armv5te/
H A DOP_FILL_ARRAY_DATA.S7 GET_VREG(r0, r3) @ r0<- vAA (array object)
H A DOP_CHECK_CAST.S2 %verify "null object"
14 GET_VREG(r9, r3) @ r9<- object
16 cmp r9, #0 @ is object null?
36 * r9 holds object
44 @ class of the object that failed to be cast.
56 * r9 holds object
H A DOP_IGET_WIDE.S2 %verify "null object"
14 GET_VREG(r9, r0) @ r9<- fp[B], the object pointer
30 * r9 holds object
33 cmp r9, #0 @ check object for null
35 beq common_errNullObject @ object was null
H A DOP_IPUT.S3 %verify "null object"
10 * for: iput, iput-object, iput-boolean, iput-byte, iput-char, iput-short
17 GET_VREG(r9, r0) @ r9<- fp[B], the object pointer
33 * r9 holds object
40 cmp r9, #0 @ check object for null
42 beq common_errNullObject @ object was null
H A DOP_IPUT_WIDE.S2 %verify "null object"
11 GET_VREG(r9, r0) @ r9<- fp[B], the object pointer
27 * r9 holds object
31 cmp r9, #0 @ check object for null
35 beq common_errNullObject @ object was null
H A DOP_INSTANCE_OF.S2 %verify "null object"
9 * Check to see if an object reference is an instance of a class.
11 * Most common situation is a non-null object, being compared against
17 GET_VREG(r0, r3) @ r0<- vB (object)
19 cmp r0, #0 @ is object null?
83 GET_VREG(r0, r3) @ r0<- vB (object)
/dalvik/vm/mterp/x86/
H A DOP_MONITOR_EXIT.S2 %verify "exception for null object (impossible in javac)"
5 * Unlock an object.
16 testl %eax,%eax # null object?
H A DOP_NEW_INSTANCE.S36 call dvmAllocObject # eax<- new object
49 * ecx holds class object
52 SPILL_TMP(%ecx) # save object
55 UNSPILL_TMP(%ecx) # restore object
85 * ecx holds class object
/dalvik/libcore/luni/src/main/java/java/util/
H A DTreeSet.java96 * Adds the specified object to this {@code TreeSet}.
98 * @param object
99 * the object to add.
101 * the object, {@code false} otherwise.
103 * when the object cannot be compared with the elements in this
106 * when the object is null and the comparator cannot handle
110 public boolean add(E object) { argument
111 return backingMap.put(object, Boolean.TRUE) == null;
122 * when an object in the collection cannot be compared with the
125 * when an object i
192 contains(Object object) argument
284 remove(Object object) argument
[all...]
H A DWeakHashMap.java70 Entry(K key, V object, ReferenceQueue<K> queue) { argument
74 value = object;
85 public V setValue(V object) { argument
87 value = object;
306 public boolean remove(Object object) {
307 if (contains(object)) {
309 .remove(((Map.Entry<?, ?>) object).getKey());
316 public boolean contains(Object object) {
317 if (object instanceof Map.Entry) {
318 Entry<?, ?> entry = getEntry(((Map.Entry<?, ?>) object)
[all...]
H A DUUID.java384 * Compares this UUID to another object for equality. If {@code object}
388 * @param object
390 * @return {@code true} if this UUID is equal to {@code object}
394 public boolean equals(Object object) { argument
395 if (object == null) {
399 if (this == object) {
403 if (!(object instanceof UUID)) {
407 UUID that = (UUID) object;
/dalvik/vm/mterp/armv4t/
H A DOP_IGET_WIDE.S2 %verify "null object"
14 GET_VREG(r9, r0) @ r9<- fp[B], the object pointer
30 * r9 holds object
33 cmp r9, #0 @ check object for null
35 beq common_errNullObject @ object was null
/dalvik/vm/mterp/armv6t2/
H A DOP_IPUT_WIDE.S2 %verify "null object"
11 GET_VREG(r9, r0) @ r9<- fp[B], the object pointer
27 * r9 holds object
31 cmp r9, #0 @ check object for null
34 beq common_errNullObject @ object was null
/dalvik/vm/mterp/x86-atom/
H A DOP_APUT_OBJECT.S25 * For: aput-boolean, aput-byte, aput-char, aput-object, aput-short
40 cmp $$0, %eax # check for null array object
41 je common_errNullObject # handle null array object
58 call dvmCanPutArrayElement # test object type vs. array type
H A DOP_IGET_WIDE.S23 * Description: Perform the object instance field "get" operation
68 cmp $$0, %edx # check for null object
72 movq (%ecx, %edx), %xmm0 # %xmm0<- object field
73 movq %xmm0, (rFP, rINST, 4) # vA<- %xmm0; object field
H A DOP_IPUT.S24 * For: iput-boolean, iput-byte, iput-char, iput-object, iput
27 * Description: Perform the object instance field "get" operation
70 cmp $$0, %ecx # check for null object
71 je common_errNullObject # handle null object
75 mov$mov rINST, (%edx, %ecx) # object field<- vA
H A DOP_NEW_INSTANCE.S46 * %edx holds class object
55 * %edx holds class object
65 * %edx holds class object
72 movl %edx, -8(%esp) # push parameter object
86 * %edx holds class object
90 movl %edx, -4(%esp) # push parameter object
96 movl -4(%esp), %edx # %edx<- object
133 * %edx holds class object
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DSelectorImpl.java86 * The unmodifiable set of keys as exposed to the user. This object is used
95 * The unmodifiable set of selectable keys as seen by the user. This object
434 public boolean equals(Object object) { argument
435 return set.equals(object);
443 public boolean add(E object) { argument
455 public boolean contains(Object object) { argument
456 return set.contains(object);
471 public boolean remove(Object object) { argument
472 return set.remove(object);
/dalvik/libcore/archive/src/main/java/java/util/jar/
H A DAttributes.java232 * @param object
236 public boolean equals(Object object) { argument
237 if (object == null || object.getClass() != getClass()
238 || object.hashCode() != hashCode()) {
242 return Util.asciiEqualsIgnoreCase(name, ((Name) object).name);
449 * @return the hash code of this object.
462 * the object with which this {@code Attributes} is compared.
/dalvik/vm/native/
H A Djava_lang_VMThread.c75 * boolean holdsLock(Object object)
78 * object.
83 Object* object = (Object*) args[1]; local
86 if (object == NULL) {
93 int result = dvmHoldsLock(thread, object);
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
H A DX509CertPathImpl.java67 * &nbsp;&nbsp; - PKCS #7 SignedData object provided in the form of
68 * ContentInfo structure. CertPath object is generated on the base of
70 * object which in its turn is retrieved from ContentInfo structure.
102 * @throws CertificateException if some of the object in the list
141 * Generates certification path object on the base of PkiPath
157 * Generates certification path object on the base of encoding provided via
171 // generate the object from PkiPath encoded form
174 // generate the object from PKCS #7 encoded form
199 * Generates certification path object on the base of PkiPath
215 * Generates certification path object o
[all...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Choice.java63 * Both of them are mapped to java.util.Date object, so an application
67 * So a custom ASN.1 Time choice type should map its notation to Date object.
75 * public int getIndex(java.lang.Object object) {
79 * public Object getObjectToEncode(Object object) {
81 * // A value to be encoded value is a Date object
83 * return object;
101 * // ASN.1 Time choice passed Data object - use it
105 * protected void getValues(Object object, Object[] values) {
107 * Validity validity = (Validity) object;
137 * // create Time object t
352 getIndex(Object object) argument
354 getObjectToEncode(Object object) argument
[all...]

Completed in 2514 milliseconds

1234567891011>>