| /external/clang/INPUTS/ |
| D | c99-intconst-1.c | 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument 44 #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 67 #define first_of2(T1, E1, T2, E2) \ 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
|
| /external/rust/crates/nom/src/bits/ |
| D | mod.rs | 40 pub fn bits<I, O, E1, E2, P>(mut parser: P) -> impl FnMut(I) -> IResult<I, O, E2> in bits() argument 42 E1: ParseError<(I, usize)> + ErrorConvert<E2>, in bits() argument 86 pub fn bytes<I, O, E1, E2, P>(mut parser: P) -> impl FnMut((I, usize)) -> IResult<(I, usize), O, E2> in bytes() argument 88 E1: ParseError<I> + ErrorConvert<E2>, in bytes()
|
| /external/clang/test/SemaCXX/ |
| D | class-names.cpp | 52 enum E2 { E2 }; enumerator
|
| D | warn-c++11-extensions.cpp | 9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
|
| D | ref-init-ambiguous.cpp | 3 enum E2 { }; enum
|
| /external/compiler-rt/test/cfi/ |
| D | simple-pass.cpp | 71 struct E2 : virtual E { struct 72 virtual void f() {} in f() 73 void g() {} in g()
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | _swizzle.hpp | 334 #define _GLM_SWIZZLE3_2_MEMBERS(T, P, V, E0,E1,E2) \ argument 345 #define _GLM_SWIZZLE3_3_MEMBERS(T, P, V ,E0,E1,E2) \ argument 374 #define _GLM_SWIZZLE3_4_MEMBERS(T, P, V, E0,E1,E2) \ argument 457 #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
|
| /external/mtools/ |
| D | hash.c | 162 static int _hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in _hash_lookup() 197 int hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in hash_lookup() 206 T_HashTableEl *E2; in hash_remove() local
|
| /external/webrtc/modules/audio_processing/aec3/ |
| D | erle_estimator_unittest.cc | 84 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> E2, in FormFarendFrame() 109 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> E2, in FormNearendFrame() 158 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(num_capture_channels); in TEST_P() local 223 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(num_capture_channels); in TEST_P() local
|
| D | suppression_gain_unittest.cc | 29 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(1, {0.0f}); in TEST() local 66 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(kNumCaptureChannels); in TEST() local
|
| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
| D | tuple_element.fail.cpp | 30 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
| D | tuple_element.fail.cpp | 28 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
|
| /external/rust/crates/pin-project/tests/ui/pin_project/ |
| D | packed-enum.rs | 14 enum E2 { enum
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bit.pow.two/ |
| D | bit_ceil.fail.cpp | 25 enum class E2 : unsigned char { red }; enum
|
| D | bit_width.pass.cpp | 28 enum class E2 : unsigned char { red }; enum
|
| D | bit_ceil.pass.cpp | 27 enum class E2 : unsigned char { red }; enum
|
| D | bit_floor.pass.cpp | 27 enum class E2 : unsigned char { red }; enum
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnitIndex.cpp | 170 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset() 175 auto I = partition_point(OffsetLookup, [&](Entry *E2) { in getFromOffset()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
| D | alg.pass.cpp | 41 typedef std::linear_congruential_engine<T, (1ull<<2), 0, (1ull<<63) + 1> E2; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bitops.count/ |
| D | countr_one.pass.cpp | 28 enum class E2 : unsigned char { red }; enum
|
| D | countr_zero.pass.cpp | 28 enum class E2 : unsigned char { red }; enum
|
| D | countl_one.pass.cpp | 28 enum class E2 : unsigned char { red }; enum
|
| D | countl_zero.pass.cpp | 28 enum class E2 : unsigned char { red }; enum
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bitops.rot/ |
| D | rotl.pass.cpp | 26 enum class E2 : unsigned char { red }; enum
|
| D | rotr.pass.cpp | 26 enum class E2 : unsigned char { red }; enum
|