Home
last modified time | relevance | path

Searched defs:isAllocated (Results 1 – 15 of 15) sorted by relevance

/external/scudo/standalone/
Dmem_map_base.h77 bool isAllocated() { return getBase() != 0U; } in isAllocated() function
Drelease.h261 bool isAllocated() const { return Buffer.Data != nullptr; } in isAllocated() function
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DAsset.java145 abstract boolean isAllocated(); // { return false; } in isAllocated() method in Asset
606 boolean isAllocated() { in isAllocated() method in Asset._FileAsset
1095 boolean isAllocated() { in isAllocated() method in Asset._CompressedAsset
/external/antlr/runtime/C/include/
Dantlr3input.h77 int isAllocated; member
/external/antlr/runtime/Cpp/include/
Dantlr3input.inl198 ANTLR_INLINE void InputStream<ImplTraits>::set_isAllocated( bool isAllocated )
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/bufferMgr/
Dvp_resource_manager.cpp1974 bool isAllocated = false; in Allocate3DLut() local
2006 bool isAllocated = false; in AllocateResourceFor3DLutKernel() local
2066 bool isAllocated = false; in AllocateResourceForHVSKernel() local
/external/jsoncpp/include/json/
Dvalue.h598 bool isAllocated() const { return bits_.allocated_; } in isAllocated() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h254 bool isAllocated(MCRegister Reg) const { in isAllocated() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h285 bool isAllocated(unsigned Reg) const { in isAllocated() function
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h290 bool isAllocated(unsigned Reg) const { in isAllocated() function
/external/cronet/stable/third_party/icu/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
/external/icu/icu4c/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
/external/icu/libicu/cts_headers/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
/external/cronet/tot/third_party/icu/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anonf19fb7730111::RefState
427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anonf19fb7730111::MallocChecker::MallocBugVisitor