Searched refs:kind (Results 26 - 50 of 410) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/javax/tools/
H A DForwardingJavaFileObject.java36 * @param <F> the kind of file object forwarded to by this object
57 public boolean isNameCompatible(String simpleName, Kind kind) { argument
58 return fileObject.isNameCompatible(simpleName, kind);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyBasicImpl.java162 if (any.type().kind().value() != TCKind._tk_boolean)
174 if (any.type().kind().value() != TCKind._tk_octet)
186 if (any.type().kind().value() != TCKind._tk_char)
198 if (any.type().kind().value() != TCKind._tk_short)
210 if (any.type().kind().value() != TCKind._tk_ushort)
222 if (any.type().kind().value() != TCKind._tk_long)
234 if (any.type().kind().value() != TCKind._tk_ulong)
246 if (any.type().kind().value() != TCKind._tk_float)
258 if (any.type().kind().value() != TCKind._tk_double)
270 if (any.type().kind()
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp82 virtual MemoryManager::Name kind() { return MemoryManager::Abstract; } function in class:MemoryManager
107 MemoryManager::Name kind() { return MemoryManager::CodeCache; } function in class:CodeCacheMemoryManager
195 virtual MemoryManager::Name kind() = 0;
206 MemoryManager::Name kind() { return MemoryManager::Copy; } function in class:CopyMemoryManager
215 MemoryManager::Name kind() { return MemoryManager::MarkSweepCompact; } function in class:MSCMemoryManager
225 MemoryManager::Name kind() { return MemoryManager::ParNew; } function in class:ParNewMemoryManager
235 MemoryManager::Name kind() { return MemoryManager::ConcurrentMarkSweep; } function in class:CMSMemoryManager
245 MemoryManager::Name kind() { return MemoryManager::PSScavenge; } function in class:PSScavengeMemoryManager
255 MemoryManager::Name kind() { return MemoryManager::PSMarkSweep; } function in class:PSMarkSweepMemoryManager
264 MemoryManager::Name kind() { retur function in class:G1YoungGenMemoryManager
273 MemoryManager::Name kind() { return MemoryManager::G1OldGen; } function in class:G1OldGenMemoryManager
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DTenuredGeneration.java34 public Generation.Name kind() { method in class:TenuredGeneration
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DWatchEvent.java32 * <p> An event is classified by its {@link #kind() kind} and has a {@link
50 * An event kind, for the purposes of identification.
57 * Returns the name of the event kind.
84 * Returns the event kind.
86 * @return the event kind
88 Kind<T> kind(); method in interface:WatchEvent
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsCollectorPolicy.hpp59 virtual CollectorPolicy::Name kind() { function in class:ASConcurrentMarkSweepPolicy
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DToken.java37 * An integer that describes the kind of this token. This numbering
41 public int kind; field in class:Token
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DToken.java45 * An integer that describes the kind of this token. This numbering
49 public int kind; field in class:Token
H A DExpressionParserTokenManager.java181 private final int jjStopAtPos(int pos, int kind) argument
183 jjmatchedKind = kind;
187 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
189 jjmatchedKind = kind;
967 int kind = 0x7fffffff;
988 if (kind > 67) {
989 kind = 67;
1002 if (kind > 59) {
1003 kind = 59;
1009 if (kind > 5
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterGenerator_zero.hpp37 address generate_math_entry(AbstractInterpreter::MethodKind kind);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DToken.java36 * An integer that describes the kind of this token. This numbering
40 public int kind; field in class:Token
H A DSCDParserTokenManager.java529 private final int jjStopAtPos(int pos, int kind) argument
531 jjmatchedKind = kind;
535 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
537 jjmatchedKind = kind;
1356 int j, kind = 0x7fffffff;
1372 if (kind > 12)
1373 kind = 12;
1379 if (kind > 12)
1380 kind = 12;
1386 if (kind > 1
[all...]
/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DTag.java66 * Return the kind of this tag.
68 * <code>kind()&nbsp;==&nbsp;name()</code>;
70 * than one tag of a given kind:
73 * <tr><th><tt> kind() </th> <th><tt> name() </th></tr>
83 String kind(); method in interface:Tag
105 * {@link SeeTag} of name "@link" and kind "@see".
133 * of kind "Text".
134 * Inline tags are represented as a {@link SeeTag} of kind "@link".
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tag.h47 void tag_new_object(jobject object, ObjectKind kind,
H A Dhprof_io.c205 type_from_signature(const char *sig, HprofType *kind, jint *size) argument
207 *kind = HPROF_NORMAL_OBJECT;
213 *kind = HPROF_NORMAL_OBJECT;
216 *kind = HPROF_BOOLEAN;
219 *kind = HPROF_CHAR;
222 *kind = HPROF_FLOAT;
225 *kind = HPROF_DOUBLE;
228 *kind = HPROF_BYTE;
231 *kind = HPROF_SHORT;
234 *kind
247 type_array(const char *sig, HprofType *kind, jint *elem_size) argument
545 heap_element(HprofType kind, jint size, jvalue value) argument
582 heap_elements(HprofType kind, jint num_elements, jint elem_size, void *elements) argument
846 HprofType kind; local
1600 HprofType kind; local
1604 &kind, &size); local
1616 HprofType kind; local
1620 &kind, &size); local
1632 HprofType kind; local
1638 &kind, &size); local
1666 HprofType kind; local
1670 &kind, &size); local
1683 HprofType kind; local
1686 type_from_signature(string_get(cpool[i].sig_index), &kind, &size); local
1712 HprofType kind; local
1716 &kind, &size); local
1780 HprofType kind; local
1784 &kind, &size); local
1843 HprofType kind; local
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp131 const char* kind = do_vsnprintf(buffer, BUFLEN, format, ap, false, len); local
132 see_tag(kind, push);
134 write(kind, len);
205 // First word in formatted string is element kind, and any subsequent
206 // words must be XML attributes. Outputs "<kind .../>".
222 // First word in formatted string is element kind, and any subsequent
223 // words must be XML attributes. Outputs "<kind ...", not including "/>".
256 // First word in formatted string is element kind, and any subsequent
257 // words must be XML attributes. Outputs "<kind ...>".
272 // First word in formatted string is element kind, an
308 tail(const char* kind) argument
328 done_raw(const char* kind) argument
343 const char* kind = format; local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DTree.java73 static Tree makeGroup(GroupKind kind, List<Tree> children ) { argument
80 // eliminated nesting groups of the same kind.
86 if(g.kind==kind) {
94 return new Group(kind,normalizedChildren.toArray(new Tree[normalizedChildren.size()]));
204 private final GroupKind kind; field in class:Tree.Group
207 private Group(GroupKind kind, Tree... children) { argument
208 this.kind = kind;
219 if(kind
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DInterOperableNamingImpl.java81 &&( ( theNameComponent.kind == null )
82 ||( theNameComponent.kind.length() == 0 ) ) )
89 String kind = addEscape( theNameComponent.kind );
90 return "." + kind;
92 else if( ( theNameComponent.kind == null )
93 ||( theNameComponent.kind.length() == 0 ) )
100 String kind = addEscape( theNameComponent.kind );
101 return (id + "." + kind);
[all...]
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DLotsOfEvents.java105 WatchEvent.Kind<?> kind = event.kind();
106 if (kind == expectedKind) {
107 // expected event kind
110 } else if (kind == OVERFLOW) {
116 throw new RuntimeException("Unexpected event '" + kind + "'");
170 WatchEvent.Kind<?> kind = event.kind();
171 Path file = (kind == OVERFLOW) ? null : (Path)event.context();
172 if (kind
[all...]
/openjdk7/jdk/make/tools/swing-beans/
H A DSwingBeanInfo.template93 * @return an icon of the specified kind for @(BeanClassName)
95 public Image getIcon(int kind) {
97 switch (kind){
111 return super.getIcon(kind);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLPartDescriptorImpl.java41 public WSDLPartDescriptorImpl(XMLStreamReader xsr,QName name, WSDLDescriptorKind kind) { argument
44 this.type = kind;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacMessager.java58 public void printMessage(Diagnostic.Kind kind, CharSequence msg) { argument
59 printMessage(kind, msg, null, null, null);
62 public void printMessage(Diagnostic.Kind kind, CharSequence msg, argument
64 printMessage(kind, msg, e, null, null);
68 * Prints a message of the specified kind at the location of the
71 * @param kind the kind of message
76 public void printMessage(Diagnostic.Kind kind, CharSequence msg, argument
78 printMessage(kind, msg, e, a, null);
82 * Prints a message of the specified kind a
92 printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v) argument
[all...]
/openjdk7/langtools/test/tools/javac/api/
H A DT6437138.java38 public JFO(URI uri, JavaFileObject.Kind kind) { argument
39 super(uri, kind);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcPolicyCounters.hpp73 virtual GCPolicyCounters::Name kind() const { function in class:GCPolicyCounters
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterGenerator_sparc.hpp35 address generate_math_entry(AbstractInterpreter::MethodKind kind);

Completed in 4898 milliseconds

1234567891011>>