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

1 2 3 4 5 6 7 8 910

  /external/clang/lib/Rewrite/
RewriteRope.cpp 156 bool isFull() const { return NumPieces == 2*WidthFactor; }
278 if (!isFull()) {
414 bool isFull() const { return NumChildren == 2*WidthFactor; }
529 if (!isFull()) {
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?");
  /external/apache-http/src/org/apache/http/util/
ByteArrayBuffer.java 163 public boolean isFull() {
CharArrayBuffer.java 207 public boolean isFull() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 132 /*package*/ boolean isFull() {
  /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() {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/util/
ByteArrayBuffer.java 152 public boolean isFull() {
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
BitmapPoolTest.java 59 assertTrue(pool.isFull(width, height));
67 assertFalse(pool.isFull(IMAGE_DIM, IMAGE_DIM));
  /system/core/libutils/include/utils/
BitSet.h 57 inline bool isFull() const { return isFull(value); }
59 static inline bool isFull(uint32_t value) { return value == 0xffffffffUL; }
199 inline bool isFull() const { return isFull(value); }
201 static inline bool isFull(uint64_t value) { return value == 0xffffffffffffffffULL; }
  /external/guava/guava/src/com/google/common/collect/
DenseImmutableTable.java 97 private boolean isFull() {
109 return isFull() ? keyToIndex().keySet() : super.createKeySet();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BitmapPool.java 353 public boolean isFull(final int width, final int height) {
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
TestCaseRunEntity.java 93 public boolean isFull() {
120 if (isFull())
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 220 isFull() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PagedTileLayout.java 217 if (mPages.get(index).isFull()) {
391 public boolean isFull() {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 96 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); }
103 /// Adds another mass, saturating at \a isFull() rather than overflowing.
134 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java     [all...]

Completed in 2520 milliseconds

1 2 3 4 5 6 7 8 910