Home
last modified time | relevance | path

Searched defs:success (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/external/icu/icu4c/source/layout/
DLETableReference.h55 LETableReference(const LEFontInstance* font, LETag tableTag, LEErrorCode &success) : in LETableReference()
61 …LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag… in LETableReference()
129 void addOffset(size_t offset, LEErrorCode &success) { in addOffset()
142 size_t ptrToOffset(const void *atPtr, LEErrorCode &success) const { in ptrToOffset()
168 size_t verifyLength(size_t offset, size_t length, LEErrorCode &success) { in verifyLength()
204 void loadTable(LEErrorCode &success) { in loadTable()
265 …LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, size_t offset, le_uint3… in LEReferenceToArrayOf()
280 …LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, le_uint… in LEReferenceToArrayOf()
291 …LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, size_t … in LEReferenceToArrayOf()
309 const T *getAlias(le_uint32 i, LEErrorCode &success) const { in getAlias()
[all …]
Dloengine.cpp23 LEErrorCode *success) in le_create()
47 LEErrorCode *success) in le_layoutChars()
61 LEErrorCode *success) in le_getGlyphCount()
76 LEErrorCode *success) in le_getGlyphs()
91 LEErrorCode *success) in le_getCharIndices()
107 LEErrorCode *success) in le_getCharIndicesWithBase()
122 LEErrorCode *success) in le_getGlyphPositions()
139 LEErrorCode *success) in le_getGlyphPosition()
153 LEErrorCode *success) in le_reset()
DArabicLayoutEngine.cpp48 le_int32 typoFlags, LEErrorCode &success) in ArabicOpenTypeLayoutEngine()
71 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
108 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions()
132 …fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) in UnicodeArabicOpenTypeLayoutEngine()
146 …ostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphPostProcessing()
176 …t32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) in mapCharsToGlyphs()
202 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions()
DLEGlyphStorage.cpp65 …hStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) in allocateGlyphArray()
126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success) in allocatePositions()
148 le_int32 LEGlyphStorage::allocateAuxData(LEErrorCode &success) in allocateAuxData()
273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) in setGlyphID()
311 void LEGlyphStorage::setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) in setCharIndex()
368 void LEGlyphStorage::setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) in setAuxData()
426 void LEGlyphStorage::setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success) in setPosition()
441 …yphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) in adjustPosition()
518 LEErrorCode success = LE_NO_ERROR; in moveGlyph() local
553 …lyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) in insertGlyphs()
DLayoutEngine.cpp110 …::CanonMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success) in CanonMarkFilter()
122 LEErrorCode success = LE_NO_ERROR; in accept() local
147 LEErrorCode &success) in LayoutEngine()
199 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
306 LEGlyphStorage &glyphStorage, LEErrorCode &success) in computeGlyphs()
332 … LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success) in positionGlyphs()
360 LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions()
387 …ne::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) in adjustMarkGlyphs()
423 …nt, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) in adjustMarkGlyphs()
471 LEGlyphStorage &glyphStorage, LEErrorCode &success) in mapCharsToGlyphs()
[all …]
DSingleSubstitutionSubtables.cpp17 …<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGl… in process()
43 …SubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGl… in process()
61 …SubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGl… in process()
DOpenTypeLayoutEngine.cpp129 …nt32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) in OpenTypeLayoutEngine()
224 le_int32 typoFlags, LEErrorCode &success) in OpenTypeLayoutEngine()
283 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
332 LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphProcessing()
365 LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphSubstitution()
389 …ostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphPostProcessing()
403 …int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) in computeGlyphs()
446 LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions()
DIndicLayoutEngine.cpp41 …fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) in IndicOpenTypeLayoutEngine()
57 LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphProcessing()
88 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing()
DNonContextualGlyphSubstProc.cpp25 …utionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) in NonContextualGlyphSubstitutionProcessor()
34 …createInstance(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) in createInstance()
DNonContextualGlyphSubstProc2.cpp26 const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) in NonContextualGlyphSubstitutionProcessor2()
36 const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success) in createInstance()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_utility.cc269 const bool success = ParseXrItem(); in IterateXrItem() local
279 const bool success = ParseXrDlrrItem(); in IterateXrDlrrItem() local
289 const bool success = ParseReportBlockItem(); in IterateReportBlockItem() local
299 const bool success = ParseSDESChunk(); in IterateSDESChunk() local
309 const bool success = ParseBYEItem(); in IterateBYEItem() local
319 const bool success = ParseIJItem(); in IterateExtendedJitterItem() local
329 const bool success = ParseNACKItem(); in IterateNACKItem() local
339 const bool success = ParseTMMBRItem(); in IterateTMMBRItem() local
349 const bool success = ParseTMMBNItem(); in IterateTMMBNItem() local
359 const bool success = ParseSLIItem(); in IterateSLIItem() local
[all …]
/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c209 boolean success; in test_format_fetch_rgba_float() local
238 boolean success; in test_format_unpack_rgba_float() local
271 boolean success; in test_format_pack_rgba_float() local
345 boolean success; in test_format_unpack_rgba_8unorm() local
384 boolean success; in test_format_pack_rgba_8unorm() local
440 boolean success; in test_format_unpack_z_float() local
471 boolean success; in test_format_pack_z_float() local
508 boolean success; in test_format_unpack_z_32unorm() local
545 boolean success; in test_format_pack_z_32unorm() local
583 boolean success; in test_format_unpack_s_8uint() local
[all …]
/external/skia/src/utils/
DSkRTConf.cpp175 template <typename T> T doParse(const char *, bool *success ) { in doParse()
183 template<> bool doParse<bool>(const char *s, bool *success) { in doParse()
199 template<> const char * doParse<const char *>(const char * s, bool *success) { in doParse()
206 template<> int doParse<int>(const char * s, bool *success) { in doParse()
213 template<> unsigned int doParse<unsigned int>(const char * s, bool *success) { in doParse()
220 template<> float doParse<float>(const char * s, bool *success) { in doParse()
227 template<> double doParse<double>(const char * s, bool *success) { in doParse()
273 bool success; in parse() local
/external/vboot_reference/tests/
Dsha_tests.c17 int i, success = 1; in SHA1_tests() local
39 int i, success = 1; in SHA256_tests() local
61 int i, success = 1; in SHA512_tests() local
83 int success = 1; in main() local
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DgUnitTestResult.java32 private boolean success; field in gUnitTestResult
38 public gUnitTestResult(boolean success, String output) { in gUnitTestResult()
43 public gUnitTestResult(boolean success, String output, boolean isLexerTest) { in gUnitTestResult()
48 public gUnitTestResult(boolean success, String output, String returned) { in gUnitTestResult()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc89 static bool CheckForIOIncomplete(bool success) { in CheckForIOIncomplete()
308 bool success = ConnectNamedPipe(pipe_, &overlapped_) != FALSE; in HandleInitialState() local
341 bool success = GetOverlappedResult(pipe_, in HandleConnectingState() local
365 bool success = ReadFile(pipe_, in HandleConnectedState() local
392 bool success = GetOverlappedResult(pipe_, in HandleReadingState() local
467 bool success = GetOverlappedResult(pipe_, in HandleWritingState() local
488 bool success = ReadFile(pipe_, in HandleWriteDoneState() local
510 bool success = GetOverlappedResult(pipe_, in HandleReadingAckState() local
694 bool success = WriteFile(pipe_, in RespondToClient() local
/external/skia/tests/
DParsePathTest.cpp16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); in test_to_from() local
47 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); in DEF_TEST() local
71 bool success = SkParsePath::FromSVGString("M 5", &path); in DEF_TEST() local
87 bool success = SkParsePath::FromSVGString(spec.c_str(), &path); in DEF_TEST() local
/external/skia/src/animator/
DSkScript.cpp377 bool success = handleProperty(suppressed); in evaluateDot() local
402 bool success = true; in evaluateDotParam() local
423 bool success; in evaluateScript() local
495 bool success = innerScript(scriptPtr, suppressed ? nullptr : &value); in functionParams() local
522 bool success = true; in innerScript() local
883 bool success = innerScript(scriptPtr, suppressed == false ? &scriptValue : nullptr); in handleArrayIndexer() local
919 bool success = true; in handleBox() local
939 bool success = functionParams(scriptPtr, params); in handleFunction() local
965 bool success = true; in handleMember() local
985 bool success = true; in handleMemberFunction() local
[all …]
DSkScriptTokenizer.cpp363 bool success = handleProperty(); in evaluateDot() local
382 bool success = true; in evaluateDotParam() local
397 bool success; in evaluateScript() local
447 bool success = innerScript(scriptPtr, &value); in functionParams() local
476 bool success = true; in innerScript() local
778 bool success = innerScript(scriptPtr, &scriptValue); in handleArrayIndexer() local
808 bool success = functionParams(scriptPtr, &params); in handleFunction() local
832 bool success = true; in handleMember() local
853 bool success = true; in handleMemberFunction() local
873 bool success = true; in handleProperty() local
[all …]
/external/valgrind/helgrind/tests/
Dannotate_hbefore.c29 UWord old, success; in do_acasW() local
62 UWord old, success; in do_acasW() local
143 UWord old, success; in do_acasW() local
176 UWord old, success; in do_acasW() local
228 UWord success; in do_acasW() local
261 UWord success; in do_acasW() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c62 boolean success) in write_tsv_row()
138 boolean success = TRUE; in test_format_float() local
223 boolean success = TRUE; in test_format_unorm8() local
304 boolean success = TRUE; in test_one() local
322 boolean success = TRUE; in test_all() local
Dlp_test_conv.c67 boolean success) in write_tsv_row()
161 boolean success; in test_one() local
391 boolean success = TRUE; in test_all() local
420 boolean success = TRUE; in test_some() local
446 boolean success; in test_single() local
/external/libweave/third_party/chromium/base/strings/
Dstring_number_conversions_unittest.cc107 bool success; in TEST() member
155 bool success; in TEST() member
204 bool success; in TEST() member
259 bool success; in TEST() member
319 bool success; in TEST() member
375 bool success; in TEST() member
427 bool success; in TEST() member
492 bool success; in TEST() member
551 bool success; in TEST() member
615 bool success; in TEST() member
[all …]
/external/libchrome/dbus/
Dmessage.cc534 const bool success = dbus_message_iter_open_container( in OpenArray() local
547 const bool success = dbus_message_iter_open_container( in OpenVariant() local
559 const bool success = dbus_message_iter_open_container( in OpenStruct() local
571 const bool success = dbus_message_iter_open_container( in OpenDictEntry() local
583 const bool success = dbus_message_iter_close_container( in CloseContainer() local
593 const bool success = dbus_message_iter_append_fixed_array( in AppendArrayOfBytes() local
687 const bool success = dbus_message_iter_append_basic( in AppendBasic() local
744 const bool success = PopBasic(DBUS_TYPE_BOOLEAN, &dbus_value); in PopBool() local
779 const bool success = PopBasic(DBUS_TYPE_STRING, &tmp_value); in PopString() local
787 const bool success = PopBasic(DBUS_TYPE_OBJECT_PATH, &tmp_value); in PopObjectPath() local
[all …]
/external/minijail/test/
Dlibminijail_test.cpp51 bool success = true; in check_ugid() local
67 bool success = true; in check_groups() local
122 bool success = check_ugid(kSystemUid); in main() local

12345678910>>...27