/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/ |
D | cthread_windows.c | 14 int i, max; in addThread() local 23 doAdd(int max, int nthread) in doAdd() 43 int i, max; in goDummyCallbackThread() local 52 callGoInCThread(int max) in callGoInCThread()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/inspector2/src/main/resources/codegen-resources/ |
H A D | service-2.json | 1129 "max":12, number 1136 "max":10, number 1142 "max":100, number 1183 "max":100, number 1389 "max":1, number 1394 "max":1011, number 1733 "max":10, number 1785 "max":100, number 1852 "max":128, number 1857 "max":8, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesisvideosignaling/src/main/resources/codegen-resources/ |
H A D | service-2.json | 52 "max":10000, number 57 "max":256, number 148 "max":10000, number 163 "max":256, number 169 "max":1024, number 228 "max":86400, number 233 "max":256, number 242 "max":256, number
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
H A D | UnivariateRealSolver.java | 79 double solve(double min, double max) throws ConvergenceException, FunctionEvaluationException; in solve() 100 double solve(UnivariateRealFunction f, double min, double max) in solve() 122 double solve(double min, double max, double startValue) in solve() 145 double solve(UnivariateRealFunction f, double min, double max, double startValue) in solve()
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_convolve_avx2.c | 304 const __m256i max = _mm256_max_epi32(a0, a1); in filter_8x1_pixels() local 343 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d8_h8_avx2() local 370 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d16_h8_avx2() local 463 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d8_h2_avx2() local 489 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d16_h2_avx2() local 572 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d8_v8_avx2() local 699 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d16_v8_avx2() local 743 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d16_v2_avx2() local 801 const __m128i max = _mm_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d8_v2_avx2() local 883 const __m256i max = _mm256_set1_epi16((1 << bd) - 1); in vpx_highbd_filter_block1d8_h8_avg_avx2() local [all …]
|
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/ |
H A D | Histogram.java | 29 static public Histogram createCounts(String name, int min, int max, int bucketCount) { in createCounts() 33 static public Histogram createEnumeration(String name, int max) { in createEnumeration() 41 private static native long nativeCreateCounts(String name, int min, int max, int bucketCount); in nativeCreateCounts() 42 private static native long nativeCreateEnumeration(String name, int max); in nativeCreateEnumeration()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/acmpca/src/main/resources/codegen-resources/ |
H A D | api-2.json | 295 "max":200, number 301 "max":36, number 374 "max":32768, number 380 "max":2097152, number 458 "max":32768, number 505 "max":64, number 564 "max":36, number 583 "max":5000, number 712 "max":1000, number 717 "max":500, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/sagemaker/src/main/resources/codegen-resources/ |
H A D | service-2.json | 3916 "max":256, number 3922 "max":12, number 3928 "max":256, number 4062 "max":3 number 4105 "max":15, number 4173 "max":50, number 4189 "max":10, number 4194 "max":255, number 4200 "max":2048, number 4206 "max":255, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ssm/src/main/resources/codegen-resources/ |
H A D | service-2.json | 2212 "max":20 number 2236 "max":50, number 2287 "max":250, number 2292 "max":256, number 2332 "max":10 number 2364 "max":1, number 2369 "max":255, number 2394 "max":1, number 2399 "max":1024, number 2413 "max":360, number [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | Incrementor.java | 55 public Incrementor(int max) { in Incrementor() 73 public Incrementor(int max, MaxCountExceededCallback cb) throws NullArgumentException { in Incrementor() 87 public void setMaximalCount(int max) { in setMaximalCount() 198 public void setMaximalCount(int max) { in wrap()
|
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarHvacManagerTest.java | 136 int max = property.getMaxValue(areaId) == null ? 0 : property.getMaxValue(areaId); in checkIntMinMax() local 141 int max = property.getMaxValue() == null ? 0 : property.getMinValue(); in checkIntMinMax() local 162 float max = in checkFloatMinMax() local 168 float max = property.getMaxValue() == null ? 0f : property.getMinValue(); in checkFloatMinMax() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/ |
D | pool_resource.cpp | 78 for(std::size_t i = 0, max = blocks_per_chunk; i != max; ++i){ in replenish() local 105 void pool_resource::priv_limit_option(std::size_t &val, std::size_t min, std::size_t max) //static in priv_limit_option() 152 for(std::size_t i = 0, max = num_pools; i != max; ++i){ in priv_init_pools() local 183 for(std::size_t i = 0, max = m_pool_count; i != max; ++i){ in ~pool_resource() local 194 for(std::size_t i = 0, max = m_pool_count; i != max; ++i) in release() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/evidently/src/main/resources/codegen-resources/ |
H A D | service-2.json | 703 "max":2048, number 1031 "max":255, number 1037 "max":512, number 1155 "max":160, number 1166 "max":100800, number 1171 "max":512, number 1179 "max":2500, number 1185 "max":64, number 1190 "max":1024, number 1273 "max":20, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ivsrealtime/src/main/resources/codegen-resources/ |
H A D | service-2.json | 509 "max":128, number 516 "max":8500000, number 521 "max":128, number 587 "max":128, number 593 "max":64, number 885 "max":2, number 890 "max":128, number 907 "max":2, number 950 "max":2, number 955 "max":128, number [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Constraints.cpp | 28 std::optional<int64_t> max) { in sym_constrain_range() 57 std::optional<int64_t> max, in _functional_sym_constrain_range() 63 …strain_range_for_size(const Scalar& size, std::optional<int64_t> min, std::optional<int64_t> max) { in sym_constrain_range_for_size() 74 std::optional<int64_t> max, in _functional_sym_constrain_range_for_size()
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/ |
H A D | TimestampFactory.kt | 22 private val max by lazy { in <lambda>() constant 28 fun max(): Timestamp = max in min() method in android.tools.TimestampFactory
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/DisplayUtils/src/com/android/settingslib/display/ |
H A D | BrightnessUtils.java | 55 public static final int convertGammaToLinear(int val, int min, int max) { in convertGammaToLinear() 78 public static final float convertGammaToLinearFloat(int val, float min, float max) { in convertGammaToLinearFloat() 118 public static final int convertLinearToGamma(int val, int min, int max) { in convertLinearToGamma() 130 public static final int convertLinearToGammaFloat(float val, float min, float max) { in convertLinearToGammaFloat()
|
/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_clamp_test.cpp | 39 const optional<Scalar>& max, in op_clamp_out() 58 const OptScalar max; member 261 const optional<Tensor>& max, in op_clamp_tensor_out() 480 Tensor max = tf_max.make({2, 1}, {2, 5}); in TEST_F() local 496 Tensor max = tf_max.make({}, {300}); in TEST_F() local 512 Tensor max = tf_max.make({}, {300}); in TEST_F() local 528 Tensor max = tf_max.make({}, {300}); in TEST_F() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudtraildata/src/main/resources/codegen-resources/ |
H A D | service-2.json | 61 "max":100, number 85 "max":100, number 126 "max":128, number 131 "max":1024, number 136 "max":1224, number 193 "max":100, number 230 "max":128, number
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ivschat/src/main/resources/codegen-resources/ |
H A D | service-2.json | 322 "max":63, number 615 "max":64, number 672 "max":100, number 798 "max":12, number 815 "max":170, number 910 "max":512, number 916 "max":128, number 922 "max":12, number 928 "max":128, number 935 "max":3, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/rolesanywhere/src/main/resources/codegen-resources/ |
H A D | service-2.json | 465 "max":1011, number 517 "max":3600, number 667 "max":300000, number 696 "max":50, number 701 "max":200, number 706 "max":200, number 758 "max":10000, number 811 "max":50, number 816 "max":200, number 888 "max":200, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/trustedadvisor/src/main/resources/codegen-resources/ |
H A D | service-2.json | 211 "max":12, number 217 "max":2048, number 223 "max":200, number 271 "max":2048, number 277 "max":64, number 448 "max":200, number 453 "max":10000, number 472 "max":10000, number 508 "max":200, number 513 "max":10000, number [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/braket/src/main/resources/codegen-resources/ |
H A D | service-2.json | 481 "max":1, number 487 "max":20, number 492 "max":50, number 565 "max":1, number 570 "max":48000, number 575 "max":63, number 580 "max":1024, number 611 "max":256, number 900 "max":50, number 1028 "max":100, number [all …]
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | histogram_samples.cc | 68 int64_t* max, in Get() 224 int64_t max; in Serialize() local 274 int64_t max, in SingleSampleIterator() 279 int64_t max, in SingleSampleIterator() 296 int64_t* max, in Get()
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | histogram_samples.cc | 75 int64_t* max, in Get() 310 int64_t max; in Serialize() local 384 int64_t max; in GetAsciiBody() local 406 int64_t max; in GetAsciiBody() local 458 int64_t max, in SingleSampleIterator() 486 int64_t* max, in Get()
|