Searched refs:isDone (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DfeeHash.c37 int isDone; member in struct:__anon3687
50 hinst->isDone = 0;
59 hinst->isDone = 0;
82 if(hinst->isDone) {
98 if(!hinst->isDone) {
100 hinst->isDone = 1;
H A DckSHA1.c93 int isDone; member in struct:__anon3674
126 sinst->isDone = 0;
152 if(sinst->isDone) {
204 if(!sinst->isDone) {
214 sinst->isDone = 1;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DfeeHash.c37 int isDone; member in struct:__anon4402
50 hinst->isDone = 0;
59 hinst->isDone = 0;
82 if(hinst->isDone) {
98 if(!hinst->isDone) {
100 hinst->isDone = 1;
H A DckSHA1.c93 int isDone; member in struct:__anon4389
126 sinst->isDone = 0;
152 if(sinst->isDone) {
204 if(!sinst->isDone) {
214 sinst->isDone = 1;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DMD2Object.cpp35 if(isDone()) {
44 if(isDone()) {
/macosx-10.9.5/libclosure-63/tests/
H A DNSFuture.m43 BOOL isDone;
68 extra->isDone = YES;
98 extra->isDone = FALSE;
135 if (!extra->isDone) {
137 while (!extra->isDone)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestBase.cpp107 bool isDone() const { return m_done; } function in class:EWK2UnitTest::CallbackDataTimer
172 while (!data.isDone())
196 while (!data.isDone())
220 while (!data.isDone())
232 while (!data.isDone() && !flag)
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Ddigestobject.h66 bool isDone() { return mIsDone; } function in class:DigestObject
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Ddigestobject.h66 bool isDone() { return mIsDone; } function in class:DigestObject
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DNetscapePlugInStreamLoader.h56 bool isDone() const;
H A DNetscapePlugInStreamLoader.cpp58 bool NetscapePlugInStreamLoader::isDone() const function in class:WebCore::NetscapePlugInStreamLoader
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSynchronousLoaderClient.h48 bool isDone() { return m_isDone; } function in class:WebCore::SynchronousLoaderClient
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DResourceHandleBlackBerry.cpp54 bool isDone() const { return m_isDone; } function in class:WebCore::WebCoreSynchronousLoader
173 while (!syncLoader.isDone() && !loop.ended()) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp217 , isDone(false)
331 isDone = true;
353 isDone = true;
376 bool isDone : 1; member in struct:WebKit::PrintPagesData
662 if (data->isDone)
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm225 if (!m_loader->isDone())
245 if (!m_loader->isDone()) {
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/layout/
H A DParagraphLayout.h512 inline le_bool isDone() const;
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginStream.mm296 if (!m_loader->isDone())
479 if (!m_loader->isDone())
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h504 /// bool isDone();
520 while (!Worklist.empty() && !Visitor.isDone()) {
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/
H A DParagraphLayout.cpp657 le_bool ParagraphLayout::isDone() const function in class:ParagraphLayout
664 if (isDone()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DResourceHandleMac.mm310 while (!client->isDone())
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duloc_tag.c1669 UBool isDone = FALSE; local
1673 while (!isDone) {
1711 isDone = TRUE;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DResourceHandleCFNet.cpp700 while (!client->isDone())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolutionExpander.cpp1744 bool isDone() const { return IsUnsafe; } function in struct:__anon10108::SCEVFindUnsafe
H A DScalarEvolution.cpp6918 bool isDone() const { return IsFound; }

Completed in 477 milliseconds