Searched defs:success (Results 201 - 225 of 1665) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkImageGenerator.cpp43 bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount); local
45 if (success && ctableCount) {
48 return success;
/external/chromium_org/url/
H A Durl_canon_internal_file.h108 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost( local
125 success &= URLCanonInternal<CHAR, UCHAR>::DoQuery(
127 success &= URLCanonInternal<CHAR, UCHAR>::DoRef(
130 return success;
H A Durl_canon_mailtourl.cc34 bool success = true; local
47 success &= AppendUTF8EscapedChar(source.path, &i, end, output);
62 return success;
/external/clang/test/CodeGenCXX/
H A Dconditional-temporaries.cpp52 bool success() { function
/external/icu/icu4c/source/layout/
H A DCanonShaping.cpp37 LEErrorCode success = LE_NO_ERROR; local
39 LEReferenceTo<ClassDefinitionTable> classTable = gdefTable->getMarkAttachClassDefinitionTable(gdefTable, success);
45 combiningClasses[i] = classTable->getGlyphClass(classTable, (LEGlyphID) inChars[i], success);
74 glyphStorage.setCharIndex(out, index, success);
H A DContextualGlyphSubstProc.cpp21 ContextualGlyphSubstitutionProcessor::ContextualGlyphSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) argument
22 : StateTableProcessor(morphSubtableHeader, success), entryTable(), contextualGlyphSubstitutionHeader(morphSubtableHeader, success)
28 entryTable = LEReferenceToArrayOf<ContextualGlyphSubstitutionStateEntry>(stateTableHeader, success,
31 int16Table = LEReferenceToArrayOf<le_int16>(stateTableHeader, success, (const le_int16*)(&stateTableHeader->stHeader),
46 LEErrorCode success = LE_NO_ERROR; local
47 const ContextualGlyphSubstitutionStateEntry *entry = entryTable.getAlias(index, success);
53 if (markOffset != 0 && LE_SUCCESS(success)) {
55 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew.
62 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whe
[all...]
H A DGXLayoutEngine2.cpp17 GXLayoutEngine2::GXLayoutEngine2(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const LEReferenceTo<MorphTableHeader2> &morphTable, le_int32 typoFlags, LEErrorCode &success) argument
18 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMorphTable(morphTable)
29 le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
31 if (LE_FAILURE(success)) {
36 success = LE_ILLEGAL_ARGUMENT_ERROR;
40 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
42 if (LE_FAILURE(success)) {
46 fMorphTable->process(fMorphTable, glyphStorage, fTypoFlags, success);
52 LEGlyphStorage &/*glyphStorage*/, LEErrorCode &success)
54 if (LE_FAILURE(success)) {
51 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool , LEGlyphStorage & , LEErrorCode &success) argument
[all...]
H A DGlyphPosnLookupProc.cpp41 LEErrorCode& success)
52 success
65 LEErrorCode& success) const
67 if (LE_FAILURE(success)) {
80 LEReferenceTo<SinglePositioningSubtable> subtable(lookupSubtable, success);
82 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
88 LEReferenceTo<PairPositioningSubtable> subtable(lookupSubtable, success);
90 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
96 LEReferenceTo<CursiveAttachmentSubtable> subtable(lookupSubtable, success);
98 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
34 GlyphPositioningLookupProcessor( const LEReferenceTo<GlyphPositioningTableHeader> &glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
[all...]
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)) {
67 const LEReferenceTo<SingleSubstitutionSubtable> subtable(lookupSubtable, success);
69 delta = subtable->process(subtable, glyphIterator, success, fFilter);
75 const LEReferenceTo<MultipleSubstitutionSubtable> subtable(lookupSubtable, success);
77 delta = subtable->process(subtable, glyphIterator, success, fFilter);
83 const LEReferenceTo<AlternateSubstitutionSubtable> subtable(lookupSubtable, success);
85 delta = subtable->process(subtable, glyphIterator, success, fFilte
28 GlyphSubstitutionLookupProcessor( const LEReferenceTo<GlyphSubstitutionTableHeader> &glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
[all...]
H A DKhmerLayoutEngine.cpp21 le_int32 typoFlags, const LEReferenceTo<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 LEReferenceTo<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 DLigatureSubstSubtables.cpp16 le_uint32 LigatureSubstitutionSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const argument
19 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
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 LEReferenceTo<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 LEReferenceTo<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...]
/external/lldb/source/Interpreter/
H A DCommandHistory.cpp49 bool success; local
50 size_t idx = Args::StringToUInt32 (input_str+2, 0, 0, &success);
51 if (!success)
68 bool success; local
69 uint32_t idx = Args::StringToUInt32 (input_str+1, 0, 0, &success);
70 if (!success)
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h25 success = 0, member in class:llvm::instrprof_error
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
H A DOkApacheClientTest.java45 @Test public void success() throws Exception { method in class:OkApacheClientTest
/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/skia/gm/
H A Dbigmatrix.cpp46 bool success = m.invert(&m); local
47 SkASSERT(success);
48 (void) success; // silence compiler :(
/external/skia/tools/
H A DCopyTilesRenderer.cpp46 bool success = true; local
88 success &= SkImageEncoder::EncodeFile(pathWithNumber.c_str(), copy,
95 return success;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser-android.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
116 return data.success;
H A Dbrowser-system.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
111 return data.success;
H A Dbrowser-wpadebug.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
123 return data.success;
/external/wpa_supplicant_8/src/utils/
H A Dbrowser-android.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
116 return data.success;
H A Dbrowser-system.c18 int success; member in struct:browser_data
41 data->success = 1;
44 data->success = atoi(url + 5);
111 return data.success;

Completed in 2306 milliseconds

1234567891011>>