Searched defs:success (Results 101 - 125 of 377) sorted by relevance

1234567891011>>

/macosx-10.10/security_systemkeychain-55202/src/
H A Dcs_utils.h81 void operator () (Boolean success) argument
83 void operator () (bool success) argument
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMGroup.cpp256 bool success = super::publishSet(); local
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_alloc.c65 u_int32_t success; /* Successful allocations */ member in struct:__alloc_layout
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dbuddhcal.cpp33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) argument
36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
H A Dethpccal.cpp29 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type ) argument
H A Dtaiwncal.cpp33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) argument
36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DArabicLayoutEngine.cpp36 ArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) argument
46 ArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
69 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
107 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
132 UnicodeArabicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) argument
146 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
176 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool , LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
201 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
[all...]
H A DOpenTypeUtilities.cpp55 Offset OpenTypeUtilities::getTagOffset(LETag tag, const LEReferenceToArrayOf<TagAndOffsetRecord> &records, LEErrorCode &success) argument
95 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success) argument
H A Dloengine.cpp19 le_create(const le_font *font, le_int32 scriptCode, le_int32 languageCode, le_int32 typo_flags, LEErrorCode *success) argument
39 le_layoutChars(le_engine *engine, const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode *success) argument
60 le_getGlyphCount(le_engine *engine, LEErrorCode *success) argument
74 le_getGlyphs(le_engine *engine, LEGlyphID glyphs[], LEErrorCode *success) argument
89 le_getCharIndices(le_engine *engine, le_int32 charIndices[], LEErrorCode *success) argument
104 le_getCharIndicesWithBase(le_engine *engine, le_int32 charIndices[], le_int32 indexBase, LEErrorCode *success) argument
120 le_getGlyphPositions(le_engine *engine, float positions[], LEErrorCode *success) argument
135 le_getGlyphPosition(le_engine *engine, le_int32 glyphIndex, float *x, float *y, LEErrorCode *success) argument
152 le_reset(le_engine *engine, LEErrorCode *success) argument
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDCFireWireDV.cp98 DCFireWireDV::DCFireWireDV(ComponentInstance self, Boolean *success) argument
183 Boolean success; local
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAddressSpace.cpp61 bool success = true; // assume success local
258 bool success local
[all...]
H A DIOFWCompareAndSwapCommand.cpp158 bool success = true; local
H A DIOFWDCLProgram.cpp283 bool success = true ; local
H A DIOFWRingBufferQ.cpp122 bool success = true; local
165 bool success = true; local
239 bool success local
277 bool success = true; local
[all...]
H A DIOFWUserObjectExporter.cpp107 bool success = true; local
H A DIOFireWireLocalNode.cpp88 bool success = true; // assume success local
/macosx-10.10/IOKitUser-1050.1.21/platform.subproj/
H A DIOPlatformSupport.c68 Boolean success = true; local
139 Boolean success = false; local
179 Boolean success = false; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScriptManager.cpp100 bool success = parsedObjectId->asObject()->getNumber(ASCIILiteral("injectedScriptId"), &injectedScriptId); local
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rsa.c140 int i, success; local
H A Dauth.h54 sig_atomic_t success; member in struct:Authctxt
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSAccountPersistence.c66 __block bool success = true; local
164 __block bool success = true; local
306 __block bool success = true; local
410 __block bool success = true; local
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseServer.cpp126 bool success = false; // Make some older compilers happy. local
H A DDatabaseTask.h105 static std::unique_ptr<DatabaseOpenTask> create(DatabaseBackend* db, bool setVersionInNewDatabase, DatabaseTaskSynchronizer* synchronizer, DatabaseError& error, String& errorMessage, bool& success) argument
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMStorageAgent.cpp189 bool success = storageId->getString("securityOrigin", &securityOrigin); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImageBuffer.h81 bool success = false; local

Completed in 416 milliseconds

1234567891011>>