Searched refs:type (Results 226 - 250 of 2756) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java48 protected String vtblSymbolForType(Type type) { argument
49 return vt + type.getName().length() + type;
H A DLinuxVtblAccess.java48 protected String vtblSymbolForType(Type type) { argument
49 return vt + type.getName().length() + type;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicDebugEvent.java31 private DebugEvent.Type type; field in class:BasicDebugEvent
38 public BasicDebugEvent(DebugEvent.Type type, ThreadProxy thread) { argument
39 this.type = type;
43 public DebugEvent.Type getType() { return type; }
51 public void setType(DebugEvent.Type type) { this.type = type; } argument
95 private static BasicDebugEvent newAddressEvent(DebugEvent.Type type, ThreadProxy thread, Address addr) { argument
96 BasicDebugEvent ev = new BasicDebugEvent(type, threa
101 newPCEvent(DebugEvent.Type type, ThreadProxy thread, Address pc) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DJVMState.java45 Type type = db.lookupType("JVMState");
46 mapField = type.getAddressField("_map");
47 methodField = type.getAddressField("_method");
48 bciField = new CIntField(type.getCIntegerField("_bci"), 0);
49 spField = new CIntField(type.getCIntegerField("_sp"), 0);
50 endoffField = new CIntField(type.getCIntegerField("_endoff"), 0);
52 scloffField = new CIntField(type.getCIntegerField("_scloff"), 0);
55 monoffField = new CIntField(type.getCIntegerField("_monoff"), 0);
56 stkoffField = new CIntField(type.getCIntegerField("_stkoff"), 0);
57 locoffField = new CIntField(type
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicJBooleanField.java36 public BasicJBooleanField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJBooleanType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
H A DBasicJByteField.java36 public BasicJByteField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJByteType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
H A DBasicJCharField.java36 public BasicJCharField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJCharType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
H A DBasicJDoubleField.java36 public BasicJDoubleField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJDoubleType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
H A DBasicJFloatField.java36 public BasicJFloatField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJFloatType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
H A DBasicJIntField.java36 public BasicJIntField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJIntType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
H A DBasicJLongField.java36 public BasicJLongField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJLongType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
H A DBasicJShortField.java36 public BasicJShortField(BasicTypeDataBase db, Type containingType, String name, Type type, argument
38 super(db, containingType, name, type, isStatic, offset, staticFieldAddress);
40 if (!type.equals(db.getJShortType())) {
45 /** The field must be nonstatic and the type of the field must be a
51 /** The field must be static and the type of the field must be a
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFileFormat.java38 * an audio file, including the file type, the file's length in bytes,
48 * the key is of type <code>String</code>, the associated property
62 * <th>Value type</th>
111 * File type.
113 private Type type; field in class:AudioFileFormat
140 * @param type the type of the audio file
147 protected AudioFileFormat(Type type, int byteLength, AudioFormat format, int frameLength) { argument
149 this.type = type;
165 AudioFileFormat(Type type, AudioFormat format, int frameLength) argument
187 AudioFileFormat(Type type, AudioFormat format, int frameLength, Map<String, Object> properties) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DContentModel.java47 public int type; field in class:ContentModel
70 * Create a content model of a particular type.
72 public ContentModel(int type, ContentModel content) { argument
73 this(type, content, null);
77 * Create a content model of a particular type.
79 public ContentModel(int type, Object content, ContentModel next) { argument
80 this.type = type;
90 switch (type) {
123 switch (type) {
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileStore.java67 * Returns the <em>type</em> of this file store. The format of the string
72 * @return a string representing the type of this file store
74 public abstract String type(); method in class:FileStore
141 * @param type
142 * the file attribute view type
147 public abstract boolean supportsFileAttributeView(Class<? extends FileAttributeView> type); argument
169 * Returns a {@code FileStoreAttributeView} of the given type.
172 * view defines type-safe methods to read or update the file store attributes.
173 * The {@code type} parameter is the type o
183 getFileStoreAttributeView(Class<V> type) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DvmPSOperations.hpp40 virtual VMOp_Type type() const { function in class:VM_ParallelGCFailedAllocation
57 virtual VMOp_Type type() const { function in class:VM_ParallelGCFailedPermanentAllocation
68 virtual VMOp_Type type() const { return VMOp_ParallelGCSystemGC; } function in class:VM_ParallelGCSystemGC
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DNewElementHandler.java49 * <dd>the type of object for instantiation
62 private Class<?> type; field in class:NewElementHandler
69 * <dd>the type of object for instantiation
80 this.type = getOwner().findClass(value);
109 return (this.type != null)
110 ? this.type
123 this.value = getValueObject(this.type, this.arguments.toArray());
142 * @param type the base class
147 ValueObject getValueObject(Class<?> type, Object[] args) throws Exception { argument
148 if (type
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJMethod.java49 * Return type for this method
51 private JType type = null; field in class:JMethod
94 return type == null;
109 * @param type
110 * Return type for the method
115 JMethod(JDefinedClass outer, int mods, JType type, String name) { argument
117 this.type = type;
133 this.type = null;
173 * @param type
181 param(int mods, JType type, String name) argument
187 param(JType type, String name) argument
191 param(int mods, Class<?> type, String name) argument
195 param(Class<?> type, String name) argument
202 varParam(Class<?> type, String name) argument
223 varParam(JType type, String name) argument
298 public JType type() { method in class:JMethod
305 public void type(JType t) { method in class:JMethod
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDescriptor.java122 String type;
138 type = "byte";
142 type = "char";
146 type = "double";
150 type = "float";
154 type = "int";
158 type = "long";
165 type = desc.substring(p, sep).replace('/', '.');
170 type = "short";
174 type
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/
H A DLinkFactory.java52 if (linkInfo.type != null) {
53 Type type = linkInfo.type;
55 if (type.isPrimitive()) {
57 linkInfo.displayLength += type.typeName().length();
58 linkOutput.append(type.typeName());
59 } else if (type.asWildcardType() != null) {
60 //Wildcard type.
64 WildcardType wildcardType = type.asWildcardType();
79 } else if (type
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DParameterizedTypeImpl.java47 ParameterizedTypeImpl(DocEnv env, Type type) { argument
48 super(env, type);
52 * Return the generic class or interface that declared this type.
56 return env.getClassDoc((ClassSymbol)type.tsym);
60 * Return the actual type arguments of this type.
63 return TypeMaker.getTypes(env, type.getTypeArguments());
67 * Return the class type that is a direct supertype of this one.
68 * Return null if this is an interface type.
74 Type sup = env.types.supertype(type);
[all...]
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationType.java35 * Represents an annotation type at run time. Used to type-check annotations
43 * Member name -> type mapping. Note that primitive types
63 * The retention policy for this annotation type.
68 * Whether this annotation type is inherited.
73 * Returns an AnnotationType instance for the specified annotation type.
76 * does not represent a valid annotation type
92 * @param annotationClass the class object for the annotation type
94 * does not represent a valid annotation type
98 throw new IllegalArgumentException("Not an annotation type");
143 invocationHandlerReturnType(Class<?> type) argument
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Dclassify.cpp49 object_type type = unknown_type; local
63 type = instanceRef_type;
65 type = instance_type;
68 type = typeArray_type;
70 type = objArray_type;
74 type = instanceKlass_type;
76 type = klass_type;
79 type = method_type;
81 type = constMethod_type;
85 type
141 int type = classify_object(obj, false); local
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DAttribute.java33 import javax.lang.model.type.DeclaredType;
48 /** The type of the annotation element. */
49 public Type type; field in class:Attribute
51 public Attribute(Type type) { argument
52 this.type = type;
66 /** The value for an annotation element of primitive type or String. */
70 public Constant(Type type, Object value) { argument
71 super(type);
75 return Constants.format(value, type);
106 public final Type type; field in class:Attribute.Class
108 Class(Types types, Type type) argument
112 makeClassType(Types types, Type type) argument
141 Compound(Type type, List<Pair<MethodSymbol,Attribute>> values) argument
211 Array(Type type, Attribute[] values) argument
241 Enum(Type type, VarSymbol value) argument
258 Error(Type type) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java93 static ChildOp createLook(int type, Op next, Op branch) { argument
95 ChildOp op = new ChildOp(type);
129 int type; field in class:Op
132 protected Op(int type) { argument
133 this.type = type;
140 throw new RuntimeException("Internal Error: type="+this.type);
143 throw new RuntimeException("Internal Error: type="+this.type);
162 CharOp(int type, int data) argument
174 UnionOp(int type, int size) argument
192 ChildOp(int type) argument
206 ModifierOp(int type, int v1, int v2) argument
221 RangeOp(int type, Token tok) argument
232 StringOp(int type, String literal) argument
246 ConditionOp(int type, int refno, Op conditionflow, Op yesflow, Op noflow) argument
[all...]

Completed in 84 milliseconds

1234567891011>>