Home
last modified time | relevance | path

Searched defs:e0 (Results 1 – 25 of 133) 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/
Dctor_copy.pass.cpp33 std::nested_exception e0; in main() local
46 std::nested_exception e0; in main() local
Dassign.pass.cpp33 std::nested_exception e0; in main() local
47 std::nested_exception e0; in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.exception/except.nested/
Dassign.pass.cpp32 std::nested_exception e0; in main() local
46 std::nested_exception e0; in main() local
Dctor_copy.pass.cpp32 std::nested_exception e0; in main() local
45 std::nested_exception e0; in main() local
/external/guava/android/guava/src/com/google/common/primitives/
DImmutableIntArray.java93 public static ImmutableIntArray of(int e0) { in of()
98 public static ImmutableIntArray of(int e0, int e1) { in of()
103 public static ImmutableIntArray of(int e0, int e1, int e2) { in of()
108 public static ImmutableIntArray of(int e0, int e1, int e2, int e3) { in of()
113 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4) { in of()
118 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4, int e5) { in of()
DImmutableLongArray.java93 public static ImmutableLongArray of(long e0) { in of()
98 public static ImmutableLongArray of(long e0, long e1) { in of()
103 public static ImmutableLongArray of(long e0, long e1, long e2) { in of()
108 public static ImmutableLongArray of(long e0, long e1, long e2, long e3) { in of()
113 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4) { in of()
118 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4, long e5) { in of()
DImmutableDoubleArray.java93 public static ImmutableDoubleArray of(double e0) { in of()
98 public static ImmutableDoubleArray of(double e0, double e1) { in of()
103 public static ImmutableDoubleArray of(double e0, double e1, double e2) { in of()
108 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3) { in of()
113 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3, double e4) { in of()
119 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/
DImmutableIntArray.java101 public static ImmutableIntArray of(int e0) { in of()
106 public static ImmutableIntArray of(int e0, int e1) { in of()
111 public static ImmutableIntArray of(int e0, int e1, int e2) { in of()
116 public static ImmutableIntArray of(int e0, int e1, int e2, int e3) { in of()
121 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4) { in of()
126 public static ImmutableIntArray of(int e0, int e1, int e2, int e3, int e4, int e5) { in of()
DImmutableLongArray.java101 public static ImmutableLongArray of(long e0) { in of()
106 public static ImmutableLongArray of(long e0, long e1) { in of()
111 public static ImmutableLongArray of(long e0, long e1, long e2) { in of()
116 public static ImmutableLongArray of(long e0, long e1, long e2, long e3) { in of()
121 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4) { in of()
126 public static ImmutableLongArray of(long e0, long e1, long e2, long e3, long e4, long e5) { in of()
DImmutableDoubleArray.java101 public static ImmutableDoubleArray of(double e0) { in of()
106 public static ImmutableDoubleArray of(double e0, double e1) { in of()
111 public static ImmutableDoubleArray of(double e0, double e1, double e2) { in of()
116 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3) { in of()
121 public static ImmutableDoubleArray of(double e0, double e1, double e2, double e3, double e4) { in of()
127 double e0, double e1, double e2, double e3, double e4, double e5) { in of()
/external/clang/test/FixIt/
Dfixit-c90.c15 enum e0 { enum
/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/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/clang/test/CodeGen/
Dopenmp_default_simd_align.c3 enum e0 { E0 }; enum
/external/cronet/buildtools/third_party/libc++/trunk/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/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Dctor_engine_move.pass.cpp26 Engine e0 = e; in main() local
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dctor_engine_move.pass.cpp26 Engine e0 = e; in main() local
/external/clang/test/SemaTemplate/
Dtemplate-decl-fail.cpp9 enum e0 {}; enum
/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c67 GLuint e0, in _swsetup_edge_render_line_tri()
93 GLuint e0, in _swsetup_edge_render_point_tri()
111 GLuint e0, in _swsetup_render_tri()
/external/libabigail/tests/data/test-diff-suppr/
Dtest40-enumerator-changes-v0.cc3 e0, enumerator

123456