Home
last modified time | relevance | path

Searched refs:short (Results 1 – 25 of 157) sorted by relevance

1234567

/frameworks/support/exifinterface/api/
Dcurrent.txt29 field public static final short ALTITUDE_ABOVE_SEA_LEVEL = 0; // 0x0
30 field public static final short ALTITUDE_BELOW_SEA_LEVEL = 1; // 0x1
36 field public static final short CONTRAST_HARD = 2; // 0x2
37 field public static final short CONTRAST_NORMAL = 0; // 0x0
38 field public static final short CONTRAST_SOFT = 1; // 0x1
46 field public static final short EXPOSURE_MODE_AUTO = 0; // 0x0
47 field public static final short EXPOSURE_MODE_AUTO_BRACKET = 2; // 0x2
48 field public static final short EXPOSURE_MODE_MANUAL = 1; // 0x1
49 field public static final short EXPOSURE_PROGRAM_ACTION = 6; // 0x6
50 field public static final short EXPOSURE_PROGRAM_APERTURE_PRIORITY = 3; // 0x3
[all …]
/frameworks/support/exifinterface/api_legacy/
D28.0.0-alpha1.txt29 field public static final short ALTITUDE_ABOVE_SEA_LEVEL = 0; // 0x0
30 field public static final short ALTITUDE_BELOW_SEA_LEVEL = 1; // 0x1
36 field public static final short CONTRAST_HARD = 2; // 0x2
37 field public static final short CONTRAST_NORMAL = 0; // 0x0
38 field public static final short CONTRAST_SOFT = 1; // 0x1
46 field public static final short EXPOSURE_MODE_AUTO = 0; // 0x0
47 field public static final short EXPOSURE_MODE_AUTO_BRACKET = 2; // 0x2
48 field public static final short EXPOSURE_MODE_MANUAL = 1; // 0x1
49 field public static final short EXPOSURE_PROGRAM_ACTION = 6; // 0x6
50 field public static final short EXPOSURE_PROGRAM_APERTURE_PRIORITY = 3; // 0x3
[all …]
D27.0.0.txt29 field public static final short ALTITUDE_ABOVE_SEA_LEVEL = 0; // 0x0
30 field public static final short ALTITUDE_BELOW_SEA_LEVEL = 1; // 0x1
36 field public static final short CONTRAST_HARD = 2; // 0x2
37 field public static final short CONTRAST_NORMAL = 0; // 0x0
38 field public static final short CONTRAST_SOFT = 1; // 0x1
46 field public static final short EXPOSURE_MODE_AUTO = 0; // 0x0
47 field public static final short EXPOSURE_MODE_AUTO_BRACKET = 2; // 0x2
48 field public static final short EXPOSURE_MODE_MANUAL = 1; // 0x1
49 field public static final short EXPOSURE_PROGRAM_ACTION = 6; // 0x6
50 field public static final short EXPOSURE_PROGRAM_APERTURE_PRIORITY = 3; // 0x3
[all …]
Dcurrent.txt29 field public static final short ALTITUDE_ABOVE_SEA_LEVEL = 0; // 0x0
30 field public static final short ALTITUDE_BELOW_SEA_LEVEL = 1; // 0x1
36 field public static final short CONTRAST_HARD = 2; // 0x2
37 field public static final short CONTRAST_NORMAL = 0; // 0x0
38 field public static final short CONTRAST_SOFT = 1; // 0x1
46 field public static final short EXPOSURE_MODE_AUTO = 0; // 0x0
47 field public static final short EXPOSURE_MODE_AUTO_BRACKET = 2; // 0x2
48 field public static final short EXPOSURE_MODE_MANUAL = 1; // 0x1
49 field public static final short EXPOSURE_PROGRAM_ACTION = 6; // 0x6
50 field public static final short EXPOSURE_PROGRAM_APERTURE_PRIORITY = 3; // 0x3
[all …]
D27.1.0.txt29 field public static final short ALTITUDE_ABOVE_SEA_LEVEL = 0; // 0x0
30 field public static final short ALTITUDE_BELOW_SEA_LEVEL = 1; // 0x1
36 field public static final short CONTRAST_HARD = 2; // 0x2
37 field public static final short CONTRAST_NORMAL = 0; // 0x0
38 field public static final short CONTRAST_SOFT = 1; // 0x1
46 field public static final short EXPOSURE_MODE_AUTO = 0; // 0x0
47 field public static final short EXPOSURE_MODE_AUTO_BRACKET = 2; // 0x2
48 field public static final short EXPOSURE_MODE_MANUAL = 1; // 0x1
49 field public static final short EXPOSURE_PROGRAM_ACTION = 6; // 0x6
50 field public static final short EXPOSURE_PROGRAM_APERTURE_PRIORITY = 3; // 0x3
[all …]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dbugdroid.rs37 static short pill(float3 p1, float3 p2, float rad, short max, float3 img) { variable
38 return (short) (max * sigmoid(pillDistance(p1, p2, img) - rad));
41 static short cogPill(float3 p1, float3 p2, float rad, short max, float3 img) { variable
44 return (short) (max
57 static short cylinder(float3 p1, float3 p2, float rad, short max, float3 img) { variable
58 return (short) (max * sigmoid(cylinderDistance(p1, p2, img) - rad));
61 static short cogCylinder(float3 p1, float3 p2, float rad, short max, float3 img) { constant
64 return (short) (max
77 static short circle(float3 center, float circleRadius, float3 normal, float rad, constant
78 short max, float3 img) {
[all …]
Dmandelbulb.rs53 short __attribute__((kernel)) mandelbulb(uint32_t x, uint32_t y) {
73 return (short) (255 - (len * 255) / 4);
76 void __attribute__((kernel)) copy(short in, uint32_t x, uint32_t y) {
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dshadows.rs58 short rv,rs,rh;
70 rv = (short)( iMax << ABITS);
76 rs = (short)((k1*chroma)/iMax);
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
110 short cv = hsv.x;
111 short cs = hsv.y;
112 short ch = hsv.z;
135 cv=(short) (cv >> ABITS);
[all …]
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dshadows_f.rs58 short rv,rs,rh;
70 rv = (short)( iMax << ABITS);
76 rs = (short)((k1*chroma)/iMax);
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
110 short cv = hsv.x;
111 short cs = hsv.y;
112 short ch = hsv.z;
135 cv=(short) (cv >> ABITS);
[all …]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dshadows.rs58 short rv,rs,rh;
70 rv = (short)( iMax << ABITS);
76 rs = (short)((k1*chroma)/iMax);
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
110 short cv = hsv.x;
111 short cs = hsv.y;
112 short ch = hsv.z;
135 cv=(short) (cv >> ABITS);
[all …]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dshadows.rs58 short rv,rs,rh;
70 rv = (short)( iMax << ABITS);
76 rs = (short)((k1*chroma)/iMax);
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
110 short cv = hsv.x;
111 short cs = hsv.y;
112 short ch = hsv.z;
135 cv=(short) (cv >> ABITS);
[all …]
/frameworks/compile/slang/lit-tests/padding/
Dmore_structs.rs90 short f1; field
101 short f3;
112 void check_char_struct(short arg1, long arg2) {
116 void check_five_struct(char arg1, long arg2, short arg3, long arg4, half arg5) {
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/database/
DCursorTest.kt59 val short = cursor.getShort("data") in shortByName() constant
60 assertEquals(1.toShort(), short) in shortByName()
101 val short = cursor.getShortOrNull(0) in shortOrNullByIndex() constant
102 assertNull(short) in shortOrNullByIndex()
143 val short = cursor.getShortOrNull("data") in shortOrNullByName() constant
144 assertNull(short) in shortOrNullByName()
/frameworks/av/media/libnbaio/
DREADME.txt5 Note: as used here, "short transfer count" means the return value for
17 never return a short transfer count
22 return a short transfer count if not enough data
33 if configured to not block, then will return a short transfer count
38 return a short transfer count if not enough data
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rs22 short short_global = -321;
84 short short_local = -321;
149 short short_combined = short_local + (short)ushort_local + short2_local.x +
150 (short)ushort2_local.x + short3_local.x + (short)ushort3_local.x +
151 short4_local.x + (short)ushort4_local.x;
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Dsimple.rs22 short short_global = -321;
84 short short_local = -321;
149 short short_combined = short_local + (short)ushort_local + short2_local.x +
150 (short)ushort2_local.x + short3_local.x + (short)ushort3_local.x +
151 short4_local.x + (short)ushort4_local.x;
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
Dsimple.rs22 short short_global = -321;
84 short short_local = -321;
149 short short_combined = short_local + (short)ushort_local + short2_local.x +
150 (short)ushort2_local.x + short3_local.x + (short)ushort3_local.x +
151 short4_local.x + (short)ushort4_local.x;
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect1 …:5:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of type 'short'.
3 … Special parameters 'x' and 'y' must be of the same type. 'x' is of type 'short' while 'y' is of t…
5 … Special parameters 'x' and 'z' must be of the same type. 'x' is of type 'short' while 'z' is of t…
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dreflection3264_multifile_2.rs4 short v;
6 short w;
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect1 …:6:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of type 'short'.
3 … Special parameters 'x' and 'y' must be of the same type. 'x' is of type 'short' while 'y' is of t…
5 … Special parameters 'x' and 'z' must be of the same type. 'x' is of type 'short' while 'z' is of t…
/frameworks/compile/slang/tests/P_export_types_v20/
Dexport_types.rs11 short s = 1;
12 unsigned short us = 1;
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rs40 short s1;
41 short s1i = 1;
122 void RS_KERNEL test_I16(short in) {
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs12 short s = 1;
13 unsigned short us = 1;
/frameworks/rs/script_api/
Drs_convert.spec37 <code>a.x = (short)b.x; a.y = (short)b.y; a.z = (short)b.z;</code>.
42 For example, converting a float that contains 1.0e18 to a short is undefined.
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dreflection3264_foreach_mismatch.rs27 void ee(const int *in, short *out) { }
31 void ff(const int *in, short *out) { }
110 const short *in constant

1234567