/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
limits.hpp | 2 // detail/limits.hpp 17 # include <limits>
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
syslimits.h | 1 /* syslimits.h stands for the system's own limits.h file. 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
syslimits.h | 1 /* syslimits.h stands for the system's own limits.h file. 6 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/ |
vkjson.cc | 29 #include <limits> 77 inline bool Iterate(Visitor* visitor, VkPhysicalDeviceLimits* limits) { 79 visitor->Visit("maxImageDimension1D", &limits->maxImageDimension1D) && 80 visitor->Visit("maxImageDimension2D", &limits->maxImageDimension2D) && 81 visitor->Visit("maxImageDimension3D", &limits->maxImageDimension3D) && 82 visitor->Visit("maxImageDimensionCube", &limits->maxImageDimensionCube) && 83 visitor->Visit("maxImageArrayLayers", &limits->maxImageArrayLayers) && 84 visitor->Visit("maxTexelBufferElements", &limits->maxTexelBufferElements) && 85 visitor->Visit("maxUniformBufferRange", &limits->maxUniformBufferRange) && 86 visitor->Visit("maxStorageBufferRange", &limits->maxStorageBufferRange) & [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
syslimits.h | 6 /* syslimits.h stands for the system's own limits.h file. 11 #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */ 12 #include_next <limits.h>
|
/dalvik/dx/tests/099-dex-core-library-error/ |
info.txt | 3 javax packages are considered to be off-limits.)
|
/prebuilts/jdk/jdk9/darwin-x86/conf/security/policy/unlimited/ |
default_local.policy | 1 // Country-specific policy file for countries with no limits on crypto strength.
|
/prebuilts/jdk/jdk9/linux-x86/conf/security/policy/unlimited/ |
default_local.policy | 1 // Country-specific policy file for countries with no limits on crypto strength.
|
/libcore/luni/src/test/java/libcore/java/text/ |
ChoiceFormatTest.java | 11 * Limits for {@link ChoiceFormat}, will be modified by some tests to ensure that ChoiceFormat 14 private final double[] limits = new double[] { 0, 1, 2, 3, 4 }; field in class:ChoiceFormatTest 23 ChoiceFormat format = new ChoiceFormat(limits, formats); 32 // Change the limits. 33 format.setChoices(limits, formats); 46 // Change the limits array and make sure that it doesn't affect the ChoiceFormat. 47 limits[2] = 1.2; 48 assertEquals("ChoiceFormat doesn't make defensive copies of limits array", 53 ChoiceFormat format = new ChoiceFormat(limits, formats); 56 // Get the limits array, change the contents and make sure it doesn't affect the behavio [all...] |
/external/libchrome/base/process/ |
process_metrics_posix.cc | 7 #include <limits.h> 63 struct rlimit limits; local 64 if (getrlimit(RLIMIT_NOFILE, &limits) == 0) { 66 if (limits.rlim_max > 0 && limits.rlim_max < max_descriptors) { 67 new_limit = limits.rlim_max; 69 limits.rlim_cur = new_limit; 70 if (setrlimit(RLIMIT_NOFILE, &limits) != 0) {
|
/external/libcxx/include/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/external/skia/src/core/ |
SkColorLookUpTable.cpp | 12 SkColorLookUpTable::SkColorLookUpTable(uint8_t inputChannels, const uint8_t limits[]) { 15 memcpy(fLimits, limits, fInputChannels * sizeof(uint8_t));
|
/external/skqp/src/core/ |
SkColorLookUpTable.cpp | 12 SkColorLookUpTable::SkColorLookUpTable(uint8_t inputChannels, const uint8_t limits[]) { 15 memcpy(fLimits, limits, fInputChannels * sizeof(uint8_t));
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ |
limits.h | 2 //===--------------------------- limits.h ---------------------------------===// 15 limits.h synopsis 48 #include_next <limits.h> 50 // GCC header limits.h recursively includes itself through another header called 52 // #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, 55 // Get the system limits.h defines (force recurse into the next level) 58 #include_next <limits.h> 62 #include_next <limits.h>
|