/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | erle_estimator_unittest.cc | 85 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
|
H A D | subband_erle_estimator.cc | 76 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in Update() 215 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in UpdateAccumulatedSpectra()
|
H A D | aec_state_unittest.cc | 37 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
|
H A D | signal_dependent_erle_estimator.cc | 183 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in Update() 248 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Y2, in UpdateCorrectionFactors()
|
/aosp_15_r20/external/llvm/unittests/Analysis/ |
H A D | UnrollAnalyzer.cpp | 105 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
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/ |
H A D | FarUtils.h | 36 int X1,Y1,X2,Y2; member 138 int X1, int Y1, int X2, int Y2, DWORD flags, int startLine, int startChar) in Editor() 145 int X1, int Y1, int X2, int Y2, DWORD flags) in Viewer()
|
H A D | FarUtils.cpp | 147 int CStartupInfo::ShowDialog(int X1, int Y1, int X2, int Y2, in ShowDialog() 199 HANDLE CStartupInfo::SaveScreen(int X1, int Y1, int X2, int Y2) in SaveScreen()
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-expr-1.cpp | 164 template<int> struct Y2 { struct 165 typedef X2<7> X; 166 void f() { in f()
|
H A D | instantiate-static-var.cpp | 70 struct Y2 { struct 81 Z1<Y2<X2>::value> x2; in Test() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/ |
D | lightweight_test_test2.cpp | 18 template<class T1, class T2> struct Y2 struct 41 BOOST_TEST_TRAIT_FALSE(( Y2<X1::type, X2::type> )); in main() argument
|
D | lightweight_test_fail8.cpp | 18 template<class T1, class T2> struct Y2 struct 20 enum { value = 0 };
|
D | lightweight_test_fail7.cpp | 18 template<class T1, class T2> struct Y2 struct 35 BOOST_TEST_TRAIT_TRUE(( Y2<X1::type, X2::type> )); in main() argument
|
/aosp_15_r20/external/clang/test/CXX/class.access/class.friend/ |
H A D | p3-cxx0x.cpp | 19 struct Y2 { struct 27 X1<Y2> x1a; argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-rtti.cpp | 25 struct Y2 { virtual void f() {} }; in f() struct
|
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
H A D | const_optional_U.pass.cpp | 47 struct Y2 struct 51 Y2& operator=(const int&) { return *this; } in operator =() argument
|
H A D | optional_U.pass.cpp | 48 struct Y2 struct 52 Y2& operator=(const int&) { return *this; } in operator =() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.assign/ |
H A D | const_optional_U.pass.cpp | 46 struct Y2 struct 50 Y2& operator=(const int&) { return *this; } in operator =() argument
|
H A D | optional_U.pass.cpp | 49 struct Y2 struct 53 Y2& operator=(const int&) { return *this; } in operator =() argument
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | bufferCopy.cpp | 65 uint8_t Y2; in fillNV21FromYUYV() member 187 uint8_t Y2 = (srcPixel >> 16) & 0xFF; in fillYUYVFromUYVY() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | bufferCopy.cpp | 78 uint8_t Y2; in fillNV21FromYUYV() member 217 uint8_t Y2 = (srcPixel >> 16) & 0xFF; in fillYUYVFromUYVY() local
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.cpp | 315 Int Y2 = *Pointer<Int>(v2 + OFFSET(Vertex, projected.y)); in generate() local 559 Int Y2 = IfThenElse(swap, Ya, Yb); in edge() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | ClassCastExceptionTest.java | 83 …B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2, enumConstant 88 …B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2, enumConstant
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.param/ |
H A D | p2.cpp | 21 template<class X1 *xptr> struct Y2 { }; struct
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/ |
D | issue16153.go | 16 Y2 const
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | accessible-base.cpp | 13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struc… struct
|