Searched refs:core (Results 1 - 25 of 1245) sorted by relevance

1234567891011>>

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/gen/
H A Dpackage-info.java27 package org.graalvm.compiler.core.gen;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A Dpackage-info.java26 * {@link org.graalvm.compiler.core.GraalCompiler}.
28 package org.graalvm.compiler.core;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DXmlElementDeclQuick.java41 private final XmlElementDecl core; field in class:XmlElementDeclQuick
43 public XmlElementDeclQuick(Locatable upstream, XmlElementDecl core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlElementDeclQuick(upstream, ((XmlElementDecl) core));
61 return core.name();
65 return core.scope();
69 return core
[all...]
H A DXmlElementQuick.java41 private final XmlElement core; field in class:XmlElementQuick
43 public XmlElementQuick(Locatable upstream, XmlElement core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlElementQuick(upstream, ((XmlElement) core));
61 return core.name();
65 return core.type();
69 return core
[all...]
H A DXmlRootElementQuick.java41 private final XmlRootElement core; field in class:XmlRootElementQuick
43 public XmlRootElementQuick(Locatable upstream, XmlRootElement core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlRootElementQuick(upstream, ((XmlRootElement) core));
61 return core.name();
65 return core.namespace();
H A DXmlSchemaQuick.java43 private final XmlSchema core; field in class:XmlSchemaQuick
45 public XmlSchemaQuick(Locatable upstream, XmlSchema core) { argument
47 this.core = core;
51 return core;
54 protected Quick newInstance(Locatable upstream, Annotation core) { argument
55 return new XmlSchemaQuick(upstream, ((XmlSchema) core));
63 return core.location();
67 return core.namespace();
71 return core
[all...]
H A DXmlTypeQuick.java41 private final XmlType core; field in class:XmlTypeQuick
43 public XmlTypeQuick(Locatable upstream, XmlType core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlTypeQuick(upstream, ((XmlType) core));
61 return core.name();
65 return core.namespace();
69 return core
[all...]
H A DXmlElementRefsQuick.java42 private final XmlElementRefs core; field in class:XmlElementRefsQuick
44 public XmlElementRefsQuick(Locatable upstream, XmlElementRefs core) { argument
46 this.core = core;
50 return core;
53 protected Quick newInstance(Locatable upstream, Annotation core) { argument
54 return new XmlElementRefsQuick(upstream, ((XmlElementRefs) core));
62 return core.value();
H A DXmlEnumQuick.java41 private final XmlEnum core; field in class:XmlEnumQuick
43 public XmlEnumQuick(Locatable upstream, XmlEnum core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlEnumQuick(upstream, ((XmlEnum) core));
61 return core.value();
H A DXmlElementRefQuick.java41 private final XmlElementRef core; field in class:XmlElementRefQuick
43 public XmlElementRefQuick(Locatable upstream, XmlElementRef core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlElementRefQuick(upstream, ((XmlElementRef) core));
61 return core.name();
65 return core.type();
69 return core
[all...]
H A DXmlTransientQuick.java41 private final XmlTransient core; field in class:XmlTransientQuick
43 public XmlTransientQuick(Locatable upstream, XmlTransient core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlTransientQuick(upstream, ((XmlTransient) core));
H A DXmlValueQuick.java41 private final XmlValue core; field in class:XmlValueQuick
43 public XmlValueQuick(Locatable upstream, XmlValue core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlValueQuick(upstream, ((XmlValue) core));
H A DXmlAttributeQuick.java41 private final XmlAttribute core; field in class:XmlAttributeQuick
43 public XmlAttributeQuick(Locatable upstream, XmlAttribute core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlAttributeQuick(upstream, ((XmlAttribute) core));
61 return core.name();
65 return core.namespace();
69 return core
[all...]
H A DXmlSchemaTypeQuick.java41 private final XmlSchemaType core; field in class:XmlSchemaTypeQuick
43 public XmlSchemaTypeQuick(Locatable upstream, XmlSchemaType core) { argument
45 this.core = core;
49 return core;
52 protected Quick newInstance(Locatable upstream, Annotation core) { argument
53 return new XmlSchemaTypeQuick(upstream, ((XmlSchemaType) core));
61 return core.name();
65 return core.type();
69 return core
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DDowngradingErrorHandler.java38 private final ErrorHandler core; field in class:DowngradingErrorHandler
40 public DowngradingErrorHandler(ErrorHandler core) { argument
41 this.core = core;
45 core.warning(exception);
49 core.warning(exception);
53 core.warning(exception);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/util/
H A DErrorReceiverFilter.java49 private ErrorListener core; field in class:ErrorReceiverFilter
51 core = handler;
58 if(core!=null) core.info(exception);
62 if(core!=null) core.warning(exception);
67 if(core!=null) core.error(exception);
72 if(core!=null) core
[all...]
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiverFilter.java47 private ErrorListener core; field in class:ErrorReceiverFilter
49 core = handler;
64 if(core!=null) core.info(exception);
72 if(core!=null) core.warning(exception);
77 if(core!=null) core.error(exception);
82 if(core!=null) core
[all...]
/openjdk10/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DAESParameters.java46 private BlockCipherParamsCore core; field in class:AESParameters
49 core = new BlockCipherParamsCore(AESConstants.AES_BLOCK_SIZE);
54 core.init(paramSpec);
59 core.init(encoded);
64 core.init(encoded, decodingMethod);
71 return core.getParameterSpec(paramSpec);
79 return core.getEncoded();
84 return core.getEncoded();
88 return core.toString();
H A DBlowfishParameters.java47 private BlockCipherParamsCore core; field in class:BlowfishParameters
50 core = new BlockCipherParamsCore
55 core.init(paramSpec);
60 core.init(encoded);
65 core.init(encoded, decodingMethod);
72 return core.getParameterSpec(paramSpec);
80 return core.getEncoded();
85 return core.getEncoded();
89 return core.toString();
H A DDESedeParameters.java46 private BlockCipherParamsCore core; field in class:DESedeParameters
49 core = new BlockCipherParamsCore(DESConstants.DES_BLOCK_SIZE);
54 core.init(paramSpec);
59 core.init(encoded);
64 core.init(encoded, decodingMethod);
71 return core.getParameterSpec(paramSpec);
79 return core.getEncoded();
84 return core.getEncoded();
88 return core.toString();
H A DDESParameters.java47 private BlockCipherParamsCore core; field in class:DESParameters
50 core = new BlockCipherParamsCore(DESConstants.DES_BLOCK_SIZE);
55 core.init(paramSpec);
60 core.init(encoded);
65 core.init(encoded, decodingMethod);
72 return core.getParameterSpec(paramSpec);
80 return core.getEncoded();
85 return core.getEncoded();
89 return core.toString();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/match/
H A DMatchGenerator.java23 package org.graalvm.compiler.core.match;
25 import org.graalvm.compiler.core.gen.NodeMatchRules;
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DClassNameAllocatorWrapper.java37 private final ClassNameAllocator core; field in class:ClassNameAllocatorWrapper
39 ClassNameAllocatorWrapper(ClassNameAllocator core) { argument
40 if(core==null)
41 core = new ClassNameAllocator() {
46 this.core = core;
50 return core.assignClassName(packageName,className);
54 return core.assignClassName(pkg.name(),className);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/
H A DSuppressFBWarnings.java23 package org.graalvm.compiler.core.common;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DFloatConvertCategory.java23 package org.graalvm.compiler.core.common.calc;

Completed in 144 milliseconds

1234567891011>>