Home
last modified time | relevance | path

Searched defs:isCreated (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/
DCustomAppComponentFactoryTest.java103 public boolean isCreated = false; field in CustomAppComponentFactoryTest.PrivateService
118 public boolean isCreated = false; field in CustomAppComponentFactoryTest.PrivateContentProvider
153 public boolean isCreated = false; field in CustomAppComponentFactoryTest.PrivateActivity
DRobolectricTest.java134 public boolean isCreated() { in isCreated() method in RobolectricTest.LifeCycleActivity
/external/scudo/standalone/
Dmem_map_base.h120 bool isCreated() { return getBase() != 0U; } in isCreated() function
/external/pytorch/aten/src/ATen/xpu/
DXPUEvent.h53 inline bool isCreated() const { in isCreated() function
/external/pytorch/aten/src/ATen/cuda/
DCUDAEvent.h83 bool isCreated() const { return is_created_; } in isCreated() function