OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSmall
(Results
1 - 10
of
10
) 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 = this->
isSmall
() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
35
const int h = this->
isSmall
() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
50
const int w = this->
isSmall
() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
51
const int h = this->
isSmall
() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
83
inline bool
isSmall
() const { return fIsSmall; }
99
return this->
isSmall
() ? "displacement_zero_small" : "displacement_zero_large";
126
return
isSmall
() ? "displacement_alpha_small" : "displacement_alpha_large";
152
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";
102
return
isSmall
() ? "colorfilter_bright_gray_small" : "colorfilter_bright_gray_large";
129
return
isSmall
() ? "colorfilter_gray_bright_small" : "colorfilter_gray_bright_large";
156
return
isSmall
() ? "colorfilter_blue_bright_small" : "colorfilter_blue_bright_large";
183
return
isSmall
() ? "colorfilter_bright_blue_small" : "colorfilter_bright_blue_large";
210
return
isSmall
() ? "colorfilter_bright_small" : "colorfilter_bright_large";
236
return
isSmall
() ? "colorfilter_blue_small" : "colorfilter_blue_large";
262
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
() {
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
Completed in 236 milliseconds