Searched defs:attributes (Results 226 - 250 of 323) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/sql/modules/mystubdriver/com/luckydogtennis/
H A DStubConnection.java277 public Struct createStruct(String typeName, Object[] attributes) throws SQLException { argument
/openjdk10/jdk/test/java/sql/modules/luckydogdriver/luckydogtennis/
H A DStubConnection.java277 public Struct createStruct(String typeName, Object[] attributes) throws SQLException { argument
/openjdk10/jdk/test/java/nio/file/Files/
H A DFaultyFileSystem.java319 public Map<String,Object> readAttributes(Path file, String attributes, LinkOption... options) argument
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubConnection.java277 public Struct createStruct(String typeName, Object[] attributes) throws SQLException { argument
/openjdk10/jdk/test/jdk/lambda/separate/
H A DClassFile.java87 ArrayList<Attribute> attributes; field in class:ClassFile
404 ArrayList<Attribute> attributes; field in class:ClassFile.FieldOrMethod
[all...]
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModuleDotGraph.java83 public boolean genDotFiles(Path dir, Attributes attributes) argument
312 private final Attributes attributes; field in class:ModuleDotGraph.DotGraphBuilder
97 genDotFile(Path path, String name, Configuration configuration, Attributes attributes) argument
313 DotGraphBuilder(String name, Graph<String> graph, Attributes attributes) argument
[all...]
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DClassFile.java87 ArrayList<Attribute> attributes; field in class:ClassFile
404 ArrayList<Attribute> attributes; field in class:ClassFile.FieldOrMethod
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/bu/
H A DBottomUpAllocator.java153 private RegisterAttributes attributes(Register reg) { method in class:BottomUpAllocator
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java167 public void startElement(QName element, XMLAttributes attributes, Augmentations augs) argument
180 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java166 protected void setAttributes(AttributesImpl attributes) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DJavaClass.java68 private Attribute[] attributes; // attributes defined in the class field in class:JavaClass
118 JavaClass(final int class_name_index, final int superclass_name_index, final String file_name, final int major, final int minor, final int access_flags, final ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes, final byte source) argument
195 JavaClass(final int class_name_index, final int superclass_name_index, final String file_name, final int major, final int minor, final int access_flags, final ConstantPool constant_pool, final int[] interfaces, final Field[] fields, final Method[] methods, final Attribute[] attributes) argument
453 setAttributes(final Attribute[] attributes) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java177 public void startElement(QName element, XMLAttributes attributes, Augmentations augs) argument
191 public void emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/
H A DElementSchemePointer.java243 public boolean resolveXPointer(QName element, XMLAttributes attributes, argument
H A DXPointerHandler.java292 public boolean resolveXPointer(QName element, XMLAttributes attributes, argument
1043 public void startElement(QName element, XMLAttributes attributes, argument
1074 emptyElement(QName element, XMLAttributes attributes, Augmentations augs) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/pkcs12/
H A DPKCS12KeyStore.java238 Set<KeyStore.Entry.Attribute> attributes; field in class:PKCS12KeyStore.Entry
265 CertEntry(X509Certificate cert, byte[] keyId, String alias, ObjectIdentifier[] trustedKeyUsage, Set<? extends KeyStore.Entry.Attribute> attributes) argument
574 setKeyEntry(String alias, Key key, KeyStore.PasswordProtection passwordProtection, Certificate[] chain, Set<KeyStore.Entry.Attribute> attributes) argument
966 setCertEntry(String alias, Certificate cert, Set<KeyStore.Entry.Attribute> attributes) argument
1572 getBagAttributes(String alias, byte[] keyId, Set<KeyStore.Entry.Attribute> attributes) argument
1577 getBagAttributes(String alias, byte[] keyId, ObjectIdentifier[] trustedUsage, Set<KeyStore.Entry.Attribute> attributes) argument
[all...]
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java174 protected void setAttributes(PrintRequestAttributeSet attributes) throws PrinterException { argument
250 print(PrintRequestAttributeSet attributes) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DStyleContext.java796 SmallAttributeSet(Object[] attributes) argument
1031 Object[] attributes; field in class:StyleContext.SmallAttributeSet
1642 private transient AttributeSet attributes; field in class:StyleContext.NamedStyle
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/
H A DParser.java102 private SimpleAttributeSet attributes = new SimpleAttributeSet(); field in class:Parser
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java242 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable List<Element> referenceParameters, @Nullable Collection<EPRExtension> extns,@Nullable Map<QName, String> attributes) argument
263 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable String wsdlTargetNamepsace, @Nullable List<Element> referenceParameters, @Nullable List<Element> elements, @Nullable Map<QName, String> attributes) argument
278 createBufferFromData(AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable List<Element> elements, @Nullable Map<QName, String> attributes) argument
308 createBufferFromData(AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable Collection<EPRExtension> extns, @Nullable Map<QName, String> attributes) argument
341 writePartialEPRInfoset(StreamWriterBufferCreator writer, AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable Map<QName, String> attributes) argument
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java477 protected String getMandatoryNonEmptyAttribute(XMLStreamReader reader, Attributes attributes, argument
/openjdk10/jdk/src/java.base/share/classes/java/security/
H A DKeyStore.java479 private final Set<Attribute> attributes; field in class:KeyStore.PrivateKeyEntry
535 PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain, Set<Attribute> attributes) argument
653 private final Set<Attribute> attributes; field in class:KeyStore.SecretKeyEntry
687 SecretKeyEntry(SecretKey secretKey, Set<Attribute> attributes) argument
736 private final Set<Attribute> attributes; field in class:KeyStore.TrustedCertificateEntry
770 TrustedCertificateEntry(Certificate trustedCert, Set<Attribute> attributes) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/nio/file/
H A DFiles.java1984 readAttributes(Path path, String attributes, LinkOption... options) argument
[all...]
/openjdk10/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11Key.java240 void fetchAttributes(CK_ATTRIBUTE[] attributes) { argument
96 P11Key(String type, Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
287 secretKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
297 masterSecretKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes, int major, int minor) argument
309 publicKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
330 privateKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
395 P11PrivateKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
413 P11SecretKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
463 P11TlsMasterSecretKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes, int major, int minor) argument
575 P11RSAPrivateNonCRTKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
629 P11RSAPublicKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
684 P11DSAPublicKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
747 P11DSAPrivateKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
805 P11DHPrivateKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
887 P11DHPublicKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
974 P11ECPrivateKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
1030 P11ECPublicKey(Session session, long keyID, String algorithm, int keyLength, CK_ATTRIBUTE[] attributes) argument
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java93 private HashMap<String, Object> attributes; field in class:XMBeanAttributes
739 addTableData(DefaultTableModel tableModel, XMBean mbean, MBeanAttributeInfo[] attributesInfo, HashMap<String, Object> attributes, HashMap<String, Object> unavailableAttributes, HashMap<String, Object> viewableAttributes) argument
[all...]
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipPath.java758 Map<String, Object> readAttributes(String attributes, LinkOption... options) argument

Completed in 181 milliseconds

1234567891011>>