HomeSort by relevance Sort by last modified time
    Searched refs:isSmall (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/ADT/
SmallBitVector.h 84 bool isSmall() const {
89 assert(!isSmall());
101 assert(!isSmall() && "Tried to use an unaligned pointer");
107 assert(isSmall());
112 assert(isSmall());
150 if (RHS.isSmall())
163 if (!isSmall())
169 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
174 return isSmall() ? getSmallSize() : getPointer()->size();
179 if (isSmall()) {
    [all...]
SmallSet.h 44 return isSmall() ? Vector.size() : Set.size();
49 if (isSmall()) {
59 if (!isSmall())
86 if (!isSmall())
101 bool isSmall() const { return Set.empty(); }
SmallPtrSet.h 85 if (!isSmall() && NumElements*4 < CurArraySize && CurArraySize > 32)
114 if (isSmall()) {
128 bool isSmall() const { return CurArray == SmallArray; }
SmallVector.h 83 /// isSmall - Return true if this is a smallvector which has not had dynamic
85 bool isSmall() const {
282 if (!this->isSmall())
389 if (!this->isSmall())
712 if (!this->isSmall() && !RHS.isSmall()) {
801 if (!RHS.isSmall()) {
803 if (!this->isSmall()) free(this->begin());
  /external/llvm/lib/Support/
SmallPtrSet.cpp 24 assert(!isSmall() && "Can't shrink a small set!");
42 if (isSmall()) {
79 if (isSmall()) {
139 bool WasSmall = isSmall();
179 if (that.isSmall()) {
200 if (isSmall() && RHS.isSmall())
205 if (RHS.isSmall()) {
206 if (!isSmall())
211 if (isSmall())
    [all...]
  /dalvik/vm/arch/x86/
Call386ABI.S 139 jg isSmall
145 isSmall:
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewStateManager.java 161 if (challengeOverlapping && !newCurPage.isSmall()
224 if (frame.isSmall()) {
256 if (!frame.isSmall()) {
262 if (!frame.isSmall()) {
KeyguardWidgetFrame.java 362 public boolean isSmall() {
  /dalvik/vm/alloc/
Heap.cpp 670 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
673 isSmall ? "<" : "",
682 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
685 isSmall ? "<" : "",
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 625 return (isSmall() || !isFinishedSwitchingState());
644 if (isSmall() || !isFinishedSwitchingState()) {
695 if (isSmall()) return;
773 if (isSmall()) {
    [all...]
FolderIcon.java 120 return !workspace.isSmall();
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 896 milliseconds