Searched defs:success (Results 1 - 25 of 185) sorted by relevance

12345678

/external/v8/benchmarks/
H A Drun.js38 var success = true; variable
47 success = false;
52 if (success) {
/external/webkit/WebCore/bindings/v8/
H A DScriptScope.cpp49 bool ScriptScope::success() function in class:WebCore::ScriptScope
/external/icu4c/layout/
H A DSubstitutionLookups.cpp32 LEErrorCode& success)
34 if (LE_FAILURE(success)) {
40 for (le_uint16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) {
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
25 applySubstitutionLookups( LookupProcessor *lookupProcessor, SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
H A DGXLayoutEngine.cpp19 GXLayoutEngine::GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success) argument
20 : LayoutEngine(fontInstance, scriptCode, languageCode, 0, success), fMorphTable(morphTable)
31 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
33 if (LE_FAILURE(success)) {
38 success = LE_ILLEGAL_ARGUMENT_ERROR;
42 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success);
44 if (LE_FAILURE(success)) {
55 LEGlyphStorage &/*glyphStorage*/, LEErrorCode &success)
57 if (LE_FAILURE(success)) {
62 success
54 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool , LEGlyphStorage & , LEErrorCode &success) argument
[all...]
H A DGlyphPositioningTables.cpp21 const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success,
24 if (LE_FAILURE(success)) {
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
29 if (LE_FAILURE(success)) {
33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
19 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success, const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const argument
H A DMultipleSubstSubtables.cpp17 le_uint32 MultipleSubstitutionSubtable::process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter) const argument
19 if (LE_FAILURE(success)) {
69 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success);
70 if (LE_FAILURE(success)) {
H A DGlyphPosnLookupProc.cpp41 LEErrorCode& success)
52 success
65 LEErrorCode& success) const
67 if (LE_FAILURE(success)) {
130 delta = subtable->process(this, glyphIterator, fontInstance, success);
138 delta = subtable->process(this, glyphIterator, fontInstance, success);
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
34 GlyphPositioningLookupProcessor( const GlyphPositioningTableHeader *glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DGlyphSubstLookupProc.cpp36 LEErrorCode& success)
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
52 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const
54 if (LE_FAILURE(success)) {
77 delta = subtable->process(glyphIterator, success, fFilter);
101 delta = subtable->process(this, glyphIterator, fontInstance, success);
109 delta = subtable->process(this, glyphIterator, fontInstance, success);
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
28 GlyphSubstitutionLookupProcessor( const GlyphSubstitutionTableHeader *glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DKhmerLayoutEngine.cpp21 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
22 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
29 le_int32 typoFlags, LEErrorCode &success)
30 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
45 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
47 if (LE_FAILURE(success)) {
52 success = LE_ILLEGAL_ARGUMENT_ERROR;
61 success = LE_MEMORY_ALLOCATION_ERROR;
65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
66 glyphStorage.allocateAuxData(success);
20 KhmerOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) argument
28 KhmerOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
44 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 DLEInsertionList.cpp54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) argument
56 if (LE_FAILURE(success)) {
62 success = LE_MEMORY_ALLOCATION_ERROR;
H A DThaiLayoutEngine.cpp22 ThaiLayoutEngine::ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
23 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
61 if (LE_FAILURE(success)) {
66 success = LE_ILLEGAL_ARGUMENT_ERROR;
78 success = LE_MEMORY_ALLOCATION_ERROR;
82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success);
84 if (LE_FAILURE(success)) {
86 success = LE_MEMORY_ALLOCATION_ERROR;
91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
100 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool , LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DTibetanLayoutEngine.cpp27 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success)
28 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success)
35 le_int32 typoFlags, LEErrorCode &success)
36 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success)
51 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
53 if (LE_FAILURE(success)) {
58 success = LE_ILLEGAL_ARGUMENT_ERROR;
67 success = LE_MEMORY_ALLOCATION_ERROR;
71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
72 glyphStorage.allocateAuxData(success);
26 TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) argument
34 TibetanOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
50 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 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 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 DIndicRearrangementProcessor.cpp70 LEErrorCode success = LE_NO_ERROR; local
79 ia = glyphStorage.getCharIndex(firstGlyph, success);
84 ix = glyphStorage.getCharIndex(x, success);
85 glyphStorage.setCharIndex(x - 1, ix, success);
90 glyphStorage.setCharIndex(lastGlyph, ia, success);
95 id = glyphStorage.getCharIndex(lastGlyph, success);
100 ix = glyphStorage.getCharIndex(x, success);
101 glyphStorage.setCharIndex(x + 1, ix, success);
106 glyphStorage.setCharIndex(firstGlyph, id, success);
111 ia = glyphStorage.getCharIndex(firstGlyph, success);
[all...]
/external/skia/tests/
H A DParsePathTest.cpp9 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); local
10 REPORTER_ASSERT(reporter, success);
37 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); local
38 REPORTER_ASSERT(reporter, success);
/external/webkit/WebCore/bindings/js/
H A DJSClipboardCustom.cpp92 bool success; local
93 String result = clipboard->getData(args.at(0).toString(exec), success);
94 if (!success)
/external/webkit/WebCore/platform/graphics/win/
H A DGlyphPageTreeNodeCairoWin.cpp54 bool success = result != GDI_ERROR && static_cast<unsigned>(result) == bufferLength; local
55 if (success) {
/external/webkit/WebKit/android/
H A DRenderSkinAndroid.cpp63 bool success = SkImageDecoder::DecodeMemory(asset->getBuffer(false), asset->getLength(), bitmap); local
64 if (!success) {
69 return success;
/external/webkit/WebKitTools/wx/packaging/
H A Dbuild-win-installer.py96 success = os.system('"%s" wxWebKitInstaller.iss' % innoSetup) variable
97 sys.exit(success)
/external/openssl/crypto/rand/
H A Drand_egd.c142 int success; local
153 success = 0;
154 while (!success)
157 success = 1;
178 success = 1;
/external/webkit/WebCore/platform/graphics/wx/
H A DImageBufferWx.cpp39 ImageBuffer::ImageBuffer(const IntSize&, ImageColorSpace imageColorSpace, bool& success) : argument
43 success = false;
/external/webkit/WebCore/platform/win/
H A DDragDataWin.cpp57 bool success; local
58 return getURL(m_platformDragData, success, title);
100 bool success; local
101 return getPlainText(m_platformDragData, success);
/external/bluetooth/glib/tests/
H A Dbookmarkfile-test.c152 gboolean success; local
161 success = test_load (bookmark_file, filename);
163 if (success)
165 success = test_query (bookmark_file);
166 success = test_modify (bookmark_file);
173 return (success == TRUE ? 0 : 1);
/external/icu4c/i18n/
H A Dcecal.cpp49 CECalendar::CECalendar(const Locale& aLocale, UErrorCode& success) argument
50 : Calendar(TimeZone::createDefault(), aLocale, success)
52 setTimeInMillis(getNow(), success); local

Completed in 287 milliseconds

12345678