HomeSort by relevance Sort by last modified time
    Searched defs:isAllocated (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 72 /// isAllocated - Return true if the specified register (or an alias) is
74 bool isAllocated(unsigned Reg) const {
113 if (!isAllocated(Regs[i]))
122 if (isAllocated(Reg)) return 0;
129 if (isAllocated(Reg)) return 0;
  /frameworks/base/libs/hwui/
RenderBuffer.h 72 bool isAllocated() const {
78 * This method doesn't do anything if isAllocated() returns true.
93 if (isAllocated() && (width != mWidth || height != mHeight)) {
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 77 int isAllocated;
  /frameworks/base/include/androidfw/
Asset.h 110 virtual bool isAllocated(void) const { return false; }
245 virtual bool isAllocated(void) const { return mBuf != NULL; }
302 virtual bool isAllocated(void) const { return mBuf != NULL; }
  /hardware/qcom/display/liboverlay/
overlay.h 119 static bool isAllocated(int index);
215 inline bool Overlay::PipeBook::isAllocated(int index) {
220 return !isAllocated(index);
  /external/icu4c/common/
utrie.h 562 UBool isAllocated, isDataAllocated;
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 189 /// isAllocated - Return true if the specified register (or an alias) is
191 bool isAllocated(unsigned Reg) const {
235 if (!isAllocated(Regs[i]))
244 if (isAllocated(Reg)) return 0;
251 if (isAllocated(Reg)) return 0;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 51 bool isAllocated() const { return K == Allocated; }
281 inline bool isAllocated(const RefState *S, const RefState *SPrev,
285 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated()));
311 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated()));
760 if (RsBase && RsBase->isAllocated() &&
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 1284 milliseconds