Searched refs:type (Results 451 - 475 of 2756) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DLinearAllocBlock.java43 Type type = db.lookupType("LinearAllocBlock");
44 word_sizeField= type.getCIntegerField("_word_size");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCacheEntry.java53 Type type = db.lookupType("ConstantPoolCacheEntry");
54 size = type.getSize();
56 indices = type.getCIntegerField("_indices");
57 f1 = type.getOopField ("_f1");
58 f2 = type.getCIntegerField("_f2");
59 flags = type.getCIntegerField("_flags");
61 type = db.lookupType("constantPoolCacheOopDesc");
62 baseOffset = type.getSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicLock.java43 Type type = db.lookupType("BasicLock");
44 displacedHeaderField = type.getCIntegerField("_displaced_header");
H A DStubRoutines.java45 Type type = db.lookupType("StubRoutines");
46 callStubReturnAddressField = type.getAddressField("_call_stub_return_address");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DIA64JavaCallWrapper.java44 Type type = db.lookupType("JavaCallWrapper");
46 lastJavaIFrameField = type.getAddressField("_last_Java_iframe");
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFormSubmitEvent.java41 * Represents an HTML form method type.
54 * @param type the event type
59 * @param method the form method type
62 FormSubmitEvent(Object source, EventType type, URL targetURL, argument
65 super(source, type, targetURL, sourceElement, targetFrame);
72 * Gets the form method type.
74 * @return the form method type, either
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMutableCallSite.java86 * Creates a blank call site object with the given method type.
87 * The initial target is set to a method handle of the given type
90 * The type of the call site is permanently set to the given type.
96 * @param type the method type that this call site will have
97 * @throws NullPointerException if the proposed type is null
99 public MutableCallSite(MethodType type) { argument
100 super(type);
105 * The type o
[all...]
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimerNotification.java65 * @param type The notification type.
73 public TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id) { argument
75 super(type, source, sequenceNumber, timeStamp, msg);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HRPrinter.hpp69 static const char* region_type_name(RegionType type);
73 // only prints the region's bottom. The parameters type and top are
75 static void print(ActionType action, RegionType type,
97 void alloc(HeapRegion* hr, RegionType type, bool force = false) { argument
99 print((!force) ? Alloc : AllocForce, type, hr, NULL);
103 void alloc(RegionType type, HeapRegion* hr, HeapWord* top) { argument
105 print(Alloc, type, hr, top);
141 void post_compaction(HeapRegion* hr, RegionType type) { argument
143 print(PostCompaction, type, hr, hr->top());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsPopupWindow.java68 void setWindowType(int type) { argument
69 windowType = type;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableEntryNotification.java59 * @param type The notification type.
70 SnmpTableEntryNotification(String type, Object source, argument
74 super(type, source, sequenceNumber, timeStamp);
105 * Notification type denoting that a new entry has been added to the
107 * <BR>The value of this notification type is
114 * Notification type denoting that an entry has been removed from the
116 * <BR>The value of this notification type is
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptedType.java28 * EncryptedType is the abstract type from which <code>EncryptedData</code> and
37 * <element name='EncryptionMethod' type='xenc:EncryptionMethodType'
43 * <attribute name='Id' type='ID' use='optional'/>
44 * <attribute name='Type' type='anyURI' use='optional'/>
45 * <attribute name='MimeType' type='string' use='optional'/>
46 * <attribute name='Encoding' type='anyURI' use='optional'/>
69 * Returns an <code>URI</code> identifying type information about the
79 * @return the identifier for the type of information in plaintext form of
85 * Sets the type.
87 * @param type a
90 setType(String type) argument
117 setMimeType(String type) argument
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DTypeElement.java35 public TypeElement(String name, Type type, final P parent) { argument
36 super(name, type, parent);
/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.hpp65 static address generate_fast_get_int_field0(BasicType type);
66 static address generate_fast_get_float_field0(BasicType type);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJEnumConstant.java51 private final JDefinedClass type; field in class:JEnumConstant
69 JEnumConstant(JDefinedClass type,String name) { argument
71 this.type = type;
94 return this.type.fullName().concat(".").concat(this.name);
104 jdoc = new JDocComment(type.owner());
128 return annotate(type.owner().ref(clazz));
158 f.t(type).p('.').p(name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/annotation/spec/
H A DXmlElementRefWriter.java39 XmlElementRefWriter type(Class value); method in interface:XmlElementRefWriter
41 XmlElementRefWriter type(JType value); method in interface:XmlElementRefWriter
H A DXmlElementWriter.java39 XmlElementWriter type(Class value); method in interface:XmlElementWriter
41 XmlElementWriter type(JType value); method in interface:XmlElementWriter
H A DXmlJavaTypeAdapterWriter.java37 XmlJavaTypeAdapterWriter type(Class value); method in interface:XmlJavaTypeAdapterWriter
39 XmlJavaTypeAdapterWriter type(JType value); method in interface:XmlJavaTypeAdapterWriter
H A DXmlSchemaTypeWriter.java39 XmlSchemaTypeWriter type(Class value); method in interface:XmlSchemaTypeWriter
41 XmlSchemaTypeWriter type(JType value); method in interface:XmlSchemaTypeWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCTypeRef.java50 * In-memory type.
52 * This is the type used when
55 private final CNonElement type; field in class:CTypeRef
60 * XML Schema type name of {@link #type}, if available.
67 public CTypeRef(CNonElement type, XSElementDecl decl) { argument
68 this(type, BGMBuilder.getName(decl),getSimpleTypeName(decl), decl.isNillable(), decl.getDefaultValue() );
84 public CTypeRef(CNonElement type, QName elementName, QName typeName, boolean nillable, XmlString defaultValue) { argument
85 assert type!=null;
88 this.type
[all...]
/openjdk7/jdk/test/java/awt/image/ConvolveOp/
H A DOpCompatibleImageTest.java28 * of same type and this pair {src, dst} can be handled by the
67 public void doTest(int type) { argument
68 System.out.println("Test for type " + describeType(type));
70 BufferedImage src = createTestImage(type);
96 private BufferedImage createTestImage(int type) { argument
97 BufferedImage img = new BufferedImage(100, 100, type);
106 private static String describeType(int type) { argument
107 switch(type) {
123 throw new RuntimeException("Test FAILED: unknown type "
[all...]
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4619792.java67 for (Class type : types) {
68 BeanUtils.getPropertyDescriptor(type, name);
H A DTest6277246.java41 Class type = BASE64Encoder.class;
43 BeanInfo info = Introspector.getBeanInfo(type);
H A DTest6528714.java38 private static void test(Class type, String name, Class expected) { argument
39 PropertyDescriptor pd = BeanUtils.getPropertyDescriptor(type, name);
/openjdk7/jdk/test/java/beans/Performance/
H A DTest7184799.java65 for (Class type : TYPES) {
66 Introspector.getBeanInfo(type);

Completed in 83 milliseconds

<<11121314151617181920>>