Searched refs:add (Results 1 - 25 of 6394) sorted by relevance

1234567891011>>

/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DSOAPEntityReferenceValidator.java71 // add all XML Schema and SOAP types
73 _validTypes.add(SOAPConstants.QNAME_TYPE_ARRAY);
74 _validTypes.add(SchemaConstants.QNAME_TYPE_STRING);
75 _validTypes.add(SchemaConstants.QNAME_TYPE_NORMALIZED_STRING);
76 _validTypes.add(SchemaConstants.QNAME_TYPE_TOKEN);
77 _validTypes.add(SchemaConstants.QNAME_TYPE_BYTE);
78 _validTypes.add(SchemaConstants.QNAME_TYPE_UNSIGNED_BYTE);
79 _validTypes.add(SchemaConstants.QNAME_TYPE_BASE64_BINARY);
80 _validTypes.add(SchemaConstants.QNAME_TYPE_HEX_BINARY);
81 _validTypes.add(SchemaConstant
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DExtendedKeyCodes.java166 extendedKeyCodesSet.add(0x01000000+0x0060);
167 extendedKeyCodesSet.add(0x01000000+0x007C);
168 extendedKeyCodesSet.add(0x01000000+0x007E);
169 extendedKeyCodesSet.add(0x01000000+0x00A2);
170 extendedKeyCodesSet.add(0x01000000+0x00A3);
171 extendedKeyCodesSet.add(0x01000000+0x00A5);
172 extendedKeyCodesSet.add(0x01000000+0x00A7);
173 extendedKeyCodesSet.add(0x01000000+0x00A8);
174 extendedKeyCodesSet.add(0x01000000+0x00AB);
175 extendedKeyCodesSet.add(
[all...]
/openjdk10/jdk/src/demo/share/jfc/Metalworks/
H A DMetalworksInBox.java67 top.add(unread = new DefaultMutableTreeNode("Unread Mail"));
68 top.add(personal = new DefaultMutableTreeNode("Personal"));
69 top.add(business = new DefaultMutableTreeNode("Business"));
70 top.add(spam = new DefaultMutableTreeNode("Spam"));
72 unread.add(new DefaultMutableTreeNode("Buy Stuff Now"));
73 unread.add(new DefaultMutableTreeNode("Read Me Now"));
74 unread.add(new DefaultMutableTreeNode("Hot Offer"));
75 unread.add(new DefaultMutableTreeNode("Re: Re: Thank You"));
76 unread.add(new DefaultMutableTreeNode("Fwd: Good Joke"));
78 personal.add(ne
[all...]
/openjdk10/nashorn/test/script/basic/
H A Dconsstring.js34 list.add(str); // plain string
35 list.add(String(str + "1")); // String() called as function
36 list.add(String(new String(str + "2"))); // String() called as function with String object
37 list.add((str + "3").toString()); // toString() called on primitive string
38 list.add(new String(str + "4").toString()); // toString() called on String object
H A DJDK-8039387.js33 list.add("nashorn")
34 list.add("js")
35 list.add("ecmascript")
/openjdk10/hotspot/test/compiler/oracle/
H A DMethodMatcherTest.java70 testCases.add(helper, "pool/sub/Klass.method(I[Ljava/lang/String;Ljava/lang/Integer;[B[[D)V", NO_MATCH);
73 testCases.add(helper, "*Klass*,*$method*::", NO_MATCH);
74 testCases.add(helper, "*Klass *+*", NO_MATCH);
75 testCases.add(helper, "*Klass*::*method*", NO_MATCH);
77 testCases.add(helper, "*,**", PARSING_FAILURE);
78 testCases.add(helper, "*,*(I[Ljava/lang/String;Lj]ava/lang/Integer;[B[[D)V", PARSING_FAILURE);
79 testCases.add(helper, "*,*)method*.", PARSING_FAILURE);
80 testCases.add(helper, "{pool.subpack.Klass}* *", PARSING_FAILURE);
81 testCases.add(helper, "*Klass met]hod/", PARSING_FAILURE);
82 testCases.add(helpe
237 public boolean add(Method testTarget, String pattern, int expectedResult) { method in class:MethodMatcherTest.TestCases
[all...]
/openjdk10/jdk/test/java/security/Policy/Dynamic/
H A DDynamicPolicy.java44 perms.add(new PropertyPermission("user.name","read"));
61 perms.add(new PropertyPermission("user.name","read"));
72 perms.add(new java.security.SecurityPermission("getPolicy"));
73 perms.add(new java.security.SecurityPermission("setPolicy"));
74 perms.add(new java.lang.RuntimePermission("stopThread"));
75 perms.add(new java.net.SocketPermission("localhost:1024-", "listen"));
76 perms.add(new PropertyPermission("java.version","read"));
77 perms.add(new PropertyPermission("java.vendor","read"));
78 perms.add(new PropertyPermission("java.vendor.url","read"));
79 perms.add(ne
[all...]
/openjdk10/jdk/test/javax/swing/UI/UnninstallUIMemoryLeaks/
H A DUnninstallUIMemoryLeaks.java67 frame.add(new JButton("JButton"));
68 frame.add(new JCheckBox("JCheckBox"));
69 frame.add(new JComboBox<>());
70 frame.add(new JEditorPane());
71 frame.add(new JFormattedTextField("JFormattedTextField"));
72 frame.add(new JLabel("label"));
73 frame.add(new JPanel());
74 frame.add(new JPasswordField("JPasswordField"));
75 frame.add(new JProgressBar());
76 frame.add(ne
[all...]
/openjdk10/langtools/test/tools/javac/mandatoryWarnings/unchecked/
H A DB.java14 l.add("abc");
15 l.add("def");
16 l.add("ghi");
H A DA.java14 l.add("abc");
15 l.add("def");
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DageTable.inline.hpp31 // add entry
32 void AgeTable::add(oop p, size_t oop_size) { function in class:AgeTable
33 add(p->age(), oop_size);
/openjdk10/hotspot/test/compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/
H A DReadArrayLengthDataProvider.java39 arrays.add(new boolean[length]);
40 arrays.add(new byte[length]);
41 arrays.add(new short[length]);
42 arrays.add(new char[length]);
43 arrays.add(new int[length]);
44 arrays.add(new long[length]);
45 arrays.add(new float[length]);
46 arrays.add(new double[length]);
47 arrays.add(new Object[length]);
48 arrays.add(ne
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLAlgorithmDecomposer.java55 components.add("K_NULL");
59 components.add("RSA");
62 components.add("RSA");
63 components.add("RSA_EXPORT");
66 components.add("RSA");
67 components.add("DH");
68 components.add("DiffieHellman");
69 components.add("DH_RSA");
72 components.add("DSA");
73 components.add("DS
[all...]
H A DCipherSuite.java317 private static void add(String name, int id, int priority, method in class:CipherSuite
342 private static void add(String name, int id, int priority, method in class:CipherSuite
347 add(name, id, priority, keyExchange, cipher, mac, allowed, obsoleted,
355 private static void add(String name, int id, int priority, method in class:CipherSuite
358 add(name, id, priority, keyExchange, cipher, mac, allowed,
366 private static void add(String name, int id) { method in class:CipherSuite
1075 add("SSL_NULL_WITH_NULL_NULL", 0x0000,
1109 add("TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", 0xc02c, --p,
1111 add("TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", 0xc02b, --p,
1115 add("TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA38
[all...]
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest4903007.java44 vBox.add(new JButton("button"));
45 vBox.add(Box.createVerticalStrut(10));
46 vBox.add(new JLabel("label"));
47 vBox.add(Box.createVerticalGlue());
48 vBox.add(new JButton("button"));
49 vBox.add(Box.createVerticalStrut(10));
50 vBox.add(new JLabel("label"));
53 hBox.add(new JButton("button"));
54 hBox.add(Box.createHorizontalStrut(10));
55 hBox.add(ne
[all...]
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DExceptionFactory.java84 exceptions.add(new AttributeNotFoundException());
85 exceptions.add(new BadAttributeValueExpException(mes));
86 exceptions.add(new BadBinaryOpValueExpException(new StringValueExp(mes)));
87 exceptions.add(new BadStringOperationException(mes));
88 exceptions.add(new InstanceAlreadyExistsException());
89 exceptions.add(new InstanceNotFoundException());
90 exceptions.add(new IntrospectionException());
91 exceptions.add(new InvalidApplicationException(mes));
92 exceptions.add(new InvalidAttributeValueException());
93 exceptions.add(ne
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DStandardMetadataFormat.java56 values.add("XYZ");
57 values.add("Lab");
58 values.add("Luv");
59 values.add("YCbCr");
60 values.add("Yxy");
61 values.add("YCCK");
62 values.add("PhotoYCC");
63 values.add("RGB");
64 values.add("GRAY");
65 values.add("HS
[all...]
/openjdk10/langtools/test/tools/javac/lambda/
H A DBadNestedLambda.java9 Runnable add = (int x) -> (int y) -> x + y;
/openjdk10/jdk/test/com/sun/security/auth/
H A DCreateLdapPrincipals.java51 principals.add(new LdapPrincipal("x=y"));
52 principals.add(new LdapPrincipal("x=#04024869"));
53 principals.add(new LdapPrincipal("1.2.3=x"));
54 principals.add(new LdapPrincipal("A=B"));
55 principals.add(new LdapPrincipal("a=b+c=d"));
56 principals.add(new LdapPrincipal("a=b,c=d,e=f"));
57 principals.add(new LdapPrincipal("f=g, h=i, j=k"));
/openjdk10/langtools/test/tools/javac/lambda/speculative/
H A DT8077247.java39 int x = add(add(add(add(add(add(add(add(add(add(
42 public static int add(int x, int y) { method in class:T8077247
52 public static double add(double x, double y) { method in class:T8077247
61 public static <T> List<T> add(List<T> x, List<T> y) { method in class:T8077247
68 public static String add(String x, String y) { method in class:T8077247
72 public static <K, V> Map<K, V> add(Map<K, V> x, Map<K, V> y) { method in class:T8077247
[all...]
/openjdk10/jdk/test/java/lang/invoke/lambda/
H A DLambdaAccessControlDoPrivilegedTest.java42 scratch.add("import java.security.*;");
43 scratch.add("public class DoPriv {");
44 scratch.add("public static void main(String... args) {");
45 scratch.add("String prop = AccessController.doPrivileged((PrivilegedAction<String>) () -> {");
46 scratch.add("return System.getProperty(\"user.home\");");
47 scratch.add("});");
48 scratch.add("}");
49 scratch.add("}");
55 scratch.add("public class Bar {");
56 scratch.add("publi
[all...]
/openjdk10/jdk/test/java/sql/testng/util/
H A DTestPolicy.java70 permissions.add(new AllPermission());
74 permissions.add(new SQLPermission("setLog"));
78 permissions.add(new SQLPermission("deregisterDriver"));
82 permissions.add(new SQLPermission("setSyncFactory"));
86 permissions.add(new SQLPermission("setSyncFactory"));
87 permissions.add(new LoggingPermission("control", null));
99 permissions.add(new SecurityPermission("getPolicy"));
100 permissions.add(new SecurityPermission("setPolicy"));
101 permissions.add(new RuntimePermission("getClassLoader"));
102 permissions.add(ne
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DCurveDB.java131 private static void add(String name, String soid, int type, String sfield, method in class:CurveDB
161 // add entry if none present for this field size or if
171 add("secp112r1", "1.3.132.0.6", P,
180 add("secp112r2", "1.3.132.0.7", P,
189 add("secp128r1", "1.3.132.0.28", P,
198 add("secp128r2", "1.3.132.0.29", P,
207 add("secp160k1", "1.3.132.0.9", P,
216 add("secp160r1", "1.3.132.0.8", P,
225 add("secp160r2", "1.3.132.0.30", P,
234 add("secp192k
[all...]
/openjdk10/jdk/test/tools/launcher/
H A DUnresolvedExceptions.java45 buffer.add("public class " + fname + " {");
46 buffer.add(" public static void main(String[] argv) throws "
48 buffer.add(" System.exit(0);");
49 buffer.add(" }");
50 buffer.add(" static class SomeException extends RuntimeException{}");
51 buffer.add("}");
/openjdk10/jdk/test/java/net/ProxySelector/
H A DB8035158.java57 tests.add(new TestCase(properties, "http://" + s, true));
80 tests.add(new TestCase(properties, "http://" + s, false));
89 t.add(new TestCase("oracle.com", "http://137.254.16.101", true));
90 t.add(new TestCase("google.com", "http://74.125.200.101", true));
92 t.add(new TestCase("google.com|google.ie", "http://google.co.uk",
94 t.add(new TestCase("google.com|google.ie", "http://google.com",
96 t.add(new TestCase("google.com|google.ie", "http://google.ie",
98 t.add(new TestCase("google.com|google.com|google.ie",
101 t.add(new TestCase("google.com|bing.com|yahoo.com",
103 t.add(ne
[all...]

Completed in 218 milliseconds

1234567891011>>