Searched refs:isValid (Results 276 - 300 of 593) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonECCryptor.c129 uint32_t isValid = 0; local
141 signedData, signedDataLen, &isValid);
143 if (kCCSuccess != status || isValid != 1) return false;
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DGlyphIterator.cpp29 if (theGlyphDefinitionTableHeader.isValid()) {
382 if (glyphClassDefinitionTable.isValid()) {
404 if ((markAttachType != 0) && (markAttachClassDefinitionTable.isValid())) {
/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextResourceDecoder.cpp320 if (!specifiedDefaultEncoding.isValid())
346 if (!encoding.isValid())
626 ASSERT(m_encoding.isValid());
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkMigration.c989 Boolean* isValid; member in struct:__anon7157
1014 if ((*ctx->isValid == FALSE) && (repair == FALSE)) {
1030 *ctx->isValid = FALSE;
1041 *ctx->isValid = FALSE;
1349 Boolean isValid = TRUE; local
1358 isValid = FALSE;
1365 isValid = FALSE;
1371 if (isValid == FALSE) {
1389 Boolean isValid = TRUE; local
1415 isValid
1608 Boolean isValid = FALSE; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dquantityformatter.cpp113 UBool QuantityFormatter::isValid() const { function in class:QuantityFormatter
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DAssemblyHelpers.h287 ASSERT(virtualRegister.isValid());
292 ASSERT(virtualRegister.isValid());
302 ASSERT(virtualRegister.isValid());
312 ASSERT(virtualRegister.isValid());
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DRegExpPrototype.cpp121 if (!regExp->isValid())
/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DRegularExpression.cpp179 bool RegularExpression::isValid() const function in class:JSC::Yarr::RegularExpression
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainPriv.h46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dssblob.h84 bool isValid() const;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainPriv.h46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainPriv.h46 OSStatus SecKeychainIsValid(SecKeychainRef keychainRef, Boolean* isValid)
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssblob.h84 bool isValid() const;
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcredential.cpp156 CredentialImpl::isValid() const function in class:Authorization::CredentialImpl
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBBackingStoreLevelDB.cpp246 for (it->seek(startKey); it->isValid() && compareKeys(it->key(), stopKey) < 0; it->next()) {
445 for (it->seek(startKey); it->isValid() && compareKeys(it->key(), stopKey) < 0; it->next()) {
623 for (it->seek(begin); it->isValid() && compareKeys(it->key(), end) < 0; it->next())
648 for (it->seek(startKey); it->isValid() && compareKeys(it->key(), stopKey) < 0; it->next())
664 if (!it->isValid() || compareKeys(it->key(), stopKey) >= 0)
690 while (it->isValid() && compareKeys(it->key(), stopKey) < 0) {
916 ASSERT(key.isValid());
1000 for (it->seek(startKey); it->isValid() && compareKeys(it->key(), stopKey) < 0; it->next()) {
1069 if (!it->isValid() || compareKeys(it->key(), stopKey) >= 0)
1096 while (it->isValid()
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.cpp223 ASSERT(m_pendingSeekTime.isValid());
276 if (m_pendingSeekTime.isValid())
293 if (m_pendingSeekTime.isValid())
312 if (m_pendingSeekTime.isValid())
/macosx-10.10/WebCore-7600.1.25/Modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp89 if (kurl.isEmpty() || !kurl.isValid()) {
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasStyle.h57 bool isValid() const { return m_type != Invalid; } function in class:WebCore::CanvasStyle
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DGraphicsContext3DPrivate.cpp122 if (!m_offScreenContext->isValid()) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/
H A DGLPlatformContext.cpp234 bool GLPlatformContext::isValid() const function in class:WebCore::GLPlatformContext
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapper.h73 virtual bool isValid() const = 0;
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDataObjectGtk.cpp98 if (url.isValid()) {
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DDecodeEscapeSequences.h116 return (encoding.isValid() ? encoding : UTF8Encoding()).decode(buffer.data(), p - buffer.data());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderNamedFlowThread.cpp215 ASSERT(!renderNamedFlowFragment->isValid());
231 ASSERT(!renderRegion->isValid());
255 if (!renderNamedFlowFragment->isValid()) {
430 ASSERT(!namedFlowFragment->isValid() && namedFlowFragment->parentNamedFlowThread());
H A DRenderRegion.h68 bool isValid() const { return m_isValid; } function in class:WebCore::RenderRegion

Completed in 342 milliseconds

<<11121314151617181920>>