Searched
full:limits (Results
651 -
675 of
7158) sorted by null
<<21222324252627282930>>
/external/icu/icu4c/source/i18n/ |
choicfmt.cpp | 89 ChoiceFormat::ChoiceFormat(const double* limits, 95 setChoices(limits, NULL, formats, cnt, constructorErrorCode); 100 ChoiceFormat::ChoiceFormat(const double* limits, 107 setChoices(limits, closures, formats, cnt, constructorErrorCode); 255 ChoiceFormat::setChoices( const double* limits, 260 setChoices(limits, NULL, formats, cnt, errorCode); 266 ChoiceFormat::setChoices( const double* limits, 272 setChoices(limits, closures, formats, cnt, errorCode); 276 ChoiceFormat::setChoices(const double* limits, 284 if (limits == NULL || formats == NULL) [all...] |
/build/soong/zip/ |
rate_limit.go | 116 // A CPURateLimiter limits the number of active calls based on CPU requirements 141 // A MemoryRateLimiter limits the number of active calls based on Memory requirements
|
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/ |
limits.h | 1 /* $NetBSD: limits.h,v 1.9 2008/08/29 19:08:29 matt Exp $ */
31 * from: @(#)limits.h 7.2 (Berkeley) 6/28/90
|
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/ |
limits.h | 1 /* $NetBSD: limits.h,v 1.9 2008/08/29 19:08:29 matt Exp $ */
31 * from: @(#)limits.h 7.2 (Berkeley) 6/28/90
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
resource.h | 83 * Resource limits
97 #define RLIM_NLIMITS 10 /* number of resource limits */
|
uio.h | 93 * Limits
95 /* Deprecated: use IOV_MAX from <limits.h> instead. */
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/ |
int_lib.h | 74 # include <machine/limits.h>
79 # include <limits.h>
|
/external/arm-neon-tests/ |
ref_vqshrun_n.c | 75 /* Fill input vector with negative values, to check saturation on limits */ 90 /* Fill input vector with max value, to check saturation on limits */
|
/external/autotest/client/site_tests/platform_OSLimits/ |
control | 9 Fail if we find unexpected values for resource limits: 34 Verifies various system level limits and settings.
|
/external/bsdiff/ |
extents.cc | 9 #include <limits.h> 14 #include <limits>
|
/external/compiler-rt/lib/builtins/ |
int_lib.h | 58 # include <machine/limits.h> 63 # include <limits.h>
|
/external/compiler-rt/test/tsan/ |
allocator_returns_null.cc | 13 #include <limits.h> 18 #include <limits>
|
/external/deqp/doc/testspecs/GLES31/ |
functional.fbo.no_attachments.txt | 30 + Limits 57 including the required maximum and implementation reported limits
|
/external/icu/icu4c/source/layoutex/ |
RunArrays.cpp | 69 le_int32 *limits = (le_int32 *) fLimits; local 71 limits[index] = limit;
|
/external/jacoco/org.jacoco.examples/build/ |
pom-it.xml | 80 <limits> 87 </limits>
|
/external/libcxx/test/libcxx/ |
double_include.sh.cpp | 79 #include <limits> 80 #include <limits.h>
|
/external/libcxx/test/std/utilities/template.bitset/bitset.members/ |
to_ulong.pass.cpp | 15 #include <limits> 46 assert(v.to_ulong() == (val & mask)); // we shouldn't return bit patterns from outside the limits of the bitset.
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
reverse-memcheck-bounds.ll | 53 ; the interval limits. 59 ; Here it is not obvious what the limits are, since 'step' could be negative.
|
/external/ltp/utils/ffsb-6.0-rc2/ |
config.h.in | 21 /* Define to 1 if you have the <limits.h> header file. */ 63 /* Define to 1 if you have the <sys/limits.h> header file. */
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_vertprog.h | 29 #define R200_VPI_OUT_REG_INDEX_MASK (31 << 13) /* GUESS based on fglrx native limits */ 43 #define R200_VPI_IN_REG_INDEX_MASK (255 << 5) /* GUESS based on fglrx native limits */
|
/external/nanopb-c/tests/alltypes/ |
alltypes.proto | 16 message Limits { 105 required Limits req_limits = 98;
|
/external/nanopb-c/tests/field_size_16/ |
alltypes.proto | 16 message Limits { 105 required Limits req_limits = 98;
|
/external/nanopb-c/tests/field_size_32/ |
alltypes.proto | 16 message Limits { 105 required Limits req_limits = 98;
|
/external/python/cpython3/Include/ |
Python.h | 11 #include <limits.h> 14 #error "Something's broken. UCHAR_MAX should be defined in limits.h."
|
/external/selinux/libselinux/utils/ |
matchpathcon.c | 7 #include <limits.h> 11 #include <limits.h>
|
Completed in 1322 milliseconds
<<21222324252627282930>>