Home
last modified time | relevance | path

Searched defs:e0 (Results 1 – 25 of 140) sorted by relevance

123456

/external/jemalloc_new/test/unit/
Dbackground_thread.c7 bool e0, e1; in test_switch_background_thread_ctl() local
26 bool e0, e1; in test_repeat_background_thread_ctl() local
46 bool e0, e1; in TEST_BEGIN() local
/external/catch2/projects/SelfTest/UsageTests/
DEnumToString.tests.cpp17 Enum1 e0 = Enum1Value0; variable
24 Enum2 e0 = Enum2Value0; variable
51 EnumClass1 e0 = EnumClass1::EnumClass1Value0; variable
59 EnumClass2 e0 = EnumClass2::EnumClass2Value0; variable
/external/libcxx/test/std/language.support/support.exception/except.nested/
Dassign.pass.cpp33 std::nested_exception e0; in main() local
47 std::nested_exception e0; in main() local
Dctor_copy.pass.cpp33 std::nested_exception e0; in main() local
46 std::nested_exception e0; in main() local
/external/llvm-project/libcxx/test/std/language.support/support.exception/except.nested/
Dctor_copy.pass.cpp32 std::nested_exception e0; in main() local
45 std::nested_exception e0; in main() local
Dassign.pass.cpp32 std::nested_exception e0; in main() local
46 std::nested_exception e0; in main() local
/external/guava/android/guava/src/com/google/common/primitives/
DImmutableIntArray.java92 public static ImmutableIntArray of(int e0) { in of()
97 public static ImmutableIntArray of(int e0, int e1) { in of()
102 public static ImmutableIntArray of(int e0, int e1, int e2) { in of()
107 public static ImmutableIntArray of(int e0, int e1, int e2, int e3) { in of()
112 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4) { in of()
117 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4, int e5) { in of()
DImmutableLongArray.java92 public static ImmutableLongArray of(long e0) { in of()
97 public static ImmutableLongArray of(long e0, long e1) { in of()
102 public static ImmutableLongArray of(long e0, long e1, long e2) { in of()
107 public static ImmutableLongArray of(long e0, long e1, long e2, long e3) { in of()
112 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4) { in of()
117 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4, long e5) { in of()
DImmutableDoubleArray.java92 public static ImmutableDoubleArray of(double e0) { in of()
97 public static ImmutableDoubleArray of(double e0, double e1) { in of()
102 public static ImmutableDoubleArray of(double e0, double e1, double e2) { in of()
107 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3) { in of()
112 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3, double e4) { in of()
118 double e0, double e1, double e2, double e3, double e4, double e5) { in of()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java33 private final E e0; field in SampleElements
39 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
101 public E e0() { in e0() method in SampleElements
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java33 private final E e0; field in SampleElements
39 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
101 public E e0() { in e0() method in SampleElements
/external/guava/guava/src/com/google/common/primitives/
DImmutableDoubleArray.java100 public static ImmutableDoubleArray of(double e0) { in of()
105 public static ImmutableDoubleArray of(double e0, double e1) { in of()
110 public static ImmutableDoubleArray of(double e0, double e1, double e2) { in of()
115 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3) { in of()
120 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3, double e4) { in of()
126 double e0, double e1, double e2, double e3, double e4, double e5) { in of()
DImmutableIntArray.java100 public static ImmutableIntArray of(int e0) { in of()
105 public static ImmutableIntArray of(int e0, int e1) { in of()
110 public static ImmutableIntArray of(int e0, int e1, int e2) { in of()
115 public static ImmutableIntArray of(int e0, int e1, int e2, int e3) { in of()
120 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4) { in of()
125 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4, int e5) { in of()
DImmutableLongArray.java100 public static ImmutableLongArray of(long e0) { in of()
105 public static ImmutableLongArray of(long e0, long e1) { in of()
110 public static ImmutableLongArray of(long e0, long e1, long e2) { in of()
115 public static ImmutableLongArray of(long e0, long e1, long e2, long e3) { in of()
120 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4) { in of()
125 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4, long e5) { in of()
/external/llvm-project/clang/test/FixIt/
Dfixit-c90.c15 enum e0 { enum
/external/clang/test/FixIt/
Dfixit-c90.c15 enum e0 { enum
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java203 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t) in RM()
222 int[] e0 = Nat224.create(); in RP() local
260 int[] e0 = Nat224.create(); in trySqrt() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java199 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t) in RM()
218 int[] e0 = Nat224.create(); in RP() local
256 int[] e0 = Nat224.create(); in trySqrt() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java203 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t) in RM()
222 int[] e0 = Nat224.create(); in RP() local
260 int[] e0 = Nat224.create(); in trySqrt() local
/external/clang/test/SemaTemplate/
Dtemplate-decl-fail.cpp9 enum e0 {}; enum
/external/llvm-project/libcxx/test/std/experimental/utilities/meta/meta.detect/
Dnonesuch.fail.cpp28 …ex::nonesuch *e0 = new ex::nonesuch; // expected-error {{no matching constructor for initializatio… in main() local
/external/clang/test/CodeGen/
Dopenmp_default_simd_align.c3 enum e0 { E0 }; enum
/external/llvm-project/clang/test/CodeGen/
Dopenmp_default_simd_align.c3 enum e0 { E0 }; enum
/external/llvm-project/clang/test/SemaTemplate/
Dtemplate-decl-fail.cpp9 enum e0 {}; enum
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Dctor_engine_move.pass.cpp26 Engine e0 = e; in main() local

123456