/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/internal/annotations/ |
D | CachedProperty.java | 66 int max() default -1; in max() method
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_backlight.c | 41 uint32_t current, max; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/ |
H A D | show_text_literal.cc | 46 float max = *std::max_element(literal.data<float>().begin(), in main() local
|
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
H A D | FloatsMethodsForWeb.java | 27 public static native float max(float... array); in max() method in FloatsMethodsForWeb
|
H A D | ShortsMethodsForWeb.java | 27 public static native short max(short... array); in max() method in ShortsMethodsForWeb
|
H A D | DoublesMethodsForWeb.java | 27 public static native double max(double... array); in max() method in DoublesMethodsForWeb
|
H A D | IntsMethodsForWeb.java | 27 public static native int max(int... array); in max() method in IntsMethodsForWeb
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/ |
D | uniform_random_bit_generator_adaptor.h | 45 _LIBCPP_HIDE_FROM_ABI static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } in max() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/ |
D | uniform_random_bit_generator_adaptor.h | 45 _LIBCPP_HIDE_FROM_ABI static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } in max() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/ |
D | uniform_random_bit_generator_adaptor.h | 45 _LIBCPP_HIDE_FROM_ABI static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } in max() function
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | strndup.h | 37 strndup(const char *str, size_t max) in strndup()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | test_minmax.cpp | 11 #define max(A,B) ((A)>(B)?(A):(B)) macro
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/annotation/ |
H A D | InRange.java | 34 long max() default Long.MAX_VALUE; in max() method
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | aom_simd_inline.h | 21 #define SIMD_CLAMP(value, min, max) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/ |
D | uniform_random_bit_generator_adaptor.h | 45 _LIBCPP_HIDE_FROM_ABI static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } in max() function
|
/aosp_15_r20/external/webrtc/rtc_base/numerics/ |
H A D | exp_filter.h | 23 explicit ExpFilter(float alpha, float max = kValueUndefined) : max_(max) { in max_() argument
|
/aosp_15_r20/external/tinyalsa_new/include/tinyalsa/ |
H A D | plugin.h | 149 unsigned int max; member 249 int max; member
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | NotificationProgressBar.java | 319 public synchronized void setMax(int max) { in setMax() 411 int max = getMax(); in getScale() local
|
H A D | AutoScrollHelper.java | 651 private static int constrain(int value, int min, int max) { in constrain() 661 private static float constrain(float value, float min, float max) { in constrain()
|
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
H A D | UberColorPickerDialog.java | 601 private float pin(float n, float max) { in pin() 617 private float pin(float n, float min, float max) { in pin()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | test_utils.cc | 358 IntT min, IntT max) { in PopulateWithRandomIntegralDataWithBounds() 372 int64_t min, int64_t max, in MakeFakeLiteralInternalWithBounds()
|
/aosp_15_r20/art/tools/jfuzz/ |
H A D | jfuzz.cc | 1257 uint32_t random0(uint32_t max) { in random0() 1263 uint32_t random1(uint32_t max) { in random1()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | loclikelysubtags.cpp | 469 LSR max = makeMaximizedLsr(locale.getLanguage(), locale.getScript(), locale.getCountry(), in makeMaximizedLsrFrom() local 855 LSR max = maximize(language, script, region, true, errorCode); in minimizeSubtags() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/ |
H A D | HuffmanDecoder.java | 218 int max = (int) Math.min(blockLength - read, len); in read() local 462 int max = 0; in getCodes() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
H A D | Deprecated.kt | 451 var max = iterator.next() in maxWith() variable
|