/aosp_15_r20/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | ImageProcessingTest.java | 109 public void runTest(TestAction ta, String testName) { in runTest() 152 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local 159 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local 166 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local 173 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local 180 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25() local 187 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25); in testIntrinsicBlurRadius25() local 194 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local 201 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local 208 TestAction ta = new TestAction(TestName.FISHEYE_FULL); in testFisheyeFull() local [all …]
|
/aosp_15_r20/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | ImageProcessingTest.java | 96 public void runTest(TestAction ta, String testName) { in runTest() 117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed() local 124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed() local 131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full() local 138 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full() local 145 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25() local 152 TestAction ta = new TestAction(TestName.INTRINSIC_BLUE_RADIUS_25); in testIntrinsicBlurRadius25() local 159 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale() local 166 TestAction ta = new TestAction(TestName.GRAIN); in testGrain() local 173 TestAction ta = new TestAction(TestName.FISHEYE_FULL); in testFisheyeFull() local [all …]
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TransparentPolicyTest.java | 53 robot.transparentActivity((ta) -> { in testNotStartingWhenDisabled() argument 64 robot.transparentActivity((ta) -> { in testNotStartingWithoutTask() argument 76 robot.transparentActivity((ta) -> { in testPolicyRunningWhenTransparentIsUsed() argument 89 robot.transparentActivity((ta) -> { in testCleanLetterboxConfigListenerWhenTranslucentIsDestroyed() argument 107 robot.transparentActivity((ta) -> { in testApplyStrategyAgainWhenOpaqueIsDestroyed() argument 124 robot.transparentActivity((ta) -> { in testResetOpaqueReferenceWhenOpaqueIsDestroyed() argument 139 robot.transparentActivity((ta) -> { in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed() argument 156 robot.transparentActivity((ta) -> { in testApplyStrategyToTranslucentActivities() argument 179 robot.transparentActivity((ta) -> { in testApplyStrategyToTransparentActivitiesRetainsWindowConfigurationProperties() argument 194 robot.transparentActivity((ta) -> { in testApplyStrategyToMultipleTranslucentActivities() argument [all …]
|
/aosp_15_r20/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
H A D | BlasTest.java | 97 public void runTest(TestAction ta, String testName) { in runTest() 116 TestAction ta = new TestAction(TestName.SGEMM_SMALL); in testSGEMMSmall() local 123 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM); in testSGEMMedium() local 130 TestAction ta = new TestAction(TestName.SGEMM_LARGE); in testSGEMMLarge() local 137 TestAction ta = new TestAction(TestName.BNNM_SMALL); in testBNNMSmall() local 144 TestAction ta = new TestAction(TestName.BNNM_MEDIUM); in testBNNMMMedium() local 151 TestAction ta = new TestAction(TestName.BNNM_LARGE); in testBNNMLarge() local 158 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet); in testSGEMMGoogLeNet() local 165 TestAction ta = new TestAction(TestName.BNNM_GoogLeNet); in testBNNMGoogLeNet() local 172 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet_Padded); in testSGEMMGoogLeNetPadded() local [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/ |
H A D | PKIXCertPathValidatorResultTest.java | 73 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathValidatorResult01() local 108 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathValidatorResult03() local 129 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathValidatorResult04() local 147 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetTrustAnchor() local 170 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetPublicKey() local 196 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetPolicyTree01() local 223 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetPolicyTree02() local 247 TrustAnchor ta = TestUtils.getTrustAnchor(); in testClone() local 298 TrustAnchor ta = TestUtils.getTrustAnchor(); in testToString01() local 319 TrustAnchor ta = TestUtils.getTrustAnchor(); in testToString02() local
|
H A D | PKIXCertPathBuilderResultTest.java | 82 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult01() local 105 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult02() local 125 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult03() local 168 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult05() local 187 TrustAnchor ta = TestUtils.getTrustAnchor(); in test_clone() local 189 + ": not performed (could not create test TrustAnchor)", ta); in test_clone() local 211 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetCertPath() local 238 TrustAnchor ta = TestUtils.getTrustAnchor(); in testToString() local
|
H A D | TrustAnchorTest.java | 114 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); in testTrustAnchorStringPublicKeybyteArray03() local 225 TrustAnchor ta = new TrustAnchor(new X500Principal(validCaNameRfc2253), in testTrustAnchorX500PrincipalPublicKeybyteArray03() local 417 TrustAnchor ta = in testGetCAPublicKey01() local 440 TrustAnchor ta = in testGetCAName01() local 463 TrustAnchor ta = in testGetTrustedCer02() local 568 TrustAnchor ta = in testGetCA01() local
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | parameterlist.cpp | 18 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 28 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 38 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 54 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 69 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 97 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 128 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 142 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local
|
H A D | parameterdict.cpp | 16 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 32 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 99 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local 114 torch::Tensor ta = torch::randn({1, 2}, torch::requires_grad(true)); in TEST_F() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | Themes.java | 75 TypedArray ta = context.obtainStyledAttributes(android.R.style.TextAppearance_DeviceDefault, in getDefaultBodyFont() local 88 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDimension() local 113 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrBoolean() local 120 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrDrawable() local 127 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getAttrInteger() local 184 TypedArray ta = context.obtainStyledAttributes(attrSet, attrNames); in createValueMap() local
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | atomic.c | 18 #define DO_TESTS(t, ta, val1, val2, val3) do { \ argument 85 #define DO_INTEGER_TESTS(t, ta, val1, val2) do { \ argument 135 #define TEST_STRUCT(t, ta) \ argument 161 #define TEST_BODY(t, ta) do { \ argument 169 #define INTEGER_TEST_BODY(t, ta) do { \ argument
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | YuvTest.java | 112 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); in testV17() local 151 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21() local 202 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12() local 254 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12_Float4() local 301 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21_Float4() local
|
/aosp_15_r20/external/coreboot/src/device/oprom/yabel/ |
H A D | device.c | 136 translate_address_t ta; in biosemu_dev_get_addr_info() local 219 translate_address_t ta; in biosemu_dev_get_addr_info() local 257 translate_address_t ta; in biosemu_dev_find_vmem_addr() local 334 translate_address_t ta; in biosemu_dev_check_exprom() local 463 translate_address_t ta; in biosemu_dev_translate_address() local
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/ |
D | Utils.java | 100 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr() local 115 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor() local 122 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local 137 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr() local 144 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable() local
|
/aosp_15_r20/frameworks/wilhelm/tests/sandbox/ |
H A D | multithread.c | 46 ThreadArgument *ta = (ThreadArgument *) param; in thread_start() local 132 ThreadArgument *ta = &thread_args[i]; in main() local 165 ThreadArgument *ta = &thread_args[i]; in main() local 177 ThreadArgument *ta = &thread_args[i]; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | tensor_array_ops.cc | 209 xla::XlaOp ta = resource->value(); in Compile() local 262 xla::XlaOp ta = resource->value(); in Compile() local 312 xla::XlaOp ta = resource->value(); in Compile() local 380 xla::XlaOp ta = resource->value(); in Compile() local 460 xla::XlaOp ta = resource->value(); in Compile() local 515 xla::XlaOp ta = resource->value(); in Compile() local
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/ |
D | LibUtils.java | 134 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in applyAlphaAttr() local 149 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttrDefaultColor() local 156 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getColorAttr() local 171 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getThemeAttr() local 178 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); in getDrawable() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tracking_allocator_test.cc | 72 TrackingAllocator* ta = new TrackingAllocator(a, false); in TEST() local 121 TrackingAllocator* ta = new TrackingAllocator(&a, false); in TEST() local 147 TrackingAllocator* ta = new TrackingAllocator(&a, false); in TEST() local 166 TrackingAllocator* ta = new TrackingAllocator(&a, false); in TEST() local
|
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNTest.java | 48 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, RUNTIME_SHORT_SECONDS); in testNNAPI() local 55 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPI10Seconds() local 64 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPIAllData() local
|
D | TFLiteTest.java | 44 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLite10Seconds() local 52 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, in testTFLite() local 61 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLiteAllData() local
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | ContextThemeWrapperTest.java | 81 TypedArray ta = in testAccessTheme() local 96 TypedArray ta = in testSetTheme() local 160 private void verifyIdenticalTextAppearanceStyle(TypedArray ta) { in verifyIdenticalTextAppearanceStyle()
|
/aosp_15_r20/frameworks/base/core/tests/resourceflaggingtests/src/com/android/resourceflaggingtests/ |
H A D | ResourceFlaggingTest.java | 157 TypedArray ta = mResources.newTheme().obtainStyledAttributes( in testDisabledStyleDoesntOverride() local 164 TypedArray ta = mResources.newTheme().obtainStyledAttributes( in testEnabledStyleDoesOverride() local 171 TypedArray ta = mResources.newTheme().obtainStyledAttributes( in testEnabledStyleItemDoesOverride() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | Resources_Theme_Delegate.java | 58 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes() local 71 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes() local 83 … BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(set, in obtainStyledAttributes() local
|
/aosp_15_r20/art/test/2037-thread-name-inherit/ |
H A D | thread_name_inherit.cc | 74 ThreadArgs ta { in Java_Main_runThreadTestWithName() local 87 ThreadArgs ta { in Java_Main_runThreadTest() local 102 ThreadArgs ta { in Java_Main_runThreadTestSetJava() local
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
H A D | Utils.java | 351 TypedArray ta = context.obtainStyledAttributes(new int[] {attr}); in applyAlphaAttr() local 375 TypedArray ta = context.obtainStyledAttributes(new int[] {attr}); in getColorAttrDefaultColor() local 382 TypedArray ta = context.obtainStyledAttributes(new int[] {attr}); in getColorAttr() local 397 TypedArray ta = context.obtainStyledAttributes(new int[] {attr}); in getThemeAttr() local 404 TypedArray ta = context.obtainStyledAttributes(new int[] {attr}); in getDrawable() local
|