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

1 2

  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 283 TrustAnchor ta1 = new TrustAnchor(pemCert, getFullEncoding()); local
284 assertNull(ta1.getCA());
285 assertNull(ta1.getCAName());
286 assertNull(ta1.getCAPublicKey());
287 assertTrue(Arrays.equals(getFullEncoding(), ta1.getNameConstraints()));
288 assertEquals(pemCert, ta1.getTrustedCert());
479 TrustAnchor ta1 = new TrustAnchor(validCaNameRfc2253, pk, local
481 assertTrue(Arrays.equals(getFullEncoding(), ta1.getNameConstraints()));
506 TrustAnchor ta1 = new TrustAnchor(validCaNameRfc2253, pk, null); local
507 assertNull(ta1.getNameConstraints())
531 TrustAnchor ta1 = new TrustAnchor(validCaNameRfc2253, pk, local
    [all...]
  /external/v8/test/cctest/
test-weaktypedarrays.cc 196 v8::Handle<View> ta1 = View::New(ab, 0, 256); local
201 Handle<JSArrayBufferView> ita1 = v8::Utils::OpenHandle(*ta1);
209 Handle<JSArrayBufferView> ita1 = v8::Utils::OpenHandle(*ta1);
286 "var ta1 = new %s(ab);"
294 v8::Handle<TypedArray> ta1 = local
295 v8::Handle<TypedArray>::Cast(CompileRun("ta1"));
303 CHECK(HasViewInWeakList(*iab, *v8::Utils::OpenHandle(*ta1)));
329 CompileRun("ta1 = null; ta2 = null; ta3 = null;");
  /bionic/libc/arch-mips/include/machine/
regdef.h 61 #define ta1 $9 macro
78 #define ta1 $13 macro
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regdef.h 61 #define ta1 $9 macro
78 #define ta1 $13 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 82 #define ta1 $9 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 82 #define ta1 $9 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 54 #define ta1 $9 macro
71 #define ta1 $13 macro

Completed in 324 milliseconds

1 2