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

  /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; }
301 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/icu/icu4c/source/common/
utrie.h 562 UBool isAllocated, isDataAllocated;
  /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);
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 209 static bool isAllocated(int index);
380 inline bool Overlay::PipeBook::isAllocated(int index) {
385 return !isAllocated(index);
  /hardware/qcom/display/msm8909/liboverlay/
overlay.h 215 static bool isAllocated(int index);
392 inline bool Overlay::PipeBook::isAllocated(int index) {
397 return !isAllocated(index);
  /hardware/qcom/display/msm8994/liboverlay/
overlay.h 223 static bool isAllocated(int index);
412 inline bool Overlay::PipeBook::isAllocated(int index) {
417 return !isAllocated(index);
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 287 /// isAllocated - Return true if the specified register (or an alias) is
289 bool isAllocated(unsigned Reg) const {
333 if (!isAllocated(Regs[i]))
342 if (isAllocated(Reg)) return 0;
349 if (isAllocated(Reg)) return 0;
381 if (isAllocated(Regs[StartIdx + BlockIdx])) {
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 76 bool isAllocated() const { return K == Allocated; }
424 inline bool isAllocated(const RefState *S, const RefState *SPrev,
428 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) &&
429 (!SPrev || !(SPrev->isAllocated() ||
456 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) &&
457 (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 1942 milliseconds