/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_ctxt_default.java | 26 private Type T; field in UT_ctxt_default 34 private void initializeGlobals(RenderScript RS, ScriptC_ctxt_default s) { in initializeGlobals() 50 ScriptC_ctxt_default s = new ScriptC_ctxt_default(pRS); in run() local
|
H A D | UT_kernel2d.java | 26 private Type T; field in UT_kernel2d 34 private void initializeGlobals(RenderScript RS, ScriptC_kernel2d s) { in initializeGlobals() 53 ScriptC_kernel2d s = new ScriptC_kernel2d(pRS); in run() local
|
H A D | UT_kernel2d_oldstyle.java | 26 private Type T; field in UT_kernel2d_oldstyle 34 private void initializeGlobals(RenderScript RS, ScriptC_kernel2d_oldstyle s) { in initializeGlobals() 53 ScriptC_kernel2d_oldstyle s = new ScriptC_kernel2d_oldstyle(pRS); in run() local
|
H A D | UT_kernel3d.java | 26 private Type T; field in UT_kernel3d 34 private void initializeGlobals(RenderScript RS, ScriptC_kernel3d s) { in initializeGlobals() 56 ScriptC_kernel3d s = new ScriptC_kernel3d(pRS); in run() local
|
H A D | UT_alloc.java | 26 private Type T; field in UT_alloc 38 private void initializeGlobals(RenderScript RS, ScriptC_alloc s) { in initializeGlobals() 71 ScriptC_alloc s = new ScriptC_alloc(pRS); in run() local
|
H A D | UT_array_alloc.java | 33 ScriptC_array_alloc s = new ScriptC_array_alloc(pRS); in run() local 38 Type T = typeBuilder.setX(1).create(); in run() local
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_ctxt_default.java | 28 private Type T; field in UT_ctxt_default 36 private void initializeGlobals(RenderScript RS, ScriptC_ctxt_default s) { in initializeGlobals() 52 ScriptC_ctxt_default s = new ScriptC_ctxt_default(pRS); in run() local
|
H A D | UT_kernel2d.java | 28 private Type T; field in UT_kernel2d 36 private void initializeGlobals(RenderScript RS, ScriptC_kernel2d s) { in initializeGlobals() 55 ScriptC_kernel2d s = new ScriptC_kernel2d(pRS); in run() local
|
H A D | UT_kernel2d_oldstyle.java | 28 private Type T; field in UT_kernel2d_oldstyle 36 private void initializeGlobals(RenderScript RS, ScriptC_kernel2d_oldstyle s) { in initializeGlobals() 55 ScriptC_kernel2d_oldstyle s = new ScriptC_kernel2d_oldstyle(pRS); in run() local
|
H A D | UT_kernel3d.java | 28 private Type T; field in UT_kernel3d 36 private void initializeGlobals(RenderScript RS, ScriptC_kernel3d s) { in initializeGlobals() 58 ScriptC_kernel3d s = new ScriptC_kernel3d(pRS); in run() local
|
H A D | UT_alloc.java | 28 private Type T; field in UT_alloc 40 private void initializeGlobals(RenderScript RS, ScriptC_alloc s) { in initializeGlobals() 73 ScriptC_alloc s = new ScriptC_alloc(pRS); in run() local
|
H A D | UT_alloc_supportlib.java | 28 private Type T; field in UT_alloc_supportlib 40 private void initializeGlobals(RenderScript RS, ScriptC_alloc_supportlib s) { in initializeGlobals() 73 ScriptC_alloc_supportlib s = new ScriptC_alloc_supportlib(pRS); in run() local
|
H A D | UT_array_alloc.java | 35 ScriptC_array_alloc s = new ScriptC_array_alloc(pRS); in run() local 40 Type T = typeBuilder.setX(1).create(); in run() local
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | k_tanf.c | 26 T[] = { variable 41 double z,r,w,s,t,u; in __kernel_tandf() local
|
H A D | k_tan.c | 75 #define T xxx macro 80 double z, r, v, w, s; in __kernel_tan() local
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | UT_alloc_supportlib.java | 26 private Type T; field in UT_alloc_supportlib 38 private void initializeGlobals(RenderScript RS, ScriptC_alloc_supportlib s) { in initializeGlobals() 71 ScriptC_alloc_supportlib s = new ScriptC_alloc_supportlib(pRS); in run() local
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | UT_array_alloc.java | 33 ScriptC_array_alloc s = new ScriptC_array_alloc(pRS); in run() local 39 Type T = typeBuilder.setX(1).create(); in run() local
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | TMatHelpers.h | 82 typedef typename MATRIX::value_type T; in gaussJordanInverse() typedef 131 typedef typename MATRIX::value_type T; in fastInverse2() typedef 165 typedef typename MATRIX::value_type T; in fastInverse3() typedef 302 typedef typename MATRIX::value_type T; in extractQuat() typedef 312 T s = std::sqrt(trace + 1); in extractQuat() local 330 T s = std::sqrt((mat[i][i] - (mat[j][j] + mat[k][k])) + 1); in extractQuat() local 344 String8 s; in asString() local 471 static constexpr BASE<T> scale(const VEC& s) { in scale() 495 T s = std::sin(radian); in rotate() local
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | writertest.cpp | 25 …StringStream s("{ \"hello\" : \"world\", \"t\" : true , \"f\" : false, \"n\": null, \"i\":123, \"p… in TEST() local 115 StringStream s(json); in TEST() local 125 StringStream s(json); in TEST() local 166 …StringStream s("{ \"hello\" : \"world\", \"t\" : true , \"f\" : false, \"n\": null, \"i\":123, \"p… in TEST() local 181 #define T(x)\ in TEST() macro 230 #define T(x)\ in TEST() macro 301 #define T(x)\ in TEST() macro 337 static const UTF32<>::Ch s[] = { 0x110000, 0 }; // Out of U+0000 to U+10FFFF in TEST() local 345 static const UTF32<>::Ch s[] = { 0x110000, 0 }; // Out of U+0000 to U+10FFFF in TEST() local
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | string_wrapper.h | 111 StringWrapper<const T> WrapString(const std::basic_string<T, Any...>& s) { in WrapString() 116 StringWrapper<T> WrapString(T* s, SizeType size) { in WrapString() 121 StringWrapper<T> WrapString(T* s) { in WrapString()
|
/aosp12/system/security/keystore2/src/ |
H A D | async_task.rs | 43 pub fn get_downcast_ref<T: Any + Send>(&self) -> Option<&T> { in get_downcast_ref() 49 pub fn get_downcast_mut<T: Any + Send>(&mut self) -> Option<&mut T> { in get_downcast_mut() 54 pub fn remove_downcast_ref<T: Any + Send>(&mut self) -> Option<T> { in remove_downcast_ref() 59 pub fn put<T: Any + Send>(&mut self, v: T) -> Option<T> { in put() 67 pub fn get_mut<T: Any + Send + Default>(&mut self) -> &mut T { in get_mut() 79 F: FnOnce() -> T, in get_or_put_with() 273 let s = "A string".to_string(); in test_shelf() localVariable
|
/aosp12/system/libhidl/base/include/hidl/ |
H A D | Status.h | 156 return_status(const Status& s) : mStatus(s) {} in return_status() 223 Return(Status s) : details::return_status(s) {} in Return() 233 operator T() const { in T() function 252 Return(Status s) : details::return_status(s) {} in Return() 276 Return(const Status& s) : details::return_status(s) {} in Return()
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_ttl.c | 45 #define T(x) do { if ((x) < 0) return (-1); } while(0) macro 150 fmt1(int t, char s, char **buf, size_t *buflen) { in fmt1()
|
/aosp12/system/libbase/ |
H A D | expected_test.cpp | 34 struct T { struct 37 T() = default; argument 38 T(int a, int b) noexcept : a(a), b(b) {} in T() argument 224 T(bool* flag) : flag_(flag) {} in TEST() argument 320 int a; in TEST() 322 T() {} in TEST() function 323 T(int a, double b) noexcept : a(a), b(b) {} in TEST() function 395 int a; in TEST() 397 T() {} in TEST() function 398 T(int a, double b) : a(a), b(b) {} in TEST() function [all …]
|
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMRelocator.cpp | 209 Relocator::DWord s = (pUpper16 & (1U << 10)) >> 10, // 26 bit in helper_thumb32_branch_offset() local 239 uint32_t s = (pUpper16 & 0x0400U) >> 10; in helper_thumb32_cond_branch_offset() local 789 Relocator::DWord T = getThumbBit(pReloc); in abs32() local 827 Relocator::DWord T = getThumbBit(pReloc); in rel32() local 857 Relocator::DWord T = getThumbBit(pReloc); in gotoff32() local 947 Relocator::DWord T = getThumbBit(pReloc); in thm_jump19() local 999 Relocator::DWord T = getThumbBit(pReloc); in call() local 1055 Relocator::DWord T = getThumbBit(pReloc); in thm_call() local 1112 Relocator::DWord T = getThumbBit(pReloc); in movw_abs_nc() local 1140 Relocator::DWord T = getThumbBit(pReloc); in movw_prel_nc() local [all …]
|