Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java140 abstract boolean isAllocated(); // { return false; } in isAllocated() method in Asset
608 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._FileAsset
1098 boolean isAllocated() { return mBuf != null; } 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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h190 bool isAllocated(unsigned Reg) const { in isAllocated() function
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h290 bool isAllocated(unsigned Reg) const { in isAllocated() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h284 bool isAllocated(unsigned Reg) const { in isAllocated() function
/external/icu/icu4c/source/common/
Dutrie.h563 UBool isAllocated, isDataAllocated; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon42261f860111::RefState
427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anon42261f860111::MallocChecker::MallocBugVisitor