HomeSort by relevance Sort by last modified time
    Searched defs:ta2 (Results 1 - 25 of 31) sorted by null

1 2

  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 291 TrustAnchor ta2 = new TrustAnchor(pemCert, getEncodingPSOnly()); local
292 assertNull(ta2.getCA());
293 assertNull(ta2.getCAName());
294 assertNull(ta2.getCAPublicKey());
295 assertTrue(Arrays.equals(getEncodingPSOnly(), ta2.getNameConstraints()));
296 assertEquals(pemCert, ta2.getTrustedCert());
466 TrustAnchor ta2 = new TrustAnchor(cert, null); local
467 assertSame(cert, ta2.getTrustedCert());
484 TrustAnchor ta2 = new TrustAnchor(x500p, pk, getEncodingNoMinMax()); local
485 assertTrue(Arrays.equals(getEncodingNoMinMax(), ta2
510 TrustAnchor ta2 = new TrustAnchor(x500p, pk, null); local
536 TrustAnchor ta2 = new TrustAnchor(x500p, pk, getEncodingNoMinMax()); local
    [all...]
  /external/v8/test/cctest/
test-weaktypedarrays.cc 199 v8::Handle<View> ta2 = View::New(ab, 0, 128); local
202 Handle<JSArrayBufferView> ita2 = v8::Utils::OpenHandle(*ta2);
287 "var ta2 = new %s(ab);"
296 v8::Handle<TypedArray> ta2 = local
297 v8::Handle<TypedArray>::Cast(CompileRun("ta2"));
304 CHECK(HasViewInWeakList(*iab, *v8::Utils::OpenHandle(*ta2)));
329 CompileRun("ta1 = null; ta2 = null; ta3 = null;");
  /bionic/libc/arch-mips/include/machine/
regdef.h 62 #define ta2 $10 macro
79 #define ta2 $14 macro
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regdef.h 62 #define ta2 $10 macro
79 #define ta2 $14 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 85 #define ta2 $10 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 85 #define ta2 $10 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 55 #define ta2 $10 macro
72 #define ta2 $14 macro

Completed in 1096 milliseconds

1 2