/dalvik/libcore/security/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 | 156 __typeof (a) ta = a; \ 158 ((ta)>(tb)?(tb):(ta)); \ 162 __typeof (a) ta = a; \ 164 ((ta)<(tb)?(tb):(ta)); \
|
/external/opencore/fileformats/mp4/composer/include/ |
mediadataatom.h | 80 void setTrackReferencePtr(PVA_FF_TrackAtom *ta) 82 _ptrackReferencePtr = ta; 83 _ptrackReferencePtrVec->push_back(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 335 ta.bridgeSetValue(index, name, resValue) 366 BridgeTypedArray ta = ((BridgeResources) mResources).newTypeArray(attrs.length, local [all...] |
/external/openssl/crypto/bn/ |
bn_asm.c | 465 BN_ULONG ta=(a),tb=(b); \ 466 BN_UMULT_LOHI(t1,t2,ta,tb); \ 472 BN_ULONG ta=(a),tb=(b),t0; \ 473 BN_UMULT_LOHI(t0,t1,ta,tb); \ 481 BN_ULONG ta=(a)[i]; \ 482 BN_UMULT_LOHI(t1,t2,ta,ta); \ 493 BN_ULONG ta=(a),tb=(b); \ 494 t1 = ta * tb; \ 495 t2 = BN_UMULT_HIGH(ta,tb); [all...] |
bn_lcl.h | 339 BN_ULONG high,low,ret,ta=(a); \ 340 BN_UMULT_LOHI(low,high,w,ta); \ 367 BN_ULONG high,low,ret,ta=(a); \ 368 low = (w) * ta; \ 369 high= BN_UMULT_HIGH(w,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();
|
/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...] |
/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
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 129 TrustAnchor ta = getTrustAnchor(); local 130 if (ta == null) { 134 if (!set.add(ta)) { [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
BaseInputConnection.java | 533 TypedArray ta = context.getTheme() local 537 CharSequence style = ta.getText(0); 538 ta.recycle();
|
/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));
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 102 TestAnnotations ta = new TestAnnotations(); local
|
/external/blktrace/ |
Makefile | 73 $(RPMBUILD) -ta btrace-1.0.tar.bz2
|
/external/skia/src/opts/ |
SkBlitRow_opts_arm.cpp | 695 int ta[UNROLL]; local [all...] |