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

  /dalvik/vm/arch/x86/
Call386ABI.S 139 jg isSmall
145 isSmall:
  /external/llvm/include/llvm/ADT/
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; }
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...]
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/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/alloc/
Heap.cpp 671 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
674 isSmall ? "<" : "",
683 bool isSmall = numBytesFreed > 0 && numBytesFreed < 1024;
686 isSmall ? "<" : "",
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java 356 public boolean isSmall() {
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 1503 milliseconds