Home
last modified time | relevance | path

Searched defs:att (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DPKCS12AttributeTest.java107 PKCS12Attribute att = new PKCS12Attribute(PKCS9_EMAIL_ADDRESS_OID, EXAMPLE_EMAIL_ADDRESS); in test_Constructor_String_String_success() local
130 PKCS12Attribute att = in test_Constructor_String_String_wrongOID_throwsException() local
138 PKCS12Attribute att = new PKCS12Attribute(ENCODED_ATTRIBUTE_UTF8_EMAIL_ADDRESS); in test_Constructor_byteArray_success() local
160 PKCS12Attribute att = new PKCS12Attribute( in test_Constructor_String_String_sequenceValue() local
169 PKCS12Attribute att = new PKCS12Attribute( in test_Constructor_String_String_hexValues() local
180 PKCS12Attribute att = new PKCS12Attribute( in test_Equals() local
192 PKCS12Attribute att = new PKCS12Attribute(ENCODED_ATTRIBUTE_CONTENT_TYPE_SIGNED_DATA); in test_encoding_ObjectIdValue() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousServerSocketChannelImpl.java110 Object att; in implClose() local
200 Object att = acceptAttachment; in onEvent() local
271 Future<AsynchronousSocketChannel> implAccept(Object att, in implAccept()
DUnixAsynchronousSocketChannelImpl.java296 Object att = connectAttachment; in finishConnect() local
401 Object att = readAttachment; in finishRead() local
596 Object att = this.writeAttachment; in finishWrite() local
DAsynchronousSocketChannelImpl.java229 A att, in read()
338 A att, in write()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarOutputStreamTest.java46 Attributes att = man.getMainAttributes(); in test_JarOutputStreamLjava_io_OutputStreamLjava_util_jar_Manifest() local
/libcore/ojluni/src/main/java/java/nio/channels/
DSelectableChannel.java219 public abstract SelectionKey register(Selector sel, int ops, Object att) in register()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectableChannelTest.java73 public SelectionKey register(Selector sel, int ops, Object att) in register()
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractSelector.java176 int ops, Object att); in register()
DAbstractSelectableChannel.java192 Object att) in register()