/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Asset.java | 140 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/ |
D | antlr3input.h | 77 int isAllocated; member
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3input.inl | 198 ANTLR_INLINE void InputStream<ImplTraits>::set_isAllocated( bool isAllocated )
|
/external/scudo/standalone/ |
D | release.h | 98 bool isAllocated() const { return !!Buffer; } in isAllocated() function
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | release.h | 94 bool isAllocated() const { return !!Buffer; } in isAllocated() function
|
/external/jsoncpp/include/json/ |
D | value.h | 598 bool isAllocated() const { return bits_.allocated_; } in isAllocated() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 277 bool isAllocated(MCRegister Reg) const { in isAllocated() function
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 290 bool isAllocated(unsigned Reg) const { in isAllocated() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 285 bool isAllocated(unsigned Reg) const { in isAllocated() function
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | FuchsiaHandleChecker.cpp | 113 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anonab3099690111::HandleState
|
D | MallocChecker.cpp | 154 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon59cbc8120211::RefState 772 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon59cbc8120411::MallocBugVisitor
|
/external/icu/libicu/cts_headers/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anond5670e240111::RefState 427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anond5670e240111::MallocChecker::MallocBugVisitor
|