/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 431 extern int8_t __attribute__((overloadable)) min(int8_t v1, int8_t v2) { in min() function 435 extern char2 __attribute__((overloadable)) min(char2 v1, char2 v2) { in min() function 442 extern char3 __attribute__((overloadable)) min(char3 v1, char3 v2) { in min() function 450 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) { in min() function 459 extern int16_t __attribute__((overloadable)) min(int16_t v1, int16_t v2) { in min() function 463 extern short2 __attribute__((overloadable)) min(short2 v1, short2 v2) { in min() function 470 extern short3 __attribute__((overloadable)) min(short3 v1, short3 v2) { in min() function 478 extern short4 __attribute__((overloadable)) min(short4 v1, short4 v2) { in min() function 487 extern int32_t __attribute__((overloadable)) min(int32_t v1, int32_t v2) { in min() function 491 extern int2 __attribute__((overloadable)) min(int2 v1, int2 v2) { in min() function [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | clz.h | 28 static inline T min(T a, T b) { in min() function 32 static inline T min(T a, T b, T c) { in min() function 36 static inline T min(T a, T b, T c, T d) { in min() function
|
/frameworks/base/graphics/java/android/graphics/ |
D | TableMaskFilter.java | 35 public static TableMaskFilter CreateClipTable(int min, int max) { in CreateClipTable() 44 private static native long nativeNewClip(int min, int max); in nativeNewClip()
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_bug_char.java | 40 private byte min(byte v1, byte v2) { in min() method in UT_bug_char 43 private byte[] min(byte[] v1, byte[] v2) { in min() method in UT_bug_char
|
D | UT_math_agree.java | 149 private float min(float v1, float v2) { in min() method in UT_math_agree 152 private float[] min(float[] v1, float[] v2) { in min() method in UT_math_agree 159 private byte min(byte v1, byte v2) { in min() method in UT_math_agree 162 private byte[] min(byte[] v1, byte[] v2) { in min() method in UT_math_agree 169 private short min(short v1, short v2) { in min() method in UT_math_agree 172 private short[] min(short[] v1, short[] v2) { in min() method in UT_math_agree 179 private int min(int v1, int v2) { in min() method in UT_math_agree 182 private int[] min(int[] v1, int[] v2) { in min() method in UT_math_agree 189 private long min(long v1, long v2) { in min() method in UT_math_agree 192 private long[] min(long[] v1, long[] v2) { in min() method in UT_math_agree
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_bug_char.java | 40 private byte min(byte v1, byte v2) { in min() method in UT_bug_char 43 private byte[] min(byte[] v1, byte[] v2) { in min() method in UT_bug_char
|
D | UT_math_agree.java | 149 private float min(float v1, float v2) { in min() method in UT_math_agree 152 private float[] min(float[] v1, float[] v2) { in min() method in UT_math_agree 159 private byte min(byte v1, byte v2) { in min() method in UT_math_agree 162 private byte[] min(byte[] v1, byte[] v2) { in min() method in UT_math_agree 169 private short min(short v1, short v2) { in min() method in UT_math_agree 172 private short[] min(short[] v1, short[] v2) { in min() method in UT_math_agree 179 private int min(int v1, int v2) { in min() method in UT_math_agree 182 private int[] min(int[] v1, int[] v2) { in min() method in UT_math_agree 189 private long min(long v1, long v2) { in min() method in UT_math_agree 192 private long[] min(long[] v1, long[] v2) { in min() method in UT_math_agree
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_bug_char.java | 40 private byte min(byte v1, byte v2) { in min() method in UT_bug_char 43 private byte[] min(byte[] v1, byte[] v2) { in min() method in UT_bug_char
|
D | UT_math_agree.java | 149 private float min(float v1, float v2) { in min() method in UT_math_agree 152 private float[] min(float[] v1, float[] v2) { in min() method in UT_math_agree 159 private byte min(byte v1, byte v2) { in min() method in UT_math_agree 162 private byte[] min(byte[] v1, byte[] v2) { in min() method in UT_math_agree 169 private short min(short v1, short v2) { in min() method in UT_math_agree 172 private short[] min(short[] v1, short[] v2) { in min() method in UT_math_agree 179 private int min(int v1, int v2) { in min() method in UT_math_agree 182 private int[] min(int[] v1, int[] v2) { in min() method in UT_math_agree 189 private long min(long v1, long v2) { in min() method in UT_math_agree 192 private long[] min(long[] v1, long[] v2) { in min() method in UT_math_agree
|
/frameworks/rs/cpp/ |
D | Sampler.cpp | 33 Sampler::Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag, in Sampler() 64 sp<Sampler> Sampler::create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, in create()
|
/frameworks/ex/framesequence/jni/utils/ |
D | math.h | 25 #define min(a,b) \ macro
|
/frameworks/base/core/java/android/annotation/ |
D | Size.java | 47 long min() default Long.MIN_VALUE; in min() method
|
/frameworks/support/annotations/src/android/support/annotation/ |
D | Size.java | 45 long min() default Long.MIN_VALUE; in min() method
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ScheduleCalendar.java | 66 private long getNextTime(long now, int hr, int min) { in getNextTime() 71 private long getTime(long millis, int hour, int min) { in getTime()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | imgprocutil.h | 27 inline int clamp(int min, int val, int max) { in clamp()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | find_min_max.cpp | 142 int min, max; in FindMaxMin() local
|
D | post_proc.h | 35 #define UPDATE_PV_MAXPV_MIN(p,max,min) if ((p) > max) max=(p); else if ((p) < min) min = (p); argument
|
/frameworks/base/core/java/android/util/ |
D | MathUtils.java | 78 public static float min(float a, float b) { in min() method in MathUtils 82 public static float min(int a, int b) { in min() method in MathUtils 86 public static float min(float a, float b, float c) { in min() method in MathUtils 90 public static float min(int a, int b, int c) { in min() method in MathUtils
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | EqualizerTest.java | 239 …public EqualizerParam(Equalizer equalizer, int min, int max, SeekBar seekBar, TextView textView, S… in EqualizerParam() 264 …public BandLevelParam(Equalizer equalizer, int band, short min, short max, SeekBar seekBar, TextVi… in BandLevelParam() 290 …public PresetParam(Equalizer equalizer, short min, short max, SeekBar seekBar, TextView textView) { in PresetParam()
|
/frameworks/base/libs/hwui/ |
D | Texture.cpp | 45 void Texture::setFilterMinMag(GLenum min, GLenum mag, bool bindTexture, bool force, in setFilterMinMag()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | Utils.java | 99 public static int clamp(int x, int min, int max) { in clamp() 106 public static float clamp(float x, float min, float max) { in clamp() 113 public static long clamp(long x, long min, long max) { in clamp()
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 1273 extern double __attribute__((overloadable)) min(double v1, double v2) { in min() function 1277 extern double2 __attribute__((overloadable)) min(double2 v1, double2 v2) { in min() function 1284 extern double3 __attribute__((overloadable)) min(double3 v1, double3 v2) { in min() function 1292 extern double4 __attribute__((overloadable)) min(double4 v1, double4 v2) { in min() function 1301 extern long __attribute__((overloadable)) min(long v1, long v2) { in min() function 1304 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) { in min() function 1310 extern long3 __attribute__((overloadable)) min(long3 v1, long3 v2) { in min() function 1317 extern long4 __attribute__((overloadable)) min(long4 v1, long4 v2) { in min() function 1326 extern ulong __attribute__((overloadable)) min(ulong v1, ulong v2) { in min() function 1329 extern ulong2 __attribute__((overloadable)) min(ulong2 v1, ulong2 v2) { in min() function [all …]
|
/frameworks/support/design/src/android/support/design/widget/ |
D | SwipeDismissBehavior.java | 354 private static float clamp(float min, float value, float max) { in clamp() 358 private static int clamp(int min, int value, int max) { in clamp()
|
/frameworks/base/core/java/android/hardware/ |
D | ConsumerIrManager.java | 105 public CarrierFrequencyRange(int min, int max) { in CarrierFrequencyRange()
|
/frameworks/base/core/java/android/speech/tts/ |
D | BlockingAudioTrack.java | 335 private static final long clip(long value, long min, long max) { in clip() 339 private static final float clip(float value, float min, float max) { in clip()
|