/external/skia/tests/ |
D | NameAllocatorTest.cpp | 46 bool isAllocated(GrGLuint name) const { in isAllocated() function in NameLeakTest 69 if (this->isAllocated(name)) { in allocateAllRemaining() 87 if (!this->isAllocated(kFirstName + i)) { in allocateAllRemaining() 109 if (!this->isAllocated(name)) { in freeRandomNames()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCallingConvLower.h | 72 bool isAllocated(unsigned Reg) const { in isAllocated() function 111 if (!isAllocated(Regs[i])) in getFirstUnallocated() 120 if (isAllocated(Reg)) return 0; in AllocateReg() 127 if (isAllocated(Reg)) return 0; in AllocateReg()
|
/external/chromium_org/third_party/skia/tests/ |
D | NameAllocatorTest.cpp | 46 bool isAllocated(GrGLuint name) const { in isAllocated() function in NameLeakTest 69 if (this->isAllocated(name)) { in allocateAllRemaining() 87 if (!this->isAllocated(kFirstName + i)) { in allocateAllRemaining() 109 if (!this->isAllocated(name)) { in freeRandomNames()
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 258 bool isAllocated(unsigned Reg) const { in isAllocated() function 302 if (!isAllocated(Regs[i])) in getFirstUnallocated() 311 if (isAllocated(Reg)) return 0; in AllocateReg() 318 if (isAllocated(Reg)) return 0; in AllocateReg() 346 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 166 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) { 167 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3filestream.c | 383 input->isAllocated = ANTLR3_TRUE; in antlr3read8Bit() 466 input->isAllocated = ANTLR3_FALSE; in antlr3CreateStringStream()
|
D | antlr3inputstream.c | 222 if (input->isAllocated && input->data != NULL) in antlr3InputClose() 290 input->isAllocated = ANTLR3_FALSE; in antlr38BitReuse()
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3input.h | 77 int isAllocated; member
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 71 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anonb9bd71140111::RefState 384 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anonb9bd71140111::MallocChecker::MallocBugVisitor 388 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated())); in isAllocated() 414 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated())); in isReallocFailedCheck() 1148 } else if (RsBase->isAllocated() || RsBase->isEscaped()) { in FreeMemAux() 1173 ReleasedAllocated = (RsBase != nullptr) && RsBase->isAllocated(); in FreeMemAux() 1813 if (I->second.isAllocated()) in checkDeadSymbols() 2237 if (RS->isAllocated() && CheckRefState(RS)) { in checkPointerEscapeAux() 2298 if (isAllocated(RS, RSPrev, S)) { in VisitNode()
|
/external/chromium_org/third_party/icu/source/common/ |
D | utrie.h | 562 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 69 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 157 if(trie->isAllocated) { in utrie_close()
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 562 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 69 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 157 if(trie->isAllocated) { in utrie_close()
|