Searched refs:obj (Results 501 - 525 of 1610) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_digest.c67 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism)
73 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
103 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jbyteArray jIn, jint jInOfs, jint jInLen, jbyteArray jDigest, jint jDigestOfs, jint jDigestLen)
113 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
167 (JNIEnv *env, jobject obj, jlong jSessionHandle, jlong directIn, jbyteArray jIn, jint jInOfs, jint jInLen)
175 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
230 (JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jKeyHandle)
236 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
258 (JNIEnv *env, jobject obj, jlong jSessionHandle, jbyteArray jDigest, jint jDigestOfs, jint jDigestLen)
265 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
66 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism) argument
102 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestSingle(JNIEnv *env, jobject obj, jlong jSessionHandle, jobject jMechanism, jbyteArray jIn, jint jInOfs, jint jInLen, jbyteArray jDigest, jint jDigestOfs, jint jDigestLen) argument
166 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestUpdate(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong directIn, jbyteArray jIn, jint jInOfs, jint jInLen) argument
229 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestKey(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jKeyHandle) argument
257 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DigestFinal(JNIEnv *env, jobject obj, jlong jSessionHandle, jbyteArray jDigest, jint jDigestOfs, jint jDigestLen) argument
288 Java_sun_security_pkcs11_wrapper_PKCS11_C_1SeedRandom(JNIEnv *env, jobject obj, jlong jSessionHandle, jbyteArray jSeed) argument
321 Java_sun_security_pkcs11_wrapper_PKCS11_C_1GenerateRandom(JNIEnv *env, jobject obj, jlong jSessionHandle, jbyteArray jRandomData) argument
[all...]
H A Dp11_objmgmt.c69 (JNIEnv *env, jobject obj, jlong jSessionHandle, jobjectArray jTemplate)
78 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
109 (JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle, jobjectArray jTemplate)
119 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
148 (JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle)
154 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
176 (JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle)
184 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
211 (JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle, jobjectArray jTemplate)
222 CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);
68 Java_sun_security_pkcs11_wrapper_PKCS11_C_1CreateObject(JNIEnv *env, jobject obj, jlong jSessionHandle, jobjectArray jTemplate) argument
108 Java_sun_security_pkcs11_wrapper_PKCS11_C_1CopyObject(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle, jobjectArray jTemplate) argument
147 Java_sun_security_pkcs11_wrapper_PKCS11_C_1DestroyObject(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle) argument
175 Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetObjectSize(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle) argument
210 Java_sun_security_pkcs11_wrapper_PKCS11_C_1GetAttributeValue(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle, jobjectArray jTemplate) argument
301 Java_sun_security_pkcs11_wrapper_PKCS11_C_1SetAttributeValue(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jObjectHandle, jobjectArray jTemplate) argument
336 Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjectsInit(JNIEnv *env, jobject obj, jlong jSessionHandle, jobjectArray jTemplate) argument
376 Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjects(JNIEnv *env, jobject obj, jlong jSessionHandle, jlong jMaxObjectCount) argument
416 Java_sun_security_pkcs11_wrapper_PKCS11_C_1FindObjectsFinal(JNIEnv *env, jobject obj, jlong jSessionHandle) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A DCodeBaseHelper.java81 public static com.sun.org.omg.SendingContext.CodeBase narrow (org.omg.CORBA.Object obj) argument
83 if (obj == null)
85 else if (obj instanceof com.sun.org.omg.SendingContext.CodeBase)
86 return (com.sun.org.omg.SendingContext.CodeBase)obj;
87 else if (!obj._is_a (id ()))
91 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DSimpleType.java187 * Tests whether <var>obj</var> is a value for this
189 * <code>true</code> if and only if <var>obj</var> is not null and
190 * <var>obj</var>'s class name is the same as the className field
195 * @param obj the object to be tested.
197 * @return <code>true</code> if <var>obj</var> is a value for this
200 public boolean isValue(Object obj) { argument
202 // if obj is null, return false
204 if (obj == null) {
208 // Test if obj's class name is the same as for this instance
210 return this.getClassName().equals(obj
228 equals(Object obj) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayKlass.cpp200 int typeArrayKlass::oop_size(oop obj) const {
201 assert(obj->is_typeArray(),"must be a type array");
202 typeArrayOop t = typeArrayOop(obj);
206 void typeArrayKlass::oop_follow_contents(oop obj) { argument
207 assert(obj->is_typeArray(),"must be a type array");
213 void typeArrayKlass::oop_follow_contents(ParCompactionManager* cm, oop obj) { argument
214 assert(obj->is_typeArray(),"must be a type array");
220 int typeArrayKlass::oop_adjust_pointers(oop obj) { argument
221 assert(obj->is_typeArray(),"must be a type array");
222 typeArrayOop t = typeArrayOop(obj);
228 oop_oop_iterate(oop obj, OopClosure* blk) argument
236 oop_oop_iterate_m(oop obj, OopClosure* blk, MemRegion mr) argument
245 oop_push_contents(PSPromotionManager* pm, oop obj) argument
250 oop_update_pointers(ParCompactionManager* cm, oop obj) argument
340 oop_print_on(oop obj, outputStream* st) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp116 Node* obj; local
119 obj = null_check(peek(obj_depth));
125 assert(_gvn.type(obj)->higher_equal(tjp), "cast_up is no longer needed");
130 do_get_xxx(obj, field, is_field);
132 do_put_xxx(obj, field, is_field);
137 obj = _gvn.makecon(tip);
139 do_get_xxx(obj, field, is_field);
141 do_put_xxx(obj, field, is_field);
147 void Parse::do_get_xxx(Node* obj, ciField* field, bool is_field) { argument
161 if (obj
246 do_put_xxx(Node* obj, ciField* field, bool is_field) argument
382 Node* obj = new_array(makecon(array_klass_type), count_val, 1); local
392 Node* obj = new_array(makecon(array_klass), count_val, 1); local
459 Node* obj = NULL; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContext.java112 Remote obj;
114 obj = registry.lookup(name.get(0));
120 return (decodeObject(obj, name.getPrefix(1)));
131 public void bind(Name name, Object obj) throws NamingException { argument
137 registry.bind(name.get(0), encodeObject(obj, name.getPrefix(1)));
147 public void bind(String name, Object obj) throws NamingException { argument
148 bind(new CompositeName(name), obj);
151 public void rebind(Name name, Object obj) throws NamingException { argument
157 registry.rebind(name.get(0), encodeObject(obj, name.getPrefix(1)));
163 public void rebind(String name, Object obj) throw argument
425 encodeObject(Object obj, Name name) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DImageDataContentHandler.java108 * @param obj The object to be converted.
114 public void writeTo(Object obj, String type, OutputStream os) argument
119 if (obj instanceof BufferedImage) {
120 bufImage = (BufferedImage)obj;
121 } else if (obj instanceof Image) {
122 bufImage = render((Image)obj);
127 + obj.getClass().toString());
/openjdk7/jdk/src/solaris/native/com/sun/security/auth/module/
H A DSolaris.c36 (JNIEnv *env, jobject obj) {
48 jclass cls = (*env)->GetObjectClass(env, obj);
68 (*env)->SetObjectField(env, obj, fid, jstr);
83 (*env)->SetLongField(env, obj, fid, pwd.pw_uid);
98 (*env)->SetLongField(env, obj, fid, pwd.pw_gid);
119 (*env)->SetObjectField(env, obj, fid, jgroups);
35 Java_com_sun_security_auth_module_SolarisSystem_getSolarisInfo(JNIEnv *env, jobject obj) argument
H A DUnix.c41 (JNIEnv *env, jobject obj) {
54 jclass cls = (*env)->GetObjectClass(env, obj);
75 (*env)->SetObjectField(env, obj, fid, jstr);
90 (*env)->SetLongField(env, obj, fid, pwd->pw_uid);
105 (*env)->SetLongField(env, obj, fid, pwd->pw_gid);
126 (*env)->SetObjectField(env, obj, fid, jgroups);
40 Java_com_sun_security_auth_module_UnixSystem_getUnixInfo(JNIEnv *env, jobject obj) argument
/openjdk7/jdk/test/java/rmi/server/RemoteObject/verifyRemoteEquals/
H A DVerifyRemoteEquals.java136 public boolean equals(Object obj) { argument
137 if (obj instanceof ServerSocketAndFactory) {
138 ServerSocketAndFactory ssf = (ServerSocketAndFactory) obj;
169 public boolean equals(Object obj) { argument
171 if (obj instanceof ClientSocketAndFactory) {
172 ClientSocketAndFactory csf = (ClientSocketAndFactory) obj;
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutputStream.java178 /** obj -> wire handle map */
180 /** obj -> replacement obj map */
341 public final void writeObject(Object obj) throws IOException { argument
343 writeObjectOverride(obj);
347 writeObject0(obj, false);
363 * @param obj object to be written to the underlying stream
370 protected void writeObjectOverride(Object obj) throws IOException { argument
404 * @param obj object to write to stream
412 public void writeUnshared(Object obj) throw argument
584 replaceObject(Object obj) argument
1102 writeObject0(Object obj, boolean unshared) argument
1410 writeOrdinaryObject(Object obj, ObjectStreamClass desc, boolean unshared) argument
1442 writeExternalData(Externalizable obj) argument
1474 writeSerialData(Object obj, ObjectStreamClass desc) argument
1516 defaultWriteFields(Object obj, ObjectStreamClass desc) argument
2267 assign(Object obj) argument
2282 lookup(Object obj) argument
2315 insert(Object obj, int handle) argument
2352 hash(Object obj) argument
2379 assign(Object obj, Object rep) argument
2391 lookup(Object obj) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp703 bool in_cset_fast_test(oop obj) {
705 if (_g1_committed.contains((HeapWord*) obj)) {
706 // no need to subtract the bottom of the heap from obj,
708 uintx index = (uintx) obj >> HeapRegion::LogOfHRGrainBytes;
712 assert( ret || !obj_in_cs(obj), "sanity");
713 assert(!ret || obj_in_cs(obj), "sanity");
899 // Preserve the mark of "obj", if necessary, in preparation for its mark
901 void preserve_mark_if_necessary(oop obj, markOop m);
914 // Push "obj" on the scan stack.
915 void push_on_evac_failure_scan_stack(oop obj);
[all...]
H A DheapRegion.cpp74 void set_containing_obj(oop obj) { argument
75 _containing_obj = obj;
84 void print_object(outputStream* out, oop obj) { argument
86 klassOop k = obj->klass();
90 obj->print_on(out);
101 oop obj = oopDesc::decode_heap_oop_not_null(heap_oop); local
103 if (!_g1h->is_in_closed_subset(obj) || _g1h->is_obj_dead_cond(obj, _vo)) {
111 if (!_g1h->is_in_closed_subset(obj)) {
114 " of live obj "PTR_FORMA
541 oop obj; local
607 oop obj; local
680 oop obj; local
782 oop obj = oop(p); local
[all...]
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataHandler.java126 * @param obj the Java Object
129 public DataHandler(Object obj, String mimeType) { argument
130 object = obj;
207 return objectMimeType; // obj/type case
798 public void writeTo(Object obj, String mimeType, OutputStream os) argument
801 dch.writeTo(obj, mimeType, os);
817 private Object obj; field in class:ObjectDataContentHandler
825 Object obj, String mimeType) {
826 this.obj = obj;
824 ObjectDataContentHandler(DataContentHandler dch, Object obj, String mimeType) argument
881 writeTo(Object obj, String mimeType, OutputStream os) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DIndexedCollectionCertStore.java145 for (Object obj : coll) {
146 if (obj instanceof X509Certificate) {
147 indexCertificate((X509Certificate)obj);
148 } else if (obj instanceof X509CRL) {
149 indexCRL((X509CRL)obj);
150 } else if (obj instanceof Certificate) {
154 otherCertificates.add((Certificate)obj);
155 } else if (obj instanceof CRL) {
159 otherCRLs.add((CRL)obj);
305 for (Object obj
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DParameterBlock.java319 * @param obj the <code>Object</code> to add to the
324 public ParameterBlock add(Object obj) { argument
325 parameters.addElement(obj);
410 * @param obj the parameter that replaces the
418 public ParameterBlock set(Object obj, int index) { argument
424 parameters.setElementAt(obj, index);
703 Object obj = getObjectParameter(i);
704 if (obj instanceof Byte) {
706 } else if (obj instanceof Character) {
708 } else if (obj instanceo
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBandedSampleModel.java221 * element. Generally, obj
243 * If obj is non-null, it should be a primitive array of type TransferType.
246 * not in bounds, or if obj is non-null and is not large enough to hold
250 * @param obj If non-null, a primitive array in which to return
256 public Object getDataElements(int x, int y, Object obj, DataBuffer data) { argument
271 if (obj == null) {
274 bdata = (byte[])obj;
282 obj = (Object)bdata;
290 if (obj == null) {
293 sdata = (short[])obj;
596 setDataElements(int x, int y, Object obj, DataBuffer data) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java180 Instruction obj = null;
204 obj = (Instruction)clazz.newInstance();
206 if(wide && !((obj instanceof LocalVariableInstruction) ||
207 (obj instanceof IINC) ||
208 (obj instanceof RET)))
211 obj.setOpcode(opcode);
212 obj.initFromFile(bytes, wide); // Do further initializations, if any
216 return obj;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncRound.java47 final XObject obj = m_arg0.execute(xctxt);
48 final double val= obj.num();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DStubDelegateImpl.java105 * @param obj the reference object with which to compare.
106 * @return <code>true</code> if this object is the same as the <code>obj</code>
109 public boolean equals(javax.rmi.CORBA.Stub self, java.lang.Object obj) argument
111 if (self == obj) {
115 if (!(obj instanceof javax.rmi.CORBA.Stub)) {
121 javax.rmi.CORBA.Stub other = (javax.rmi.CORBA.Stub) obj;
134 public boolean equals( Object obj )
136 if (this == obj)
139 if (!(obj instanceof StubDelegateImpl))
142 StubDelegateImpl other = (StubDelegateImpl)obj ;
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DStackImpl.java56 Object obj = peek() ;
59 return obj;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaObjArrayKlass.java58 Oop obj = ((ObjArray)array).getObjAt(index);
59 return factory.newJSJavaObject(obj);
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiDevice.java327 * @param obj the reference object with which to compare this
330 * <code>obj</code> argument; <code>false</code> otherwise
332 public final boolean equals(Object obj) { argument
333 return super.equals(obj);
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLineEvent.java179 * @param obj the reference object with which to compare
181 * <code>obj</code>; <code>false</code> otherwise
183 public final boolean equals(Object obj) { argument
184 return super.equals(obj);

Completed in 69 milliseconds

<<21222324252627282930>>