Home
last modified time | relevance | path

Searched defs:true (Results 151 - 175 of 886) sorted by relevance

12345678910>>...36

/third_party/pulseaudio/src/modules/
H A Dmodule-default-device-restore.c40 PA_MODULE_LOAD_ONCE(true); variable
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dreflection_test.cc157 EXPECT_EQ(absl::GetFlag(FLAGS_test_flag_01), true); in TEST_F() local
225 EXPECT_EQ(absl::GetFlag(FLAGS_test_flag_01), true); in TEST_F() local
/third_party/skia/gm/
H A Dwindowrectangles.cpp89 SkClipOp::kDifference, true); in onDraw() local
91 SkMatrix::I(), SkClipOp::kDifference, true); in onDraw() local
/third_party/spirv-tools/test/opt/
H A Deliminate_dead_const_test.cpp76 JoinAllInsts(text), expected_disassembly, /* skip_nop = */ true); in TEST_F() local
132 JoinAllInsts(text), JoinAllInsts(text), /* skip_nop = */ true); in TEST_F() local
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dlcssa.cpp42 Match(const std::string& original, IRContext* context, bool do_validation = true) Match() argument
/third_party/spirv-tools/test/val/
H A Dval_function_test.cpp464 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
515 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
566 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
615 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
667 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
721 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
775 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
832 spvValidatorOptionsSetBeforeHlslLegalization(getValidatorOptions(), true); in TEST_F() local
H A Dval_modes_test.cpp134 spvValidatorOptionsSetAllowLocalSizeId(getValidatorOptions(), true); in TEST_F() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp331 ASSERT_EQ(LockParser::ParseLockInfo(unwinder, getpid(), tid), true); HWTEST_F() local
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_converter_test.cpp98 EXPECT_EQ(ConvertPageSizeToJson(pageSize, jsonObject), true); in HWTEST_F() local
139 EXPECT_EQ(ConvertColorModeToJson(code, jsonObject), true); in HWTEST_F() local
146 EXPECT_EQ(ConvertDuplexModeToJson(code, jsonObject), true); in HWTEST_F() local
160 EXPECT_EQ(ConvertPageSizeId(src, id), true); in HWTEST_F() local
174 EXPECT_EQ(ConvertPrintPageSize(src, dst), true); in HWTEST_F() local
/base/security/certificate_manager/test/unittest/src/
H A Dcm_get_certinfo_test.cpp160 EXPECT_EQ(CompareCertInfo(&firstCertInfo, &secondCertInfo), true) << "Diffrent app do not get the same cert."; in HWTEST_F() local
/base/update/updater/test/unittest/updater_ui_test/lang/
H A Dui_language_unittest.cpp117 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "en"), true); in HWTEST_F() local
120 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "zh"), true); in HWTEST_F() local
123 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "es"), true); in HWTEST_F() local
126 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "invalid"), true); in HWTEST_F() local
172 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::CHINESE), true); in HWTEST_F() local
173 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::ENGLISH), true); in HWTEST_F() local
174 EXPECT_EQ(LanguageUI::GetInstance().Init(Language::SPANISH), true); HWTEST_F() local
178 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, GetStrForLang(langType)), true); HWTEST_F() local
193 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "en"), true); HWTEST_F() local
200 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "zh"), true); HWTEST_F() local
214 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "en"), true); HWTEST_F() local
222 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "zh"), true); HWTEST_F() local
237 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "en"), true); HWTEST_F() local
245 EXPECT_EQ(OHOS::SaveStringToFile(LOCALE_FILE, "zh"), true); HWTEST_F() local
[all...]
/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp101 EXPECT_EQ(Utils::RemoveDir(path), true); in HWTEST_F() local
/base/update/updateservice/foundations/ability/sa_loader/include/
H A Dbase_service_kits_impl.h36 explicit BaseServiceKitsImpl(int32_t systemAbilityId, bool isNeedAddDeathRecipient = true) in BaseServiceKitsImpl() argument
/foundation/ai/intelligent_voice_framework/utils/
H A Dqueue_util.h47 bool Push(const T &element, bool isWait = true) in Push() argument
62 bool Push(T &&element, bool isWait = true) in Push() argument
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.h29 IndexerListComponent(const RefPtr<ListComponent>& list, bool circleMode = false, bool isRightToLeft = false, bool bubble = true, bool multiLanguage = false) IndexerListComponent() argument
44 IndexerListComponent(const RefPtr<ListComponent>& list, const std::vector<std::string>& label, bool circleMode = false, bool isRightToLeft = false, bool bubble = true, bool multiLanguage = false) IndexerListComponent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_common_test_ng.cpp702 model.SetPreviousMargin(Dimension(PRE_MARGIN), true); HWTEST_F() local
703 model.SetNextMargin(Dimension(NEXT_MARGIN), true); HWTEST_F() local
756 model.SetPreviousMargin(Dimension(PRE_MARGIN), true); HWTEST_F() local
757 model.SetNextMargin(Dimension(NEXT_MARGIN), true); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_layout_test_ng.cpp364 model.SetEnablePaging(AceType::RawPtr(frameNode_), true); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/bridge/common/utils/
H A Dutils_test.cpp349 EXPECT_EQ(CreateCurveExceptSpring(value, fun) == Curves::EASE_IN_OUT, true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dpolygon_pattern_test_ng.cpp32 PolygonModelNG().Create(true); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_layout_wrapper_builder.h61 void SetLazySwiper(bool flag = true) in SetLazySwiper() argument
/foundation/arkui/ui_lite/test/uitest/test_view_bounds/
H A Dui_test_view_bounds.cpp78 UIViewBounds::GetInstance()->SetShowState(true); variable
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dblock_queue.h153 void SetActive(bool active, bool cleanData = true) in SetActive() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_bitmap_test.cpp109 EXPECT_EQ(OH_Drawing_BitmapGetPixels(nullptr) == nullptr, true); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_test.cpp197 EXPECT_EQ(RSRenderThread::Instance().cmds_.empty(), true); in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_mtp_device.h68 void EnableMove(bool e = true) in EnableMove() argument

Completed in 15 milliseconds

12345678910>>...36