Searched refs:success (Results 76 - 100 of 3468) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnoderemovechild01.js89 var success;
101 success = false;
106 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
108 assertTrue("NOT_FOUND_ERR_noderemovechild01",success);
H A Ddocumentrenamenode28.js86 var success;
112 success = false;
117 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
119 assertTrue("documentrenamenode28_ENTITY_NOT_SUPPORTED_ERR",success);
123 success = false;
128 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
130 assertTrue("documentrenamenode28_NOTATION_NOT_SUPPORTED_ERR",success);
H A Ddomconfigschematype1.js78 var success;
126 success = false;
131 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
133 assertTrue("throw_NOT_SUPPORTED_ERR_dtd",success);
151 success = false;
156 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
158 assertTrue("throw_NOT_SUPPORTED_ERR_schema",success);
H A Dnoderemovechild02.js86 var success;
113 success = false;
118 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
120 assertTrue("throw_NOT_FOUND_ERR_1",success);
124 success = false;
129 success = (typeof(ex.code) != 'undefined' && ex.code == 8);
131 assertTrue("throw_NOT_FOUND_ERR_2",success);
H A Dnodereplacechild21.js98 var success;
133 success = false;
138 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
140 assertTrue("NO_MODIFICATION_ALLOWED_ERR1_nodereplacechild21",success);
144 success = false;
149 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
151 assertTrue("NO_MODIFICATION_ALLOWED_ERR2_nodereplacechild21",success);
H A Dnodereplacechild25.js87 var success;
115 success = false;
120 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
122 assertTrue("throw_HIERARCHY_REQUEST_ERR_1",success);
126 success = false;
131 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
133 assertTrue("throw_HIERARCHY_REQUEST_ERR_2",success);
/external/icu4c/layout/
H A DHanLayoutEngine.cpp42 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
43 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
55 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
57 if (LE_FAILURE(success)) {
62 success = LE_ILLEGAL_ARGUMENT_ERROR;
66 glyphStorage.allocateGlyphArray(count, FALSE, success);
67 glyphStorage.allocateAuxData(success);
69 if (LE_FAILURE(success)) {
78 glyphStorage.setAuxData(i, features, success);
41 HanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) argument
54 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool , LEUnicode *& , LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
H A Dloengine.h45 * @param success - output parameter set to an error code if the operation fails
56 LEErrorCode *success);
80 * @param success - output parameter set to an error code if the operation fails
102 LEErrorCode *success);
110 * @param success - output parameter set to an error code if the operation fails.
118 LEErrorCode *success);
127 * @param success - set to an error code if the operation fails
134 LEErrorCode *success);
143 * @param success - set to an error code if the operation fails
150 LEErrorCode *success);
[all...]
H A DLayoutEngine.cpp141 LEErrorCode &success)
145 if (LE_FAILURE(success)) {
151 success = LE_MEMORY_ALLOCATION_ERROR;
160 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
162 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
165 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
167 fGlyphStorage->getCharIndices(charIndices, success);
171 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const
173 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
176 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) cons
137 LayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
192 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
299 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
326 positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success) argument
353 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
381 adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) argument
417 adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) argument
464 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
481 layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode &success) argument
511 layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success) argument
517 layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
[all...]
H A DIndicLayoutEngine.cpp28 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
29 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMPreFixups(NULL)
41 IndicOpenTypeLayoutEngine::IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
42 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NULL)
57 LEGlyphStorage &glyphStorage, LEErrorCode &success)
59 if (LE_FAILURE(success)) {
64 success = LE_ILLEGAL_ARGUMENT_ERROR;
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
70 if (LE_FAILURE(success)) {
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success);
27 IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) argument
56 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
87 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DArabicLayoutEngine.cpp37 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
38 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
45 le_int32 typoFlags, LEErrorCode &success)
46 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
67 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
69 if (LE_FAILURE(success)) {
74 success = LE_ILLEGAL_ARGUMENT_ERROR;
81 success = LE_MEMORY_ALLOCATION_ERROR;
85 glyphStorage.allocateGlyphArray(count, rightToLeft, success);
86 glyphStorage.allocateAuxData(success);
36 ArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) argument
44 ArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
66 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
103 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
129 UnicodeArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
144 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
174 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool , LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
199 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DExtensionSubtables.cpp23 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const
25 if (LE_FAILURE(success)) {
35 return lookupProcessor->applySubtable(subtable, elt, glyphIterator, fontInstance, success);
H A DLayoutEngine.h130 * @param success - set to an error code if the operation fails
141 LEErrorCode &success);
168 * @param success - set to an error code if the operation fails
175 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
197 * @param success - set to an error code if the operation fails
203 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
214 * @param success - set to an error code if the operation fails
218 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
236 * @param success - output parameter set to an error code if the operation fails
240 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
[all...]
H A DOpenTypeLayoutEngine.cpp79 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
80 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureMask(minimalFeatures),
122 le_int32 typoFlags, LEErrorCode &success)
123 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureOrder(FALSE),
179 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
181 if (LE_FAILURE(success)) {
186 success = LE_ILLEGAL_ARGUMENT_ERROR;
199 success = LE_MEMORY_ALLOCATION_ERROR;
203 if (LE_FAILURE(success)) {
211 if (LE_FAILURE(success)) {
78 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) argument
121 OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
178 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
227 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
260 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
285 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
299 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
339 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_gtk.cc21 bool* success) {
22 *success = false;
26 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { argument
27 *success = false;
35 bool* success,
37 *success = false;
45 *success = true;
70 bool* success) {
71 *success = false;
76 *success
19 IsWindowMaximized(int handle, bool* is_maximized, bool* success) argument
32 WindowGetViewBounds(int handle, int view_id, bool screen_coordinates, bool* success, gfx::Rect* bounds) argument
68 SetWindowBounds(int handle, const gfx::Rect& bounds, bool* success) argument
[all...]
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_attrappendchild4.js87 var success;
117 success = false;
122 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
124 assertTrue("throw_NOT_SUPPORTED_ERR",success);
133 success = false;
138 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
140 assertTrue("throw_HIERARCHY_REQUEST_ERR",success);
H A Dhc_attrinsertbefore5.js87 var success;
118 success = false;
123 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
125 assertTrue("throw_NOT_SUPPORTED_ERR",success);
134 success = false;
139 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
141 assertTrue("throw_HIERARCHY_REQUEST_ERR",success);
H A Dhc_attrinsertbefore7.js86 var success;
122 success = false;
127 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
129 assertTrue("throw_NOT_SUPPORTED_ERR",success);
141 success = false;
146 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
148 assertTrue("throw_HIERARCHY_REQUEST_ERR",success);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_attrappendchild4.js87 var success;
117 success = false;
122 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
124 assertTrue("throw_NOT_SUPPORTED_ERR",success);
133 success = false;
138 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
140 assertTrue("throw_HIERARCHY_REQUEST_ERR",success);
H A Dhc_attrinsertbefore5.js87 var success;
118 success = false;
123 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
125 assertTrue("throw_NOT_SUPPORTED_ERR",success);
134 success = false;
139 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
141 assertTrue("throw_HIERARCHY_REQUEST_ERR",success);
H A Dhc_attrinsertbefore7.js86 var success;
122 success = false;
127 success = (typeof(ex.code) != 'undefined' && ex.code == 9);
129 assertTrue("throw_NOT_SUPPORTED_ERR",success);
141 success = false;
146 success = (typeof(ex.code) != 'undefined' && ex.code == 3);
148 assertTrue("throw_HIERARCHY_REQUEST_ERR",success);
/external/llvm/lib/Object/
H A DError.cpp35 case object_error::success: return "Success";
49 if (ev == object_error::success)
50 return errc::success;
/external/skia/tests/
H A DClipCubicTest.cpp83 bool success; local
89 success = clipper.clipCubic(crv, clipped);
90 REPORTER_ASSERT(reporter, success == true);
97 success = clipper.clipCubic(crv, clipped);
98 REPORTER_ASSERT(reporter, success == true);
105 success = clipper.clipCubic(crv, clipped);
106 REPORTER_ASSERT(reporter, success == true);
113 success = clipper.clipCubic(crv, clipped);
114 REPORTER_ASSERT(reporter, success == false);
119 success
[all...]
/external/chromium/chrome/browser/extensions/
H A Dfile_reader.cc29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data); local
31 this, &FileReader::RunCallback, success, data));
34 void FileReader::RunCallback(bool success, const std::string& data) { argument
35 callback_->Run(success, data);
/external/valgrind/main/memcheck/tests/
H A Dmetadata.stdout.exp1 result of GET is 1 (1 for success)
12 result of SET is 1 (1 for success)

Completed in 904 milliseconds

1234567891011>>