Searched refs:name (Results 201 - 225 of 4739) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftControl.java35 public double[] get(int instance, String name); argument
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLPermission.java41 * An SSLPermission contains a name (also referred to as a "target name") but
45 * The target name is the name of the network permission (see below). The naming
48 * may appear at the end of the name, following a ".", or by itself, to
68 * an HttpsURLConnection and the common name field in
108 * Creates a new SSLPermission with the specified name.
109 * The name is the symbolic name of the SSLPermission, such as
111 * may appear at the end of the name, followin
117 SSLPermission(String name) argument
133 SSLPermission(String name, String actions) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.hpp32 static void register_stub(const char* name, address start, address end);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/java/
H A DJavaType.java36 private String name; field in class:JavaType
52 public JavaType(String name, boolean present, String initString) { argument
53 init(name, present, initString, null);
56 public JavaType(String name, boolean present, String initString, argument
59 init(name, present, initString, holderName);
66 private void init(String name, boolean present, String initString, argument
69 this.realName = name;
70 this.name = name.replace('$', '.');
78 return name;
81 doSetName(String name) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DEntityDecl.java36 String name; // <!ENTITY name ... > field in class:EntityDecl
/openjdk7/jaxws/src/share/jaxws_classes/javax/jws/soap/
H A DInitParam.java38 String name(); method in interface:InitParam
/openjdk7/jdk/test/java/lang/Class/getDeclaredClasses/
H A DSanity.java40 String name = c[i].getName();
41 System.out.println(name);
44 && !name.matches("\\D\\w*\\$\\d*"))
45 throw new Exception("Unexpected class: " + name);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_ioname.h15 * - Neither the name of Oracle nor the names of its
45 IoNameIndex ioname_find_or_create(const char *name, jboolean *pnew_entry);
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfStringVariableMonitor.java45 * @param name the name of the string instrument
49 public PerfStringVariableMonitor(String name, boolean supported, argument
51 this(name, supported, bb, bb.limit());
58 * @param name the name of the string instrument
63 public PerfStringVariableMonitor(String name, boolean supported, argument
66 super(name, Variability.VARIABLE, supported, bb, maxLength+1);
/openjdk7/langtools/test/tools/javac/T6435291/
H A DT.class ... public static T valueOf (java.lang.String) String name public java.lang.String getName () private void " href ...
/openjdk7/langtools/test/tools/javac/api/evalexpr/
H A DByteArrayClassLoader.java52 public Class<?> loadClass(String name) throws ClassNotFoundException { argument
54 return super.loadClass(name);
56 byte[] classData = classes.get(name);
57 return defineClass(name, classData, 0, classData.length);
/openjdk7/jaxp/src/javax/xml/validation/
H A DValidator.java362 * <p>The feature name is any fully-qualified URI. It is
363 * possible for a {@link Validator} to recognize a feature name but
371 * @param name The feature name, which is a non-null fully-qualified URI.
378 * {@link Validator} recognizes the feature name but
381 * When the name parameter is null.
385 public boolean getFeature(String name) argument
388 if (name == null) {
389 throw new NullPointerException("the name parameter is null");
392 throw new SAXNotRecognizedException(name);
423 setFeature(String name, boolean value) argument
476 setProperty(String name, Object object) argument
515 getProperty(String name) argument
[all...]
H A DValidatorHandler.java333 * <p>The feature name is any fully-qualified URI. It is
334 * possible for a {@link ValidatorHandler} to recognize a feature name but
342 * @param name The feature name, which is a non-null fully-qualified URI.
349 * {@link ValidatorHandler} recognizes the feature name but
351 * @throws NullPointerException When <code>name</code> is <code>null</code>.
355 public boolean getFeature(String name) argument
358 if (name == null) {
362 throw new SAXNotRecognizedException(name);
369 * {@link ValidatorHandler} parses schemas. The feature name i
405 setFeature(String name, boolean value) argument
438 setProperty(String name, Object object) argument
476 getProperty(String name) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMConfiguration.java355 * <code>"wf-invalid-character-in-node-name"</code>, with a
391 * @param name The name of the parameter to set.
399 * NOT_FOUND_ERR: Raised when the parameter name is not recognized.
400 * <br> NOT_SUPPORTED_ERR: Raised when the parameter name is recognized
403 * name is incompatible with the expected value type.
405 public void setParameter(String name, argument
411 * @param name The name of the parameter.
416 * NOT_FOUND_ERR: Raised when the parameter name i
418 getParameter(String name) argument
431 canSetParameter(String name, Object value) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInternalBindingKey.java39 // A key contains a name
40 public NameComponent name; field in class:InternalBindingKey
58 this.name = n;
60 if( this.name.id != null ) {
61 idLen = this.name.id.length();
63 if( this.name.kind != null ) {
64 kindLen = this.name.kind.length();
68 hashVal += this.name.id.hashCode();
70 hashVal += this.name.kind.hashCode();
73 // Compare the keys by comparing name'
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSpecialLoadDecoder.java30 SpecialLoadDecoder(int op3, String name, int specialRegNum) { argument
31 super(op3, name, specialRegNum);
37 return factory.newSpecialLoadInstruction(name, specialRegNum, cregNum, addr);
H A DSpecialStoreDecoder.java30 SpecialStoreDecoder(int op3, String name, int specialRegNum) { argument
31 super(op3, name, specialRegNum);
37 return factory.newSpecialStoreInstruction(name, specialRegNum, cregNum, addr);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86MMXRegister.java31 public X86MMXRegister(int num, String name) { argument
32 super(num, name);
38 return name;
H A DX86SegmentRegister.java31 public X86SegmentRegister(int num, String name) { argument
32 super(num, name);
38 return name;
H A DX86XMMRegister.java31 public X86XMMRegister(int num, String name) { argument
32 super(num, name);
38 return name;
/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DAbstractUndoableEdit.java228 String name = getPresentationName();
229 if (!"".equals(name)) {
230 name = UIManager.getString("AbstractUndoableEdit.undoText") +
231 " " + name;
233 name = UIManager.getString("AbstractUndoableEdit.undoText");
236 return name;
255 String name = getPresentationName();
256 if (!"".equals(name)) {
257 name = UIManager.getString("AbstractUndoableEdit.redoText") +
258 " " + name;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DModifiableClassLoaderRepository.java59 public void addClassLoader(ObjectName name, ClassLoader loader); argument
64 public void removeClassLoader(ObjectName name); argument
69 public ClassLoader getClassLoader(ObjectName name); argument
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DSolarisNumericGroupPrincipal.java67 private String name; field in class:SolarisNumericGroupPrincipal
81 * @param name the user's group identification number (GID)
87 * @exception NullPointerException if the <code>name</code>
90 public SolarisNumericGroupPrincipal(String name, boolean primaryGroup) { argument
91 if (name == null)
92 throw new NullPointerException(rb.getString("provided.null.name"));
94 this.name = name;
104 * @param name the user's group identification number (GID) for this user
111 public SolarisNumericGroupPrincipal(long name, boolea argument
[all...]
H A DSolarisNumericUserPrincipal.java67 private String name; field in class:SolarisNumericUserPrincipal
76 * @param name the user identification number (UID) for this user.
78 * @exception NullPointerException if the <code>name</code>
81 public SolarisNumericUserPrincipal(String name) { argument
82 if (name == null)
83 throw new NullPointerException(rb.getString("provided.null.name"));
85 this.name = name;
94 * @param name the user identification number (UID) for this user
97 public SolarisNumericUserPrincipal(long name) { argument
[all...]
H A DUnixNumericGroupPrincipal.java53 private String name; field in class:UnixNumericGroupPrincipal
67 * @param name the user's group identification number (GID)
73 * @exception NullPointerException if the <code>name</code>
76 public UnixNumericGroupPrincipal(String name, boolean primaryGroup) { argument
77 if (name == null) {
82 Object[] source = {"name"};
86 this.name = name;
96 * @param name the user's group identification number (GID) for this user
103 public UnixNumericGroupPrincipal(long name, boolea argument
[all...]

Completed in 134 milliseconds

1234567891011>>