HomeSort by relevance Sort by last modified time
    Searched defs:isAllocated (Results 1 - 17 of 17) 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/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;
  /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; }
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java 111 boolean isAllocated() {
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 119 static bool isAllocated(int index);
215 inline bool Overlay::PipeBook::isAllocated(int index) {
220 return !isAllocated(index);
  /external/chromium_org/third_party/icu/source/common/
utrie.h 561 UBool isAllocated, isDataAllocated;
  /external/icu/icu4c/source/common/
utrie.h 562 UBool isAllocated, isDataAllocated;
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 175 static bool isAllocated(int index);
333 inline bool Overlay::PipeBook::isAllocated(int index) {
338 return !isAllocated(index);
  /hardware/qcom/display/msm8974/liboverlay/
overlay.h 141 static bool isAllocated(int index);
255 inline bool Overlay::PipeBook::isAllocated(int index) {
260 return !isAllocated(index);
  /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])) {
  /hardware/qcom/display/msm8084/liboverlay/
overlay.h 201 static bool isAllocated(int index);
359 inline bool Overlay::PipeBook::isAllocated(int index) {
364 return !isAllocated(index);
  /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 524 milliseconds