HomeSort by relevance Sort by last modified time
    Searched refs:Stopped (Results 1 - 25 of 27) sorted by null

1 2

  /device/generic/goldfish/wifi/wifi_hal/
halstate.cpp 26 if (mState != State::Stopped && mState != State::Constructed) {
27 // We can only initialize when freshly constructed or stopped
53 if (mState == State::Stopping || mState == State::Stopped) {
54 // Already stopping or stopped, nothing to do
59 // in the stopped state.
61 // If we're neither stopping, stopped nor running then we can't stop
64 // to stopped. We have to return false to prevent the caller from
67 mState = State::Stopped;
100 mState = State::Stopped;
halstate.h 50 Stopped,
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
project1.go 186 Stopped time.Time
210 Stopped time.Time
227 Stopped time.Time
242 Stopped time.Time
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 500 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() )
DNSSDService.h 228 Stopped()
DNSSDService.cpp 2018 if ( !this->Stopped() )
  /external/llvm/include/llvm/CodeGen/
TargetPassConfig.h 100 bool Stopped;
  /external/llvm/lib/CodeGen/
TargetPassConfig.cpp 256 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)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetPassConfig.h 94 bool Stopped = false;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 359 and the STM is active. When the call returns, the STM has been stopped and
365 No error, EAX set to STM_SUCCESS. The STM has been stopped and
774 ENTRY_EVT_LOG_STOPPED Stopped;
    [all...]
ArchitecturalMsr.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetPassConfig.cpp 472 /// Started/Stopped flags indicate either that the compilation should start at
475 /// and StopAfter options and change the Started/Stopped flags accordingly.
488 Stopped = true;
489 if (Started && !Stopped) {
511 Stopped = true;
514 if (Stopped && !Started)
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
GrpcThreadPool.cs 124 /// already stopped.
133 return threads.Any(t => t.ThreadState != ThreadState.Stopped);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_bsd.go 76 // 0x7F (stopped), or a signal number that caused an exit.
89 stopped = 0x7F
101 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 }
105 if sig == stopped || sig == 0 {
113 func (w WaitStatus) Stopped() bool { return w&mask == stopped && syscall.Signal(w>>shift) != SIGSTOP }
115 func (w WaitStatus) Continued() bool { return w&mask == stopped && syscall.Signal(w>>shift) == SIGSTOP }
118 if !w.Stopped() {
88 stopped = 0x7F const
syscall_solaris.go 199 // 0x7F (stopped), or a signal number that caused an exit.
212 stopped = 0x7F
224 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 }
228 if sig == stopped || sig == 0 {
236 func (w WaitStatus) Stopped() bool { return w&mask == stopped && syscall.Signal(w>>shift) != SIGSTOP }
238 func (w WaitStatus) Continued() bool { return w&mask == stopped && syscall.Signal(w>>shift) == SIGSTOP }
241 if !w.Stopped() {
211 stopped = 0x7F const
syscall_linux.go 282 // 0x7F (stopped), or a signal number that caused an exit.
288 // from stopped via the core dump bit.
294 stopped = 0x7F
300 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
302 func (w WaitStatus) Stopped() bool { return w&0xFF == stopped }
323 if !w.Stopped() {
293 stopped = 0x7F const
    [all...]
ztypes_linux_386.go 825 Stopped uint64
    [all...]
ztypes_linux_amd64.go 843 Stopped uint64
    [all...]
ztypes_linux_arm.go 813 Stopped uint64
    [all...]
ztypes_linux_arm64.go 822 Stopped uint64
    [all...]
ztypes_linux_mips.go 817 Stopped uint64
    [all...]
ztypes_linux_mips64.go 824 Stopped uint64
    [all...]
ztypes_linux_mips64le.go 824 Stopped uint64
    [all...]
ztypes_linux_mipsle.go 817 Stopped uint64
    [all...]
ztypes_linux_ppc64.go 832 Stopped uint64
    [all...]

Completed in 3499 milliseconds

1 2