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

1 2

  /external/v8/src/base/platform/
elapsed-timer.h 24 DCHECK(!IsStarted());
29 DCHECK(IsStarted());
35 DCHECK(IsStarted());
40 DCHECK(!IsStarted());
44 bool IsStarted() const {
56 DCHECK(IsStarted());
61 DCHECK(IsStarted());
68 DCHECK(IsStarted());
78 DCHECK(IsStarted());
  /system/connectivity/wificond/tests/
mock_netlink_manager.h 38 MOCK_CONST_METHOD0(IsStarted, bool());
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
sample_profiler.py 24 def IsStarted():
31 py_utils.WaitFor(IsStarted, 120)
  /system/extras/simpleperf/
workload.h 43 bool IsStarted() {
  /art/runtime/
art_field-inl.h 57 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
98 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
108 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
119 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
127 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
scoped_thread_state_change-inl.h 35 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_));
common_dex_operations.h 51 if (LIKELY(Runtime::Current()->IsStarted())) {
fault_handler.cc 176 DCHECK(Runtime::Current()->IsStarted());
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
ComponentName.c 266 if (!EFI_ERROR (Status) && Ip6ModeData.IsStarted) {
287 } else if (!Ip6ModeData.IsStarted) {
  /art/runtime/ti/
agent.h 49 bool IsStarted() const {
agent.cc 40 if (IsStarted()) {
76 CHECK(IsStarted()) << "Cannot find symbols in an unloaded agent library " << this;
  /art/runtime/jit/
profile_saver.h 45 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
ComponentName.c 267 if (!Ip4ModeData.IsStarted || !Ip4ModeData.IsConfigured) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
Ip4.h 81 BOOLEAN IsStarted;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4.h 152 BOOLEAN IsStarted;
Ip6.h 318 BOOLEAN IsStarted;
324 /// Current configuration settings. Undefined until IsStarted is TRUE.
    [all...]
  /system/connectivity/wificond/net/
netlink_manager.h 110 virtual bool IsStarted() const;
netlink_utils.cpp 45 if (!netlink_manager_->IsStarted()) {
  /external/syslinux/efi32/include/efi/
efiip.h 65 BOOLEAN IsStarted;
302 BOOLEAN IsStarted;
  /external/syslinux/efi64/include/efi/
efiip.h 65 BOOLEAN IsStarted;
302 BOOLEAN IsStarted;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiip.h 65 BOOLEAN IsStarted;
302 BOOLEAN IsStarted;
  /art/runtime/gc/
reference_processor.cc 271 if (LIKELY(Runtime::Current()->IsStarted())) {
  /art/runtime/mirror/
object.cc 233 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() ||
  /system/connectivity/wificond/scanning/
scan_utils.cpp 44 if (!netlink_manager_->IsStarted()) {
  /art/runtime/interpreter/
interpreter.cc 292 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) {
449 if (!Runtime::Current()->IsStarted()) {
624 CHECK(!Runtime::Current()->IsStarted());

Completed in 1668 milliseconds

1 2