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

1 2 3 4

  /system/media/opensles/tests/sandbox/
multithread.c 47 ThreadArgument *ta = (ThreadArgument *) param; local
52 ++ta->mCounter;
53 //LOGE("mCounter %d", ta->mCounter);
54 switch (ta->mObjectID) {
58 result = (*ta->mEngineEngine)->CreateOutputMix(ta->mEngineEngine, &myMixObject, 0, NULL,
69 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, ta->mURI};
72 SLDataLocator_OutputMix locOutputMix = {SL_DATALOCATOR_OUTPUTMIX, ta->mMixObject};
75 result = (*ta->mEngineEngine)->CreateAudioPlayer(ta->mEngineEngine, &myPlayerObject
134 ThreadArgument *ta = &thread_args[i]; local
167 ThreadArgument *ta = &thread_args[i]; local
179 ThreadArgument *ta = &thread_args[i]; local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 85 TrustAnchor ta = TestUtils.getTrustAnchor(); local
86 if (ta == null) {
90 ta,
132 TrustAnchor ta = TestUtils.getTrustAnchor(); local
133 if (ta == null) {
139 ta,
159 TrustAnchor ta = TestUtils.getTrustAnchor(); local
160 if (ta == null) {
165 ta,
183 TrustAnchor ta = TestUtils.getTrustAnchor() local
212 TrustAnchor ta = TestUtils.getTrustAnchor(); local
244 TrustAnchor ta = TestUtils.getTrustAnchor(); local
277 TrustAnchor ta = TestUtils.getTrustAnchor(); local
307 TrustAnchor ta = TestUtils.getTrustAnchor(); local
364 TrustAnchor ta = TestUtils.getTrustAnchor(); local
391 TrustAnchor ta = TestUtils.getTrustAnchor(); local
    [all...]
PKIXCertPathBuilderResultTest.java 92 TrustAnchor ta = TestUtils.getTrustAnchor(); local
93 if (ta == null) {
99 ta,
120 TrustAnchor ta = TestUtils.getTrustAnchor(); local
121 if (ta == null) {
127 ta,
145 TrustAnchor ta = TestUtils.getTrustAnchor(); local
146 if (ta == null) {
154 ta,
198 TrustAnchor ta = TestUtils.getTrustAnchor() local
223 TrustAnchor ta = TestUtils.getTrustAnchor(); local
225 + ": not performed (could not create test TrustAnchor)", ta); local
253 TrustAnchor ta = TestUtils.getTrustAnchor(); local
286 TrustAnchor ta = TestUtils.getTrustAnchor(); local
    [all...]
TrustAnchorTest.java 131 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); local
136 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
266 TrustAnchor ta = new TrustAnchor(new X500Principal(validCaNameRfc2253), local
272 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
500 TrustAnchor ta = local
502 assertEquals("equals1", pk, ta.getCAPublicKey());
505 ta = new TrustAnchor(x500p, pk, null);
506 assertEquals("equals2", pk, ta.getCAPublicKey());
529 TrustAnchor ta = local
531 assertEquals("equals1", validCaNameRfc2253, ta.getCAName())
557 TrustAnchor ta = local
686 TrustAnchor ta = local
    [all...]
  /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/WebKitTools/Scripts/
report-include-statistics 109 my $ta = keys %{ $totalIncludes{$filea} };
111 return $ta <=> $tb if $ta != $tb;
  /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;
  /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/
BridgeContext.java 211 BridgeTypedArray ta = createStyleBasedTypedArray(style, attrs); local
212 map.put(resid, ta);
214 return ta;
225 TypedArray ta = map.get(resid); local
227 if (ta == null) {
228 ta = createStyleBasedTypedArray(style, attrs);
229 map.put(resid, ta);
232 return ta;
257 BridgeTypedArray ta = ((BridgeResources) mResources).newTypeArray(attrs.length, local
341 ta.bridgeSetValue(index, name, resValue)
372 BridgeTypedArray ta = ((BridgeResources) mResources).newTypeArray(attrs.length, local
    [all...]
  /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...]
bn_lcl.h 340 BN_ULONG high,low,ret,ta=(a); \
341 BN_UMULT_LOHI(low,high,w,ta); \
368 BN_ULONG high,low,ret,ta=(a); \
369 low = (w) * ta; \
370 high= BN_UMULT_HIGH(w,ta); \
  /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/libvpx/vp8/encoder/
encodemb.c 494 ENTROPY_CONTEXT *ta; local
500 ta = (ENTROPY_CONTEXT *)&t_above;
510 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd);
516 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd);
522 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd);
573 ENTROPY_CONTEXT *ta; local
585 ta = (ENTROPY_CONTEXT *)&t_above;
595 ta + vp8_block2above[b], tl + vp8_block2left[b], rtcd);
612 ENTROPY_CONTEXT *ta; local
624 ta = (ENTROPY_CONTEXT *)&t_above
    [all...]
rdopt.c 620 ENTROPY_CONTEXT *ta; local
626 ta = (ENTROPY_CONTEXT *)&t_above;
634 ta + vp8_block2above[b], tl + vp8_block2left[b]);
638 ta + vp8_block2above[24], tl + vp8_block2left[24]);
665 ENTROPY_CONTEXT ta = *a, tempa = *a; local
686 tempa = ta;
721 ENTROPY_CONTEXT *ta; local
727 ta = (ENTROPY_CONTEXT *)&t_above;
743 ta + vp8_block2above[i],
810 ENTROPY_CONTEXT *ta; local
1160 ENTROPY_CONTEXT *ta; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 150 TypedArray ta = local
152 assertTextAppearanceStyle(ta);
155 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
156 assertTextAppearanceStyle(ta);
172 private void assertTextAppearanceStyle(TypedArray ta) {
179 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount());
181 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
183 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
185 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
187 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue))
    [all...]
  /bionic/libthread_db/include/
thread_db.h 131 extern td_err_e td_ta_delete(td_thragent_t * ta);
  /development/ndk/platforms/android-9/include/
thread_db.h 131 extern td_err_e td_ta_delete(td_thragent_t * ta);
  /external/jpeg/
jcmarker.c 311 int i, td, ta; local
324 ta = compptr->ac_tbl_no;
332 ta = 0; /* DC scan */
339 emit_byte(cinfo, (td << 4) + ta);
  /bionic/libc/netbsd/net/
reentrant.h 222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a))
  /external/tcpdump/
ieee802_11.h 257 u_int8_t ta[6]; member in struct:ctrl_rts_t
286 u_int8_t ta[6]; member in struct:ctrl_ps_poll_t
  /frameworks/base/core/java/android/widget/
FastScroller.java 151 TypedArray ta = context.getTheme().obtainStyledAttributes(new int[] { local
153 ColorStateList textColor = ta.getColorStateList(ta.getIndex(0));

Completed in 802 milliseconds

1 2 3 4