Searched refs:Stopped (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSD.cpp500 if ( !service->Stopped() )
553 if ( !service->Stopped() )
612 if ( !service->Stopped() )
686 if ( !service->Stopped() )
743 if ( !service->Stopped() )
794 if ( !service->Stopped() )
871 if ( !service->Stopped() )
H A DDNSSDService.h228 Stopped() function in class:CDNSSDService
H A DDNSSDService.cpp2018 if ( !this->Stopped() )
/external/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h100 bool Stopped; member in class:llvm::TargetPassConfig
/external/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp256 StopAfter(nullptr), Started(true), Stopped(false),
335 /// Started/Stopped flags indicate either that the compilation should start at
338 /// and StopAfter options and change the Started/Stopped flags accordingly.
350 if (Started && !Stopped) {
372 Stopped = true;
375 if (Stopped && !Started)

Completed in 231 milliseconds