Home
last modified time | relevance | path

Searched defs:Y2 (Results 1 – 25 of 77) sorted by relevance

1234

/external/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a; argument
/external/clang/test/CXX/temp/temp.param/
Dp2.cpp21 template<class X1 *xptr> struct Y2 { }; struct
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp105 Instruction *Y2 = &*BBI++; in TEST() local
170 Instruction *Y2 = &*BBI; in TEST() local
213 Instruction *Y2 = &*BBI++; in TEST() local
306 Instruction *Y2 = &*BBI++; in TEST() local
/external/webrtc/modules/audio_processing/aec3/
Derle_estimator_unittest.cc85 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> Y2) { in FormFarendFrame()
110 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> Y2) { in FormNearendFrame()
159 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in TEST_P() local
224 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in TEST_P() local
Dsubband_erle_estimator.cc76 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in Update()
215 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in UpdateAccumulatedSpectra()
Derle_estimator.cc60 const auto& Y2 = capture_spectra; in Update() local
Daec_state_unittest.cc37 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in RunNormalUsageTest() local
253 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(kNumCaptureChannels); in TEST() local
Dsubband_erle_estimator.h71 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2; member
Derl_estimator_unittest.cc55 std::vector<std::array<float, kFftLengthBy2Plus1>> Y2(num_capture_channels); in TEST_P() local
Derl_estimator.cc103 const auto& Y2 = max_capture_spectrum; in Update() local
Dfullband_erle_estimator.cc61 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in Update()
Dsignal_dependent_erle_estimator.cc183 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in Update()
248 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in UpdateCorrectionFactors()
/external/clang/test/SemaTemplate/
Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct
165 typedef X2<7> X;
166 void f() { in f()
Dinstantiate-static-var.cpp70 struct Y2 { struct
81 Z1<Y2<X2>::value> x2; in Test() argument
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; in f() struct
Dattribute_internal_linkage.cpp73 int &Y2 = A::y2; in use() local
/external/clang/test/SemaCXX/
Daccessible-base.cpp13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struc… struct
Ddefault-constructor-initializers.cpp29 struct Y2 : Y1 { struct
Dexpressions.cpp139 #define Y2 2 in test4() macro
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dconst_optional_U.pass.cpp47 struct Y2 struct
51 Y2& operator=(const int&) { return *this; } in operator =() argument
Doptional_U.pass.cpp48 struct Y2 struct
52 Y2& operator=(const int&) { return *this; } in operator =() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/optional/optional.object/optional.object.assign/
Dconst_optional_U.pass.cpp46 struct Y2 struct
50 Y2& operator=(const int&) { return *this; } in operator =() argument
Doptional_U.pass.cpp49 struct Y2 struct
53 Y2& operator=(const int&) { return *this; } in operator =() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_reference.compile.pass.cpp44 struct Y2 {}; struct
/external/clang/test/CXX/over/over.over/
Dp1.cpp86 template<int (&)(int)> struct Y2 { }; struct

1234