Home
last modified time | relevance | path

Searched defs:false (Results 826 - 850 of 1513) sorted by relevance

1...<<31323334353637383940>>...61

/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.h79 IndexerComponent(const RefPtr<ListComponent>& list, bool circleMode, bool bubble = true, bool multiLanguage = false) in IndexerComponent() argument
96 IndexerComponent(const RefPtr<ListComponent>& list, bool circleMode, const std::vector<std::string>& label, bool bubble = true, bool multiLanguage = false) IndexerComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp51 CHECK_NULL_RETURN(node && IsInAndOutValid(), false); in IsRunning() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp84 BlendSkShader(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int colorCount, SkScalar startAngle, SkScalar drawAngle, const SkMatrix* localMatrix, bool useAnimator = false, bool useEffect = false) BlendSkShader() argument
150 PaintProgress( SkCanvas* canvas, ArcData arcData, bool useEffect = false, bool useAnimator = false, double percent = 0.0) PaintProgress() argument
260 PaintProgress( RSCanvas* canvas, ArcData arcData, bool useEffect = false, bool useAnimator = false, double percent = 0.0) PaintProgress() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.cpp69 ParseIndexerSelectedObject( const JSCallbackInfo& info, const JSRef<JSVal>& changeEventVal, bool isMethodProp = false) ParseIndexerSelectedObject() argument
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h92 virtual void InsertValue(const std::string& insertValue, bool isIME = false) {}; in InsertValue() argument
174 virtual void HandleOnCopy(bool isUsingExternalKeyboard = false) {} in HandleOnCopy() argument
213 SetSelection(int32_t start, int32_t end, const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) SetSelection() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp105 CHECK_NULL_RETURN(realpath(path.c_str(), realPath), false); in IsDirExist() local
[all...]
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_utils.h362 inline Dimension StringToDimension(const std::string& value, bool useVp = false) in StringToDimension() argument
310 StringToDimensionWithUnit(const std::string& value, DimensionUnit defaultUnit = DimensionUnit::PX, float defaultValue = 0.0f, bool isCalc = false) StringToDimensionWithUnit() argument
349 StringToCalcDimension( const std::string& value, bool useVp = false, DimensionUnit defaultUnit = DimensionUnit::PX) StringToCalcDimension() argument
379 StringToDimensionWithUnitNG(const std::string& value, Dimension& dimensionResult, DimensionUnit defaultUnit = DimensionUnit::PX, float defaultValue = 0.0f, bool isCalc = false) StringToDimensionWithUnitNG() argument
432 StringToCalcDimensionNG( const std::string& value, CalcDimension& result, bool useVp = false, DimensionUnit defaultUnit = DimensionUnit::PX) StringToCalcDimensionNG() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp1197 DimensionRect(DIMENSION_NEGATIVE, DIMENSION_NEGATIVE, DimensionOffset()), dialog, false); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_testtwo_ng.cpp167 navigationPattern->FireNavigationStateChange(AceType::DynamicCast<UINode>(navBarNode), false); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_canvas.h59 virtual void ClipRoundRect(const TestingRoundRect& roundRect, ClipOp op, bool antiAlias = false) {} in ClipRoundRect() argument
60 virtual void ClipRoundRect(const TestingRect& rect, std::vector<TestingPoint>& pts, bool antiAlias = false) {} in ClipRoundRect() argument
106 virtual void ClipRect(const TestingRect& rect, ClipOp op = ClipOp::INTERSECT, bool doAntiAlias = false) {} in ClipRect() argument
108 virtual void ClipPath(const TestingPath& path, ClipOp op, bool doAntiAlias = false) {} in ClipPath() argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp520 ViewAbstract::SetFocusable(AceType::RawPtr(FRAME_NODE_REGISTER), false); in HWTEST_F() local
522 ViewAbstract::SetEnabled(AceType::RawPtr(FRAME_NODE_REGISTER), false); in HWTEST_F() local
599 ViewAbstract::SetFocusOnTouch(AceType::RawPtr(FRAME_NODE_REGISTER), false); in HWTEST_F() local
602 ViewAbstract::SetGroupDefaultFocus(AceType::RawPtr(FRAME_NODE_REGISTER), false); in HWTEST_F() local
604 ViewAbstract::SetTouchable(AceType::RawPtr(FRAME_NODE_REGISTER), false); HWTEST_F() local
613 ViewAbstract::SetNeedFocus(AceType::RawPtr(FRAME_NODE_REGISTER), false); HWTEST_F() local
666 ViewAbstract::SetDefaultFocus(AceType::RawPtr(FRAME_NODE_REGISTER), false); HWTEST_F() local
717 ViewAbstract::SetGeometryTransition(AceType::RawPtr(FRAME_NODE_REGISTER), srcimages, false, true); HWTEST_F() local
891 ViewAbstract::SetUseShadowBatching(AceType::RawPtr(FRAME_NODE_REGISTER), false); HWTEST_F() local
1138 ViewAbstract::SetDraggable(AceType::RawPtr(FRAME_NODE_REGISTER), false); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.h155 WindowFocus(false); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp112 bool SplitTemplate(const std::string& str, std::vector<Value>& vec, bool isRepeat = false) in SplitTemplate() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp33 MeasureStringToDimensionWithUnit(const std::string& value, bool& useDefaultUnit, DimensionUnit defaultUnit = DimensionUnit::PX, float defaultValue = 0.0f, bool isCalc = false) MeasureStringToDimensionWithUnit() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp132 model.SetIsVertical(AceType::RawPtr(frameNode_), false); in HWTEST_F() local
135 model.SetBarOverlap(AceType::RawPtr(frameNode_), false); in HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp354 EXPECT_EQ(AOTExecutor::GetInstance().state_.running, false); in HWTEST_F() local
1182 EXPECT_EQ(AOTSignDataCacheMgr::GetInstance().pendingSignData_.empty(), false); HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp166 loader.GetEntityCollection().SetActive(false); variable
[all...]
H A Dmaterial_impl.cpp941 UpdateInputs(bool forceRecursive = false, bool forceFullReset = true) UpdateInputs() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp183 RenderBlur::BlurInfo blurInfo { images_.output, ubos_.postProcess.GetHandle(), false, in Init() local
397 RenderBlur::BlurInfo blurInfo { nearMip, ubos_.postProcess.GetHandle(), false, CORE_BLUR_TYPE_DOWNSCALE_RGBA, in PreExecute() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/
H A Dffmpeg_aac_encoder_plugin.cpp147 CHECK_AND_RETURN_RET_LOG(av_get_channel_layout_nb_channels(ffmpegChlayout) == channels_, false, in CheckChannelLayout() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Ddemuxer_plugin_manager.cpp477 FALSE_RETURN_V(CreatePlugin(pluginName, id), false); InitPlugin() local
480 FALSE_RETURN_V(CreatePlugin(pluginName, id), false); InitPlugin() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp803 ASSERT_EQ(RSUniRenderUtil::IsNodeAssignSubThread(selfDrawingNode, displayNode->IsRotationChanged()), false); HWTEST_F() local
804 ASSERT_EQ(RSUniRenderUtil::IsNodeAssignSubThread(selfDrawingWindowNode, displayNode->IsRotationChanged()), false); HWTEST_F() local
824 ASSERT_EQ(RSUniRenderUtil::IsNodeAssignSubThread(surfaceNode, displayNode->IsRotationChanged()), false); HWTEST_F() local
845 ASSERT_EQ(RSUniRenderUtil::IsNodeAssignSubThread(surfaceNode, displayNode->IsRotationChanged()), false); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp501 curDirtyRegion_.GetRight(), curDirtyRegion_.GetBottom()), Drawing::ClipOp::INTERSECT, false); in ProcessRootRenderNode() local
503 canvas_->ClipRect(Drawing::Rect(0, 0, bufferWidth, bufferHeight), Drawing::ClipOp::INTERSECT, false); in ProcessRootRenderNode() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h214 bool GetParameter(uint32_t index, T& param, bool isCfg = false) in GetParameter() argument
235 bool SetParameter(uint32_t index, const T& param, bool isCfg = false) in SetParameter() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dplugin_texture_encode_test.cpp825 ASSERT_EQ(AstcCodec::AstcSoftwareEncodeCore(param, nullptr, nullptr), false); HWTEST_F() local
828 ASSERT_EQ(AstcCodec::AstcSoftwareEncodeCore(param, &pixmapIn, nullptr), false); HWTEST_F() local
936 ASSERT_EQ(AstcCodec::TryAstcEncBasedOnCl(testPara.param, nullptr, nullptr, clBinInvalidPath), false); HWTEST_F() local
962 ASSERT_EQ(AstcCodec::TryTextureSuperCompress(testPara.param, &astcBuf), false); HWTEST_F() local
[all...]

Completed in 32 milliseconds

1...<<31323334353637383940>>...61