/external/chromium_org/base/metrics/ |
sample_map_unittest.cc | 67 HistogramBase::Sample max; local 70 it->Get(&min, &max, &count); 72 EXPECT_EQ(2, max); 77 it->Get(&min, &max, &count); 79 EXPECT_EQ(3, max); 83 it->Get(&min, &max, &count); 85 EXPECT_EQ(5, max); 89 it->Get(&min, &max, &count); 91 EXPECT_EQ(6, max); 108 HistogramBase::Sample max; local [all...] |
sample_vector_unittest.cc | 192 HistogramBase::Sample max; local 194 it.Get(&min, &max, &count); 196 EXPECT_EQ(1, max); 202 it.Get(&min, &max, &count); 204 EXPECT_EQ(3, max); 222 it2->Get(&min, &max, &count); 224 EXPECT_EQ(i + 1, max); 250 HistogramBase::Sample max; local 252 EXPECT_DEATH(it->Get(&min, &max, &count), "");
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
getdents_helper.cc | 76 size_t max = dirents_.size() * sizeof(dirent); local 77 if (offs >= max) { 82 if (offs + size >= max) 83 size = max - offs;
|
/external/chromium_org/third_party/skia/src/core/ |
SkAlphaRuns.cpp | 29 int max = (y + 1) * maxStep - (y == maxStep - 1); local 35 SkASSERT(*alpha <= max);
|
/external/chromium_org/third_party/skia/src/views/unix/ |
keysym2ucs.c | 821 int max = sizeof(keysymtab) \/ sizeof(struct codepair) - 1; local [all...] |
/external/dropbear/libtommath/ |
bn_s_mp_sub.c | 22 int olduse, res, min, max; local 26 max = a->used; 29 if (c->alloc < max) { 30 if ((res = mp_grow (c, max)) != MP_OKAY) { 35 c->used = max; 64 for (; i < max; i++) {
|
/external/eigen/Eigen/src/plugins/ |
ArrayCwiseBinaryOps.h | 28 * \sa max() 34 * \sa max() 42 /** \returns an expression of the coefficient-wise max of \c *this and \a other 49 EIGEN_MAKE_CWISE_BINARY_OP(max,internal::scalar_max_op) 51 /** \returns an expression of the coefficient-wise max of \c *this and scalar \a other 56 (max)(const Scalar &other) const function 58 return (max)(Derived::PlainObject::Constant(rows(), cols(), other));
|
/external/eigen/doc/examples/ |
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp | 16 float max = m.maxCoeff(&maxRow, &maxCol); local 22 cout << "Max: " << max << ", at: " <<
|
/external/skia/src/core/ |
SkAlphaRuns.cpp | 29 int max = (y + 1) * maxStep - (y == maxStep - 1); local 35 SkASSERT(*alpha <= max);
|
/external/skia/src/views/unix/ |
keysym2ucs.c | 821 int max = sizeof(keysymtab) \/ sizeof(struct codepair) - 1; local [all...] |
/external/tremolo/Tremolo/ |
os.h | 78 #ifndef max 79 # define max(x,y) ((x)<(y)?(y):(x)) macro
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
gmed_n.cpp | 131 Word16 max; 143 max = -32767; 146 if (sub (tmp2[j], max) >= 0) 148 max = tmp2[j]; 189 register Word16 max; local 201 max = -32767; 204 if (*(tmp2 + j) >= max) 206 max = *(tmp2 + j);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cor_h_x2.cpp | 173 Word32 s, y32[L_CODE], max, tot; 181 max = 0; 191 if (L_sub (s, max) > (Word32) 0L) 192 max = s; 194 tot = L_add (tot, L_shr (max, 1)); 244 Word32 max; local 252 max = 0; 266 if (s > max) 268 max = s; 271 tot = (tot + (max >> 1)) [all...] |
/frameworks/ex/variablespeed/jni/ |
macros.h | 26 inline float max(float a, float b) { function
|
/libcore/luni/src/test/java/libcore/java/lang/ |
IntegerTest.java | 23 final int max = Integer.MAX_VALUE; local 24 assertTrue(Integer.compare(max, max) == 0); 27 assertTrue(Integer.compare(max, zero) > 0); 28 assertTrue(Integer.compare(max, min) > 0); 29 assertTrue(Integer.compare(zero, max) < 0); 32 assertTrue(Integer.compare(min, max) < 0);
|
LongTest.java | 23 final long max = Long.MAX_VALUE; local 24 assertTrue(Long.compare(max, max) == 0); 27 assertTrue(Long.compare(max, zero) > 0); 28 assertTrue(Long.compare(max, min) > 0); 29 assertTrue(Long.compare(zero, max) < 0); 32 assertTrue(Long.compare(min, max) < 0);
|
ShortTest.java | 23 final short max = Short.MAX_VALUE; local 24 assertTrue(Short.compare(max, max) == 0); 27 assertTrue(Short.compare(max, zero) > 0); 28 assertTrue(Short.compare(max, min) > 0); 29 assertTrue(Short.compare(zero, max) < 0); 32 assertTrue(Short.compare(min, max) < 0);
|
/system/core/toolbox/ |
id.c | 33 int n, max; local 36 max = getgroups(64, list); 37 if (max < 0) max = 0; 43 if (max) { 46 for(n = 1; n < max; n++) {
|
/art/test/053-wait-some/src/ |
Main.java | 66 long max = delay + epsilon; local 71 } else if (elapsed > max) { 73 + "elapsed=" + elapsed + " max=" + max);
|
/bionic/libc/stdlib/ |
atexit.h | 38 int max; /* max entries >= ATEXIT_SIZE */ member in struct:atexit
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
AspectRatioTest.java | 62 int max = Math.max(metrics.widthPixels, metrics.heightPixels); local 64 return (double) max / min;
|
/dalvik/libdex/ |
DexCatch.cpp | 54 // Note: Signed type is important for max and min. 56 int max = triesSize - 1; local 58 while (max >= min) { 59 int guess = (min + max) >> 1; 64 max = guess - 1;
|
DexDataMap.cpp | 51 map->max = maxCount; 76 assert(map->count < map->max); 97 // Note: Signed type is important for max and min. 99 int max = map->count - 1; local 102 while (max >= min) { 103 int guessIdx = (min + max) >> 1; 107 max = guessIdx - 1;
|
/dalvik/tests/053-wait-some/src/ |
Main.java | 52 long max = delay + epsilon; local 57 } else if (elapsed > max) { 59 + "elapsed=" + elapsed + " max=" + max);
|
/dalvik/vm/alloc/ |
HeapBitmap.h | 68 * to a set bit. If there are no bits set, (max < base). 70 uintptr_t max; member in struct:HeapBitmap 123 * The callback is not permitted to increase the max of either bitmap. 126 uintptr_t base, uintptr_t max,
|