/external/qemu/android/ |
audio-test.c | 32 TestAudio* ta = opaque; local 34 //printf("%s: pos=%d free=%d\n", __FUNCTION__, ta->pos, free); 37 int avail = SAMPLE_SIZE - ta->pos; 41 AUD_write(ta->voice, ta->sample + ta->pos, avail); 42 ta->pos += avail; 43 if (ta->pos >= SAMPLE_SIZE) 44 ta->pos = 0; 51 testAudio_init( TestAudio* ta ) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXCertPathValidatorResultTest.java | 79 TrustAnchor ta = TestUtils.getTrustAnchor(); local 80 if (ta == null) { 84 ta, 114 TrustAnchor ta = TestUtils.getTrustAnchor(); local 115 if (ta == null) { 121 ta, 135 TrustAnchor ta = TestUtils.getTrustAnchor(); local 136 if (ta == null) { 141 ta, 153 TrustAnchor ta = TestUtils.getTrustAnchor() local 176 TrustAnchor ta = TestUtils.getTrustAnchor(); local 202 TrustAnchor ta = TestUtils.getTrustAnchor(); local 229 TrustAnchor ta = TestUtils.getTrustAnchor(); local 253 TrustAnchor ta = TestUtils.getTrustAnchor(); local 304 TrustAnchor ta = TestUtils.getTrustAnchor(); local 325 TrustAnchor ta = TestUtils.getTrustAnchor(); local [all...] |
PKIXCertPathBuilderResultTest.java | 87 TrustAnchor ta = TestUtils.getTrustAnchor(); local 88 if (ta == null) { 94 ta, 110 TrustAnchor ta = TestUtils.getTrustAnchor(); local 111 if (ta == null) { 117 ta, 130 TrustAnchor ta = TestUtils.getTrustAnchor(); local 131 if (ta == null) { 139 ta, 173 TrustAnchor ta = TestUtils.getTrustAnchor() local 193 TrustAnchor ta = TestUtils.getTrustAnchor(); local 195 + ": not performed (could not create test TrustAnchor)", ta); local 217 TrustAnchor ta = TestUtils.getTrustAnchor(); local 244 TrustAnchor ta = TestUtils.getTrustAnchor(); local [all...] |
TrustAnchorTest.java | 105 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); local 110 assertTrue(Arrays.equals(nc, ta.getNameConstraints())); 216 TrustAnchor ta = new TrustAnchor(new X500Principal(validCaNameRfc2253), local 222 assertTrue(Arrays.equals(nc, ta.getNameConstraints())); 277 TrustAnchor ta = local 279 assertEquals("equals1", pk, ta.getCAPublicKey()); 282 ta = new TrustAnchor(x500p, pk, null); 283 assertEquals("equals2", pk, ta.getCAPublicKey()); 300 TrustAnchor ta = local 302 assertEquals("equals1", validCaNameRfc2253, ta.getCAName()) 323 TrustAnchor ta = local 347 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...] |
/system/media/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...] |
/external/lohit-fonts/lohit-tamil-ttf/ |
66-lohit-tamil.conf | 6 <string>ta</string>
|
/bionic/libc/netbsd/nameser/ |
ns_samedomain.c | 202 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local 204 if (ns_makecanon(a, ta, sizeof ta) < 0 || 207 if (strcasecmp(ta, tb) == 0)
|
/cts/tests/tests/view/src/android/view/cts/ |
ContextThemeWrapperTest.java | 94 TypedArray ta = local 98 assertEqualsTextAppearanceStyle(ta); 161 private void assertEqualsTextAppearanceStyle(TypedArray ta) { 168 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount()); 170 ta.getColor(R.styleable.TextAppearance_textColor, defValue)); 172 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue)); 174 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue)); 176 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue)); 178 ta.getDimension(R.styleable.TextAppearance_textSize, defValue)); 180 ta.getInt(R.styleable.TextAppearance_textStyle, defValue)) [all...] |
/external/qemu/audio/ |
audio.h | 153 __typeof (a) ta = a; \ 155 ((ta)>(tb)?(tb):(ta)); \ 159 __typeof (a) ta = a; \ 161 ((ta)<(tb)?(tb):(ta)); \
|
/external/webkit/Tools/Scripts/ |
report-include-statistics | 109 my $ta = keys %{ $totalIncludes{$filea} }; 111 return $ta <=> $tb if $ta != $tb;
|
/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())); 412 TrustAnchor ta = new TrustAnchor( local 414 byte[] ncRet = ta.getNameConstraints(); 419 assertNotSame(ncRet, ta.getNameConstraints()); 440 TrustAnchor ta = new TrustAnchor( local 443 assertNull(ta.getCAPublicKey()); 463 TrustAnchor ta = new TrustAnchor( local 466 assertNull(ta.getCAName()); 487 TrustAnchor ta = new TrustAnchor(cert, null) local 508 TrustAnchor ta = new TrustAnchor( local 531 TrustAnchor ta = new TrustAnchor( local [all...] |
/external/dropbear/libtommath/ |
bn_mp_div.c | 23 mp_int ta, tb, tq, q; local 45 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) { 52 if (((res = mp_abs(a, &ta)) != MP_OKAY) || 60 if (mp_cmp(&tb, &ta) != MP_GT) { 61 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) || 72 /* now q == quotient and ta == remainder */ 80 mp_exch(d, &ta); 84 mp_clear_multi(&ta, &tb, &tq, &q, NULL);
|
/external/ipsec-tools/src/racoon/ |
security.c | 74 struct isakmp_parse_t *ta; local 121 ta = (struct isakmp_parse_t *)tbuf->v; 122 if (ta->type != ISAKMP_NPTYPE_T) { 124 "Invalid payload type=%u\n", ta->type); 128 trns = (struct isakmp_pl_t *)ta->ptr;
|
/external/libvpx/vp8/encoder/ |
encodemb.c | 511 ENTROPY_CONTEXT *ta; local 517 ta = (ENTROPY_CONTEXT *)&t_above; 527 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd); 533 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd); 540 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd); 552 ENTROPY_CONTEXT *ta; local 564 ta = (ENTROPY_CONTEXT *)&t_above; 574 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd); 582 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd); 590 ENTROPY_CONTEXT *ta; local [all...] |
/frameworks/base/services/java/com/android/server/ |
AttributeCache.java | 57 public Entry(Context c, TypedArray ta) { 59 array = ta;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 459 BridgeTypedArray ta = createStyleBasedTypedArray(style, attrs); local 460 map.put(resid, ta); 462 return ta; 473 TypedArray ta = map.get(resid); local 475 if (ta == null) { 476 ta = createStyleBasedTypedArray(style, attrs); 477 map.put(resid, ta); 480 return ta; 526 BridgeTypedArray ta = ((BridgeResources) mSystemResources).newTypeArray(attrs.length, local 665 ta.bridgeSetValue(index, name, resValue) 696 BridgeTypedArray ta = ((BridgeResources) mSystemResources).newTypeArray(attrs.length, local [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
MovieTransition.java | 68 final TransitionAlpha ta = (TransitionAlpha)transition; local 69 mAlphaMaskFilename = ta.getMaskFilename(); 71 mAlphaMaskBlendingPercent = ta.getBlendingPercent(); 72 mAlphaInvert = ta.isInvert();
|
/external/openssl/crypto/bn/ |
bn_asm.c | 472 BN_ULONG ta=(a),tb=(b); \ 473 BN_UMULT_LOHI(t1,t2,ta,tb); \ 479 BN_ULONG ta=(a),tb=(b),t0; \ 480 BN_UMULT_LOHI(t0,t1,ta,tb); \ 488 BN_ULONG ta=(a)[i]; \ 489 BN_UMULT_LOHI(t1,t2,ta,ta); \ 500 BN_ULONG ta=(a),tb=(b); \ 501 t1 = ta * tb; \ 502 t2 = BN_UMULT_HIGH(ta,tb); [all...] |
/bionic/libthread_db/ |
libthread_db.c | 57 td_ta_delete(td_thragent_t * ta) 59 free(ta);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
TypedArrayTest.java | 319 final TypedArray ta = getContext().getResources().obtainAttributes(set, local 321 assertEquals(1, ta.getIndexCount()); 322 assertEquals(EXPECTED_NON_RESOURCE_STRING, ta.getNonResourceString( 324 ta.recycle();
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.h | 135 char td, ta; // DC & AC huffman tables member in struct:GrFmtJpegReader::cmp_info
|
/external/webp/src/dec/ |
io_sse2.c | 51 const __m128i ta = _mm_avg_epu8(a, da); /* (9a + 3b + 3c + d + 8) / 16 */ \ 53 const __m128i t1 = _mm_unpacklo_epi8(ta, tb); \ 54 const __m128i t2 = _mm_unpackhi_epi8(ta, tb); \
|