HomeSort by relevance Sort by last modified time
    Searched refs:isFree (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/native/libs/gui/
BufferSlot.cpp 28 if (isFree()) {
BufferQueueCore.cpp 348 if (!mSlots[slot].mBufferState.isFree()) {
370 if (!mSlots[slot].mBufferState.isFree()) {
393 if (!mSlots[slot].mBufferState.isFree()) {
416 if (mSlots[slot].mBufferState.isFree() &&
BufferQueueConsumer.cpp 160 mSlots[front->mSlot].mBufferState.isFree()) {
451 if (!mCore->mSharedBufferMode && mSlots[slot].mBufferState.isFree()) {
BufferHubProducer.cpp 204 LOG_ALWAYS_FATAL_IF((!buffers_[slot].mBufferState.isFree() &&
BufferQueueProducer.cpp     [all...]
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
FileUseMap.java 105 if (entry.isFree()) {
119 if (entry.isFree()) {
134 Preconditions.checkArgument(!entry.isFree(), "entry.isFree()");
137 Verify.verify(container.isFree(), "!container.isFree()");
154 Preconditions.checkArgument(!entry.isFree(), "entry.isFree()");
215 Preconditions.checkArgument(container.isFree(), "!container.isFree()");
    [all...]
FileUseMapEntry.java 140 boolean isFree() {
ZFile.java 636 if (!found.isFree() || found.getEnd() < end) {
637 if (found.isFree()) {
639 Verify.verify(found != null && !found.isFree());
    [all...]
  /frameworks/native/libs/gui/include/gui/
BufferSlot.h 87 inline bool isFree() const {
  /external/gptfdisk/
gpt.cc     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
heapdump.go 467 if s.isFree(freeIndex) {
mbitmap.go 266 // isFree returns whether the index'th object in s is unallocated.
267 func (s *mspan) isFree(index uintptr) bool {
    [all...]
mgcmark.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
heapdump.go 467 if s.isFree(freeIndex) {
mbitmap.go 266 // isFree returns whether the index'th object in s is unallocated.
267 func (s *mspan) isFree(index uintptr) bool {
    [all...]
mgcmark.go     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.3/
haha-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
trove4j-20160824.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0/
builder-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-alpha5/
builder-2.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-alpha7/
builder-2.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-alpha9/
builder-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-beta2/
builder-2.0.0-beta2.jar 

Completed in 482 milliseconds

1 2