Searched refs:real (Results 1 - 6 of 6) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_view_proxy_unittest.cpp | 58 OHOS::UIView *real = label->GetOhosView(); in HWTEST_F() local 62 EXPECT_NE(viewproxy.As<LabelBtnAdapter>(err), real); in HWTEST_F() 63 EXPECT_EQ(err, "label1 view's real type not matched"); in HWTEST_F() 66 EXPECT_EQ(viewproxy.As<TextLabelAdapter>(err), real); in HWTEST_F() 73 OHOS::UIView *real = label->GetOhosView(); in HWTEST_F() local 77 EXPECT_NE(viewproxy.As<OHOS::UILabelButton>(err), real); in HWTEST_F() 78 EXPECT_EQ(err, "label1 view's real type not matched"); in HWTEST_F() 81 EXPECT_EQ(viewproxy.As<OHOS::UILabel>(err), real); in HWTEST_F() 88 OHOS::UIView *real = label->GetOhosView(); in HWTEST_F() local 91 EXPECT_NE(viewproxy.As<LabelBtnAdapter>(), real); in HWTEST_F() [all...] |
/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool.cpp | 111 cmdArg.real = true; in InitOptHandlers() 176 if (!clientCmdArg.real && !clientCmdArg.history) { in CheckCmdLine() 180 if (clientCmdArg.real && clientCmdArg.history) { in CheckCmdLine() 185 if (clientCmdArg.isDebug && !clientCmdArg.real) { in CheckCmdLine() 186 cout << "debug must follow with real log" << endl; in CheckCmdLine() 254 if (clientCmdArg.real) { in DoAction()
|
/base/hiviewdfx/hisysevent/frameworks/native/include/ |
H A D | hisysevent_tool.h | 29 bool real; member
|
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/ |
H A D | fft.cpp | 119 float real = zerothAmpReal * paraRes.realOut[k] - firstAmpImaginary * paraRes.imagOut[k]; in AlgFFT() local 121 paraRes.realOut[k] = paraRes.realOut[j] - real; in AlgFFT() 123 paraRes.realOut[j] += real; in AlgFFT() 170 * of interleaved real and imaginary numbers. Because we have two 174 * i1 <-> real[i] 176 * i3 <-> real[n/2-i] 226 * adds the squares of the real and imaginary part of each 413 /* get real and imag part */ in ConvertCart() 433 void Fft::InverseFFTComplex(const std::vector<float> &window, const std::vector<float> &real, in InverseFFTComplex() argument 437 fftParaRes_.realOut[i] = real[ in InverseFFTComplex() [all...] |
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_test.cpp | 461 const char *real = "/data/app/el2/100/log/com.example.myapplication_100"; in HWTEST_F() local 465 APPSPAWN_LOGV("real %{public}s", real); in HWTEST_F() 467 ASSERT_EQ(strcmp(value, real) == 0, 1); in HWTEST_F() 504 const char *real = "/system/test.variable.001/test001"; in HWTEST_F() local 508 ASSERT_EQ(strcmp(value, real) == 0, 1); in HWTEST_F() 535 const char *real = "/system/Test-value-001.Test-value-002.Test-value-003.Test-value-004/test001"; in HWTEST_F() local 539 ASSERT_EQ(strcmp(value, real) == 0, 1); in HWTEST_F() 576 const char *real = "/data/storage/el2/base"; in HWTEST_F() local 581 ASSERT_EQ(strcmp(value, real) in HWTEST_F() 601 const char *real = "/data/app/el2/100/base/base"; HWTEST_F() local 625 const char *real = "/data/app/el2/100/base/base"; HWTEST_F() local 649 const char *real = "/data/storage/el2/base"; HWTEST_F() local 668 const char *real = "<deps-test-path>/base"; HWTEST_F() local [all...] |
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/include/ |
H A D | fft.h | 30 /** The real part of the input */ 34 /** The real part of the output */ 68 void InverseFFTComplex(const std::vector<float> &window, const std::vector<float> &real, 82 * 1. This function computes the same as AlgRealFFT, above, but adds the squares of the real and imaginary part 98 * 2.In Num. Rec., the inner loop is based on a single 1-based array of interleaved real and imaginary numbers.
|
Completed in 5 milliseconds