Searched refs:name (Results 726 - 750 of 4739) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDefaultFontCharset.java39 public WDefaultFontCharset(String name){ argument
41 fontName = name;
/openjdk7/jdk/test/java/beans/XMLEncoder/6329581/
H A DTest6329581.java54 protected Class loadClass(String name, boolean resolve) throws ClassNotFoundException { argument
55 Class c = findLoadedClass(name);
57 if (Bean.class.getName().equals(name)) {
58 c = findClass(name);
61 c = getParent().loadClass(name);
64 c = findClass(name);
83 private byte[] encode(String name) throws Exception { argument
84 Object object = loadClass(name).newInstance();
/openjdk7/jdk/test/java/lang/ClassLoader/
H A DLoadNullClass.java52 public void testFindLoadedClass(String name) throws Exception { argument
53 super.findLoadedClass(name);
/openjdk7/jdk/test/java/lang/instrument/
H A DAppendToBootstrapClassPathTest.java45 * @param name
47 public AppendToBootstrapClassPathTest(String name) { argument
48 super(name);
H A DAppendToClassPathTest.java45 * @param name
47 public AppendToClassPathTest(String name) argument
49 super(name);
H A DFromShutdownHook.java38 public FromShutdownHook(String name) { argument
39 super(name);
H A DRemoveTransformerTest.java41 * @param name
43 public RemoveTransformerTest(String name) argument
45 super(name);
H A DTransformMethodTest.java43 * @param name
45 public TransformMethodTest(String name) argument
47 super(name);
/openjdk7/jdk/test/java/nio/charset/Charset/
H A DAvailableCharsetNames.java43 if (!charset.name().equals(charsetName)) {
44 throw new Exception("Error: Charset name mismatch - expected "
45 + charsetName + ", got " + charset.name());
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DCredentialsCache.java95 public static CredentialsCache create(PrincipalName principal, String name) { argument
96 if (name == null) {
97 throw new RuntimeException("cache name error");
99 if ((name.length() >= 5)
100 && name.regionMatches(true, 0, "FILE:", 0, 5)) {
101 name = name.substring(5);
102 return (FileCredentialsCache.New(principal, name));
106 return (FileCredentialsCache.New(principal, name));
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryAttribute.java42 Identifier name; field in class:BinaryAttribute
49 BinaryAttribute(Identifier name, byte data[], BinaryAttribute next) { argument
50 this.name = name;
91 Identifier name = att.name;
94 out.writeShort(cpool.indexString(name.toString(), env));
106 public Identifier getName() { return name; }
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DUISwitchListener.java15 * - Neither the name of Oracle nor the names of its
63 String name = e.getPropertyName();
64 if (name.equals("lookAndFeel")) {
/openjdk7/jdk/test/java/security/Security/removing/
H A DRemoveProviderByIdentity.java48 public MyProvider(String name, double version, String info) { argument
49 super(name, version, info);
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java231 // name and constructor parameters?
292 ObjectName name = new ObjectName("a:b=c");
294 ((MBeanServer) mbsc).registerMBean(new Boring(), name);
296 mbsc.createMBean(Boring.class.getName(), name);
298 assert mbsc.isRegistered(name);
299 assert mbsc.queryNames(null, null).contains(name);
300 assert mbsc.getAttribute(name, "Name").equals("Jessica");
302 name, "add", new Object[] {2, 3}, new String[] {"int", "int"})
304 mbsc.unregisterMBean(name);
306 assert !mbsc.isRegistered(name);
429 createMBean(String className, ObjectName name) argument
436 createMBean( String className, ObjectName name, ObjectName loaderName) argument
444 createMBean( String className, ObjectName name, Object[] params, String[] signature) argument
456 createMBean( String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature) argument
466 forbidJMImpl(ObjectName name) argument
472 registerMBean(Object object, ObjectName name) argument
514 unregisterMBean(ObjectName name) argument
547 getObjectInstance(ObjectName name) argument
554 apply(ObjectName name) argument
562 queryMBeans(ObjectName name, QueryExp query) argument
587 queryNames(ObjectName name, QueryExp query) argument
595 isRegistered(ObjectName name) argument
603 getAttribute(ObjectName name, String attribute) argument
609 getAttributes(ObjectName name, String[] attributes) argument
614 setAttribute(ObjectName name, Attribute attribute) argument
621 setAttributes( ObjectName name, AttributeList attributes) argument
627 invoke( ObjectName name, String operationName, Object[] params, String[] signature) argument
646 addNotificationListener( ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
657 addNotificationListener( ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
666 removeNotificationListener( ObjectName name, ObjectName listener) argument
674 removeNotificationListener( ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
683 removeNotificationListener( ObjectName name, NotificationListener listener) argument
693 removeNotificationListener( ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
704 getMBeanInfo(ObjectName name) argument
710 isInstanceOf(ObjectName name, String className) argument
794 deserialize(ObjectName name, byte[] data) argument
956 private final ObjectName name; field in class:OldMBeanServerTest.OldMBeanServer.RewriteListener
960 RewriteListener( ObjectName name, Object userMBean, NotificationListener userListener) argument
976 wrappedListener( ObjectName name, Object userMBean, NotificationListener userListener) argument
1001 getMBean(ObjectName name) argument
1246 preRegister(MBeanServer server, ObjectName name) argument
1370 getUserMBean(ObjectName name) argument
[all...]
/openjdk7/jdk/test/sun/net/www/protocol/file/
H A DFileURLTest.java36 String name = System.getProperty("os.name");
37 if (name.startsWith("Windows")) {
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfIntegerMonitor.java49 * @param name the name of the integer instrument
55 public PerfIntegerMonitor(String name, Units u, Variability v, argument
57 super(name, u, v, supported);
H A DPerfLongMonitor.java48 * @param name the name of the long instrument
54 public PerfLongMonitor(String name, Units u, Variability v, argument
56 super(name, u, v, supported);
H A DPerfStringConstantMonitor.java51 * @param name the name of the instrumentation object
55 public PerfStringConstantMonitor(String name, boolean supported, argument
57 super(name, Variability.CONSTANT, supported, bb);
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DByteArrayCounterSnapshot.java39 ByteArrayCounterSnapshot(String name, Units u, Variability v, int flags, argument
41 super(name, u, v, flags, vectorLength);
H A DLongArrayCounterSnapshot.java39 LongArrayCounterSnapshot(String name, Units u, Variability v, int flags, argument
41 super(name, u, v, flags, vectorLength);
H A DLongCounterSnapshot.java39 LongCounterSnapshot(String name, Units u, Variability v, int flags, argument
41 super(name, u, v, flags);
H A DStringCounterSnapshot.java39 StringCounterSnapshot(String name, Units u, Variability v, int flags, argument
41 super(name, u, v, flags);
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DTypeVariableImpl.java43 private String name; field in class:TypeVariableImpl
59 name = n;
78 * @param name - the name of the type variable to be returned
83 * @return A type variable with name, bounds, declaration and factory
87 TypeVariableImpl<T> make(T decl, String name, argument
90 return new TypeVariableImpl<T>(decl, name, bs, f);
149 * Returns the name of this type variable, as it occurs in the source code.
151 * @return the name of this type variable, as it appears in the source code
153 public String getName() { return name; }
[all...]
/openjdk7/jdk/src/share/classes/sun/reflect/misc/
H A DFieldUtil.java38 public static Field getField(Class cls, String name) argument
41 return cls.getField(name);
/openjdk7/jdk/src/share/native/sun/nio/ch/
H A DgenSocketOptionRegistry.c46 static void emit(const char *name, char * family, int level, int optname) { argument
47 printf(" map.put(new RegistryKey(%s, %s),", name, family);
51 static void emit_unspec(const char *name, int level, int optname) { argument
52 emit(name, "Net.UNSPEC", level, optname);
55 static void emit_inet(const char *name, int level, int optname) { argument
56 emit(name, "StandardProtocolFamily.INET", level, optname);
59 static void emit_inet6(const char *name, int level, int optname) { argument
60 emit(name, "StandardProtocolFamily.INET6", level, optname);
75 out(" private final SocketOption<?> name; ");
77 out(" RegistryKey(SocketOption<?> name, ProtocolFamil
[all...]

Completed in 66 milliseconds

<<21222324252627282930>>