OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:limitValue
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
enumset.h
29
template<typename T, uint32_t minValue, uint32_t
limitValue
>
33
inline EnumSet(const EnumSet<T,minValue,
limitValue
>& other) : fBools(other.fBools) {}
41
inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<
limitValue
); }
43
inline const EnumSet<T,minValue,
limitValue
>& operator=(const EnumSet<T,minValue,
limitValue
>& other) {
/external/icu/icu4c/source/common/unicode/
enumset.h
30
template<typename T, uint32_t minValue, uint32_t
limitValue
>
34
inline EnumSet(const EnumSet<T,minValue,
limitValue
>& other) : fBools(other.fBools) {}
43
inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<
limitValue
); }
45
inline const EnumSet<T,minValue,
limitValue
>& operator=(const EnumSet<T,minValue,
limitValue
>& other) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp
209
inline void checkNoise(int& noiseValue, int
limitValue
, int newValue)
211
if (noiseValue >=
limitValue
)
213
if (noiseValue >=
limitValue
- 1)
/external/deqp/modules/glshared/
glsShaderLibrary.cpp
983
int
limitValue
;
995
limitValue
= parseIntLiteral(m_curTokenStr.c_str());
998
valueBlock = ShaderCase::CaseRequirement::createLimitRequirement(limitEnum,
limitValue
);
[
all
...]
/external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp
34
//
limitValue
is the maximum perlin noise array index value allowed
36
inline int checkNoise(int noiseValue, int
limitValue
, int newValue) {
40
if (noiseValue >=
limitValue
) {
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 557 milliseconds