HomeSort by relevance Sort by last modified time
    Searched refs:isAllocated (Results 1 - 22 of 22) 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/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
  /frameworks/base/include/androidfw/
Asset.h 110 virtual bool isAllocated(void) const { return false; }
258 virtual bool isAllocated(void) const { return mBuf != NULL; }
314 virtual bool isAllocated(void) const { return mBuf != NULL; }
  /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/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/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 77 int isAllocated;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java 111 boolean isAllocated() {
BackingStore.java 666 if (mTexture.isAllocated()) {
677 if (!mTexture.isAllocated()) {
  /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/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 383 input->isAllocated = ANTLR3_TRUE;
466 input->isAllocated = ANTLR3_FALSE;
antlr3inputstream.c 222 if (input->isAllocated && input->data != NULL)
290 input->isAllocated = ANTLR3_FALSE;
    [all...]
  /frameworks/base/native/android/
asset_manager.cpp 235 return asset->mAsset->isAllocated() ? 1 : 0;
  /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/icu/icu4c/source/common/
utrie.h 562 UBool isAllocated, isDataAllocated;
utrie.cpp 69 trie->isAllocated= (UBool)(fillIn==NULL);
157 if(trie->isAllocated) {
    [all...]
  /frameworks/base/libs/androidfw/
Asset.cpp 108 if (cur->isAllocated()) {
  /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 
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 915 milliseconds