Searched refs:kind (Results 176 - 200 of 410) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DSOAPEntityReferenceValidator.java48 public boolean isValid(Kind kind, QName name) { argument
54 if (kind == SchemaKinds.XSD_TYPE) {
56 } else if (kind == SchemaKinds.XSD_ELEMENT) {
58 } else if (kind == SchemaKinds.XSD_ATTRIBUTE) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DAttributePropertyInfoImpl.java99 public final PropertyKind kind() { method in class:AttributePropertyInfoImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DParseException.java146 if (tok.kind == 0) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java319 * Get the amount of spaces for a given indentation kind
322 * @return the amount of spaces used for the specified indentation kind
332 * @param indentationKind kind of indentation to be set
377 * @param kind the format kind to be set
380 public void setFormat(BasicFormatKind kind, String s) { argument
381 availableFormats.put(kind, s);
389 public String getFormat(BasicFormatKind kind) { argument
390 return availableFormats.get(kind);
H A DJCDiagnostic.java204 * Create a new diagnostic of the given kind, which is not mandatory and which has
206 * @param kind The diagnostic kind
214 DiagnosticType kind, DiagnosticSource source, DiagnosticPosition pos, String key, Object... args) {
215 return create(kind, null, EnumSet.noneOf(DiagnosticFlag.class), source, pos, key, args);
219 * Create a new diagnostic of the given kind.
220 * @param kind The diagnostic kind
229 DiagnosticType kind, LintCategory lc, Set<DiagnosticFlag> flags, DiagnosticSource source, DiagnosticPosition pos, String key, Object... args) {
230 return new JCDiagnostic(formatter, kind, l
213 create( DiagnosticType kind, DiagnosticSource source, DiagnosticPosition pos, String key, Object... args) argument
228 create( DiagnosticType kind, LintCategory lc, Set<DiagnosticFlag> flags, DiagnosticSource source, DiagnosticPosition pos, String key, Object... args) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DAnnotationTypeDocImpl.java95 if (e.sym != null && e.sym.kind == Kinds.MTH) {
H A DClassDocImpl.java567 if (e.sym != null && e.sym.kind == VAR) {
593 e.sym.kind == Kinds.MTH && e.sym.name != names.init) {
626 e.sym.kind == Kinds.MTH && e.sym.name == names.init) {
662 if (e.sym != null && e.sym.kind == Kinds.TYP) {
689 if (e.sym != null && e.sym.kind == Kinds.TYP) {
785 if (e.sym.kind == Kinds.TYP) {
793 if (e.sym.kind == Kinds.TYP) {
907 if (e.sym.kind == Kinds.MTH) {
920 e.sym.kind == Kinds.MTH) {
982 if (e.sym.kind
[all...]
/openjdk7/langtools/test/tools/javac/api/evalexpr/
H A DMemoryFileManager.java91 Kind kind,
89 getJavaFileForOutput(Location location, String name, Kind kind, FileObject originatingSource) argument
/openjdk7/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java294 if (tree.kind.kind == BoundKind.UNBOUND)
295 result = tree.kind.toString();
297 result = tree.kind + " " + print(tree.inner);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DServerRequestImpl.java158 TCKind kind = exc.type().kind();
159 if ( kind != TCKind.tk_except )
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DTransientNamingContext.java146 "Name Component: " + n.id + "." + n.kind );
169 &&(n.kind.length() == 0 ) )
337 return n.id + "." + n.kind;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp52 virtual GCPolicyKind kind() const { return _gc_adaptive_size_policy; } function in class:AdaptiveSizePolicy
371 return kind() == _gc_cms_adaptive_size_policy;
374 return kind() == _gc_ps_adaptive_size_policy;
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DExceptionMapper.java120 rest[0].kind != null &&
121 rest[0].kind.equals(lastIn.kind)) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp261 // Here we generate the various kind of entries into the interpreter.
374 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) { argument
379 switch (kind) {
400 fatal(err_msg("unexpected method kind: %d", kind));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_64.cpp203 address InterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind kind) { argument
251 if (kind == Interpreter::java_lang_math_sqrt) {
255 switch (kind) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.cpp71 if (strcmp(kind, "{diagnostic}") == 0 ||
72 strcmp(kind, "{C2 diagnostic}") == 0 ||
73 strcmp(kind, "{ARCH diagnostic}") == 0 ||
74 strcmp(kind, "{Shark diagnostic}") == 0) {
76 } else if (strcmp(kind, "{experimental}") == 0 ||
77 strcmp(kind, "{C2 experimental}") == 0 ||
78 strcmp(kind, "{ARCH experimental}") == 0 ||
79 strcmp(kind, "{Shark experimental}") == 0) {
93 return strcmp(kind, "{manageable}") == 0 ||
94 strcmp(kind, "{produc
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DDeclarationMaker.java118 if (c.kind == Kinds.ERR) {
168 if (s.kind == Kinds.ERR )
171 if (s.kind == Kinds.PCK)
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DInstruction.java39 /** The kind of an instruction, as determined by the position, size and
86 /** The length, in bytes, of this kind of instruction, or -1 is the
97 R visitArrayType(Instruction instr, TypeKind kind, P p); argument
119 /** The kind of primitive array type to create.
233 return opcode.kind.length;
240 return (opcode != null ? opcode.kind : Kind.UNKNOWN);
243 /** Invoke a method on the visitor according to the kind of this
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java137 private String kind; field in class:VM.Flag
140 private Flag(String type, String name, Address addr, String kind, int origin) { argument
144 this.kind = kind;
161 return kind;
816 AddressField kindFld = flagType.getAddressField("kind");
826 String kind = CStringUtilities.getString(kindFld.getValue(flagAddr));
828 commandLineFlags[f] = new Flag(type, name, addr, kind, origin);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.cpp96 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
229 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
283 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
704 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
752 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
829 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
857 assert(bs->kind() == BarrierSet::CardTableModRef, "Wrong barrier set kind");
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DVisibleMemberMap.java91 * Member kind: InnerClasses/Fields/Methods?
93 private final int kind; field in class:VisibleMemberMap
113 * @param kind the kind of member that is being mapped.
116 public VisibleMemberMap(ClassDoc classdoc, int kind, boolean nodepr) { argument
119 this.kind = kind;
331 if (kind == CONSTRUCTORS) {
427 if (cd.isEnum() && kind == CONSTRUCTORS) {
433 switch (kind) {
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DEnter.java321 for (Symbol q = tree.packge; q != null && q.kind == PCK; q = q.owner)
345 if (owner.kind == PCK) {
348 for (Symbol q = packge; q != null && q.kind == PCK; q = q.owner)
362 if (owner.kind == TYP) {
400 if (owner.kind != PCK && (c.flags_field & STATIC) == 0) {
406 while ((owner1.kind & (VAR | MTH)) != 0 &&
410 if (owner1.kind == TYP) {
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java81 static int format(int kind, int size, int slots) { argument
82 assert(((kind >> KIND_SHIFT) << KIND_SHIFT) == kind);
84 assert((kind == SIGNED) ? (size > 0) :
85 (kind == UNSIGNED) ? (size > 0) :
86 (kind == FLOATING) ? (size == 32 || size == 64) :
91 return kind | (size << SIZE_SHIFT) | (slots << SLOT_SHIFT);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java106 * Output frames can contain types of any kind and with a positive or
139 * Mask to get the kind of a frame type.
153 * Mask to get the kind of base types.
168 * Base kind of the base reference types. The BASE_VALUE of such types is an
174 * Base kind of the uninitialized base types. The BASE_VALUE of such types
794 int kind = u & KIND;
795 if (kind == LOCAL) {
797 } else if (kind == STACK) {
966 // if t2 is of kind STACK or LOCAL we cannot know its size!
980 // if t2 is of kind STAC
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java450 public JCWildcard Wildcard(TypeBoundKind kind, JCTree type) { argument
451 JCWildcard tree = new JCWildcard(kind, type);
456 public TypeBoundKind TypeBoundKind(BoundKind kind) { argument
457 TypeBoundKind tree = new TypeBoundKind(kind);
627 tp = Wildcard(TypeBoundKind(a.kind), Type(a.type));
632 JCExpression clazz = outer.tag == CLASS && t.tsym.owner.kind == TYP
821 MethodSymbol mth = (owner.kind == MTH) ? ((MethodSymbol)owner) : null;
869 sym.owner.kind == MTH || sym.owner.kind == VAR) {
871 } else if (sym.kind
[all...]

Completed in 181 milliseconds

1234567891011>>