HomeSort by relevance Sort by last modified time
    Searched refs:isSmall (Results 1 - 17 of 17) 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()) {
60 if (!isSmall())
87 if (!isSmall())
102 bool isSmall() const { return Set.empty(); }
SmallPtrSet.h 80 if (!isSmall() && NumElements*4 < CurArraySize && CurArraySize > 32)
109 if (isSmall()) {
123 bool isSmall() const { return CurArray == SmallArray; }
SmallVector.h 84 /// isSmall - Return true if this is a smallvector which has not had dynamic
86 bool isSmall() const {
284 if (!this->isSmall())
391 if (!this->isSmall())
714 if (!this->isSmall() && !RHS.isSmall()) {
803 if (!RHS.isSmall()) {
805 if (!this->isSmall()) free(this->begin());
  /external/llvm/lib/Support/
SmallPtrSet.cpp 24 assert(!isSmall() && "Can't shrink a small set!");
38 if (isSmall()) {
75 if (isSmall()) {
135 bool WasSmall = isSmall();
171 if (that.isSmall()) {
192 if (isSmall() && RHS.isSmall())
197 if (RHS.isSmall()) {
198 if (!isSmall())
203 if (isSmall())
    [all...]
  /external/skia/bench/
DisplacementBench.cpp 34 const int w = isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
35 const int h = isSmall() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
50 const int w = isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
51 const int h = isSmall() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
82 inline bool isSmall() const { return fIsSmall; }
98 return isSmall() ? "displacement_zero_small" : "displacement_zero_large";
122 return isSmall() ? "displacement_alpha_small" : "displacement_alpha_large";
146 return isSmall() ? "displacement_full_small" : "displacement_full_large";
ColorFilterBench.cpp 26 return isSmall() ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
57 inline bool isSmall() const { return fIsSmall; }
72 return isSmall() ? "colorfilter_dim_bright_small" : "colorfilter_dim_bright_large";
99 return isSmall() ? "colorfilter_bright_gray_small" : "colorfilter_bright_gray_large";
126 return isSmall() ? "colorfilter_gray_bright_small" : "colorfilter_gray_bright_large";
153 return isSmall() ? "colorfilter_blue_bright_small" : "colorfilter_blue_bright_large";
180 return isSmall() ? "colorfilter_bright_blue_small" : "colorfilter_bright_blue_large";
207 return isSmall() ? "colorfilter_bright_small" : "colorfilter_bright_large";
233 return isSmall() ? "colorfilter_blue_small" : "colorfilter_blue_large";
259 return isSmall() ? "colorfilter_gray_small" : "colorfilter_gray_large"
    [all...]
  /dalvik/vm/arch/x86/
Call386ABI.S 139 jg isSmall
145 isSmall:
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewStateManager.java 197 if (challengeOverlapping && !newCurPage.isSmall()
272 if (frame.isSmall()) {
304 if (!frame.isSmall()) {
310 if (!frame.isSmall()) {
KeyguardWidgetFrame.java 356 public boolean isSmall() {
  /dalvik/vm/alloc/
Heap.cpp 671 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
674 isSmall ? "<" : "",
683 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
686 isSmall ? "<" : "",
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 183 if (mLauncher.getWorkspace().isSmall()) {
Workspace.java     [all...]
FolderIcon.java 125 return !workspace.isSmall();
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 624 return (isSmall() || !isFinishedSwitchingState());
643 if (isSmall() || !isFinishedSwitchingState()) {
694 if (isSmall()) return;
772 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 1145 milliseconds