HomeSort by relevance Sort by last modified time
    Searched refs:ta (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/java/tests/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/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingTest.java 111 public void runTest(TestAction ta, String testName) {
114 runOnUiThread(ta);
115 float bmValue = ta.getBenchmark();
132 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); local
133 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name());
139 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); local
140 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name());
146 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); local
147 runTest(ta, TestName.LEVELS_VEC3_FULL.name());
153 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL) local
160 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); local
167 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25); local
174 TestAction ta = new TestAction(TestName.GREYSCALE); local
181 TestAction ta = new TestAction(TestName.GRAIN); local
188 TestAction ta = new TestAction(TestName.FISHEYE_FULL); local
195 TestAction ta = new TestAction(TestName.FISHEYE_RELAXED); local
202 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_FULL); local
209 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_RELAXED); local
216 TestAction ta = new TestAction(TestName.VIGNETTE_FULL); local
223 TestAction ta = new TestAction(TestName.VIGNETTE_RELAXED); local
230 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_FULL); local
237 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_RELAXED); local
244 TestAction ta = new TestAction(TestName.GROUP_TEST_EMULATED); local
251 TestAction ta = new TestAction(TestName.GROUP_TEST_NATIVE); local
258 TestAction ta = new TestAction(TestName.CONVOLVE_3X3); local
265 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_3X3); local
272 TestAction ta = new TestAction(TestName.COLOR_MATRIX); local
279 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX); local
286 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX_GREY); local
293 TestAction ta = new TestAction(TestName.COPY); local
300 TestAction ta = new TestAction(TestName.CROSS_PROCESS_USING_LUT); local
307 TestAction ta = new TestAction(TestName.CONVOLVE_5X5); local
314 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_5X5); local
321 TestAction ta = new TestAction(TestName.MANDELBROT_FLOAT); local
328 TestAction ta = new TestAction(TestName.INTRINSICS_BLEND); local
335 TestAction ta = new TestAction(TestName.INTRINSICS_BLUR_25G); local
342 TestAction ta = new TestAction(TestName.VIBRANCE); local
349 TestAction ta = new TestAction(TestName.BW_FILTER); local
356 TestAction ta = new TestAction(TestName.SHADOWS); local
363 TestAction ta = new TestAction(TestName.CONTRAST); local
370 TestAction ta = new TestAction(TestName.EXPOSURE); local
377 TestAction ta = new TestAction(TestName.WHITE_BALANCE); local
384 TestAction ta = new TestAction(TestName.COLOR_CUBE); local
391 TestAction ta = new TestAction(TestName.COLOR_CUBE_3D_INTRINSIC); local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathValidatorResultTest.java 81 TrustAnchor ta = TestUtils.getTrustAnchor(); local
82 if (ta == null) {
86 ta,
116 TrustAnchor ta = TestUtils.getTrustAnchor(); local
117 if (ta == null) {
123 ta,
137 TrustAnchor ta = TestUtils.getTrustAnchor(); local
138 if (ta == null) {
143 ta,
156 TrustAnchor ta = TestUtils.getTrustAnchor() local
180 TrustAnchor ta = TestUtils.getTrustAnchor(); local
207 TrustAnchor ta = TestUtils.getTrustAnchor(); local
235 TrustAnchor ta = TestUtils.getTrustAnchor(); local
260 TrustAnchor ta = TestUtils.getTrustAnchor(); local
312 TrustAnchor ta = TestUtils.getTrustAnchor(); local
334 TrustAnchor ta = TestUtils.getTrustAnchor(); local
    [all...]
PKIXCertPathBuilderResultTest.java 90 TrustAnchor ta = TestUtils.getTrustAnchor(); local
91 if (ta == null) {
97 ta,
114 TrustAnchor ta = TestUtils.getTrustAnchor(); local
115 if (ta == null) {
121 ta,
134 TrustAnchor ta = TestUtils.getTrustAnchor(); local
135 if (ta == null) {
143 ta,
177 TrustAnchor ta = TestUtils.getTrustAnchor() local
197 TrustAnchor ta = TestUtils.getTrustAnchor(); local
199 + ": not performed (could not create test TrustAnchor)", ta); local
222 TrustAnchor ta = TestUtils.getTrustAnchor(); local
250 TrustAnchor ta = TestUtils.getTrustAnchor(); local
    [all...]
TrustAnchorTest.java 108 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); local
113 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
222 TrustAnchor ta = new TrustAnchor(new X500Principal(validCaNameRfc2253), local
228 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
283 TrustAnchor ta = local
285 assertEquals("equals1", pk, ta.getCAPublicKey());
288 ta = new TrustAnchor(x500p, pk, null);
289 assertEquals("equals2", pk, ta.getCAPublicKey());
307 TrustAnchor ta = local
309 assertEquals("equals1", validCaNameRfc2253, ta.getCAName())
331 TrustAnchor ta = local
356 TrustAnchor ta = 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...]
TrustAnchorTest.java 108 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); local
113 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
219 TrustAnchor ta = new TrustAnchor(new X500Principal(validCaNameRfc2253), local
225 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
411 TrustAnchor ta = local
413 assertEquals("equals1", pk, ta.getCAPublicKey());
416 ta = new TrustAnchor(x500p, pk, null);
417 assertEquals("equals2", pk, ta.getCAPublicKey());
434 TrustAnchor ta = local
436 assertEquals("equals1", validCaNameRfc2253, ta.getCAName())
457 TrustAnchor ta = local
562 TrustAnchor ta = 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/java/tests/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();
118 TestAction ta = new TestAction(TestName.SGEMM_SMALL); local
119 runTest(ta, TestName.SGEMM_SMALL.name());
125 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM); local
126 runTest(ta, TestName.SGEMM_MEDIUM.name());
132 TestAction ta = new TestAction(TestName.SGEMM_LARGE); local
133 runTest(ta, TestName.SGEMM_LARGE.name());
139 TestAction ta = new TestAction(TestName.BNNM_SMALL) local
146 TestAction ta = new TestAction(TestName.BNNM_MEDIUM); local
153 TestAction ta = new TestAction(TestName.BNNM_LARGE); local
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/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();
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/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();
  /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();
  /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
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 59 TypedArray ta = local
63 assertEqualsTextAppearanceStyle(ta);
106 private void assertEqualsTextAppearanceStyle(TypedArray ta) {
113 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount());
115 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
117 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
119 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
121 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));
123 ta.getDimension(R.styleable.TextAppearance_textSize, defValue));
125 ta.getInt(R.styleable.TextAppearance_textStyle, defValue))
    [all...]
  /system/keymaster/
ocb.c 804 block ta[BPI], oa[BPI]; local
808 ta[0] = xor_block(oa[0], adp[0]);
810 ta[1] = xor_block(oa[1], adp[1]);
812 ta[2] = xor_block(oa[2], adp[2]);
815 ta[3] = xor_block(ad_offset, adp[3]);
818 ta[3] = xor_block(oa[3], adp[3]);
820 ta[4] = xor_block(oa[4], adp[4]);
822 ta[5] = xor_block(oa[5], adp[5]);
824 ta[6] = xor_block(oa[6], adp[6]);
826 ta[7] = xor_block(ad_offset, adp[7])
847 block ta[BPI]; local
951 block ta[BPI]; local
1003 block ta[BPI + 1], oa[BPI]; local
1170 block ta[BPI]; local
1221 block ta[BPI + 1], oa[BPI]; local
    [all...]
  /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/jemalloc/test/unit/
atomic.c 11 #define TEST_BODY(p, t, tc, ta, PRI) do { \
35 assert_##ta##_eq(atomic_read_##p(&accum), \
39 assert_##ta##_eq(atomic_add_##p(&accum, tests[i].x), \
43 assert_##ta##_eq(atomic_read_##p(&accum), accum, \
47 assert_##ta##_eq(atomic_sub_##p(&accum, tests[i].x), \
51 assert_##ta##_eq(atomic_read_##p(&accum), accum, \
58 assert_##ta##_eq(accum, err ? tests[i].accum0 : \
63 assert_##ta##_eq(accum, tests[i].s, \
  /bionic/libc/dns/nameser/
ns_samedomain.c 200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
202 if (ns_makecanon(a, ta, sizeof ta) < 0 ||
205 if (strcasecmp(ta, tb) == 0)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java 214 double ta = t0; local
246 // - there was an event near ta,
247 // - there is another event between ta and tb
248 // - when ta was computed, convergence was reached on the "wrong side" of the interval
250 // shift ta to make sure ga and gb get opposite signs and the solver won't complain
254 ta += epsilon;
256 ga = f.value(ta);
269 root = (ta <= tb) ?
270 solver.solve(maxIterationCount, f, ta, tb) :
271 solver.solve(maxIterationCount, f, tb, ta);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 97 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); local
98 ta.copyFrom(tmp);
101 syuv.setInput(ta);
131 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
142 ta.copyFrom(tmp);
146 syuv.setInput(ta);
150 script.set_mInput(ta);
175 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
188 ta.copyFrom(tmp);
192 syuv.setInput(ta);
220 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
261 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 41 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout); local
42 mAllowStacking = ta.getBoolean(R.styleable.ButtonBarLayout_allowStacking, false);
43 ta.recycle();
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 98 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); local
99 ta.copyFrom(tmp);
102 syuv.setInput(ta);
125 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
138 ta.copyFrom(tmp);
140 syuv.setInput(ta);
163 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
174 ta.copyFrom(tmp);
176 syuv.setInput(ta);
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 562 final TypedArray ta = local
564 info.protocol = ta.getString(R.styleable.EmailServiceInfo_protocol);
565 info.accountType = ta.getString(R.styleable.EmailServiceInfo_accountType);
566 info.name = ta.getString(R.styleable.EmailServiceInfo_name);
567 info.hide = ta.getBoolean(R.styleable.EmailServiceInfo_hide, false);
569 ta.getString(R.styleable.EmailServiceInfo_serviceClass);
570 info.intentAction = ta.getString(R.styleable.EmailServiceInfo_intent);
572 ta.getString(R.styleable.EmailServiceInfo_intentPackage);
574 ta.getBoolean(R.styleable.EmailServiceInfo_defaultSsl, false);
575 info.port = ta.getInteger(R.styleable.EmailServiceInfo_port, 0)
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 121 TrustAnchor ta = new TrustAnchor( local
128 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
413 TrustAnchor ta = new TrustAnchor( local
415 byte[] ncRet = ta.getNameConstraints();
420 assertNotSame(ncRet, ta.getNameConstraints());
441 TrustAnchor ta = new TrustAnchor( local
444 assertNull(ta.getCAPublicKey());
465 TrustAnchor ta = new TrustAnchor( local
468 assertNull(ta.getCAName());
489 TrustAnchor ta = new TrustAnchor(cert, null) local
511 TrustAnchor ta = new TrustAnchor( local
534 TrustAnchor ta = new TrustAnchor( local
    [all...]

Completed in 905 milliseconds

1 2 3 4 5 6 7 8 91011>>