Searched
full:limits (Results
376 -
400 of
7158) sorted by null
<<11121314151617181920>>
/external/honggfuzz/libcommon/ |
common.h | 29 #include <limits.h>
|
/external/honggfuzz/linux/ |
bfd.h | 28 #include <limits.h>
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
BasicPeriodFormatterFactory.java | 94 * Set whether limits will be displayed. 96 * @param display true if limits will be displayed 106 * Return true if limits will be displayed. 108 * @return true if limits will be displayed
|
PeriodFormatter.java | 38 * using data for a new locale. Some locales impose limits on the
|
/external/icu/icu4c/source/layoutex/layout/ |
RunArrays.h | 57 * @param limits is an array of limit indices. This array must remain 64 inline RunArray(const le_int32 *limits, le_int32 count); 236 inline RunArray::RunArray(const le_int32 *limits, le_int32 count) 237 : UObject(), fClientArrays(TRUE), fLimits(limits), fCount(count), fCapacity(count) 283 * @param limits is the address of an array of limit indices. This array must remain valid until 290 inline FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count); 397 inline FontRuns::FontRuns(const LEFontInstance **fonts, const le_int32 *limits, le_int32 count) 398 : RunArray(limits, count), fFonts(fonts) 420 * @param limits is the address of an array of limit indices. This array must remain valid until the 427 inline LocaleRuns(const Locale **locales, const le_int32 *limits, le_int32 count) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
BasicPeriodFormatterFactory.java | 92 * Set whether limits will be displayed. 94 * @param display true if limits will be displayed 104 * Return true if limits will be displayed. 106 * @return true if limits will be displayed
|
PeriodFormatter.java | 36 * using data for a new locale. Some locales impose limits on the
|
/external/iproute2/netem/ |
normal.c | 9 #include <limits.h>
|
/external/jemalloc/include/jemalloc/internal/ |
jemalloc_internal_decls.h | 35 #include <limits.h>
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
resource.h | 25 * SuS says limits have to be unsigned.
|
/external/kernel-headers/original/uapi/linux/ |
netfilter_decnet.h | 16 #include <limits.h> /* for INT_MIN, INT_MAX */
|
/external/libcxx/include/ |
climits | 42 #include <limits.h>
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ |
param_assign.pass.cpp | 17 #include <limits>
|
param_copy.pass.cpp | 17 #include <limits>
|
param_ctor.pass.cpp | 17 #include <limits>
|
param_eq.pass.cpp | 17 #include <limits>
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ |
param_assign.pass.cpp | 18 #include <limits>
|
param_copy.pass.cpp | 18 #include <limits>
|
param_eq.pass.cpp | 18 #include <limits>
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ |
param_assign.pass.cpp | 18 #include <limits>
|
param_copy.pass.cpp | 18 #include <limits>
|
param_ctor.pass.cpp | 18 #include <limits>
|
param_eq.pass.cpp | 18 #include <limits>
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ |
param_assign.pass.cpp | 18 #include <limits>
|
param_copy.pass.cpp | 18 #include <limits>
|
Completed in 991 milliseconds
<<11121314151617181920>>