Home
last modified time | relevance | path

Searched defs:path (Results 3851 - 3875 of 5717) sorted by relevance

1...<<151152153154155156157158159160>>...229

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp458 char path[PATH_MAX]; in OnlineBuild() local
H A Dneural_network_runtime.cpp534 char path[PATH_MAX]; in CheckCacheFile() local
/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp340 std::string path = "paths.system.test"; in HWTEST_F() local
449 std::string path = "Path.system.test"; in HWTEST_F() local
657 std::string path = "path.system.test"; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp334 char path[PATH_MAX]; in ReadAmiData() local
467 std::string path = filePath.substr(0, slashPos + 1); in GetAmi() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Djs_context_utils.cpp342 std::string path = context->GetCacheDir(); in OnGetCacheDir() local
358 std::string path = context->GetTempDir(); in OnGetTempDir() local
374 std::string path = context->GetResourceDir(); in OnGetResourceDir() local
390 std::string path = context->GetFilesDir(); in OnGetFilesDir() local
406 std::string path = context->GetDistributedFilesDir(); in OnGetDistributedFilesDir() local
422 std::string path = context->GetDatabaseDir(); OnGetDatabaseDir() local
438 std::string path = context->GetPreferencesDir(); OnGetPreferencesDir() local
462 auto path = std::make_shared<std::string>(); OnGetGroupDir() local
499 std::string path = context->GetBundleCodeDir(); OnGetBundleCodeDir() local
515 std::string path = context->GetCloudFileDir(); OnGetCloudFileDir() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.cpp144 RSPath path; in DrawPixelMap() local
380 std::string CanvasPaintMethod::GetJsonData(const std::string& path) in GetJsonData() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp168 RSPath path; in PaintCircle() local
171 RSRecordingPath path; in PaintCircle() local
202 RSPath path; in PaintCircle() local
205 RSRecordingPath path; in PaintCircle() local
216 void DataPanelModifier::GetPaintPath(ArcData& arcData, RSPath& path, RSPath& endPath) const in GetPaintPath() argument
575 PaintProgress( RSCanvas& canvas, ArcData arcData, RSPath& path, RSPath& endPath, bool isShadow) const PaintProgress() argument
697 Path2DArc( RSPath& path, double x, double y, double r, double startAngle, double endAngle, bool counterclockwise) const Path2DArc() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp329 CanvasPath2D::CanvasPath2D(const RefPtr<CanvasPath2D>& path) in CanvasPath2D() argument
337 void CanvasPath2D::AddPath(const RefPtr<CanvasPath2D>& path) in AddPath() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp329 void BubblePaintMethod::PaintShadow(const RSPath& path, const Shadow& shadow, RSCanvas& canvas) in PaintShadow() argument
434 void BubblePaintMethod::BuildCompletePath(RSPath& path) in BuildCompletePath() argument
453 BuildDoubleBorderPath(RSPath& path) BuildDoubleBorderPath() argument
471 BuildTopLinePath(RSPath& path, float arrowOffset, float radius) BuildTopLinePath() argument
514 BuildTopDoubleBorderPath(RSPath& path, float radius) BuildTopDoubleBorderPath() argument
545 BuildCornerPath(RSPath& path, const Placement& placement, float radius) BuildCornerPath() argument
573 BuildRightLinePath(RSPath& path, float arrowOffset, float radius) BuildRightLinePath() argument
607 BuildRightDoubleBorderPath(RSPath& path, float radius) BuildRightDoubleBorderPath() argument
639 BuildBottomLinePath(RSPath& path, float arrowOffset, float radius) BuildBottomLinePath() argument
682 BuildBottomDoubleBorderPath(RSPath& path, float radius) BuildBottomDoubleBorderPath() argument
707 BuildLeftDoubleBorderPath(RSPath& path, float radius) BuildLeftDoubleBorderPath() argument
732 BuildLeftLinePath(RSPath& path, float arrowOffset, float radius) BuildLeftLinePath() argument
820 auto path = AceType::MakeRefPtr<Path>(); ClipBubbleWithPath() local
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp287 void Skills::AddPath(const std::string &path) in AddPath() argument
314 AddPath(const std::string &path, const MatchType &matchType) AddPath() argument
325 HasPath(const std::string &path) HasPath() argument
337 RemovePath(const std::string &path) RemovePath() argument
367 RemovePath(const std::string &path, const MatchType &matchType) RemovePath() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp117 void RosenSvgPainter::SetFillStyle(RSCanvas* canvas, const RSPath& path, in SetFillStyle() argument
230 SetFillStyle(RSCanvas* canvas, const RSPath& path, const FillState& fillState, RenderInfo& renderInfo) SetFillStyle() argument
321 SetStrokeStyle(RSCanvas* canvas, const RSPath& path, const StrokeState& strokeState, uint8_t opacity, bool antiAlias) SetStrokeStyle() argument
360 SetStrokeStyle(RSCanvas* canvas, const RSPath& path, const StrokeState& strokeState, RenderInfo& renderInfo) SetStrokeStyle() argument
424 GetPathLength(const std::string& path) GetPathLength() argument
433 GetPathLength(const std::string& path) GetPathLength() argument
443 GetPathOffset(const std::string& path, double current) GetPathOffset() argument
455 GetPathOffset(const std::string& path, double current) GetPathOffset() argument
468 GetMotionPathPosition(const std::string& path, double percent, MotionPathPosition& result) GetMotionPathPosition() argument
629 SkPath path; UpdateTextPath() local
698 RSPath path; UpdateTextPath() local
826 SkPath path; MeasureTextPathBounds() local
862 SkPath path; MeasureTextPathBounds() local
951 UpdateMotionMatrix( const std::shared_ptr<RSNode>& rsNode, const std::string& path, const std::string& rotate, double percent) UpdateMotionMatrix() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp671 std::string path = "/data/themes/a/app"; in CheckAndSetFontFamily() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp636 void RenderBubble::BuildCornerPath(SkPath& path, Placement placement, double radius) in BuildCornerPath() argument
660 void RenderBubble::BuildCornerPath(RSPath& path, Placement placement, double radius) in BuildCornerPath() argument
686 BuildTopLinePath(SkPath& path, double arrowOffset, double radius) BuildTopLinePath() argument
715 BuildTopLinePath(RSPath& path, double arrowOffset, double radius) BuildTopLinePath() argument
746 BuildRightLinePath(SkPath& path, double arrowOffset, double radius) BuildRightLinePath() argument
776 BuildRightLinePath(RSPath& path, double arrowOffset, double radius) BuildRightLinePath() argument
808 BuildBottomLinePath(SkPath& path, double arrowOffset, double radius) BuildBottomLinePath() argument
838 BuildBottomLinePath(RSPath& path, double arrowOffset, double radius) BuildBottomLinePath() argument
870 BuildLeftLinePath(SkPath& path, double arrowOffset, double radius) BuildLeftLinePath() argument
899 BuildLeftLinePath(RSPath& path, double arrowOffset, double radius) BuildLeftLinePath() argument
930 BuildCompletePath(SkPath& path) BuildCompletePath() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drosen_render_button.cpp327 RSRecordingPath path; in DrawLineProgressAnimation() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp412 bool ResourceAdapterImpl::GetResource(const std::string& path, std::ostream& dest) const in GetResource() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h44 std::string path; member
110 virtual void GetRouterStateByIndex(int32_t& index, std::string& name, std::string& path, std::string& params) in GetRouterStateByIndex() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp102 bool IsDirExist(const std::string& path) in IsDirExist() argument
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp325 bool SpanToHtml::CreateDirectory(const std::string& path) in CreateDirectory() argument
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H A Dcamera.cpp297 void CameraCallback::MakeDir(const std::string& path) in MakeDir() argument
634 std::string path; in OnBufferAvailable() local
644 int32_t CameraCallback::SaveData(char *buffer, int32_t size, std::string& path) in SaveData() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h334 void SetPath(const std::string& path) in SetPath() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_modifier_test_ng.cpp1406 auto path = AccessibilityManager::DynamicCast<Path>(sliderContentModifier.shape_); in HWTEST_F() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_canvas.h56 virtual void DrawPath(const TestingPath& path) {} in DrawPath() argument
68 virtual void DrawShadow(const TestingPath& path, const TestingPoint3& planeParams, const TestingPoint3& devLightPos, in DrawShadow() argument
71 virtual void DrawShadowStyle(const TestingPath& path, const TestingPoint3& planeParams, in DrawShadowStyle() argument
108 virtual void ClipPath(const TestingPath& path, ClipOp op, bool doAntiAlias = false) {} in ClipPath() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_One_ng.cpp502 std::string path = layoutAlgorithm->BuildCornerPath(arrowBuildPlacement, 0.0f); in HWTEST_F() local
525 auto path = layoutAlgorithm->ClipBubbleWithPath(); in HWTEST_F() local
571 std::string path = layoutAlgorithm->ClipBubbleWithPath(); in HWTEST_F() local
597 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
629 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
655 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
686 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
712 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
743 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
774 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
803 std::string path = layoutAlgorithm->ClipBubbleWithPath(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp264 auto path = "resources/rawfile/" + filePath.substr(RAWFILE_PREFIX_LENGTH); in RawFilePlay() local
332 bool RosenMediaPlayer::GetResourceId(const std::string& path, uint32_t& resId) in GetResourceId() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.cpp68 char* realpath(const char* path, char* resolved_path) in realpath() argument
708 auto path = src.GetSrc(); GetThumbnailOrientation() local
935 auto path = src.GetSrc(); GetThumbnailOrientation() local
[all...]

Completed in 30 milliseconds

1...<<151152153154155156157158159160>>...229