/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
H A D | VarHandleTestMethodTypeShort.java | 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 24 // Android-added: package for test. 31 …* @run testng/othervm -Djava.lang.invoke.VarHandle.VAR_HANDLE_GUARDS=false VarHandleTestMethodType… 49 static final short static_final_v = (short)0x0123; 51 static short static_v = (short)0x0123; 53 final short final_v = (short)0x0123; 55 short v = (short)0x0123; 70 VarHandleTestMethodTypeShort.class, "final_v", short.class); in setup() 73 VarHandleTestMethodTypeShort.class, "v", short.class); in setup() 76 VarHandleTestMethodTypeShort.class, "static_final_v", short.class); in setup() [all …]
|
H A D | VarHandleTestAccessShort.java | 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 24 // Android-added: package for test. 29 * @run testng/othervm -Diters=10 -Xint VarHandleTestAccessShort 30 * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestAccessShort 31 * @run testng/othervm -Diters=20000 VarHandleTestAccessShort 32 * @run testng/othervm -Diters=20000 -XX:-TieredCompilation VarHandleTestAccessShort 48 static final short static_final_v = (short)0x0123; 50 static short static_v; 52 final short final_v = (short)0x0123; 54 short v; [all …]
|
H A D | VarHandleTestByteArrayAsShort.java | 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 24 // Android-added: package for test. 30 * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestByteArrayAsShort 31 * @run testng/othervm -Diters=20000 VarHandleTestByteArrayAsShort 32 * @run testng/othervm -Diters=20000 -XX:-TieredCompilation VarHandleTestByteArrayAsShort 50 static final int SIZE = Short.BYTES; 52 static final short VALUE_1 = (short)0x0102; 54 static final short VALUE_2 = (short)0x1112; 56 static final short VALUE_3 = (short)0xFFFE; 68 MethodHandles.byteArrayViewVarHandle(short[].class, bo), in setupVarHandleSources() [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
H A D | ShortTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 private Short sp = new Short((short) 18000); 23 private Short sn = new Short((short) -19000); 26 * java.lang.Short#byteValue() 29 // Test for method byte java.lang.Short.byteValue() in test_byteValue() 30 assertEquals("Returned incorrect byte value", 0, new Short(Short.MIN_VALUE) in test_byteValue() 32 assertEquals("Returned incorrect byte value", -1, new Short(Short.MAX_VALUE) in test_byteValue() 37 * java.lang.Short#compareTo(java.lang.Short) 40 // Test for method int java.lang.Short.compareTo(java.lang.Short) in test_compareToLjava_lang_Short() 41 Short s = new Short((short) 1); in test_compareToLjava_lang_Short() [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/primitives/ |
H A D | ShortsTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 46 private static final short[] EMPTY = {}; 47 private static final short[] ARRAY1 = {(short) 1}; 48 private static final short[] ARRAY234 = {(short) 2, (short) 3, (short) 4}; 50 private static final short LEAST = Short.MIN_VALUE; 51 private static final short GREATEST = Short.MAX_VALUE; 53 private static final short[] VALUES = {LEAST, (short) -1, (short) 0, (short) 1, GREATEST}; 56 for (short value : VALUES) { in testHashCode() 57 assertThat(Shorts.hashCode(value)).isEqualTo(((Short) value).hashCode()); in testHashCode() 62 for (short value : VALUES) { in testCheckedCast() [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/primitives/ |
H A D | ShortsTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 46 private static final short[] EMPTY = {}; 47 private static final short[] ARRAY1 = {(short) 1}; 48 private static final short[] ARRAY234 = {(short) 2, (short) 3, (short) 4}; 50 private static final short LEAST = Short.MIN_VALUE; 51 private static final short GREATEST = Short.MAX_VALUE; 53 private static final short[] VALUES = {LEAST, (short) -1, (short) 0, (short) 1, GREATEST}; 56 for (short value : VALUES) { in testHashCode() 57 assertThat(Shorts.hashCode(value)).isEqualTo(((Short) value).hashCode()); in testHashCode() 62 for (short value : VALUES) { in testCheckedCast() [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMRemotelyProvisionedComponentDevice.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 119 private static final short RKP_VERSION = (short) 0x02; 130 private static final short MAX_SEND_DATA = 512; 142 // based on MORE_DATA or NO_DATA flags. BCC - Boot Certificate Chain. 143 // ACC - Additional Certificate Chain. 150 private static final short DATA_SIZE = 512; 169 // The size of short types. 176 // BEGIN - It is the initial stage where the process is initialized and construction of 178 // UPDATE - Challenge, EEK and RKP keys are sent to the applet for further process. 179 // FINISH - MacedPublicKeys are constructed and construction of protected data is initiated. [all …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_shax.data | 1 # Test the operation of SHA-1 and SHA-2 2 SHA-1 Test Vector NIST CAVS #1 6 SHA-1 Test Vector NIST CAVS #2 10 SHA-1 Test Vector NIST CAVS #3 14 SHA-1 Test Vector NIST CAVS #4 18 SHA-1 Test Vector NIST CAVS #5 22 SHA-1 Test Vector NIST CAVS #6 26 SHA-1 Test Vector NIST CAVS #7 30 SHA-1 Test Vector NIST CAVS #8 34 SHA-1 Test Vector NIST CAVS #9 [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_shax.data | 1 # Test the operation of SHA-1 and SHA-2 2 SHA-1 Test Vector NIST CAVS #1 6 SHA-1 Test Vector NIST CAVS #2 10 SHA-1 Test Vector NIST CAVS #3 14 SHA-1 Test Vector NIST CAVS #4 18 SHA-1 Test Vector NIST CAVS #5 22 SHA-1 Test Vector NIST CAVS #6 26 SHA-1 Test Vector NIST CAVS #7 30 SHA-1 Test Vector NIST CAVS #8 34 SHA-1 Test Vector NIST CAVS #9 [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMRemotelyProvisionedComponentDevice.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 140 // Denotes COSE Integer with short lengths. 141 private static final short SHORT_PAYLOAD = 0x100; 143 private static final short MAX_SEND_DATA = 512; 160 private static final short DATA_SIZE = 512; 174 // The size of short types. 179 // BEGIN - It is the initial stage where the process is initialized and construction of 181 // UPDATE - Challenge, EEK and RKP keys are sent to the applet for further process. 182 // FINISH - MacedPublicKeys are constructed and construction of protected data is initiated. 183 // GET_UDS_CERTS_RESPONSE - Constructed the UDSCerts in the response. [all …]
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 21 *===-----------------------------------------------------------------------=== 38 ((PARM) & ((PARM) - 1)) == 0, \ 41 /*-- __lcbb -----------------------------------------------------------------*/ 44 __lcbb(const void *__ptr, unsigned short __len) 57 /*-- vec_extract ------------------------------------------------------------*/ 74 static inline __ATTRS_o_ai signed short 75 vec_extract(vector signed short __vec, int __index) { in vec_extract() 79 static inline __ATTRS_o_ai unsigned short 80 vec_extract(vector bool short __vec, int __index) { in vec_extract() [all …]
|
H A D | altivec.h | 1 /*===---- altivec.h - Standard header for type generic math ---------------===*\ 21 \*===----------------------------------------------------------------------===*/ 49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, 50 vector signed short __b, 53 static __inline__ vector unsigned short __ATTRS_o_ai 54 vec_perm(vector unsigned short __a, vector unsigned short __b, 57 static __inline__ vector bool short __ATTRS_o_ai vec_perm( 58 vector bool short __a, vector bool short __b, vector unsigned char __c); 107 return __builtin_altivec_vmaxsb(__a, -__a); in vec_abs() 110 static __inline__ vector signed short __ATTRS_o_ai [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 21 *===-----------------------------------------------------------------------=== 38 ((PARM) & ((PARM) - 1)) == 0, \ 41 /*-- __lcbb -----------------------------------------------------------------*/ 44 __lcbb(const void *__ptr, unsigned short __len) 57 /*-- vec_extract ------------------------------------------------------------*/ 74 static inline __ATTRS_o_ai signed short 75 vec_extract(vector signed short __vec, int __index) { in vec_extract() 79 static inline __ATTRS_o_ai unsigned short 80 vec_extract(vector bool short __vec, int __index) { in vec_extract() [all …]
|
D | altivec.h | 1 /*===---- altivec.h - Standard header for type generic math ---------------===*\ 21 \*===----------------------------------------------------------------------===*/ 49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, 50 vector signed short __b, 53 static __inline__ vector unsigned short __ATTRS_o_ai 54 vec_perm(vector unsigned short __a, vector unsigned short __b, 57 static __inline__ vector bool short __ATTRS_o_ai vec_perm( 58 vector bool short __a, vector bool short __b, vector unsigned char __c); 107 return __builtin_altivec_vmaxsb(__a, -__a); in vec_abs() 110 static __inline__ vector signed short __ATTRS_o_ai [all …]
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 21 *===-----------------------------------------------------------------------=== 38 ((PARM) & ((PARM) - 1)) == 0, \ 41 /*-- __lcbb -----------------------------------------------------------------*/ 44 __lcbb(const void *__ptr, unsigned short __len) 57 /*-- vec_extract ------------------------------------------------------------*/ 74 static inline __ATTRS_o_ai signed short 75 vec_extract(vector signed short __vec, int __index) { in vec_extract() 79 static inline __ATTRS_o_ai unsigned short 80 vec_extract(vector bool short __vec, int __index) { in vec_extract() [all …]
|
H A D | altivec.h | 1 /*===---- altivec.h - Standard header for type generic math ---------------===*\ 21 \*===----------------------------------------------------------------------===*/ 49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, 50 vector signed short __b, 53 static __inline__ vector unsigned short __ATTRS_o_ai 54 vec_perm(vector unsigned short __a, vector unsigned short __b, 57 static __inline__ vector bool short __ATTRS_o_ai vec_perm( 58 vector bool short __a, vector bool short __b, vector unsigned char __c); 107 return __builtin_altivec_vmaxsb(__a, -__a); in vec_abs() 110 static __inline__ vector signed short __ATTRS_o_ai [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 24 ((PARM) & ((PARM) - 1)) == 0, \ 27 /*-- __lcbb -----------------------------------------------------------------*/ 30 __lcbb(const void *__ptr, unsigned short __len) 43 /*-- vec_extract ------------------------------------------------------------*/ 60 static inline __ATTRS_o_ai signed short 61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() 65 static inline __ATTRS_o_ai unsigned short [all …]
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 24 ((PARM) & ((PARM) - 1)) == 0, \ 27 /*-- __lcbb -----------------------------------------------------------------*/ 30 __lcbb(const void *__ptr, unsigned short __len) 43 /*-- vec_extract ------------------------------------------------------------*/ 60 static inline __ATTRS_o_ai signed short 61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() 65 static inline __ATTRS_o_ai unsigned short [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 24 ((PARM) & ((PARM) - 1)) == 0, \ 27 /*-- __lcbb -----------------------------------------------------------------*/ 30 __lcbb(const void *__ptr, unsigned short __len) 43 /*-- vec_extract ------------------------------------------------------------*/ 60 static inline __ATTRS_o_ai signed short 61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() 65 static inline __ATTRS_o_ai unsigned short [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 24 ((PARM) & ((PARM) - 1)) == 0, \ 27 /*-- __lcbb -----------------------------------------------------------------*/ 30 __lcbb(const void *__ptr, unsigned short __len) 43 /*-- vec_extract ------------------------------------------------------------*/ 60 static inline __ATTRS_o_ai signed short 61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() 65 static inline __ATTRS_o_ai unsigned short [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | vecintrin.h | 1 /*===---- vecintrin.h - Vector intrinsics ----------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 24 ((PARM) & ((PARM) - 1)) == 0, \ 27 /*-- __lcbb -----------------------------------------------------------------*/ 30 __lcbb(const void *__ptr, unsigned short __len) 43 /*-- vec_extract ------------------------------------------------------------*/ 60 static inline __ATTRS_o_ai signed short 61 vec_extract(__vector signed short __vec, int __index) { in vec_extract() 65 static inline __ATTRS_o_ai unsigned short [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | cstubs | 10 <returntype> can be: void, short, long (XXX maybe others?) 12 <type> can be: char, string, short, float, long, or double 31 opposite from the order used in C to declare a two-dimensional 69 short arg1 ; 83 varray -- an array of v.. calls. 86 The points may be 2- or 3-dimensional but must all have the 161 vnarray, nvarray -- an array of n3f and v3f calls. 231 wvec = PyTuple_GetItem(w, 1 - inorm); 245 [len(s_knots) - s_order], [len(t_knots) - t_order] 297 s_nctl = arg1 - arg6; [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
H A D | KMUtils.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" (short)0IS, 68 }; // 12622780800000 ((365×400 + 100 - 3) * 24 * 60 * 60 * 1000) 75 public static final short year1970 = 1970; 76 public static final short year2000 = 2000; 77 public static final short year2050 = 2050; 83 // -------------------------------------- 84 public static short convertToDate(short time, byte[] scratchPad) { in convertToDate() 86 short yrsCount = 0; in convertToDate() 87 short monthCount = 1; in convertToDate() [all …]
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
H A D | KMUtils.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" (short)0IS, 65 }; // 12622780800000 ((365×400 + 100 - 3) * 24 * 60 * 60 * 1000) 72 public static final short year1970 = 1970; 73 public static final short year2000 = 2000; 74 public static final short year2050 = 2050; 80 // -------------------------------------- 81 public static short convertToDate(short time, byte[] scratchPad) { in convertToDate() 83 short yrsCount = 0; in convertToDate() 84 short monthCount = 1; in convertToDate() [all …]
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | run-disasm-riscv64.sh | 18 . $srcdir/test-subr.sh 20 testfiles testfile-riscv64-dis1.o testfile-riscv64-dis1.expect 21 testrun_compare ${abs_top_builddir}/src/objdump -d testfile-riscv64-dis1.o < testfile-riscv64-dis1.… 26 cat <<EOF | riscv64-linux-gnu-as -c -o testfile-riscv64-dis1.o - 322 .short 0x1000 323 .short 0x0800 324 .short 0x0400 325 .short 0x0200 326 .short 0x0100 327 .short 0x0080 [all …]
|