Home
last modified time | relevance | path

Searched defs:E3 (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/clang/INPUTS/
H A Dc99-intconst-1.c44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument
71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dmember-name-lookup.cpp23 enum E3 { enumerator3 }; // expected-note 2{{member found by ambiguous name lookup}} enum
30 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum
74 enum E3 { enumerator3 }; // expected-note 2 {{member found by ambiguous name lookup}} enum
81 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum
H A Denum-bitfield.cpp12 enum E3 : Integer; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dpointer_traits_element_type_test.cpp32 struct E3 { struct
33 typedef bool element_type;
Dpointer_traits_rebind_test.cpp35 struct E3 { struct
37 using rebind = E3<bool, T2, T3>; argument
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_swizzle.hpp457 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
475 #define _GLM_SWIZZLE4_3_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
541 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
D_swizzle.hpp457 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
475 #define _GLM_SWIZZLE4_3_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
541 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_element.verify.cpp26 using E3 = typename std::tuple_element<4, T const>::type; // expected-error@*:* 2 {{static assertio… typedef
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_element.fail.cpp31 using E3 = typename std::tuple_element<4, T const>::type; in main() typedef
/aosp_15_r20/external/webp/src/dsp/
H A Drescaler_sse2.c272 const __m128i E3 = _mm_srli_epi64(D3, WEBP_RESCALER_RFIX); in RescalerExportRowExpand_SSE2() local
312 const __m128i E3 = _mm_sub_epi64(A3, D3); in RescalerExportRowShrink_SSE2() local
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DEnumSetContainsBenchmark.java58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/
Dpacked-enum.rs20 enum E3 { enum
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/
Dis_scoped_enum_test.cpp14 enum class E3 {}; enum
Dendian_reverse_test3.cpp50 enum class E3 { e3 }; enum
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dalg.pass.cpp56 typedef std::linear_congruential_engine<T, 0x18000001ull, 0x12347ull, (3ull << 56)> E3; in main() typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
Dc.go46 E3 struct{} struct
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dclass-proto-1.m29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass … interface
/aosp_15_r20/external/webrtc/rtc_base/
H A Dtype_traits.h119 enum class E3 { e3 }; enum
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DAggregateEventHistoryImplTest.java45 private static final Event E3 = new Event(timestamp("01-30 03:06"), field in AggregateEventHistoryImplTest
H A DEventListTest.java37 private static final Event E3 = new Event(107L, Event.TYPE_SHARE_IMAGE); field in EventListTest
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Darith_arm.s81 E3: label
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-non-type-template-parameter.cpp40 enum E { E1, E2, E3 }; enumerator
/aosp_15_r20/external/clang/test/ASTMerge/Inputs/
H A Denum2.c16 enum E3 { enum
H A Denum1.c16 enum E3 { enum
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
H A DInheritableSerialInfoTest.kt32 class E3: A, B class in kotlinx.serialization.InheritableSerialInfoTest

1234