Home
last modified time | relevance | path

Searched full:path (Results 1701 - 1725 of 41086) sorted by relevance

1...<<61626364656667686970>>...1644

/applications/standard/settings/product/phone/src/main/ets/res/image/
H A Dic_settings_applications.svg15 <path
17 id="Path"
19 fill-rule="nonzero"></path>
20 <path
24 fill-rule="nonzero"></path>
25 <path
27 id="Path"
29 fill-rule="nonzero"></path>
30 <path
34 fill-rule="nonzero"></path>
[all...]
H A Dic_wifi_signal_1_dark.svg15 <path
17 id="Path"
20 opacity="0.25"></path>
21 <path
23 id="Path"
26 opacity="0.25"></path>
27 <path
29 id="Path"
32 opacity="0.25"></path>
33 <path
[all...]
H A Dic_wifi_signal_2_dark.svg15 <path
17 id="Path"
19 fill-rule="nonzero"></path>
20 <path
22 id="Path"
25 opacity="0.25"></path>
26 <path
28 id="Path"
31 opacity="0.25"></path>
32 <path
[all...]
H A Dic_wifi_signal_3_dark.svg15 <path
17 id="Path"
19 fill-rule="nonzero"></path>
20 <path
22 id="Path"
24 fill-rule="nonzero"></path>
25 <path
27 id="Path"
30 opacity="0.25"></path>
31 <path
[all...]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dplugins_registry.py20 from os import path, listdir, getenv, chdir namespace
71 starting_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS)
75 plugin_path = path.join(starting_path, plugin_name)
76 if path.isdir(plugin_path):
82 builtin_plugins_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS)
83 side_plugins = getenv(PluginsRegistry.ENV_PLUGIN_PATH, "").split(path.pathsep)
89 if not path.exists(side_plugin):
93 self.side_plugins.append(path
[all...]
/base/global/system_resources/systemres/main/resources/base/media/
H A Dohos_ic_public_restore.svg5 <path d="M2.75,13.2916667 C1.23121694,13.2916667 2.39899859e-24,12.0604497 2.39899859e-24,10.5416667 L2.39899859e-24,2.75 C2.39899859e-24,1.23121694 1.23121694,0 2.75,0 L15.125,0 C16.6437831,0 17.875,1.23121694 17.875,2.75 L17.875,7.104 C17.875,7.44934464 17.6206163,7.73510812 17.2890937,7.7842124 L17.1875,7.79166667 C16.8078042,7.79166667 16.5,7.48386243 16.5,7.10416667 C16.5,7.09976734 16.5000413,7.09537766 16.5001236,7.09099801 L16.5,2.75 C16.5,1.99060847 15.8843915,1.375 15.125,1.375 L2.75,1.375 C1.99060847,1.375 1.375,1.99060847 1.375,2.75 L1.375,10.5416667 C1.375,11.3010582 1.99060847,11.9166667 2.75,11.9166667 L7.79166667,11.9166667 C8.17136243,11.9166667 8.47916667,12.2244709 8.47916667,12.6041667 C8.47916667,12.9838624 8.17136243,13.2916667 7.79166667,13.29166667 L2.75,13.2916667 Z" id="path-1"></path>
6 <path d="M5.59874207,1.78966846 L7.99684888,4.18777528 C8.26533433,4.45626073 8.26533433,4.89156165 7.99684888,5.1600471 L5.59874207,7.55815391 C5.33025662,7.82663937 4.8949557,7.82663937 4.62647024,7.55815391 C4.35798479,7.28966846 4.35798479,6.85436754 4.62647024,6.58588209 L5.81460941,5.39630438 L1.83292873,5.36139824 C1.45324012,5.35906773 1.14733093,5.04938005 1.14960941,4.66969144 C1.15199194,4.29000282 1.46167962,3.98409363 1.84136824,3.98641091 L5.88660941,4.02230438 L4.62647024,2.76194029 C4.35798479,2.49345484 4.35798479,2.05815391 4.62647024,1.78966846 C4.8949557,1.52118301 5.33025662,1.52118301 5.59874207,1.78966846 Z" id="path-2"></path>
7 <path d="M17.6458333,9.16666667 L11.6875,9.16666667 C10.8015432,9.16666667 10.0833333,9.88487655 10.0833333,10.7708333 L10.0833333,14.4375 C10.0833333,15.3234568 10.8015432,16.0416667 11.6875,16.0416667 L17.6458333,16.0416667 C18.5317901,16.0416667 19.25,15.3234568 19.25,14.4375 L19.25,10.7708333 C19.25,9.88487655 18.5317901,9.16666667 17.6458333,9.16666667 Z" id="path-3"></path>
11 <use xlink:href="#path
[all...]
/base/update/updater/services/factory_reset/
H A Dfactory_reset.cpp31 RegisterFunc(USER_WIPE_DATA, [this](const std::string &path) { return DoUserReset(path); }); in FactoryResetProcess()
32 RegisterFunc(FACTORY_WIPE_DATA, [this](const std::string &path) { return DoFactoryReset(path); }); in FactoryResetProcess()
33 RegisterFunc(MENU_WIPE_DATA, [this](const std::string &path) { return DoUserReset(path); }); in FactoryResetProcess()
43 int FactoryResetProcess::FactoryResetFunc(FactoryResetMode mode, const std::string &path) in FactoryResetFunc() argument
50 int resetStatus = iter->second(path); in FactoryResetFunc()
102 int FactoryResetProcess::DoUserReset(const std::string &path) in DoUserReset() argument
106 if (FormatPartition(path, tru in DoUserReset()
118 DoFactoryReset(const std::string &path) DoFactoryReset() argument
[all...]
/base/update/updater/interfaces/kits/include/package/
H A Dpackage.h106 * @param path package file output path
107 * @param keyPath path of the key used for signature
111 const char *path, const char *keyPath);
116 * @param packagePath path of the update package
117 * @param keyPath path of the key used for verification
140 * @param packagePath path of the update package
141 * @param keyPath path of the key used for verification
143 * @param outPath package file output path
152 * @param packagePath path o
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp40 std::string Preprocess(std::string path, const Offset& start, const Offset& end) in Preprocess() argument
42 path = ReplaceAll(path, START_X, std::to_string(start.GetX())); in Preprocess()
43 path = ReplaceAll(path, START_Y, std::to_string(start.GetY())); in Preprocess()
44 path = ReplaceAll(path, END_X, std::to_string(end.GetX())); in Preprocess()
45 path = ReplaceAll(path, END_Y, std::to_string(end.GetY())); in Preprocess()
46 return path; in Preprocess()
55 auto path = Preprocess(motionPathOption_.GetPath(), startPoint_, endPoint_); MotionPathEvaluator() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h82 void BuildCornerPath(SkPath& path, Placement placement, double radius);
83 void BuildTopLinePath(SkPath& path, double arrowOffset, double radius);
84 void BuildRightLinePath(SkPath& path, double arrowOffset, double radius);
85 void BuildBottomLinePath(SkPath& path, double arrowOffset, double radius);
86 void BuildLeftLinePath(SkPath& path, double arrowOffset, double radius);
87 void BuildCompletePath(SkPath& path);
89 void BuildCornerPath(RSPath& path, Placement placement, double radius);
90 void BuildTopLinePath(RSPath& path, double arrowOffset, double radius);
91 void BuildRightLinePath(RSPath& path, double arrowOffset, double radius);
92 void BuildBottomLinePath(RSPath& path, doubl
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.h33 /** Adds path to watch list, the monitor will recursively monitor all files in this directory and it's subtree.
34 * @param path Path to directory that is being monitored, such as 'file://x:/images/' or 'file://./images' or
36 * @return True if path is succesfully added to watch list, otherwise false.
38 bool AddPath(BASE_NS::string_view path);
40 /** Removes path from watch list, the monitor will no longer watch files in this directory or it's subtree.
41 * @param path Path to directory to be no longer monitored.
44 bool RemovePath(BASE_NS::string_view path);
71 bool IsWatchingDirectory(BASE_NS::string_view path);
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_dfx_test/src/
H A Dmedialibrary_dfx_test.cpp52 std::string path = "common.jpg"; in HWTEST_F() local
56 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F()
62 std::string path = "other.png"; in HWTEST_F() local
66 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F()
72 std::string path = "big_image.jpg"; in HWTEST_F() local
76 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F()
82 std::string path = "common.mp4"; in HWTEST_F() local
86 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaType, width, height); in HWTEST_F()
92 std::string path = "8K.mp4"; in HWTEST_F() local
96 int32_t result = DfxManager::GetInstance()->HandleHighMemoryThumbnail(path, mediaTyp in HWTEST_F()
102 std::string path = "/storage/cloud/files/DCIM/123"; HWTEST_F() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_ffi.h30 FFI_EXPORT RetDataI64 FfiOHOSFileFsCreateStream(const char* path, const char* mode);
32 FFI_EXPORT RetDataI64 FfiOHOSFileFsLstat(const char* path);
41 FFI_EXPORT int32_t FfiOHOSFileFsMkdir(const char* path, bool recursion, bool isTwoArgs);
42 FFI_EXPORT int32_t FfiOHOSFileFsRmdir(const char* path);
46 FFI_EXPORT int32_t FfiOHOSFileFsUnlink(const char* path);
47 FFI_EXPORT RetDataBool FfiOHOSFileFsAccess(const char* path);
48 FFI_EXPORT RetDataI64 FfiOHOSFileFsOpen(const char* path, uint64_t mode);
64 FFI_EXPORT RetDataI64 FfiOHOSFileFsReadLines(char* path, char* encoding);
65 FFI_EXPORT RetDataCString FfiOHOSFileFsReadText(char* path, int64_t offset, bool hasLen, int64_t len,
67 FFI_EXPORT int32_t FfiOHOSFileFsUtimes(char* path, doubl
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmkdtemp.cpp39 HILOGE("Invalid path"); in Sync()
44 string path = tmp.get(); in Sync() local
52 int ret = uv_fs_mkdtemp(nullptr, mkdtemp_req.get(), const_cast<char *>(path.c_str()), nullptr); in Sync()
54 HILOGE("Failed to create a temporary directory with path"); in Sync()
59 return NVal::CreateUTF8String(env, mkdtemp_req->path).val_; in Sync()
62 static NError MkdTempExec(shared_ptr<string> arg, const string &path) in MkdTempExec() argument
70 int ret = uv_fs_mkdtemp(nullptr, mkdtemp_req.get(), path.c_str(), nullptr); in MkdTempExec()
72 HILOGE("Failed to create a temporary directory with path"); in MkdTempExec()
75 *arg = mkdtemp_req->path; in MkdTempExec()
91 HILOGE("Invalid path"); in Async()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dmask_cmd_list.h22 #include "draw/path.h"
37 MaskPlayer(std::shared_ptr<Path>& path, Brush& brush, const CmdList& cmdList);
38 MaskPlayer(std::shared_ptr<Path>& path, Brush& brush, Pen& pen, const CmdList& cmdList);
47 std::shared_ptr<Path>& path_;
77 bool Playback(std::shared_ptr<Path>& path, Brush& brush) const;
79 bool Playback(std::shared_ptr<Path>& path, Pe
[all...]
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/test/
H A Dpath.test.ets25 url: 'MainAbility/pages/path',
30 console.info("get path state success " + JSON.stringify(pages));
31 if (!("path" == pages.name)) {
32 console.info("get path state success " + JSON.stringify(pages.name));
35 console.info("push path page success " + JSON.stringify(result));
38 console.error("push path page error: " + err);
55 let strJson = getInspectorByKey('Path');
58 expect(obj.$type).assertEqual('Path');
72 let strJson = getInspectorByKey('Path');
75 expect(obj.$type).assertEqual('Path');
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinotifyndk.cpp72 char path[] = "/data/storage/el2/base/files/testWatch"; in InotifyAddWatch() local
73 if (access(path, NO_ERRORS) != NO_ERRORS) { in InotifyAddWatch()
74 mkdir(path, CHMOD); in InotifyAddWatch()
76 remove(path); in InotifyAddWatch()
77 mkdir(path, CHMOD); in InotifyAddWatch()
83 wd = inotify_add_watch(fd, path, IN_ALL_EVENTS); in InotifyAddWatch()
96 char path[] = "/data/storage/el2/base/files/testWatch"; in InotifyRmWatch() local
97 if (access(path, NO_ERRORS) != NO_ERRORS) { in InotifyRmWatch()
98 mkdir(path, CHMOD); in InotifyRmWatch()
100 remove(path); in InotifyRmWatch()
[all...]
/third_party/eudev/src/shared/
H A Dsmack-util.c28 #include "path-util.h"
48 int mac_smack_apply(const char *path, const char *label) { in mac_smack_apply() argument
51 assert(path); in mac_smack_apply()
58 r = lsetxattr(path, "security.SMACK64", label, strlen(label), 0); in mac_smack_apply()
60 r = lremovexattr(path, "security.SMACK64"); in mac_smack_apply()
150 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in mac_smack_fix() argument
157 assert(path); in mac_smack_fix()
164 * Path must be in /dev and must exist in mac_smack_fix()
166 if (!path_startswith(path, "/dev")) in mac_smack_fix()
169 r = lstat(path, in mac_smack_fix()
[all...]
/third_party/ffmpeg/libavformat/
H A Dgopher.c45 static int gopher_connect(URLContext *h, const char *path) in gopher_connect() argument
49 if (!*path) return AVERROR(EINVAL); in gopher_connect()
50 switch (*++path) { in gopher_connect()
53 path = strchr(path, '/'); in gopher_connect()
54 if (!path) return AVERROR(EINVAL); in gopher_connect()
59 *path); in gopher_connect()
64 snprintf(buffer, sizeof(buffer), "%s\r\n", path); in gopher_connect()
82 char proto[10], hostname[1024], auth[1024], path[1024], buf[1024]; in gopher_open() local
90 hostname, sizeof(hostname), &port, path, sizeo in gopher_open()
[all...]
/third_party/jerryscript/tools/runners/
H A Drun-unittests.py34 parser.add_argument('path',
35 help='Path of test binaries')
41 def get_unittests(path):
43 files = glob.glob(os.path.join(path, 'unit-*'))
45 if os.path.isfile(testfile) and os.access(testfile, os.X_OK):
53 unittests = get_unittests(args.path)
56 print("%s: no unit-* test to execute", args.path)
66 test_path = os.path.relpath(test)
79 util.print_test_summary(os.path
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
H A Drun_one.py21 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
22 FOOZZIE = os.path.join(BASE_PATH, 'workdir', 'app_dir', 'v8_foozzie.py')
23 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output')
25 assert os.path.exists(FOOZZIE)
38 test_dir = os.path.join(TEST_CASES, 'dir-%d' % dir_number)
39 assert os.path.exists(test_dir)
69 yield (os.path.join(test_dir, f), os.path
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsync_file_range.c32 char path[PATH_MAX] = {0}; in sync_file_range_0100() local
33 FILE_ABSOLUTE_PATH(STR_FILE_SYNC_TXT, path); in sync_file_range_0100()
35 fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in sync_file_range_0100()
46 remove(path); in sync_file_range_0100()
78 char path[PATH_MAX] = {0}; in sync_file_range_0300() local
79 FILE_ABSOLUTE_PATH(STR_FILE_SYNC_TXT, path); in sync_file_range_0300()
80 fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in sync_file_range_0300()
94 remove(path); in sync_file_range_0300()
107 char path[PATH_MAX] = {0}; in sync_file_range_0400() local
108 FILE_ABSOLUTE_PATH(STR_FILE_SYNC_TXT, path); in sync_file_range_0400()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dutimensat.c33 char path[PATH_MAX] = {0}; in utimensat_0100() local
34 FILE_ABSOLUTE_PATH(STR_FILE_TXT, path); in utimensat_0100()
35 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in utimensat_0100()
38 int result = utimensat(fd, path, times, 0); in utimensat_0100()
46 result = stat(path, &statbuf); in utimensat_0100()
55 remove(path); in utimensat_0100()
83 char path[PATH_MAX] = {0}; in utimensat_time64_0100() local
84 FILE_ABSOLUTE_PATH(STR_FILE_TXT, path); in utimensat_time64_0100()
85 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in utimensat_time64_0100()
88 int result = __utimensat_time64(fd, path, time in utimensat_time64_0100()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dreadlinkat.c28 int create_file(char *path) in create_file() argument
30 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in create_file()
55 char path[PATH_MAX] = {0}; in readlinkat_0100() local
56 FILE_ABSOLUTE_PATH(STR_FILE_TXT, path); in readlinkat_0100()
57 int result = create_file(path); in readlinkat_0100()
67 result = symlink(path, linkpath); in readlinkat_0100()
85 if (strcmp(rbuf, path)) { in readlinkat_0100()
90 remove(path); in readlinkat_0100()
100 char path[PATH_MAX] = {0}; in readlinkat_0200() local
101 FILE_ABSOLUTE_PATH(STR_FILE_TXT, path); in readlinkat_0200()
[all...]
/third_party/openssl/
H A DOAT.xml21 <policyitem type="compatibility" name="OpenSSL" path=".*" desc="OpenSSL license"/>
22 <policyitem type="compatibility" name="GPL-2.0+" path="external/perl/Text-Template-1.46/.*" desc="BSD-like with advertising clause or GNU GPL v2 or later"/>
23 <policyitem type="compatibility" name="LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host build environment only."/>
24 <policyitem type="compatibility" name="GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host build environment only."/>
25 <policyitem type="compatibility" name="OpenSSL|LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host build environment only."/>
26 <policyitem type="compatibility" name="OpenSSL|GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host build environment only."/>
27 <policyitem type="compatibility" name="Artistic-1.0-Perl" path="external/perl/Text-Template-1.46/.*" desc="Compile tool not runs target, running on host build environment only."/>
28 <policyitem type="compatibility" name="InvalidLicense" path="external/perl/Text-Template-1.46/lib/Text/Template.pm" desc="release file,not need license declare"/>
29 <policyitem type="compatibility" name="InvalidLicense" path="NOTES.PERL" desc="release file,not need license declare"/>
30 <policyitem type="compatibility" name="InvalidLicense" path
[all...]

Completed in 10 milliseconds

1...<<61626364656667686970>>...1644