Searched defs:att (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/test/java/libcore/java/security/ |
D | PKCS12AttributeTest.java | 107 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/ |
D | UnixAsynchronousServerSocketChannelImpl.java | 110 Object att; in implClose() local 200 Object att = acceptAttachment; in onEvent() local 271 Future<AsynchronousSocketChannel> implAccept(Object att, in implAccept()
|
D | UnixAsynchronousSocketChannelImpl.java | 296 Object att = connectAttachment; in finishConnect() local 401 Object att = readAttachment; in finishRead() local 596 Object att = this.writeAttachment; in finishWrite() local
|
D | AsynchronousSocketChannelImpl.java | 229 A att, in read() 338 A att, in write()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | JarOutputStreamTest.java | 46 Attributes att = man.getMainAttributes(); in test_JarOutputStreamLjava_io_OutputStreamLjava_util_jar_Manifest() local
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SelectableChannel.java | 209 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/ |
D | SelectableChannelTest.java | 73 public SelectionKey register(Selector sel, int ops, Object att) in register()
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | AbstractSelector.java | 176 int ops, Object att); in register()
|
D | AbstractSelectableChannel.java | 200 public final SelectionKey register(Selector sel, int ops, Object att) in register()
|