Searched refs:success (Results 126 - 150 of 266) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DCanonShaping.cpp62 LEErrorCode success = LE_NO_ERROR; local
64 LEReferenceTo<ClassDefinitionTable> classTable = gdefTable->getMarkAttachClassDefinitionTable(gdefTable, success);
70 combiningClasses[i] = classTable->getGlyphClass(classTable, (LEGlyphID) inChars[i], success);
99 glyphStorage.setCharIndex(out, index, success);
H A DCursiveAttachmentSubtables.h60 le_uint32 process(const LEReferenceTo<CursiveAttachmentSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
H A DGDEFMarkFilter.h55 GDEFMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success);
H A DMarkToBasePosnSubtables.h51 le_int32 process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
H A DMarkToMarkPosnSubtables.cpp54 le_int32 MarkToMarkPositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const
57 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success);
59 if (LE_FAILURE(success)) {
81 le_int32 mark2Coverage = getBaseCoverage(base, (LEGlyphID) mark2Glyph, success);
H A DMarkToMarkPosnSubtables.h51 le_int32 process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
H A DMultipleSubstSubtables.h60 le_uint32 process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
H A DLEInsertionList.cpp79 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) argument
81 if (LE_FAILURE(success)) {
87 success = LE_MEMORY_ALLOCATION_ERROR;
H A DLigatureSubstSubtables.cpp43 le_uint32 LigatureSubstitutionSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const argument
46 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
48 if (LE_FAILURE(success)) {
H A DThaiShaping.cpp173 LEErrorCode success = LE_NO_ERROR; local
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
182 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
187 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
192 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
197 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
202 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
214 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
219 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
225 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
[all...]
H A DArabicShaping.cpp61 LEErrorCode success = LE_NO_ERROR; local
64 le_int32 joiningType = joiningTypes->getGlyphClass(joiningTypes, c, success);
66 if (joiningType >= 0 && joiningType < ArabicShaping::JT_COUNT && LE_SUCCESS(success)) {
141 LEErrorCode success = LE_NO_ERROR; local
142 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success);
147 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
169 LEErrorCode success = LE_NO_ERROR; local
205 glyphStorage.setAuxData(out, NO_FEATURES, success);
207 glyphStorage.setAuxData(out, ISOL_FEATURES, success);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A Dawt_Desktop.c112 gboolean success; local
121 success = (*gnome_url_show)(url_c, NULL);
124 return success ? JNI_TRUE : JNI_FALSE;
/openjdk7/langtools/test/tools/javac/ClassPathTest/
H A DClassPathTest.sh85 if test "$1" = "success" -a "$2" = 0; then
89 elif test "$1" = "success" -a "$2" != 0; then
111 testJavac success ClassPathTest3.java
118 testJavac success ClassPathTest2.java
124 testJavac success -classpath foo ClassPathTest1.java
/openjdk7/jdk/test/java/rmi/transport/handshakeFailure/
H A DHandshakeFailure.java79 if (connector.success) {
114 boolean success = false; field in class:HandshakeFailure.Connector
125 success = true;
/openjdk7/jdk/test/java/rmi/transport/handshakeTimeout/
H A DHandshakeTimeout.java77 if (connector.success) {
112 boolean success = false; field in class:HandshakeTimeout.Connector
123 success = true;
/openjdk7/langtools/test/tools/javac/api/guide/
H A DTest.java41 public boolean success = false; field in class:Test
53 success = true;
64 if (!success)
/openjdk7/langtools/test/tools/javac/processing/model/util/
H A DTypesBadArg.java41 boolean success = true; field in class:TypesBadArg
93 if (! success)
102 success = false;
/openjdk7/hotspot/src/os/posix/vm/
H A Dos_posix.cpp39 bool success; local
45 success = true;
50 success = true;
54 success = false;
58 success = true;
62 VMError::report_coredump_status(buffer, success);
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_png.c53 int success = 0; local
168 success = 1;
174 return success;
181 int success = 0; local
187 success = SplashDecodePng(splash, my_png_read_stream, stream);
190 return success;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/
H A DCondVar.java286 boolean success = false;
299 success = System.currentTimeMillis() - start <= msecs;
325 return success;
/openjdk7/jdk/test/java/awt/dnd/DnDFileGroupDescriptor/
H A DDnDTarget.java87 boolean success = false;
104 success = true;
106 dtde.dropComplete(success);
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDTarget.java77 boolean success = false;
92 success = true;
107 dtde.dropComplete(success);
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDTarget.java77 boolean success = false;
92 success = true;
107 dtde.dropComplete(success);
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDTarget.java77 boolean success = false;
92 success = true;
107 dtde.dropComplete(success);
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteCall.java98 * relating to the success of the call). Should only succeed
101 * @param success If true, indicates normal return, else indicates
110 ObjectOutput getResultStream(boolean success) throws IOException, argument

Completed in 139 milliseconds

1234567891011