/external/chromium/net/base/ |
cookie_monster.cc | 317 // Helper for GarbageCollection. If |cookie_its->size() > num_max|, remove the 318 // |num_max - num_purge| most recently accessed cookies from cookie_its. 325 // than num_max), true otherwise. 327 size_t num_max, 331 DCHECK_LE(num_purge, num_max); 332 if (cookie_its->size() > num_max) { 335 num_purge += cookie_its->size() - num_max; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 239 unsigned int num_min, num_max, num_step; member in struct:snd_ratden [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 239 unsigned int num_min, num_max, num_step; member in struct:snd_ratden [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 437 Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); /*proto*/ [all...] |
qavltree.c | 459 Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); /*proto*/ [all...] |
qbintree.c | 459 Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); /*proto*/ [all...] |
qrbtree.c | 459 Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); /*proto*/ [all...] |