Searched refs:name (Results 301 - 325 of 4739) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp104 static bool special_exception(Thread* thread, const char* file, int line, Symbol* name, const char* message);
116 static void _throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message);
117 static void _throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message,
120 static void _throw_msg_cause(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_cause);
121 static void _throw_msg_cause(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_cause,
124 static void _throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause);
125 static void _throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause,
129 Symbol* name, Symbol* signature,
134 static void fthrow(Thread* thread, const char* file, int line, Symbol* name,
138 static Handle new_exception(Thread* thread, Symbol* name,
[all...]
/openjdk7/jdk/src/share/classes/javax/script/
H A DSimpleScriptContext.java128 * Retrieves the value of the attribute with the given name in
133 * @param name The name of the the attribute to retrieve.
135 * which an attribute with the given name is defined. Returns
136 * null if no attribute with the name exists in any scope.
137 * @throws NullPointerException if the name is null.
138 * @throws IllegalArgumentException if the name is empty.
140 public Object getAttribute(String name) { argument
141 if (engineScope.containsKey(name)) {
142 return getAttribute(name, ENGINE_SCOP
162 getAttribute(String name, int scope) argument
191 removeAttribute(String name, int scope) argument
223 setAttribute(String name, Object value, int scope) argument
281 getAttributesScope(String name) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJInvocation.java47 * This allows {@link JMethod#name(String) the name of the method to be changed later}.
49 private String name; field in class:JInvocation
73 * @param name
76 JInvocation(JExpression object, String name) { argument
77 this( (JGenerable)object, name );
87 JInvocation(JClass type, String name) { argument
88 this( (JGenerable)type, name );
95 private JInvocation(JGenerable object, String name) { argument
97 if (name
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSModel.java30 * name, but if there are components that do not have a target namespace
37 * <code>XSNamespaceItem</code>), one for each namespace name which
83 * @param name The name of the declaration.
89 public XSElementDeclaration getElementDeclaration(String name, argument
94 * @param name The name of the declaration.
100 public XSAttributeDeclaration getAttributeDeclaration(String name, argument
106 * @param name The name o
112 getTypeDefinition(String name, String namespace) argument
123 getAttributeGroup(String name, String namespace) argument
134 getModelGroupDefinition(String name, String namespace) argument
145 getNotationDeclaration(String name, String namespace) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DGenFileStream.java60 name = filename;
65 File file = new File (name);
80 String[] parameters = {name, e.toString ()};
86 public String name () method in class:GenFileStream
88 return name;
89 } // name
96 private String name; field in class:GenFileStream
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV9ShiftDecoder.java32 final String name; field in class:V9ShiftDecoder
35 V9ShiftDecoder(int op3, String name, int rtlOperation) { argument
37 this.name = name;
60 return factory.newShiftInstruction(xBit? name + "x" : name, op3, rtlOperation, rs1, operand2, rd);
H A DAlternateSpaceLdstubDecoder.java30 AlternateSpaceLdstubDecoder(int op3, String name, int dataType) { argument
31 super(op3, name, dataType);
39 return factory.newLdstubInstruction(name, addr, rd);
H A DAlternateSpaceLoadDecoder.java30 AlternateSpaceLoadDecoder(int op3, String name, int dataType) { argument
31 super(op3, name, dataType);
39 return factory.newLoadInstruction(name, op3, addr, rd, dataType);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaArrayKlass.java43 public Object getMetaClassFieldValue(String name) { argument
44 if (name.equals("dimension")) {
47 return super.getMetaClassFieldValue(name);
51 public boolean hasMetaClassField(String name) { argument
52 if (name.equals("dimension")) {
55 return super.hasMetaClassField(name);
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiDevice.java115 * <code>Strings</code> containing its name, vendor, and description.
280 * name, the company who created it, and descriptive text.
287 * The device's name.
289 private String name; field in class:MidiDevice.Info
292 * The name of the company who provides the device.
310 * @param name the name of the device
311 * @param vendor the name of the company who provides the device
315 protected Info(String name, String vendor, String description, String version) { argument
317 this.name
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DReverbType.java145 * Descriptive name of the reverb type..
147 private String name; field in class:ReverbType
178 * @param name the name of the new reverb type, or a zero-length <code>String</code>
185 protected ReverbType(String name, int earlyReflectionDelay, float earlyReflectionIntensity, int lateReflectionDelay, float lateReflectionIntensity, int decayTime) { argument
187 this.name = name;
197 * Obtains the name of this reverb type.
198 * @return the name of this reverb type
202 return name;
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DBeanDescriptor.java65 String name = beanClass.getName();
66 while (name.indexOf('.') >= 0) {
67 name = name.substring(name.indexOf('.')+1);
69 setName(name);
/openjdk7/jdk/src/share/classes/javax/management/
H A DAttributeChangeNotificationFilter.java35 * The filtering is performed on the name of the observed attribute.
56 * <BR>This filter compares the attribute name of the specified attribute change notification
57 * with each enabled attribute name.
58 * If the attribute name equals one of the enabled attribute names,
80 * Enables all the attribute change notifications the attribute name of which equals
81 * the specified name to be sent to the listener.
82 * <BR>If the specified name is already in the list of enabled attribute names,
85 * @param name The attribute name.
86 * @exception java.lang.IllegalArgumentException The attribute name paramete
88 enableAttribute(String name) argument
106 disableAttribute(String name) argument
[all...]
H A DMBeanServer.java94 * MBeanPermission(className, operationName, name, "invoke")}.</p>
99 * MBeanPermission(className, attribute, name, "getAttribute")}.</p>
104 * MBeanPermission(className, null, name, "getAttribute")}.
108 * MBeanPermission(className, <em>a</em>, name, "getAttribute")}, the
115 * MBeanPermission(className, attrName, name, "setAttribute")}, where
122 * MBeanPermission(className, null, name, "setAttribute")}.
126 * MBeanPermission(className, <em>a</em>, name, "setAttribute")}, the
133 * MBeanPermission(className, null, name,
139 * MBeanPermission(className, null, name,
145 * MBeanPermission(className, null, name, "getMBeanInf
272 createMBean(String className, ObjectName name) argument
286 createMBean(String className, ObjectName name, ObjectName loaderName) argument
301 createMBean(String className, ObjectName name, Object params[], String signature[]) argument
316 createMBean(String className, ObjectName name, ObjectName loaderName, Object params[], String signature[]) argument
374 registerMBean(Object object, ObjectName name) argument
388 unregisterMBean(ObjectName name) argument
392 getObjectInstance(ObjectName name) argument
399 queryMBeans(ObjectName name, QueryExp query) argument
405 queryNames(ObjectName name, QueryExp query) argument
411 isRegistered(ObjectName name) argument
426 getAttribute(ObjectName name, String attribute) argument
434 getAttributes(ObjectName name, String[] attributes) argument
441 setAttribute(ObjectName name, Attribute attribute) argument
450 setAttributes(ObjectName name, AttributeList attributes) argument
455 invoke(ObjectName name, String operationName, Object params[], String signature[]) argument
473 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
483 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
490 removeNotificationListener(ObjectName name, ObjectName listener) argument
495 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
502 removeNotificationListener(ObjectName name, NotificationListener listener) argument
507 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
514 getMBeanInfo(ObjectName name) argument
520 isInstanceOf(ObjectName name, String className) argument
670 deserialize(ObjectName name, byte[] data) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DNamedObject.java33 * This class is used for storing a pair (name, object) where name is
34 * an object name and object is a reference to the object.
42 * Object name.
44 private final ObjectName name; field in class:NamedObject
55 *@param objectName The object name of the object.
60 throw new RuntimeOperationsException(new IllegalArgumentException("Invalid name->"+ objectName.toString()));
62 this.name= objectName;
69 *@param objectName The string representation of the object name of the object.
77 throw new RuntimeOperationsException(new IllegalArgumentException("Invalid name
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Layer.java39 String name = ""; field in class:SF2Layer
56 return name;
59 public void setName(String name) { argument
60 this.name = name;
76 return "Layer: " + name;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/java/
H A DJavaArrayType.java37 public JavaArrayType(String name) { argument
38 super(name, true, "null");
41 public JavaArrayType(String name, String elementName, argument
44 super(name, true, "null");
53 public void setElementName(String name) { argument
54 elementName = name;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPartDescriptorImpl.java38 private QName name; field in class:WSDLPartDescriptorImpl
41 public WSDLPartDescriptorImpl(XMLStreamReader xsr,QName name, WSDLDescriptorKind kind) { argument
43 this.name = name;
47 public QName name() { method in class:WSDLPartDescriptorImpl
48 return name;
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryListeningConnector.java38 static final String ARG_NAME = "name";
45 getString("memory_listening.name.label"),
46 getString("memory_listening.name"),
51 public String name() {
57 // override startListening so that "name" argument can be
64 String name = argument(ARG_NAME, args).value();
66 // if the name argument isn't specified then we use the default
68 if (name.length() == 0) {
71 name = ts.defaultAddress();
74 return super.startListening(name, arg
77 public String name() { method in class:SharedMemoryListeningConnector
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DClassesByName.java65 String name = cls.name();
66 List found = vm().classesByName(name);
68 System.out.println("Found class: " + name);
70 System.out.println("CLASS NOT FOUND: " + name);
71 throw new Exception("CLASS NOT FOUND (by classesByName): " + name);
/openjdk7/langtools/src/share/classes/javax/tools/
H A DStandardLocation.java72 * Gets a location object with the given name. The following
76 * name ends with {@code "_OUTPUT"}.
78 * @param name a name
81 public static Location locationFor(final String name) { argument
87 locations.putIfAbsent(name.toString(/* null-check */), new Location() {
88 public String getName() { return name; }
89 public boolean isOutputLocation() { return name.endsWith("_OUTPUT"); }
91 return locations.get(name);
97 public String getName() { return name(); }
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DOperator.java42 private final String name; field in class:Operator
45 private Operator(String name) { argument
46 this.name = name;
47 map.put(name, this);
89 return name;
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolVisitor.java108 * @param name string body or class name (using dot separator)
109 * @param nameIndex the index of the Utf8 string for the name
114 String name, int nameIndex) {
118 /** Called for each constant pool entry that encodes a name and type.
121 * @param memberName a field or method name
123 * @param memberNameIndex index of the Utf8 string for the member name
139 * @param className the class name (using dot separator)
140 * @param memberName name of the field or method
142 * @param classNameIndex index of the Utf8 string for the class name
113 visitConstantString(int index, byte tag, String name, int nameIndex) argument
[all...]
/openjdk7/jdk/make/common/
H A DCscope.gmk55 ADDCLASSES= -o -name '*.java'
66 RMCCHEADERS= -o -name CClassHeaders
87 -find $(CSDIRS) $(SCM_DIRS_prune) -o -type d \( -name '.del-*' -o \
88 -name '*demo' -o -name pkgarchive $(RMCCHEADERS) \) -prune -o \
89 -type f \( -name '*.[Ccshlxy]' -o -name '*.il' -o -name '*.cc' -o \
90 -name 'Makefile*' -o -name GNUmakefil
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLevel.java69 * @serial The non-localized name of the level.
71 private final String name; field in class:Level
79 * @serial The resource bundle name to be used in localizing the level name.
83 // localized level name
185 * @param name the name of the Level, for example "SEVERE".
187 * @throws NullPointerException if the name is null
189 protected Level(String name, int value) { argument
190 this(name, valu
204 Level(String name, int value, String resourceBundleName) argument
278 findLevel(String name) argument
378 parse(String name) argument
494 findByName(String name) argument
516 findByLocalizedLevelName(String name) argument
530 findByLocalizedName(String name) argument
[all...]

Completed in 379 milliseconds

<<11121314151617181920>>