Searched defs:result (Results 76 - 100 of 994) sorted by relevance

1234567891011>>

/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1AllocRegion.inline.hpp85 HeapWord* result = par_allocate(alloc_region, min_word_size, desired_word_size, actual_word_size, bot_updates); local
106 HeapWord* result = attempt_allocation(min_word_size, desired_word_size, actual_word_size, bot_updates); local
128 HeapWord* result = new_alloc_region_and_allocate(word_size, true /* force */); local
[all...]
H A Dg1YoungGenSizer.cpp116 uint result = _max_desired_young_length; local
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DblockOffsetTable.inline.hpp52 size_t result = delta >> BOTConstants::LogN; local
H A Dworkgroup.cpp84 AbstractGangWorker* result = NULL; local
H A DageTable.cpp79 uint result; local
/openjdk10/hotspot/test/compiler/codegen/
H A DTest6378821.java51 static void check(int i, int expected, int result) { argument
57 static void check(long l, int expected, int result) { argument
/openjdk10/hotspot/src/share/vm/memory/
H A Dpadded.inline.hpp69 T** result = (T**)align_up(chunk, alignment); local
/openjdk10/hotspot/test/gc/g1/
H A DTestRemsetLoggingTools.java97 public static void expectPerRegionRSetSummaries(String result, int expectedCumulative, int expectedPeriodic) throws Exception { argument
113 public static void expectRSetSummaries(String result, int expectedCumulative, int expectedPeriodic) throws Exception { argument
[all...]
/openjdk10/hotspot/test/compiler/types/correctness/scenarios/
H A DClassIdentity.java72 public void check(Integer result, T orig) { argument
H A DClassInstanceOf.java67 public void check(Integer result, T orig) { argument
H A DCheckCast.java70 public void check(Integer result, T orig) { argument
H A DReceiverAtInvokes.java71 public void check(Integer result, T orig) { argument
H A DClassIsInstance.java70 public void check(Integer result, T orig) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHelper.java39 public void validate(Source source, Result result) argument
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/validation/
H A DValidatorTest.java172 private void validate(final String xsdFile, final Source src, final Result result) throws Exception { argument
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/transform/sax/
H A DTransformerHandler.java54 public void setResult(Result result) throws IllegalArgumentException; argument
/openjdk10/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/
H A DXPathEvaluator.java155 evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) argument
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider1/xp1/
H A DXMLOutputFactoryImpl.java54 public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException { argument
59 public XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException { argument
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/util/
H A DSAXUtil.java62 public void checkResult(Result result, String inputVersion) throws Exception { argument
67 public void checkResult(Result result, String inputVersion, String encoding) throws Exception { argument
H A DDOMUtil.java66 public void checkResult(Result result, String version) { argument
H A DStreamUtil.java75 public void checkResult(Result result, String inputVersion) throws Exception { argument
88 public void checkResult(Result result, String version, String encoding) throws Exception { argument
H A DTransformerUtil.java45 public abstract void checkResult(Result result, String version) throws Exception; argument
47 public void checkResult(Result result, String version, String encoding) throws Exception { argument
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/xwp/
H A DXMLOutputFactoryWrapper.java55 public XMLStreamWriter createXMLStreamWriter(Result result) throws XMLStreamException { argument
60 public XMLEventWriter createXMLEventWriter(Result result) throws XMLStreamException { argument
/openjdk10/jdk/src/java.base/windows/native/libnio/
H A DMappedByteBuffer.c58 BOOL result; local
/openjdk10/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUtility.java249 escapeUnprintable(T result, int c) argument
[all...]

Completed in 213 milliseconds

1234567891011>>