/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
ticc-imm-reg.s | 4 ta %o0 5 ta %o0 + %o2 6 ta %l0 + 10 7 ta %l0 + -10 8 ta %l0 - 10 9 ta %l0 - -10 10 ta 127 11 ta 10 + %i0 12 ta -10 + %i0
|
ticc-imm-reg.d | 10 0: 91 d2 00 00 ta %o0 11 4: 91 d2 00 0a ta %o0 \+ %o2 12 8: 91 d4 20 0a ta %l0 \+ 0xa 13 c: 91 d4 3f f6 ta %l0 \+ -10 14 10: 91 d4 3f f6 ta %l0 \+ -10 15 14: 91 d4 20 0a ta %l0 \+ 0xa 16 18: 91 d0 20 7f ta 0x7f 17 1c: 91 d6 20 0a ta %i0 \+ 0xa 18 20: 91 d6 3f f6 ta %i0 \+ -10
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingTest.java | 96 public void runTest(TestAction ta, String testName) { 99 runOnUiThread(ta); 100 float bmValue = ta.getBenchmark(); 117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); local 118 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name()); 124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); local 125 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name()); 131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); local 132 runTest(ta, TestName.LEVELS_VEC3_FULL.name()); 138 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL) local 145 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); local 152 TestAction ta = new TestAction(TestName.INTRINSIC_BLUE_RADIUS_25); local 159 TestAction ta = new TestAction(TestName.GREYSCALE); local 166 TestAction ta = new TestAction(TestName.GRAIN); local 173 TestAction ta = new TestAction(TestName.FISHEYE_FULL); local 180 TestAction ta = new TestAction(TestName.FISHEYE_RELAXED); local 187 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_FULL); local 194 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_RELAXED); local 201 TestAction ta = new TestAction(TestName.VIGNETTE_FULL); local 208 TestAction ta = new TestAction(TestName.VIGNETTE_RELAXED); local 215 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_FULL); local 222 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_RELAXED); local 229 TestAction ta = new TestAction(TestName.GROUP_TEST_EMULATED); local 236 TestAction ta = new TestAction(TestName.GROUP_TEST_NATIVE); local 243 TestAction ta = new TestAction(TestName.CONVOLVE_3X3); local 250 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_3X3); local 257 TestAction ta = new TestAction(TestName.COLOR_MATRIX); local 264 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX); local 271 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX_GREY); local 278 TestAction ta = new TestAction(TestName.COPY); local 285 TestAction ta = new TestAction(TestName.CROSS_PROCESS_USING_LUT); local 292 TestAction ta = new TestAction(TestName.CONVOLVE_5X5); local 299 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_5X5); local 306 TestAction ta = new TestAction(TestName.MANDELBROT_FLOAT); local 313 TestAction ta = new TestAction(TestName.INTRINSICS_BLEND); local 320 TestAction ta = new TestAction(TestName.INTRINSICS_BLUR_25G); local 327 TestAction ta = new TestAction(TestName.VIBRANCE); local 334 TestAction ta = new TestAction(TestName.BW_FILTER); local 341 TestAction ta = new TestAction(TestName.SHADOWS); local 348 TestAction ta = new TestAction(TestName.CONTRAST); local 355 TestAction ta = new TestAction(TestName.EXPOSURE); local 362 TestAction ta = new TestAction(TestName.WHITE_BALANCE); local 369 TestAction ta = new TestAction(TestName.COLOR_CUBE); local 376 TestAction ta = new TestAction(TestName.COLOR_CUBE_3D_INTRINSIC); local 383 TestAction ta = new TestAction(TestName.USAGE_IO); local 390 TestAction ta = new TestAction(TestName.ARTISTIC_1); local 397 TestAction ta = new TestAction(TestName.HISTOGRAM); local 404 TestAction ta = new TestAction(TestName.MANDELBROT_DOUBLE); local 410 TestAction ta = new TestAction(TestName.MIRROR); local [all...] |
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
ImageProcessingTest.java | 109 public void runTest(TestAction ta, String testName) { 110 runOnUiThread(ta); 111 Result times = ta.getBenchmark(); 152 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); local 153 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name()); 159 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); local 160 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name()); 166 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); local 167 runTest(ta, TestName.LEVELS_VEC3_FULL.name()); 173 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL) local 180 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); local 187 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25); local 194 TestAction ta = new TestAction(TestName.GREYSCALE); local 201 TestAction ta = new TestAction(TestName.GRAIN); local 208 TestAction ta = new TestAction(TestName.FISHEYE_FULL); local 215 TestAction ta = new TestAction(TestName.FISHEYE_RELAXED); local 222 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_FULL); local 229 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_RELAXED); local 236 TestAction ta = new TestAction(TestName.VIGNETTE_FULL); local 243 TestAction ta = new TestAction(TestName.VIGNETTE_RELAXED); local 250 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_FULL); local 257 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_RELAXED); local 264 TestAction ta = new TestAction(TestName.GROUP_TEST_EMULATED); local 271 TestAction ta = new TestAction(TestName.GROUP_TEST_NATIVE); local 278 TestAction ta = new TestAction(TestName.CONVOLVE_3X3); local 285 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_3X3); local 292 TestAction ta = new TestAction(TestName.COLOR_MATRIX); local 299 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX); local 306 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX_GREY); local 313 TestAction ta = new TestAction(TestName.COPY); local 320 TestAction ta = new TestAction(TestName.CROSS_PROCESS_USING_LUT); local 327 TestAction ta = new TestAction(TestName.CONVOLVE_5X5); local 334 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_5X5); local 341 TestAction ta = new TestAction(TestName.MANDELBROT_FLOAT); local 348 TestAction ta = new TestAction(TestName.INTRINSICS_BLEND); local 355 TestAction ta = new TestAction(TestName.INTRINSICS_BLUR_25G); local 362 TestAction ta = new TestAction(TestName.VIBRANCE); local 369 TestAction ta = new TestAction(TestName.BW_FILTER); local 376 TestAction ta = new TestAction(TestName.SHADOWS); local 383 TestAction ta = new TestAction(TestName.CONTRAST); local 390 TestAction ta = new TestAction(TestName.EXPOSURE); local 397 TestAction ta = new TestAction(TestName.WHITE_BALANCE); local 404 TestAction ta = new TestAction(TestName.COLOR_CUBE); local 411 TestAction ta = new TestAction(TestName.COLOR_CUBE_3D_INTRINSIC); local 418 TestAction ta = new TestAction(TestName.ARTISTIC1); local 425 TestAction ta = new TestAction(TestName.RESIZE_BI_SCRIPT); local 432 TestAction ta = new TestAction(TestName.RESIZE_BI_INTRINSIC); local 439 TestAction ta = new TestAction(TestName.POSTERIZE_INVOKE); local 446 TestAction ta = new TestAction(TestName.POSTERIZE_SET); local 453 TestAction ta = new TestAction(TestName.HISTOGRAM_INTRINSIC); local 460 TestAction ta = new TestAction(TestName.HISTOGRAM_SCRIPT); local 467 TestAction ta = new TestAction(TestName.MANDELBROT_DOUBLE); local 474 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25_HALF); local [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
PKIXCertPathValidatorResultTest.java | 73 TrustAnchor ta = TestUtils.getTrustAnchor(); local 74 if (ta == null) { 78 ta, 108 TrustAnchor ta = TestUtils.getTrustAnchor(); local 109 if (ta == null) { 115 ta, 129 TrustAnchor ta = TestUtils.getTrustAnchor(); local 130 if (ta == null) { 135 ta, 147 TrustAnchor ta = TestUtils.getTrustAnchor() local 170 TrustAnchor ta = TestUtils.getTrustAnchor(); local 196 TrustAnchor ta = TestUtils.getTrustAnchor(); local 223 TrustAnchor ta = TestUtils.getTrustAnchor(); local 247 TrustAnchor ta = TestUtils.getTrustAnchor(); local 298 TrustAnchor ta = TestUtils.getTrustAnchor(); local 319 TrustAnchor ta = TestUtils.getTrustAnchor(); local [all...] |
PKIXCertPathBuilderResultTest.java | 82 TrustAnchor ta = TestUtils.getTrustAnchor(); local 83 if (ta == null) { 89 ta, 105 TrustAnchor ta = TestUtils.getTrustAnchor(); local 106 if (ta == null) { 112 ta, 125 TrustAnchor ta = TestUtils.getTrustAnchor(); local 126 if (ta == null) { 134 ta, 168 TrustAnchor ta = TestUtils.getTrustAnchor() local 187 TrustAnchor ta = TestUtils.getTrustAnchor(); local 189 + ": not performed (could not create test TrustAnchor)", ta); local 211 TrustAnchor ta = TestUtils.getTrustAnchor(); local 238 TrustAnchor ta = TestUtils.getTrustAnchor(); local [all...] |
/frameworks/wilhelm/tests/sandbox/ |
multithread.c | 46 ThreadArgument *ta = (ThreadArgument *) param; local 51 ++ta->mCounter; 52 switch (ta->mObjectID) { 56 result = (*ta->mEngineEngine)->CreateOutputMix(ta->mEngineEngine, &myMixObject, 0, NULL, 67 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, ta->mURI}; 70 SLDataLocator_OutputMix locOutputMix = {SL_DATALOCATOR_OUTPUTMIX, ta->mMixObject}; 73 result = (*ta->mEngineEngine)->CreateAudioPlayer(ta->mEngineEngine, &myPlayerObject, 132 ThreadArgument *ta = &thread_args[i] local 165 ThreadArgument *ta = &thread_args[i]; local 177 ThreadArgument *ta = &thread_args[i]; local [all...] |
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
BlasTest.java | 97 public void runTest(TestAction ta, String testName) { 100 runOnUiThread(ta); 101 float bmValue = ta.getBenchmark(); 116 TestAction ta = new TestAction(TestName.SGEMM_SMALL); local 117 runTest(ta, TestName.SGEMM_SMALL.name()); 123 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM); local 124 runTest(ta, TestName.SGEMM_MEDIUM.name()); 130 TestAction ta = new TestAction(TestName.SGEMM_LARGE); local 131 runTest(ta, TestName.SGEMM_LARGE.name()); 137 TestAction ta = new TestAction(TestName.BNNM_SMALL) local 144 TestAction ta = new TestAction(TestName.BNNM_MEDIUM); local 151 TestAction ta = new TestAction(TestName.BNNM_LARGE); local 158 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet); local 165 TestAction ta = new TestAction(TestName.BNNM_GoogLeNet); local 172 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet_Padded); local 179 TestAction ta = new TestAction(TestName.BNNM_GoogLeNet_Padded); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
Themes.java | 39 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); local 40 int colorAccent = ta.getColor(0, 0); 41 ta.recycle(); 49 TypedArray ta = context.obtainStyledAttributes(new int[]{attr}); local 50 float alpha = ta.getFloat(0, 0); 51 ta.recycle();
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug045.go | 14 var ta []*T; 16 ta = new([1]*T)[0:]; 17 ta[0] = nil;
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug045.go | 14 var ta []*T; 16 ta = new([1]*T)[0:]; 17 ta[0] = nil;
|
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
MediaAppInfo.java | 50 TypedArray ta = null; local 55 ta = theme.obtainStyledAttributes(new int[]{ android.R.attr.colorAccent }); 56 mAccentColor = ta.getColor(1, 61 if (ta != null) { 62 ta.recycle();
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
ResourceHelper.java | 45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute}); local 46 themeColor = ta.getColor(0, defaultColor); 47 ta.recycle();
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/ |
ResourceHelper.java | 45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute}); local 46 themeColor = ta.getColor(0, defaultColor); 47 ta.recycle();
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ |
DialpadButton.java | 59 TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.DialpadButton); local 62 mNumberText = ta.getString(R.styleable.DialpadButton_numberText); 63 mLetterText = ta.getString(R.styleable.DialpadButton_letterText); 64 mImageRes = ta.getResourceId(R.styleable.DialpadButton_image, INVALID_IMAGE_RES); 66 if (ta != null) { 67 ta.recycle();
|
/external/clang/test/Analysis/ |
uninit-const.c | 63 int ta[5]; local 64 int* tp = ta; // expected-note {{'tp' initialized here}} 70 int ta[5]; // expected-note {{'ta' initialized here}} local 71 doStuff_pointerToConstInt(ta); // expected-warning {{Function call argument is a pointer to uninitialized value}} 76 int ta[5] = {1,2,3,4,5}; local 77 int* tp = ta; 82 int ta[5] = {1,2,3,4,5}; local 83 doStuff_pointerToConstInt(ta); // no-warning
|
/system/libvintf/include/vintf/ |
TransportArch.h | 35 friend bool parse(const std::string &s, TransportArch *ta);
|
/cts/tests/tests/view/src/android/view/cts/ |
ContextThemeWrapperTest.java | 78 TypedArray ta = local 82 verifyIdenticalTextAppearanceStyle(ta); 144 private void verifyIdenticalTextAppearanceStyle(TypedArray ta) { 151 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount()); 153 ta.getColor(R.styleable.TextAppearance_textColor, defValue)); 155 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue)); 157 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue)); 159 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue)); 161 ta.getDimension(R.styleable.TextAppearance_textSize, defValue), 0.0f); 163 ta.getInt(R.styleable.TextAppearance_textStyle, defValue)) [all...] |
/system/keymaster/ |
ocb.c | 805 block ta[BPI], oa[BPI]; local 809 ta[0] = xor_block(oa[0], adp[0]); 811 ta[1] = xor_block(oa[1], adp[1]); 813 ta[2] = xor_block(oa[2], adp[2]); 816 ta[3] = xor_block(ad_offset, adp[3]); 819 ta[3] = xor_block(oa[3], adp[3]); 821 ta[4] = xor_block(oa[4], adp[4]); 823 ta[5] = xor_block(oa[5], adp[5]); 825 ta[6] = xor_block(oa[6], adp[6]); 827 ta[7] = xor_block(ad_offset, adp[7]) 848 block ta[BPI]; local 952 block ta[BPI]; local 1004 block ta[BPI + 1], oa[BPI]; local 1171 block ta[BPI]; local 1222 block ta[BPI + 1], oa[BPI]; local [all...] |
/external/jemalloc/test/unit/ |
ticker.c | 51 ticker_t ta, tb; local 53 ticker_init(&ta, NTICKS); 54 ticker_copy(&tb, &ta); 59 ticker_tick(&ta); 60 ticker_copy(&tb, &ta);
|
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/stream/ui/ |
StreamCardView.java | 65 TypedArray ta = null; local 68 ta = context.obtainStyledAttributes(attrs, R.styleable.StreamCardView, defStyleAttrs, 70 mColumnSpan = ta.getInteger(R.styleable.StreamCardView_columnSpan, mDefaultColumnSpan); 76 if (ta != null) { 77 ta.recycle();
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
Resources_Theme_Delegate.java | 59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs); local 60 ta.setTheme(thisTheme); 62 return ta; 71 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, local 73 ta.setTheme(thisTheme); 75 return ta; 83 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, local 85 ta.setTheme(thisTheme); 87 return ta;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
threads_scenarii.c | 30 pthread_attr_t ta; member in struct:__scenario 227 ret = pthread_attr_init(&scenarii[i].ta); 234 ret = pthread_attr_setdetachstate(&scenarii[i].ta, 240 pthread_attr_getdetachstate(&scenarii[i].ta, &old); 261 [i].ta, 266 [i].ta, 284 pthread_attr_setschedpolicy(&scenarii[i].ta, 288 pthread_attr_setschedpolicy(&scenarii[i].ta, 310 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); 320 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp) [all...] |
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
threads_scenarii.c | 28 pthread_attr_t ta; member in struct:__scenario 175 ret = pthread_attr_init(&scenarii[i].ta); 184 pthread_attr_setdetachstate(&scenarii[i].ta, 191 pthread_attr_getdetachstate(&scenarii[i].ta, &old); 210 ta, 215 ta, 234 pthread_attr_setschedpolicy(&scenarii[i].ta, 239 pthread_attr_setschedpolicy(&scenarii[i].ta, 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); 274 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp) [all...] |
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
threads_scenarii.c | 28 pthread_attr_t ta; member in struct:__scenario 175 ret = pthread_attr_init(&scenarii[i].ta); 184 pthread_attr_setdetachstate(&scenarii[i].ta, 191 pthread_attr_getdetachstate(&scenarii[i].ta, &old); 210 ta, 215 ta, 234 pthread_attr_setschedpolicy(&scenarii[i].ta, 239 pthread_attr_setschedpolicy(&scenarii[i].ta, 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); 274 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp) [all...] |