Searched refs:name (Results 626 - 650 of 4739) sorted by relevance

<<21222324252627282930>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DLogicDecoder.java30 LogicDecoder(int op3, String name, int rtlOperation) { argument
31 super(op3, name, rtlOperation);
41 instr = factory.newMoveInstruction(name, op3, operand2, rd);
43 instr = factory.newLogicInstruction(name, op3, rtlOperation, rs1, operand2, rd);
H A DSPARCV9InstructionFactoryImpl.java54 public SPARCInstruction newV9BranchInstruction(String name, PCRelativeAddress addr, argument
56 return new SPARCV9BranchInstruction(name, addr, isAnnuled, conditionCode,
60 public SPARCInstruction newV9RegisterBranchInstruction(String name, PCRelativeAddress addr, argument
63 return new SPARCV9RegisterBranchInstruction(name, addr, isAnnuled, regConditionCode,
67 public SPARCInstruction newV9CasInstruction(String name, SPARCRegisterIndirectAddress addr, argument
69 return new SPARCV9CasInstruction(name, addr, rs2, rd, dataType);
72 public SPARCInstruction newV9PrefetchInstruction(String name, SPARCRegisterIndirectAddress addr, argument
74 return new SPARCV9PrefetchInstruction(name, addr, prefetchFcn);
81 public SPARCInstruction newV9MOVccInstruction(String name, int conditionCode, int conditionFlag, argument
83 return new SPARCV9MOVccInstruction(name, conditionCod
86 newV9MOVrInstruction(String name, SPARCRegister rs1, ImmediateOrRegister operand2, SPARCRegister rd, int regConditionCode) argument
128 newV9FMOVccInstruction(String name, int opf, int conditionCode, int conditionFlag, SPARCFloatRegister rs, SPARCFloatRegister rd) argument
134 newV9FMOVrInstruction(String name, int opf, SPARCRegister rs1, SPARCFloatRegister rs2, SPARCFloatRegister rd, int regConditionCode) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86FPInstruction.java34 public X86FPInstruction(String name, int size, int prefixes) { argument
35 super(name, size, prefixes);
40 public X86FPInstruction(String name, Operand op1, int size, int prefixes) { argument
41 super(name, size, prefixes);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicDoubleType.java31 public BasicDoubleType(String name, int size) { argument
32 this(name, size, 0);
35 private BasicDoubleType(String name, int size, int cvAttributes) { argument
36 super(name, size, cvAttributes);
H A DBasicFloatType.java31 public BasicFloatType(String name, int size) { argument
32 this(name, size, 0);
35 private BasicFloatType(String name, int size, int cvAttributes) { argument
36 super(name, size, cvAttributes);
H A DBasicIntType.java33 public BasicIntType(String name, int size, boolean unsigned) { argument
34 this(name, size, unsigned, 0);
37 protected BasicIntType(String name, int size, boolean unsigned, int cvAttributes) { argument
38 super(name, size, cvAttributes);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVoidTypeImpl.java39 return name();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSPermGenGen.java34 public String name() { method in class:CMSPermGenGen
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaClass.java45 buf.append(", name=");
51 protected Object getFieldValue(String name) { argument
52 return jklass.getMetaClassFieldValue(name);
59 protected boolean hasField(String name) { argument
60 return jklass.hasMetaClassField(name);
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DObjectFactory.java37 * For example, when looking up a printer bound in the name space,
111 * name "o=wiz, c=us" at the LDAP server ldap.wiz.com. This context can
129 * The <tt>name</tt> and <tt>environment</tt> parameters
136 * <a name=NAMECTX></a>
138 * The <code>name</code> and <code>nameCtx</code> parameters may
139 * optionally be used to specify the name of the object being created.
140 * <code>name</code> is the name of the object, relative to context
146 * If <code>nameCtx</code> is null, <code>name</code> is relative
147 * to the default initial context. If no name i
171 getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) argument
[all...]
H A DStateFactory.java36 * For example, when looking up a printer bound in the name space,
104 * The <code>name</code> and <code>nameCtx</code> parameters may
105 * optionally be used to specify the name of the object being created.
113 * The <tt>name</tt> and <tt>environment</tt> parameters
119 * @param name The name of this object relative to <code>nameCtx</code>,
120 * or null if no name is specified.
121 * @param nameCtx The context relative to which the <code>name</code>
122 * parameter is specified, or null if <code>name</code> is
135 public Object getStateToBind(Object obj, Name name, Contex argument
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamField.java46 /** field name */
47 private final String name; field in class:ObjectStreamField
63 * @param name the name of the serializable field
66 public ObjectStreamField(String name, Class<?> type) { argument
67 this(name, type, false);
72 * given name and type. If unshared is false, values of the represented
80 * @param name field name
87 public ObjectStreamField(String name, Clas argument
102 ObjectStreamField(String name, String signature, boolean unshared) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DFileOwnerAttributeView.java43 * identified by the name {@code "owner"}, and the value of the attribute is
53 * Returns the name of the attribute view. Attribute views of this type
54 * have the name {@code "owner"}.
57 String name(); method in interface:FileOwnerAttributeView
H A DUserPrincipalLookupService.java31 * An object to lookup user and group principals by name. A {@link UserPrincipal}
35 * name or group name (which are typically user or account names). Whether names
62 * Lookup a user principal by name.
64 * @param name
77 public abstract UserPrincipal lookupPrincipalByName(String name) argument
81 * Lookup a group principal by group name.
/openjdk7/jdk/src/share/classes/javax/management/
H A DClassAttributeValueExp.java33 * This class represents the name of the Java implementation class of
74 * @serial The name of the attribute
92 * Applies the ClassAttributeValueExp on an MBean. Returns the name of
95 * @param name The name of the MBean on which the ClassAttributeValueExp will be applied.
102 public ValueExp apply(ObjectName name) argument
105 // getAttribute(name);
106 Object result = getValue(name);
122 protected Object getValue(ObjectName name) { argument
126 return server.getObjectInstance(name)
[all...]
H A DMBeanRegistration.java33 * to get a reference to the MBean Server and/or its name within that
43 * being registered in the MBean Server. If the name of the MBean
44 * is not specified, the MBean can provide a name for its
50 * @param name The object name of the MBean. This name is null if
51 * the name parameter to one of the <code>createMBean</code> or
56 * @return The name under which the MBean is to be registered.
57 * This value must not be null. If the <code>name</code>
66 ObjectName name) throw
65 preRegister(MBeanServer server, ObjectName name) argument
[all...]
H A DMBeanServerPermission.java39 The <em>name</em> of the permission specifies the operation requested
50 <dd>Find an MBeanServer with a given name, or all MBeanServers in this
60 The <em>name</em> of the permission can also denote a list of one or more
62 end of the <em>name</em> and before and after commas.
112 /** <p>Create a new MBeanServerPermission with the given name.</p>
114 <code>MBeanServerPermission(name,null)</code>.</p>
115 @param name the name of the granted permission. It must
118 @exception NullPointerException if the name is null.
119 @exception IllegalArgumentException if the name i
123 MBeanServerPermission(String name) argument
143 MBeanServerPermission(String name, String actions) argument
214 parseMask(String name) argument
241 nameIndex(String name) argument
[all...]
H A DQueryExp.java52 * @param name The name of the MBean on which the QueryExp will be applied.
61 public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, argument
H A DValueExp.java67 AttributeValueExp<Number> numberAttr(String name);
68 AttributeValueExp<String> stringAttr(String name);
69 AttributeValueExp<Boolean> booleanAttr(String name);
79 * @param name The name of the MBean on which the ValueExp will be applied.
88 public ValueExp apply(ObjectName name) argument
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileError.cpp44 void ClassFileParser::classfile_parse_error(const char* msg, const char *name, TRAPS) { argument
47 msg, name, _class_name->as_C_string());
50 void ClassFileParser::classfile_parse_error(const char* msg, int index, const char *name, TRAPS) { argument
53 msg, index, name, _class_name->as_C_string());
/openjdk7/hotspot/src/share/vm/memory/
H A Dclassify.cpp146 const char *name; local
147 if (k->name() == NULL) {
150 name = "_klassKlassObj";
152 name = "_arrayKlassKlassObj";
154 name = "_objArrayKlassKlassObj";
156 name = "_typeArrayKlassKlassObj";
158 name = "_instanceKlassKlassObj";
160 name = "_methodKlassObj";
162 name = "_constMethodKlassObj";
164 name
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DThreadGroupReference.java43 * Returns the name of this thread group.
45 * @return the string containing the thread group name.
47 String name(); method in interface:ThreadGroupReference
H A DTypeComponent.java34 * Type components of the same name declared in different classes
50 * Gets the name of this type component.
52 * Note: for fields, this is the field name; for methods,
53 * this is the method name; for constructors, this is &lt;init&gt;;
56 * @return a string containing the name.
58 String name(); method in interface:TypeComponent
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftProcess.java36 public double[] get(int instance, String name); argument
/openjdk7/jdk/src/share/classes/java/applet/
H A DAppletStub.java84 * &lt;param name=Color value="blue"&gt;
91 * @param name a parameter name.
95 String getParameter(String name); argument

Completed in 712 milliseconds

<<21222324252627282930>>