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

  /external/chromium_org/third_party/skia/tests/
NameAllocatorTest.cpp 46 bool isAllocated(GrGLuint name) const {
69 if (this->isAllocated(name)) {
87 if (!this->isAllocated(kFirstName + i)) {
109 if (!this->isAllocated(name)) {
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 70 /// isAllocated - Return true if the specified register (or an alias) is
72 bool isAllocated(unsigned Reg) const {
111 if (!isAllocated(Regs[i]))
120 if (isAllocated(Reg)) return 0;
127 if (isAllocated(Reg)) return 0;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 77 int isAllocated;
  /external/chromium_org/third_party/icu/source/common/
utrie.h 562 UBool isAllocated, isDataAllocated;
  /external/icu/icu4c/source/common/
utrie.h 562 UBool isAllocated, isDataAllocated;
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 256 /// isAllocated - Return true if the specified register (or an alias) is
258 bool isAllocated(unsigned Reg) const {
302 if (!isAllocated(Regs[i]))
311 if (isAllocated(Reg)) return 0;
318 if (isAllocated(Reg)) return 0;
346 if (isAllocated(Regs[StartIdx + BlockIdx])) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 71 bool isAllocated() const { return K == Allocated; }
384 inline bool isAllocated(const RefState *S, const RefState *SPrev,
388 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated()));
414 (S && S->isAllocated()) && (SPrev && !SPrev->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 459 milliseconds