Home
last modified time | relevance | path

Searched full:path (Results 2126 - 2150 of 39785) sorted by relevance

1...<<81828384858687888990>>...1592

/third_party/zlib/
H A DOAT.xml20 basedir: Root dir, the basedir + project path is the real source file location.
29 5. task project: Projects to be checked, the path field define the source root dir of the project.
34 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
37 "compatibility" is used to check license compatibility in the specified path;
38 "license" is used to check source license header in the specified path;
39 "copyright" is used to check source copyright header in the specified path;
40 "import" is used to check source dependency in the specified path, such as import ... ,include ...
41 "filetype" is used to check file type in the specified path, supported file types: archive, binary
42 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/base/web/webview/ohos_nweb/etc/
H A Dcontext-menu.svg5 <path d="M13,0 C14.6568542,0 16,1.34314575 16,3 L16,13 C16,14.6568542 14.6568542,16 13,16 L3,16 C1.34314575,16 0,14.6568542 0,13 L0,3 C0,1.34314575 1.34314575,0 3,0 L13,0 Z M13,1.5 L3,1.5 C2.17157288,1.5 1.5,2.17157288 1.5,3 L1.5,13 C1.5,13.8284271 2.17157288,14.5 3,14.5 L13,14.5 C13.8284271,14.5 14.5,13.8284271 14.5,13 L14.5,3 C14.5,2.17157288 13.8284271,1.5 13,1.5 Z" id="path-1"></path>
13 <rect id="path-3" x="7.25" y="2" width="1.5" height="8" rx="0.75"></rect>
21 <rect id="path-5" x="7.25" y="6.75" width="1.5" height="8" rx="0.75"></rect>
29 <path d="M0.175735931,0.175735931 C0.410050506,-0.0585786438 0.789949494,-0.0585786438 1.02426407,0.175735931 L12.9757359,12.1272078 C13.0882578,12.2397296 13.1514719,12.392342 13.1514719,12.5514719 C13.1514719,12.8828427 12.8828427,13.1514719 12.5514719,13.1514719 L7.937,13.151 L11.3534806,19.983122 C11.5016998,20.2794963 11.3815963,20.6399105 11.085222,20.7881297 L8.32156134,22.1702584 C8.02518705,22.3184776 7.66477285,22.1983741 7.5165537,21.9019998 L4.094,15.057 L1.02426407,18.1272078 C0.934246607,18.2172253 0.818571212,18.2756858 0.694427247,18.2954693 L0.6,18.3029437 C0.26862915,18.3029437 4.05812251e-17,18.0343146 0,17.7029437 L0,0.6 C-1.94877915e-17,0.440870106 0.0632141042,0.288257758 0.175735931,0.175735931 Z" id="path-7"></path>
42 <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
43 <path strok
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dability_stage_context.cpp93 std::string path; in GetBundleCodePath() local
96 path = options_.assetPath.substr(0, pos); in GetBundleCodePath()
98 return path; in GetBundleCodePath()
244 bool AbilityStageContext::Access(const std::string &path) in Access() argument
246 TAG_LOGD(AAFwkTag::ABILITY_SIM, "Access: dir: %{public}s", path.c_str()); in Access()
254 return (uv_fs_access(nullptr, access_req.get(), path.c_str(), 0, nullptr) == 0); in Access()
257 void AbilityStageContext::Mkdir(const std::string &path) in Mkdir() argument
259 TAG_LOGD(AAFwkTag::ABILITY_SIM, "Mkdir: dir: %{public}s", path.c_str()); in Mkdir()
267 int ret = uv_fs_mkdir(nullptr, mkdir_req.get(), path.c_str(), DIR_DEFAULT_PERM, nullptr); in Mkdir()
273 bool AbilityStageContext::CreateMultiDir(const std::string &path) in CreateMultiDir() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_static_factory.cpp56 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() argument
58 return SkiaTypeface::MakeFromFile(path, index); in MakeFromFile()
61 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() argument
63 return SkiaTypeface::MakeFromFile(path, fontArguments); in MakeFromFile()
151 bool SkiaStaticFactory::GetFillPath(const Pen& pen, const Path& src, Path& dst, const Rect* rect, const Matrix& matrix) in GetFillPath()
166 std::shared_ptr<Data> SkiaStaticFactory::MakeDataFromFileName(const char path[]) in MakeDataFromFileName() argument
168 return SkiaData::MakeFromFileName(path); in MakeDataFromFileName()
176 void SkiaStaticFactory::PathOutlineDecompose(const Path& path, st argument
[all...]
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp125 void FileServerDemo::GetFilePath(const std::string &recvStr, std::string &path) in GetFilePath() argument
130 path = matchVals[1].str(); in GetFilePath()
132 std::cout << "path not found" << std::endl; in GetFilePath()
133 path = ""; in GetFilePath()
135 path = SERVER_FILE_PATH + path; in GetFilePath()
203 std::string path = ""; in FileReadFunc() local
210 GetFilePath(recvStr, path); in FileReadFunc()
211 if (path == "") { in FileReadFunc()
212 std::cout << "Path erro in FileReadFunc()
[all...]
/test/testfwk/xdevice/src/xdevice/_core/
H A Derror.py66 Code_0101002 = Error(**{"error": "File path does not exist, path: {}",
74 Code_0101005 = Error(**{"error": "History report path does not exist, path: {}",
128 Code_0101020 = Error(**{"error": "report path must be an empty folder",
217 _err_102 = Error(**{"error": "{}, path: {}", "code": "102", "suggestions": "sss"})
218 print(_err_102.format("error 102", "test path"))
222 # 如:[Framework-102] [Framework-102] error 102, path: test path [Suggestions] sss, path
[all...]
/test/xts/hats/kernel/syscalls/fileio/fchownat/
H A DFchownatApiTest.cpp64 * @tc.desc : fchownat change specify path file owner id and group id success.
99 * @tc.desc : fchownat change current path file owner id and group id by AT_FDCWD success.
107 char path[PATH_MAX_LEN]; in HWTEST_F() local
112 char *dir = getcwd(path, sizeof(path)); in HWTEST_F()
131 chdir(path); in HWTEST_F()
166 char path[PATH_MAX_LEN]; in HWTEST_F() local
167 char *dir = getcwd(path, sizeof(path)); in HWTEST_F()
193 chdir(path); in HWTEST_F()
209 char path[PATH_MAX_LEN]; HWTEST_F() local
[all...]
/third_party/curl/
H A DOAT.xml17 basedir: Root dir, the basedir + project path is the real source file location.
26 5. task project: Projects to be checked, the path field define the source root dir of the project.
31 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
32 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
34 "compatibility" is used to check license compatibility in the specified path;
35 "license" is used to check source license header in the specified path;
36 "copyright" is used to check source copyright header in the specified path;
37 "import" is used to check source dependency in the specified path, such as import ... ,include ...
38 "filetype" is used to check file type in the specified path, supported file types: archive, binary
39 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/third_party/alsa-lib/
H A DOAT.xml22 basedir: Root dir, the basedir + project path is the real source file location.
31 5. task project: Projects to be checked, the path field define the source root dir of the project.
36 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
37 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
39 "compatibility" is used to check license compatibility in the specified path;
40 "license" is used to check source license header in the specified path;
41 "copyright" is used to check source copyright header in the specified path;
42 "import" is used to check source dependency in the specified path, such as import ... ,include ...
43 "filetype" is used to check file type in the specified path, supported file types: archive, binary
44 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-rmdir-recursive.js7 const path = require('path');
12 'In future versions of Node.js, fs.rmdir(path, { recursive: true }) ' +
13 'will be removed. Use fs.rm(path, { recursive: true }) instead',
21 path.join(tmpdir.path, `${name}-${count++}`);
25 fs.writeFileSync(path.join(dirname, 'text.txt'), 'hello', 'utf8');
30 fs.writeFileSync(path.join(dirname, `f-${depth}-${f}`), '', options);
37 path.join(dirname, `link-${depth}-good`),
44 path
[all...]
/third_party/node/test/pummel/
H A Dtest-policy-integrity-dep.js22 const path = require('path');
69 common.requireNoPackageJSONAbove(tmpdir.path);
94 const configDirPath = path.join(
95 tmpdir.path,
98 const tmpPolicyPath = path.join(
99 tmpdir.path,
109 const manifestPath = path.join(configDirPath, policyPath);
113 const filePath = path.join(configDirPath, resourcePath);
197 const enoentFilepath = path
[all...]
H A Dtest-policy-integrity-parent-commonjs.js22 const path = require('path');
69 common.requireNoPackageJSONAbove(tmpdir.path);
95 const configDirPath = path.join(
96 tmpdir.path,
99 const tmpPolicyPath = path.join(
100 tmpdir.path,
110 const manifestPath = path.join(configDirPath, policyPath);
114 const filePath = path.join(configDirPath, resourcePath);
197 const enoentFilepath = path
[all...]
H A Dtest-policy-integrity-parent-module.js22 const path = require('path');
69 common.requireNoPackageJSONAbove(tmpdir.path);
95 const configDirPath = path.join(
96 tmpdir.path,
99 const tmpPolicyPath = path.join(
100 tmpdir.path,
110 const manifestPath = path.join(configDirPath, policyPath);
114 const filePath = path.join(configDirPath, resourcePath);
197 const enoentFilepath = path
[all...]
H A Dtest-policy-integrity-parent-no-package-json.js22 const path = require('path');
69 common.requireNoPackageJSONAbove(tmpdir.path);
95 const configDirPath = path.join(
96 tmpdir.path,
99 const tmpPolicyPath = path.join(
100 tmpdir.path,
110 const manifestPath = path.join(configDirPath, policyPath);
114 const filePath = path.join(configDirPath, resourcePath);
197 const enoentFilepath = path
[all...]
/third_party/openGLES/
H A DOAT.xml16 basedir: Root dir, the basedir + project path is the real source file location.
25 5. task project: Projects to be checked, the path field define the source root dir of the project.
30 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
31 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
33 "compatibility" is used to check license compatibility in the specified path;
34 "license" is used to check source license header in the specified path;
35 "copyright" is used to check source copyright header in the specified path;
36 "import" is used to check source dependency in the specified path, such as import ... ,include ...
37 "filetype" is used to check file type in the specified path, supported file types: archive, binary
38 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/third_party/node/test/es-module/
H A Dtest-esm-resolve-type.mjs12 import path from 'path';
29 const rel = (file) => path.join(tmpdir.path, file);
35 process.chdir(tmpdir.path);
37 * ensure that resolving by full path does not return the format
46 const resolvedPath = path.resolve(fixtures.path(testScript));
65 process.chdir(tmpdir.path);
66 const createDir = (path)
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/tools/
H A Dgen-grammar.go27 "path/filepath"
61 templatePath = flag.String("template", "", "Path to input template file (required)")
62 outputPath = flag.String("out", "", "Path to output generated file (required)")
119 relPath := func(path string) string {
120 rel, err := filepath.Rel(thisDir, path)
122 return path
203 path := filepath.Join(*cachePath, name)
204 if isFile(path) {
205 return ioutil.ReadFile(path)
223 // isFile returns true if path i
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/
H A Dgen-grammar.go27 "path/filepath"
61 templatePath = flag.String("template", "", "Path to input template file (required)")
62 outputPath = flag.String("out", "", "Path to output generated file (required)")
119 relPath := func(path string) string {
120 rel, err := filepath.Rel(thisDir, path)
122 return path
203 path := filepath.Join(*cachePath, name)
204 if isFile(path) {
205 return ioutil.ReadFile(path)
223 // isFile returns true if path i
[all...]
/third_party/skia/src/utils/
H A DSkParsePath.cpp92 SkPath path; in FromSVGString() local
129 path.moveTo(points[0]); in FromSVGString()
136 path.lineTo(points[0]); in FromSVGString()
142 path.lineTo(x, c.fY); in FromSVGString()
148 path.lineTo(c.fX, y); in FromSVGString()
162 path.cubicTo(points[0], points[1], points[2]); in FromSVGString()
177 path.quadTo(points[0], points[1]); in FromSVGString()
194 path.arcTo(radii, angle, (SkPath::ArcSize) largeArc, in FromSVGString()
196 path.getLastPt(&c); in FromSVGString()
200 path in FromSVGString()
239 ToSVGString(const SkPath& path, SkString* str, PathEncoding encoding) ToSVGString() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DimportDecl.js36 ///<reference path='importDecl_require.ts'/>
37 ///<reference path='importDecl_require1.ts'/>
38 ///<reference path='importDecl_require2.ts'/>
39 ///<reference path='importDecl_require3.ts'/>
40 ///<reference path='importDecl_require4.ts'/>
143 ///<reference path='importDecl_require.ts'/>
144 ///<reference path='importDecl_require1.ts'/>
145 ///<reference path='importDecl_require2.ts'/>
146 ///<reference path='importDecl_require3.ts'/>
147 ///<reference path
[all...]
/third_party/skia/gm/
H A Ddashcircle.cpp252 SkPathBuilder path; in DEF_SIMPLE_GM() local
253 path.moveTo(800, 400); in DEF_SIMPLE_GM()
254 path.quadTo(1000, 400, 1000, 600); in DEF_SIMPLE_GM()
255 path.quadTo(1000, 800, 800, 800); in DEF_SIMPLE_GM()
256 path.quadTo(600, 800, 600, 600); in DEF_SIMPLE_GM()
257 path.quadTo(600, 400, 800, 400); in DEF_SIMPLE_GM()
258 path.close(); in DEF_SIMPLE_GM()
261 canvas->drawPath(path.detach(), p); in DEF_SIMPLE_GM()
263 path.moveTo(800, 400); in DEF_SIMPLE_GM()
264 path in DEF_SIMPLE_GM()
[all...]
/third_party/skia/modules/pathkit/tests/
H A Dpathops.spec.js4 function getViewBox(path) {
5 let bounds = path.getBounds();
35 <path stroke=black fill=white stroke-width=0.01 d="${expectedPath.toSVGString()}"></path>
39 <path stroke=black fill=white stroke-width=0.01 d="${actualPath.toSVGString()}"></path>
168 it('simplifies a path with .simplify() and matches what we see from C++', function(done) {
183 let path = PathKit.FromCmds(test.path);
184 expect(path)
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_backends_android.c50 static int nodups_specs(struct saved_data *data, const char *path) in nodups_specs() argument
68 path, curr_spec->property_key, in nodups_specs()
75 path, curr_spec->property_key); in nodups_specs()
84 const char *path, char *line_buf, in process_line()
98 "%s: line %u error due to: %s\n", path, in process_line()
102 "%s: line %u error due to: %m\n", path, in process_line()
113 "%s: line %u is missing fields\n", path, in process_line()
132 path, lineno, spec_arr[nspec].lr.ctx_raw); in process_line()
147 const char *path = NULL; in init() local
158 path in init()
83 process_line(struct selabel_handle *rec, const char *path, char *line_buf, int pass, unsigned lineno) process_line() argument
[all...]
/third_party/spirv-tools/utils/vscode/src/tools/
H A Dgen-grammar.go27 "path/filepath"
61 templatePath = flag.String("template", "", "Path to input template file (required)")
62 outputPath = flag.String("out", "", "Path to output generated file (required)")
119 relPath := func(path string) string {
120 rel, err := filepath.Rel(thisDir, path)
122 return path
203 path := filepath.Join(*cachePath, name)
204 if isFile(path) {
205 return ioutil.ReadFile(path)
223 // isFile returns true if path i
[all...]
/third_party/python/Doc/library/
H A Dimportlib.rst54 :ref:`sys-path-init`
55 The initialization of :data:`sys.path`.
130 .. function:: find_loader(name, path=None)
132 Find the loader for a module, optionally within the specified *path*. If the
141 argument to *path*.
163 Namespace packages created/installed in a different :data:`sys.path`
268 .. abstractmethod:: find_module(fullname, path=None)
272 for use in :data:`sys.meta_path` and in the path-based import subsystem.
285 An abstract base class representing a :term:`meta path finder`.
292 .. method:: find_spec(fullname, path, targe
[all...]

Completed in 14 milliseconds

1...<<81828384858687888990>>...1592