/external/icu/icu4c/source/layout/ |
D | IndicRearrangementProcessor2.cpp | 22 const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 23 …: StateTableProcessor2(morphSubtableHeader, success), entryTable(stHeader, success, entryTableOffs… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 24 indicRearrangementSubtableHeader(morphSubtableHeader, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 39 … EntryTableIndex2 index, LEErrorCode &success) in processStateEntry() argument 41 const IndicRearrangementStateEntry2 *entry = entryTable.getAlias(index, success); in processStateEntry() 42 if (LE_FAILURE(success)) return 0; // TODO - what to return in bad state? in processStateEntry() 71 LEErrorCode success = LE_NO_ERROR; in doRearrangementAction() local 80 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction() 85 ix = glyphStorage.getCharIndex(x, success); in doRearrangementAction() 86 glyphStorage.setCharIndex(x - 1, ix, success); in doRearrangementAction() [all …]
|
D | IndicRearrangementProcessor.cpp | 21 …ementProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 22 : StateTableProcessor(morphSubtableHeader, success), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 23 indicRearrangementSubtableHeader(morphSubtableHeader, success), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 24 …entryTable(stateTableHeader, success, (const IndicRearrangementStateEntry*)(&stateTableHeader->stH… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 26 …int16Table(stateTableHeader, success, (const le_int16*)entryTable.getAlias(), 0, LE_UNBOUNDED_ARRA… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 43 LEErrorCode success = LE_NO_ERROR; // todo- make a param? in processStateEntry() local 44 const IndicRearrangementStateEntry *entry = entryTable.getAlias(index,success); in processStateEntry() 74 LEErrorCode success = LE_NO_ERROR; in doRearrangementAction() local 83 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction() 88 ix = glyphStorage.getCharIndex(x, success); in doRearrangementAction() [all …]
|
D | LEGlyphStorage.cpp | 65 …hStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) in allocateGlyphArray() argument 67 if (LE_FAILURE(success)) { in allocateGlyphArray() 72 success = LE_ILLEGAL_ARGUMENT_ERROR; in allocateGlyphArray() 81 success = LE_MEMORY_ALLOCATION_ERROR; in allocateGlyphArray() 92 success = LE_MEMORY_ALLOCATION_ERROR; in allocateGlyphArray() 119 success = LE_MEMORY_ALLOCATION_ERROR; in allocateGlyphArray() 126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success) in allocatePositions() argument 128 if (LE_FAILURE(success)) { in allocatePositions() 133 success = LE_INTERNAL_ERROR; in allocatePositions() 140 success = LE_MEMORY_ALLOCATION_ERROR; in allocatePositions() [all …]
|
D | LayoutEngine.cpp | 104 … CanonMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success); 110 …::CanonMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success) in CanonMarkFilter() argument 111 : classDefTable(gdefTable->getMarkAttachClassDefinitionTable(gdefTable, success)) in CanonMarkFilter() 122 LEErrorCode success = LE_NO_ERROR; in accept() local 123 le_int32 glyphClass = classDefTable->getGlyphClass(classDefTable, glyph, success); in accept() 124 if(LE_FAILURE(success)) return false; in accept() 147 LEErrorCode &success) in LayoutEngine() argument 151 if (LE_FAILURE(success)) { in LayoutEngine() 157 success = LE_MEMORY_ALLOCATION_ERROR; in LayoutEngine() 166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices() [all …]
|
D | ClassDefinitionTables.cpp | 15 …onTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const in getGlyphClass() 17 LEReferenceTo<ClassDefinitionTable> thisRef(base, success); in getGlyphClass() 18 if (LE_FAILURE(success)) return 0; in getGlyphClass() 26 const LEReferenceTo<ClassDefFormat1Table> f1Table(thisRef, success); in getGlyphClass() 27 return f1Table->getGlyphClass(f1Table, glyphID, success); in getGlyphClass() 32 const LEReferenceTo<ClassDefFormat2Table> f2Table(thisRef, success); in getGlyphClass() 33 return f2Table->getGlyphClass(f2Table, glyphID, success); in getGlyphClass() 41 …Table::hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) const in hasGlyphClass() 43 LEReferenceTo<ClassDefinitionTable> thisRef(base, success); in hasGlyphClass() 44 if (LE_FAILURE(success)) return 0; in hasGlyphClass() [all …]
|
D | LETableReference.h | 55 LETableReference(const LEFontInstance* font, LETag tableTag, LEErrorCode &success) : in LETableReference() argument 57 loadTable(success); in LETableReference() 61 …LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag… in LETableReference() argument 62 if(LE_FAILURE(success)) { in LETableReference() 129 void addOffset(size_t offset, LEErrorCode &success) { in addOffset() argument 133 success = LE_INDEX_OUT_OF_BOUNDS_ERROR; in addOffset() 142 size_t ptrToOffset(const void *atPtr, LEErrorCode &success) const { in ptrToOffset() argument 144 if(LE_FAILURE(success)) return LE_UINTPTR_MAX; in ptrToOffset() 148 success = LE_INDEX_OUT_OF_BOUNDS_ERROR; in ptrToOffset() 168 size_t verifyLength(size_t offset, size_t length, LEErrorCode &success) { in verifyLength() argument [all …]
|
D | LookupProcessor.cpp | 23 … const LEFontInstance *fontInstance, LEErrorCode& success) const in applyLookupTable() 25 if (LE_FAILURE(success)) { in applyLookupTable() 35 …To<LookupSubtable> lookupSubtable = lookupTable->getLookupSubtable(lookupTable, subtable, success); in applyLookupTable() 37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success); in applyLookupTable() 39 if (delta > 0 || LE_FAILURE(success)) { // Google patch: && -> || in applyLookupTable() 51 const LEFontInstance *fontInstance, LEErrorCode& success) const in process() 53 if (LE_FAILURE(success)) { in process() 67 for (le_uint16 order = 0; order < lookupOrderCount && LE_SUCCESS(success); order += 1) { in process() 72 …nceTo<LookupTable> lookupTable = lookupListTable->getLookupTable(lookupListTable, lookup, success); in process() 73 if (!lookupTable.isValid() ||LE_FAILURE(success) ) { in process() [all …]
|
D | ArabicLayoutEngine.cpp | 39 LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 40 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 48 le_int32 typoFlags, LEErrorCode &success) in ArabicOpenTypeLayoutEngine() argument 49 : OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in ArabicOpenTypeLayoutEngine() 71 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument 73 if (LE_FAILURE(success)) { in characterProcessing() 78 success = LE_ILLEGAL_ARGUMENT_ERROR; in characterProcessing() 85 success = LE_MEMORY_ALLOCATION_ERROR; in characterProcessing() 89 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing() 90 glyphStorage.allocateAuxData(success); in characterProcessing() [all …]
|
D | GlyphPosnLookupProc.cpp | 41 LEErrorCode& success) in GlyphPositioningLookupProcessor() argument 52 success in GlyphPositioningLookupProcessor() 65 LEErrorCode& success) const in applySubtable() 67 if (LE_FAILURE(success)) { in applySubtable() 80 LEReferenceTo<SinglePositioningSubtable> subtable(lookupSubtable, success); in applySubtable() 82 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable() 88 LEReferenceTo<PairPositioningSubtable> subtable(lookupSubtable, success); in applySubtable() 90 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable() 96 LEReferenceTo<CursiveAttachmentSubtable> subtable(lookupSubtable, success); in applySubtable() 98 delta = subtable->process(subtable, glyphIterator, fontInstance, success); in applySubtable() [all …]
|
D | loengine.cpp | 23 LEErrorCode *success) in le_create() argument 27 …*) LayoutEngine::layoutEngineFactory(fontInstance, scriptCode, languageCode, typo_flags, *success); in le_create() 47 LEErrorCode *success) in le_layoutChars() argument 52 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_layoutChars() 56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success); in le_layoutChars() 61 LEErrorCode *success) in le_getGlyphCount() argument 66 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getGlyphCount() 76 LEErrorCode *success) in le_getGlyphs() argument 81 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getGlyphs() 85 le->getGlyphs(glyphs, *success); in le_getGlyphs() [all …]
|
D | ContextualGlyphSubstProc2.cpp | 22 … const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 23 …: StateTableProcessor2(morphSubtableHeader, success), contextualGlyphHeader(morphSubtableHeader, s… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 25 if(LE_FAILURE(success)) return; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 27 …perGlyphTable = LEReferenceToArrayOf<le_uint32> (stHeader, success, perGlyphTableOffset, LE_UNBOUN… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 28 …entryTable = LEReferenceToArrayOf<ContextualGlyphStateEntry2>(stHeader, success, entryTableOffset,… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 41 EntryTableIndex2 index, LEErrorCode &success) in processStateEntry() argument 43 if(LE_FAILURE(success)) return 0; in processStateEntry() 44 const ContextualGlyphStateEntry2 *entry = entryTable.getAlias(index, success); in processStateEntry() 45 if(LE_FAILURE(success)) return 0; in processStateEntry() 52 le_uint32 offset = SWAPL(perGlyphTable(markIndex, success)); in processStateEntry() [all …]
|
D | StateTableProcessor2.cpp | 23 …bleProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) in StateTableProcessor2() argument 24 : SubtableProcessor2(morphSubtableHeader, success), in StateTableProcessor2() 33 stateTableHeader(morphSubtableHeader, success), in StateTableProcessor2() 34 stHeader(stateTableHeader, success, (const StateTableHeader2*)&stateTableHeader->stHeader) in StateTableProcessor2() 36 if (LE_FAILURE(success)) { in StateTableProcessor2() 44 classTable = LEReferenceTo<LookupTable>(stHeader, success, classTableOffset); in StateTableProcessor2() 47 …stateArray = LEReferenceToArrayOf<EntryTableIndex2>(stHeader, success, stateArrayOffset, LE_UNBOUN… in StateTableProcessor2() 54 void StateTableProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) in process() argument 56 if (LE_FAILURE(success)) return; in process() 76 LEReferenceTo<SimpleArrayLookupTable> lookupTable0(classTable, success); in process() [all …]
|
D | ScriptAndLanguage.cpp | 14 …ndLanguage(const LETableReference& base, LETag languageTag, LEErrorCode &success, le_bool exactMat… in findLanguage() argument 20 … LEReferenceToArrayOf<TagAndOffsetRecord> langSysRecords(base, success, langSysRecordArray, count); in findLanguage() 22 OpenTypeUtilities::getTagOffset(languageTag, langSysRecords, success); in findLanguage() 24 if (foundOffset != 0 && LE_SUCCESS(success)) { in findLanguage() 30 return LEReferenceTo<LangSysTable>(base, success, langSysTableOffset); in findLanguage() 36 …iptListTable::findScript(const LETableReference &base, LETag scriptTag, LEErrorCode &success) const in findScript() 38 if (LE_FAILURE(success) ) { in findScript() 60 LEReferenceToArrayOf<ScriptRecord> oneElementTable(base, success, &scriptRecordArray[0], 1); in findScript() 62 if( LE_FAILURE(success) ) { in findScript() 73 …LEReferenceToArrayOf<ScriptRecord> scriptRecordArrayRef(base, success, &scriptRecordArray[0], limi… in findScript() [all …]
|
D | GlyphSubstLookupProc.cpp | 36 LEErrorCode& success) in GlyphSubstitutionLookupProcessor() argument 42 … scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter) in GlyphSubstitutionLookupProcessor() 52 … GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const in applySubtable() 54 if (LE_FAILURE(success)) { in applySubtable() 67 const LEReferenceTo<SingleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() 69 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable() 75 const LEReferenceTo<MultipleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() 77 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable() 83 const LEReferenceTo<AlternateSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() 85 delta = subtable->process(subtable, glyphIterator, success, fFilter); in applySubtable() [all …]
|
D | OpenTypeLayoutEngine.cpp | 129 …nt32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) in OpenTypeLayoutEngine() argument 130 …: LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureMask(minimalFe… in OpenTypeLayoutEngine() 133 fGDEFTable(fontInstance, LE_GDEF_TABLE_TAG, success), in OpenTypeLayoutEngine() 134 fGPOSTable(fontInstance, LE_GPOS_TABLE_TAG, success), fSubstitutionFilter(NULL) in OpenTypeLayoutEngine() 142 if (!fGPOSTable.isEmpty()&& !fGPOSTable->coversScript(fGPOSTable, fScriptTag, success)) { in OpenTypeLayoutEngine() 224 le_int32 typoFlags, LEErrorCode &success) in OpenTypeLayoutEngine() argument 225 … : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fFeatureOrder(FALSE), in OpenTypeLayoutEngine() 283 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument 285 if (LE_FAILURE(success)) { in characterProcessing() 290 success = LE_ILLEGAL_ARGUMENT_ERROR; in characterProcessing() [all …]
|
D | MorphTables.cpp | 23 …er::process(const LETableReference &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const in process() 26 LEReferenceTo<ChainHeader> chainHeader(base, success, chains); // moving header in process() 27 LEReferenceToArrayOf<ChainHeader> chainHeaderArray(base, success, chains, chainCount); in process() 30 for (chain = 0; LE_SUCCESS(success) && (chain < chainCount); chain += 1) { in process() 36 …LEReferenceTo<MorphSubtableHeader>(chainHeader,success, &(chainHeader->featureTable[nFeatureEntrie… in process() 39 for (subtable = 0; LE_SUCCESS(success) && (subtable < nSubtables); subtable += 1) { in process() 45 …((coverage & scfVertical) == 0 && (subtableFeatures & defaultFlags) != 0 && LE_SUCCESS(success)) { in process() 46 subtableHeader->process(subtableHeader, glyphStorage, success); in process() 49 subtableHeader.addOffset(length, success); in process() 51 chainHeader.addOffset(chainLength, success); in process() [all …]
|
D | LEGlyphStorage.h | 149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const; 163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const; 175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const; 188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const; 201 void getGlyphPositions(float positions[], LEErrorCode &success) const; 217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const; 231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success); 243 le_int32 allocatePositions(LEErrorCode &success); 254 le_int32 allocateAuxData(LEErrorCode &success); 264 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const; [all …]
|
D | IndicLayoutEngine.cpp | 28 …_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 29 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, gsubTable, success), fMP… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 41 …fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) in IndicOpenTypeLayoutEngine() argument 42 …: OpenTypeLayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success), fMPreFixups(NU… in IndicOpenTypeLayoutEngine() 57 LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphProcessing() argument 59 if (LE_FAILURE(success)) { in glyphProcessing() 64 success = LE_ILLEGAL_ARGUMENT_ERROR; in glyphProcessing() 68 …enTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success); in glyphProcessing() 70 if (LE_FAILURE(success)) { in glyphProcessing() 77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success); in glyphProcessing() [all …]
|
D | ThaiLayoutEngine.cpp | 22 …fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 23 : LayoutEngine(fontInstance, scriptCode, languageCode, typoFlags, success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 59 …2 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) in computeGlyphs() argument 61 if (LE_FAILURE(success)) { in computeGlyphs() 66 success = LE_ILLEGAL_ARGUMENT_ERROR; in computeGlyphs() 78 success = LE_MEMORY_ALLOCATION_ERROR; in computeGlyphs() 82 glyphStorage.allocateGlyphArray(count * 2, FALSE, success); in computeGlyphs() 84 if (LE_FAILURE(success)) { in computeGlyphs() 86 success = LE_MEMORY_ALLOCATION_ERROR; in computeGlyphs() 91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success); in computeGlyphs() [all …]
|
D | MorphTables2.cpp | 21 le_int32 typoFlags, LEErrorCode &success) const in process() 23 if(LE_FAILURE(success)) return; in process() 26 LEReferenceTo<ChainHeader2> chainHeader(base, success, &chains[0]); in process() 34 for (chain = 0; LE_SUCCESS(success) && (chain < chainCount); chain++) { in process() 37 chainHeader.addOffset(chainLength, success); // Don't increment the first time in process() 43 success, (const MorphSubtableHeader2 *)&chainHeader->featureTable[nFeatureEntries]); in process() 45 if(LE_FAILURE(success)) break; // malformed table in process() 49 …LEReferenceToArrayOf<FeatureTableEntry> featureTableRef(chainHeader, success, &chainHeader->featur… in process() 50 if(LE_FAILURE(success)) break; in process() 53 const FeatureTableEntry &featureTableEntry = featureTableRef(featureEntry, success); in process() [all …]
|
/external/vogar/test/vogar/target/ |
D | AssertTest.java | 28 boolean success = false; in testAssertEquals() 33 success = true; in testAssertEquals() 35 assertTrue(success); in testAssertEquals() 41 boolean success = false; in testAssertEqualsNan() 46 success = true; in testAssertEqualsNan() 48 assertTrue(success); in testAssertEqualsNan() 54 boolean success = false; in testAssertEqualsWithDelta() 59 success = true; in testAssertEqualsWithDelta() 61 assertTrue(success); in testAssertEqualsWithDelta() 67 boolean success = false; in testAssertEqualsWithNaNDelta() [all …]
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ARMUtils.h | 95 …ine uint32_t LSL_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) in LSL_C() argument 98 *success = false; in LSL_C() 101 *success = true; in LSL_C() 106 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, bool *success) in LSL() argument 108 *success = true; in LSL() 112 uint32_t result = LSL_C(value, amount, dont_care, success); in LSL() 113 if (*success) in LSL() 119 …ine uint32_t LSR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) in LSR_C() argument 122 *success = false; in LSR_C() 125 *success = true; in LSR_C() [all …]
|
/external/mesa3d/src/gallium/tests/unit/ |
D | u_format_test.c | 209 boolean success; in test_format_fetch_rgba_float() local 211 success = TRUE; in test_format_fetch_rgba_float() 217 success = FALSE; in test_format_fetch_rgba_float() 223 if (!success) { in test_format_fetch_rgba_float() 228 return success; in test_format_fetch_rgba_float() 238 boolean success; in test_format_unpack_rgba_float() local 244 success = TRUE; in test_format_unpack_rgba_float() 249 success = FALSE; in test_format_unpack_rgba_float() 255 if (!success) { in test_format_unpack_rgba_float() 260 return success; in test_format_unpack_rgba_float() [all …]
|
/external/valgrind/helgrind/tests/ |
D | annotate_hbefore.c | 29 UWord old, success; in do_acasW() local 48 : /*out*/ "=b"(success) in do_acasW() 52 assert(success == 0 || success == 1); in do_acasW() 53 return success; in do_acasW() 62 UWord old, success; in do_acasW() local 81 : /*out*/ "=b"(success) in do_acasW() 85 assert(success == 0 || success == 1); in do_acasW() 86 return success; in do_acasW() 143 UWord old, success; in do_acasW() local 162 : /*out*/ "=r"(success) in do_acasW() [all …]
|
/external/skia/src/utils/ |
D | SkRTConf.cpp | 175 template <typename T> T doParse(const char *, bool *success ) { in doParse() argument 177 if (success) { in doParse() 178 *success = false; in doParse() 183 template<> bool doParse<bool>(const char *s, bool *success) { in doParse() argument 184 if (success) { in doParse() 185 *success = true; in doParse() 193 if (success) { in doParse() 194 *success = false; in doParse() 199 template<> const char * doParse<const char *>(const char * s, bool *success) { in doParse() argument 200 if (success) { in doParse() [all …]
|