Searched defs:success (Results 26 - 50 of 189) sorted by relevance

12345678

/openjdk10/jdk/test/java/net/SetFactoryPermission/
H A DSetFactoryPermission.java42 static boolean success = false; field in class:SetFactoryPermission
/openjdk10/jdk/test/java/nio/channels/Selector/
H A DConnect.java38 static int success = 0; field in class:Connect
/openjdk10/jdk/test/javax/sound/sampled/AudioFormat/
H A DMatches_NOT_SPECIFIED.java40 static boolean success = true; field in class:Matches_NOT_SPECIFIED
/openjdk10/langtools/test/tools/javac/api/guide/
H A DTest.java43 public boolean success = false; field in class:Test
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotCompilationRequestResult.java71 public static HotSpotCompilationRequestResult success(int inlinedBytecodes) { method in class:HotSpotCompilationRequestResult
/openjdk10/hotspot/test/native/logging/
H A DlogTestFixture.cpp55 bool success = LogConfiguration::parse_log_arguments(output, what, decorators, options, &stream); local
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DDragSourceDropEvent.java70 public DragSourceDropEvent(DragSourceContext dsc, int action, boolean success) { argument
97 DragSourceDropEvent(DragSourceContext dsc, int action, boolean success, int x, int y) argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DCanonShaping.cpp62 LEErrorCode success = LE_NO_ERROR; local
H A DGXLayoutEngine2.cpp42 GXLayoutEngine2::GXLayoutEngine2(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const LEReferenceTo<MorphTableHeader2> &morphTable, le_int32 typoFlags, LEErrorCode &success) argument
54 le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
76 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool , LEGlyphStorage & , LEErrorCode &success) argument
[all...]
H A DGXLayoutEngine.cpp44 GXLayoutEngine::GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const LEReferenceTo<MorphTableHeader> &morphTable, LEErrorCode &success) argument
57 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
80 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool , LEGlyphStorage & , LEErrorCode &success) argument
[all...]
H A DGlyphPositioningTables.cpp44 process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader, LEErrorCode &success, const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const argument
H A DLigatureSubstSubtables.cpp43 le_uint32 LigatureSubstitutionSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const argument
[all...]
H A DMultipleSubstSubtables.cpp42 le_uint32 MultipleSubstitutionSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter) const argument
[all...]
H A DScriptAndLanguage.cpp41 LEReferenceTo<LangSysTable> ScriptTable::findLanguage(const LETableReference& base, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const argument
120 findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const argument
[all...]
H A DSegmentArrayProcessor2.cpp49 SegmentArrayProcessor2::SegmentArrayProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) argument
60 void SegmentArrayProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DSegmentArrayProcessor.cpp49 SegmentArrayProcessor::SegmentArrayProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) argument
60 void SegmentArrayProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DSegmentSingleProcessor2.cpp49 SegmentSingleProcessor2::SegmentSingleProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) argument
61 void SegmentSingleProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
H A DSegmentSingleProcessor.cpp49 SegmentSingleProcessor::SegmentSingleProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) argument
60 void SegmentSingleProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
H A DStateTableProcessor2.cpp48 StateTableProcessor2::StateTableProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) argument
73 void StateTableProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DStateTableProcessor.cpp47 StateTableProcessor::StateTableProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) argument
67 void StateTableProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DThaiLayoutEngine.cpp47 ThaiLayoutEngine::ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
84 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
125 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool , LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/xawt/
H A Dawt_Desktop.c65 gboolean success = FALSE; local
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocolListener.java72 void handleDragFinished(boolean success); argument
82 void handleDragFinished(boolean success, int action); argument
96 void handleDragFinished(boolean success, int action, int x, int y); argument
/openjdk10/jdk/src/java.rmi/share/classes/java/rmi/server/
H A DRemoteCall.java110 ObjectOutput getResultStream(boolean success) throws IOException, argument
/openjdk10/jdk/test/javax/swing/InputVerifier/VerifyTarget/
H A DVerifyTargetTest.java39 static boolean success; field in class:VerifyTargetTest

Completed in 600 milliseconds

12345678