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

1 2

  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 299 TrustAnchor ta3 = new TrustAnchor(pemCert, getEncodingESOnly()); local
300 assertNull(ta3.getCA());
301 assertNull(ta3.getCAName());
302 assertNull(ta3.getCAPublicKey());
303 assertTrue(Arrays.equals(getEncodingESOnly(), ta3.getNameConstraints()));
304 assertEquals(pemCert, ta3.getTrustedCert());
493 TrustAnchor ta3 = new TrustAnchor(pemCert, getEncodingPSOnly()); local
494 assertTrue(Arrays.equals(getEncodingPSOnly(), ta3.getNameConstraints()));
518 TrustAnchor ta3 = new TrustAnchor(pemCert, null); local
519 assertNull(ta3.getNameConstraints())
544 TrustAnchor ta3 = new TrustAnchor(pemCert, getEncodingPSOnly()); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-weaktypedarrays.cc 288 "var ta3 = new %s(ab)",
298 v8::Handle<TypedArray> ta3 = local
299 v8::Handle<TypedArray>::Cast(CompileRun("ta3"));
305 CHECK(HasViewInWeakList(*iab, *v8::Utils::OpenHandle(*ta3)));
329 CompileRun("ta1 = null; ta2 = null; ta3 = null;");
  /bionic/libc/arch-mips/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 63 #define ta3 $11 macro
80 #define ta3 $15 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 87 #define ta3 $11 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 63 #define ta3 $11 macro
80 #define ta3 $15 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 56 #define ta3 $11 macro
73 #define ta3 $15 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 87 #define ta3 $11 macro

Completed in 1406 milliseconds

1 2