Searched defs:success (Results 226 - 250 of 377) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A DSOSTransportTestTransports.c104 bool success = false; local
365 bool success = true; local
398 bool success = false; local
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBDatabaseBackend.cpp114 void IDBDatabaseBackend::didOpenInternalAsync(const IDBDatabaseMetadata& metadata, bool success) argument
410 void IDBDatabaseBackend::processPendingOpenCalls(bool success) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DImageBufferCairo.cpp96 ImageBuffer::ImageBuffer(const FloatSize& size, float /* resolutionScale */, ColorSpace, RenderingMode renderingMode, bool& success) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferCG.cpp123 ImageBuffer::ImageBuffer(const FloatSize& size, float resolutionScale, ColorSpace imageColorSpace, RenderingMode renderingMode, bool& success) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DSharedBitmap.cpp284 bool success = alphaBlendIfSupported(hdc, dstRect.x(), dstRect.y(), dstRect.width(), dstRect.height(), hmemdc.get(), local
534 bool success = alphaBlendIfSupported(hdc, dstRectWin.left, dstRectWin.top, dstRectWin.right - dstRectWin.left, dstRectWin.bottom - dstRectWin.top, local
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DBlobResourceHandle.cpp433 bool success = m_stream->openForRead(item.file->path(), item.offset() + m_currentItemReadSize, bytesToRead); local
513 void BlobResourceHandle::didOpen(bool success) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Databases/IndexedDB/
H A DWebIDBServerConnection.cpp103 void WebIDBServerConnection::didDeleteDatabase(uint64_t requestID, bool success) argument
133 void WebIDBServerConnection::didGetOrEstablishIDBDatabaseMetadata(uint64_t requestID, bool success, const IDBDatabaseMetadata& metadata) argument
178 void WebIDBServerConnection::didOpenTransaction(uint64_t requestID, bool success) argument
232 void WebIDBServerConnection::didCommitTransaction(uint64_t requestID, bool success) argument
271 bool success; local
303 bool success; local
330 didCreateObjectStore(uint64_t requestID, bool success) argument
359 didCreateIndex(uint64_t requestID, bool success) argument
388 didDeleteIndex(uint64_t requestID, bool success) argument
585 didClearObjectStore(uint64_t requestID, bool success) argument
614 didDeleteObjectStore(uint64_t requestID, bool success) argument
643 didChangeDatabaseVersion(uint64_t requestID, bool success) argument
[all...]
/macosx-10.10/apache-793/httpd/server/mpm/winnt/
H A Dservice.c820 int success = FALSE; local
/macosx-10.10/bootp-298/bootplib/
H A Dinterfaces.c125 boolean_t success = FALSE; local
705 boolean_t success = FALSE; local
/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp482 Boolean success = false; local
995 Boolean success = false; local
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DDHCP.c110 Boolean success = FALSE; local
/macosx-10.10/libdispatch-442.1.4/src/
H A Dtransform.c285 bool success = dispatch_data_apply(data, ^( local
387 bool success = dispatch_data_apply(data, ^( local
554 bool success = dispatch_data_apply(data, ^( local
660 bool success = dispatch_data_apply(data, ^( local
799 bool success = dispatch_data_apply(data, ^( local
895 bool success = dispatch_data_apply(data, ^( local
[all...]
/macosx-10.10/libresolv-57/
H A Dres_mkupdate.c467 int sig_type, success, dateerror; local
586 int success, nxt_type; local
/macosx-10.10/postfix-255/postfix/src/xsasl/
H A Dxsasl_dovecot_server.c257 int fd, success; local
512 xsasl_dovecot_parse_reply_args(XSASL_DOVECOT_SERVER *server, char *line, VSTRING *reply, int success) argument
/macosx-10.10/ppp-786.1.1/Controller/
H A Dne_sm_bridge.c179 static bool success = false; local
/macosx-10.10/security_systemkeychain-55202/src/
H A Dspctl.cpp418 bool success = result.get<CFBooleanRef>(kSecAssessmentAssessmentVerdict) == kCFBooleanTrue; local
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DosxMacTcl.c112 Boolean success; local
/macosx-10.10/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DosxMacTcl.c112 Boolean success; local
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOReporter.cpp166 bool success = false; local
[all...]
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp771 bool success = false; local
784 bool success = false; local
H A DAppleRAIDMirrorSet.cpp886 bool success = offset >= arSetMediaSize; local
H A DAppleRAIDSet.cpp763 bool success = true; local
1619 bool success = false; local
1761 bool success; local
[all...]
H A Dartest.c238 bool success = switchPartition(*argv, kRAID_OFFLINE); local
264 bool success = switchPartition(*firstPartition, kRAID_ONLINE); local
324 bool success = switchPartition(*argv, kRAID_OFFLINE); local
361 bool success = switchPartition(*firstPartition, kRAID_ONLINE); local
384 bool success = AppleRAIDDestroySet(setUUID); local
402 bool success = switchPartition(*argv, kRAID_OFFLINE); local
623 bool success = AppleRAIDRemoveMember(setInfo, memberUUID); local
642 bool success = switchPartition(*firstPartition, kRAID_OFFLINE); local
706 bool success = AppleLVMDestroyVolume(lvUUID); local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dchnsecal.cpp120 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success) argument
126 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
136 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
129 ChineseCalendar(const Locale& aLocale, int32_t epochYear, const TimeZone* zoneAstroCalc, UErrorCode &success) argument
H A Dcoll.cpp259 Collator* U_EXPORT2 Collator::createInstance(UErrorCode& success) argument

Completed in 400 milliseconds

1234567891011>>