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

1 2 3

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 58 while (!isFull()) {
77 if (mValues == null || isFull()) {
81 if (isFull()) {
91 private boolean isFull() {
  /system/core/include/utils/
BitSet.h 55 inline bool isFull() const { return isFull(value); }
57 static inline bool isFull(uint32_t value) { return value == 0xffffffffUL; }
197 inline bool isFull() const { return isFull(value); }
199 static inline bool isFull(uint64_t value) { return value == 0xffffffffffffffffULL; }
  /external/valgrind/main/memcheck/tests/
deep_templates.cpp 20 int isFull() const { return top == size - 1; }
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionOutputBuffer.java 131 if (this.buffer.isFull()) {
160 if (this.buffer.isFull()) {
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 90 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; }
203 if (!isFull()) {
232 if (!isFull()) {
294 assert(isFull() && "Why split a non-full node?");
RewriteRope.cpp 156 bool isFull() const { return NumPieces == 2*WidthFactor; }
278 if (!isFull()) {
412 bool isFull() const { return NumChildren == 2*WidthFactor; }
527 if (!isFull()) {
  /external/apache-http/src/org/apache/http/util/
ByteArrayBuffer.java 158 public boolean isFull() {
CharArrayBuffer.java 202 public boolean isFull() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 169 isFull() {
CdmaCallTracker.java 360 && !mBackgroundCall.isFull()
361 && !mForegroundCall.isFull();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 171 isFull() {
GsmCallTracker.java 312 && !mBackgroundCall.isFull()
313 && !mForegroundCall.isFull();
    [all...]
  /system/core/libutils/tests/
BitSet_test.cpp 133 EXPECT_TRUE(b1.isFull());
255 EXPECT_TRUE(b1.isFull());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 162 isFull() {
ImsPhoneCallTracker.java 541 && !mBackgroundCall.isFull()
542 && !mForegroundCall.isFull();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 507 !isFull());
790 public boolean isFull() {
    [all...]
FolderIcon.java 296 !mFolder.isFull() && item != mInfo && !mInfo.opened);
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 30 if (isFull())
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 627 !isFull());
    [all...]
FolderIcon.java 327 !mFolder.isFull() && item != mInfo && !mInfo.opened);
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 68 bool isFull() const { return Mass == UINT64_MAX; }
75 /// Adds another mass, saturating at \a isFull() rather than overflowing.
106 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 

Completed in 1834 milliseconds

1 2 3