/prebuilts/clang/host/linux-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/linux-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/ndk/r16/sources/cxx-stl/llvm-libc++/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/vulkan-validation-layers/scripts/ |
mock_icd_generator.py | 61 // TODO: Would like to codegen this but limits aren't in XML 62 static VkPhysicalDeviceLimits SetLimits(VkPhysicalDeviceLimits *limits) { 63 limits->maxImageDimension1D = 4096; 64 limits->maxImageDimension2D = 4096; 65 limits->maxImageDimension3D = 256; 66 limits->maxImageDimensionCube = 4096; 67 limits->maxImageArrayLayers = 256; 68 limits->maxTexelBufferElements = 65536; 69 limits->maxUniformBufferRange = 16384; 70 limits->maxStorageBufferRange = 134217728 [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
Rule.java | 21 * A rule applies for a certain element type and can define any number of limits 29 private List<Limit> limits; field in class:Rule 35 * Creates a new Rule without limits. 39 this.limits = new ArrayList<Limit>(); 96 return limits; 100 * @param limits 103 public void setLimits(final List<Limit> limits) { 104 this.limits = limits; 114 this.limits.add(limit) [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkNullDriver.cpp | 839 props->limits.maxImageDimension1D = 4096; 840 props->limits.maxImageDimension2D = 4096; 841 props->limits.maxImageDimension3D = 256; 842 props->limits.maxImageDimensionCube = 4096; 843 props->limits.maxImageArrayLayers = 256; 844 props->limits.maxTexelBufferElements = 65536; 845 props->limits.maxUniformBufferRange = 16384; 846 props->limits.maxStorageBufferRange = 1u<<27; 847 props->limits.maxPushConstantsSize = 128; 848 props->limits.maxMemoryAllocationCount = 4096 [all...] |
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
assertions.xml | 9 Test upper and lower limits for clnttcp_create() function. Limits are send and receive buffer size
|
/external/syslinux/com32/include/ |
limits.h | 2 * limits.h 37 #include <bitsize/limits.h>
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
cross_op.cc | 50 std::vector<int64> limits; variable 52 limits.push_back(dim_size); 60 limits.back() = 1; 61 auto u1 = b->Slice(in0, starts, limits, strides); 62 auto v1 = b->Slice(in1, starts, limits, strides); 64 limits.back() = 2; 65 auto u2 = b->Slice(in0, starts, limits, strides); 66 auto v2 = b->Slice(in1, starts, limits, strides); 68 limits.back() = 3; 69 auto u3 = b->Slice(in0, starts, limits, strides) [all...] |
/development/samples/browseable/MediaRecorder/ |
_index.jd | 9 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineMultisampleBase.cpp | 48 isImageSizeValid = imageSize.x() <= deviceProperties.limits.maxImageDimension1D; 51 isImageSizeValid = imageSize.x() <= deviceProperties.limits.maxImageDimension1D && 52 imageSize.z() <= deviceProperties.limits.maxImageArrayLayers; 55 isImageSizeValid = imageSize.x() <= deviceProperties.limits.maxImageDimension2D && 56 imageSize.y() <= deviceProperties.limits.maxImageDimension2D; 59 isImageSizeValid = imageSize.x() <= deviceProperties.limits.maxImageDimension2D && 60 imageSize.y() <= deviceProperties.limits.maxImageDimension2D && 61 imageSize.z() <= deviceProperties.limits.maxImageArrayLayers; 64 isImageSizeValid = imageSize.x() <= deviceProperties.limits.maxImageDimensionCube && 65 imageSize.y() <= deviceProperties.limits.maxImageDimensionCube [all...] |
/external/dng_sdk/source/ |
dng_jpeg_memory_source.h | 11 #include <limits>
|
/external/iproute2/include/libiptc/ |
ipt_kernel_headers.h | 6 #include <limits.h>
|
/external/iptables/include/libiptc/ |
ipt_kernel_headers.h | 6 #include <limits.h>
|
/external/iptables/include/linux/netfilter/ |
xt_cgroup.h | 5 #include <linux/limits.h>
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_cgroup.h | 6 #include <linux/limits.h>
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
assertions.xml | 6 Test RPC clntudp_bufcreate() arguments limits
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcfd_create/ |
assertions.xml | 6 Call RPC svcfd_create() function with many arguments to test limits (lower limit and upper limit)
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/ |
assertions.xml | 6 Test TIRPC clnt_dg_create() arguments limits. Arguments will be send and receive buffer size
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/ |
assertions.xml | 6 Test clnt_vc_create() arguments limits. Arguments will be send and receive buffer size
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create/ |
assertions.xml | 6 Test svc_dg_create() bottom level function arguments limits. Arguments are send and receive buffers sizes
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create/ |
assertions.xml | 6 Test svc_vc_create() bottom level function arguments limits. Arguments are send and receive buffers sizes
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/ |
assertions.xml | 6 Limits test for TIRPC clnt_tp_create_timed() arguments
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/ |
assertions.xml | 6 Test TIRPC clnt_create_function() arguments. This aims to test arguments limits (lower limit)
|
/external/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/ |
assertions.xml | 3 TIMER_MAX in limits.h defines the maximum number of processes that
|