Home
last modified time | relevance | path

Searched full:path (Results 2101 - 2125 of 34909) sorted by relevance

1...<<81828384858687888990>>...1397

/third_party/cups/
H A DOAT.xml19 basedir: Root dir|the basedir + project path is the real source file location.
28 5. task project: Projects to be checked|the path field define the source root dir of the project.
33 2. policyitem: The fields type|name|path|desc is required|and the fields rule|group|filefilter is optional,the default value is:
34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
36 "compatibility" is used to check license compatibility in the specified path;
37 "license" is used to check source license header in the specified path;
38 "copyright" is used to check source copyright header in the specified path;
39 "import" is used to check source dependency in the specified path|such as import ... ,include ...
40 "filetype" is used to check file type in the specified path|supported file types: archive|binary
41 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c62 void fs_show(const char *path) in fs_show() argument
66 if (path == NULL) { in fs_show()
67 PRINTK("path is NULL\n"); in fs_show()
70 ret = statfs(path, &fss); in fs_show()
71 PRINTK("Filesystem %s info: \n", path); in fs_show()
165 char *basename(const char *path) in basename() argument
171 if ((path != NULL) && *path) { in basename()
172 first = (CHAR *)path; in basename()
173 last = (CHAR *)path in basename()
[all...]
/third_party/libuv/
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...]
/third_party/node/test/parallel/
H A Dtest-runner-reporters.js9 const path = require('node:path');
12 const testFile = fixtures.path('test-runner/reporters.js');
59 const file = path.join(tmpdir.path, `${tmpFiles++}.out`);
75 const file = path.join(tmpdir.path, `${tmpFiles++}.out`);
76 const file2 = path.join(tmpdir.path, `${tmpFiles++}.out`);
108 { cwd: fixtures.path('tes
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dandroid.py14 BASE_DIR = os.path.normpath(
15 os.path.join(os.path.dirname(__file__), '..', '..', '..'))
16 ANDROID_DIR = os.path.join(BASE_DIR, 'build', 'android')
35 assert os.path.exists(ANDROID_DIR)
36 sys.path.insert(0, ANDROID_DIR)
77 file_on_host = os.path.join(host_dir, file_name)
83 file_on_device_tmp = os.path.join(DEVICE_DIR, '_tmp_', file_name)
84 file_on_device = os.path.join(DEVICE_DIR, target_rel, file_name)
85 folder_on_device = os.path
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dci.js5 const path = require('path')
42 // integrity changes w/ each test cause the path is different?
49 // integrity changes w/ each test cause the path is different?
71 tarball: path.join(npm.prefix, 'abbrev'),
76 const nmTest = path.join(npm.prefix, 'node_modules', 'test')
78 const nmAbbrev = path.join(npm.prefix, 'node_modules', 'abbrev')
94 tarball: path.join(npm.prefix, 'abbrev'),
100 const nmTest = path.join(npm.prefix, 'node_modules', 'test')
102 const nmAbbrev = path
[all...]
/third_party/node/deps/openssl/openssl/
H A DNOTES-UNIX.md26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
40 Possible options to set the runtime shared library search path include
43 -Wl,-rpath,/whatever/path # Linux, *BSD, etc.
44 -R /whatever/path # Solaris
45 -Wl,-R,/whatever/path # AIX (-bsvr4 is passed internally)
46 -Wl,+b,/whatever/path # HP-UX
47 -rpath /whatever/path # Tru64, IRIX
55 search path! Some OpenSSL config targets add an extra directory level
58 used with the runtime shared library search path option
[all...]
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_lib.c56 const char *path, *path_end; in OSSL_parse_url() local
102 /* look for start of optional port, path, query, or fragment */ in OSSL_parse_url()
130 /* check for optional path starting with '/' or '?'. Else must start '#' */ in OSSL_parse_url()
131 path = p; in OSSL_parse_url()
132 if (*path != '\0' && *path != '/' && *path != '?' && *path != '#') { in OSSL_parse_url()
136 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url()
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_lib.c49 const char *path, *path_end; in OSSL_parse_url() local
94 /* look for start of optional port, path, query, or fragment */ in OSSL_parse_url()
122 /* check for optional path starting with '/' or '?'. Else must start '#' */ in OSSL_parse_url()
123 path = p; in OSSL_parse_url()
124 if (*path != '\0' && *path != '/' && *path != '?' && *path != '#') { in OSSL_parse_url()
128 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url()
[all...]
/third_party/openssl/
H A DNOTES-UNIX.md26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
40 Possible options to set the runtime shared library search path include
43 -Wl,-rpath,/whatever/path # Linux, *BSD, etc.
44 -R /whatever/path # Solaris
45 -Wl,-R,/whatever/path # AIX (-bsvr4 is passed internally)
46 -Wl,+b,/whatever/path # HP-UX
47 -rpath /whatever/path # Tru64, IRIX
55 search path! Some OpenSSL config targets add an extra directory level
58 used with the runtime shared library search path option
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py33 script_dir = os.path.dirname(sys.argv[0])
34 return os.path.join(script_dir, trace)
42 try_path = os.path.join(trace_path, header)
43 if os.path.isfile(try_path):
101 def path_contains_header(path):
102 for file in os.listdir(path):
110 parser.add_argument('gn_path', help='GN build path')
138 script_dir = os.path.dirname(sys.argv[0])
141 with open(os.path.join(script_dir, DEFAULT_TEST_JSON)) as f:
146 binary = os.path
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dzip.cc59 for (const auto& path : paths) {
61 if (base::PathExists(path) && !base::DirectoryExists(path)) {
62 file = base::File(path, base::File::FLAG_OPEN | base::File::FLAG_READ);
79 for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
80 path = file_enumerator.Next()) {
81 files.push_back(DirectoryContentEntry(path, base::DirectoryExists(path)));
86 base::Time GetLastModifiedTime(const base::FilePath& path) overrid
[all...]
/third_party/skia/infra/bots/recipes/
H A Dskpbench.py17 'recipe_engine/path',
32 with api.context(cwd=api.path['start_dir'].join('skia')):
61 table = api.path.join(api.vars.swarming_out_dir, 'table')
81 skpbench_invocation = api.path.join(api.flavor.device_dirs.bin_dir, 'skpbench')
112 api.path.join(api.flavor.device_dirs.skp_dir, 'desk_*svg.skp'),
113 api.path.join(api.flavor.device_dirs.skp_dir, 'desk_motionmark*.skp'),
114 api.path.join(api.flavor.device_dirs.skp_dir, 'desk_chalkboard.skp')]
145 json_path = api.path.join(
200 api.path.exists(
201 api.path['start_di
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_tree.c44 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t *hll_line, char **path) in cil_tree_get_next_path() argument
66 *path = node->cl_head->next->next->next->data; in cil_tree_get_next_path()
75 *path = info->path; in cil_tree_get_next_path()
93 *path = NULL; in cil_tree_get_next_path()
101 char *path; in cil_tree_get_cil_path() local
104 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path); in cil_tree_get_cil_path()
106 return path; in cil_tree_get_cil_path()
122 char *path = NULL; in cil_tree_log() local
125 path in cil_tree_log()
[all...]
/third_party/rust/crates/nix/test/
H A Dtest_mount.rs36 tempdir.path(), in test_mount_tmpfs_without_flags_allows_rwx()
43 let test_path = tempdir.path().join("test"); in test_mount_tmpfs_without_flags_allows_rwx()
93 umount(tempdir.path()) in test_mount_tmpfs_without_flags_allows_rwx()
102 tempdir.path(), in test_mount_rdonly_disallows_write()
112 File::create(tempdir.path().join("test")) in test_mount_rdonly_disallows_write()
118 umount(tempdir.path()) in test_mount_rdonly_disallows_write()
127 tempdir.path(), in test_mount_noexec_disallows_exec()
134 let test_path = tempdir.path().join("test"); in test_mount_noexec_disallows_exec()
167 umount(tempdir.path()) in test_mount_noexec_disallows_exec()
179 Some(tempdir.path()), in test_mount_bind()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dxml-utils.c64 xml_node_t *root, const char *path) in get_node_iter()
70 end = os_strchr(path, '/'); in get_node_iter()
77 if (os_strcasecmp(name, path) == 0) in get_node_iter()
90 const char *path) in get_node()
95 search = os_strdup(path); in get_node()
107 const char *path) in get_child_node()
114 match = get_node(ctx, node, path); in get_child_node()
246 xml_node_create_text(ctx, tnds, NULL, "Path", uri); in node_to_tnds()
340 char *nodename, *value, *path; in add_mo_node() local
359 path in add_mo_node()
63 get_node_iter(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) get_node_iter() argument
89 get_node(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) get_node() argument
106 get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) get_child_node() argument
[all...]
/third_party/vk-gl-cts/framework/qphelper/
H A Dgen_release_info.py60 genFileName = os.path.basename(__file__),
93 curDir = os.path.dirname(__file__)
94 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git"))
95 defaultGlslGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "glslang", "src", ".git"))
96 defaultSpirvToolsGitDir = os.path.normpath(os.path.join(curDir, "..", "..", "external", "spirv-tools", "src", ".git"))
97 defaultSpirvHeadersGitDir = os.path.normpath(os.path
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dxml-utils.c64 xml_node_t *root, const char *path) in get_node_iter()
70 end = os_strchr(path, '/'); in get_node_iter()
77 if (os_strcasecmp(name, path) == 0) in get_node_iter()
90 const char *path) in get_node()
95 search = os_strdup(path); in get_node()
107 const char *path) in get_child_node()
114 match = get_node(ctx, node, path); in get_child_node()
246 xml_node_create_text(ctx, tnds, NULL, "Path", uri); in node_to_tnds()
340 char *nodename, *value, *path; in add_mo_node() local
359 path in add_mo_node()
63 get_node_iter(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) get_node_iter() argument
89 get_node(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) get_node() argument
106 get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) get_child_node() argument
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp270 * @brief Obtains the specified path.
272 * @param pathId Id of the specified path.
283 * @brief Adds a path to this Skills object.
285 * @param path Indicates the path to add.
287 void Skills::AddPath(const std::string &path) in AddPath() argument
289 PatternsMatcher pm(path, MatchType::DEFAULT); in AddPath()
294 * @brief Adds a path to this Skills object.
296 * @param path Indicates the path t
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...]
/third_party/libuv/src/win/
H A Dprocess.c55 E_V("PATH"),
146 * Path search functions
165 /* It's a UNC path so ignore cwd */ in search_path_join_test()
168 /* It's a full path without drive letter, use cwd's drive letter only */ in search_path_join_test()
172 /* It's a relative path with drive letter (ext.g. D:../some/file) in search_path_join_test()
183 /* It's an absolute path with drive letter in search_path_join_test()
197 /* Add a path separator if cwd didn't end with one */ in search_path_join_test()
290 * search_path searches the system path for an executable filename -
301 * - Do not search the path if the filename already contains a path (eithe
333 search_path(const WCHAR *file, WCHAR *cwd, const WCHAR *path, unsigned int flags) search_path() argument
914 WCHAR* path = NULL, *alloc_path = NULL; uv_spawn() local
[all...]
/third_party/libabigail/doc/vizualization/graph/svg/
H A Dsa-DD2.svg6 <path style="stroke:none;" d="M 6 -4.984375 C 6 -4.710938 5.929688 -4.460938 5.796875 -4.234375 C 5.660156 -4.015625 5.492188 -3.832031 5.296875 -3.6875 C 5.109375 -3.539062 4.914062 -3.398438 4.71875 -3.265625 C 4.519531 -3.128906 4.347656 -2.972656 4.203125 -2.796875 C 4.066406 -2.628906 4 -2.453125 4 -2.265625 L 4 -1.84375 L 3 -1.84375 L 3 -2.34375 C 3 -2.5625 3.066406 -2.769531 3.203125 -2.96875 C 3.335938 -3.164062 3.503906 -3.332031 3.703125 -3.46875 C 3.898438 -3.613281 4.09375 -3.757812 4.28125 -3.90625 C 4.476562 -4.050781 4.644531 -4.210938 4.78125 -4.390625 C 4.925781 -4.578125 5 -4.773438 5 -4.984375 C 5 -5.285156 4.867188 -5.53125 4.609375 -5.71875 C 4.347656 -5.90625 4 -6 3.5625 -6 C 3.351562 -6 3.207031 -5.910156 3.125 -5.734375 C 3.039062 -5.554688 3 -5.3125 3 -5 L 2 -5 C 2 -5.65625 2.132812 -6.148438 2.40625 -6.484375 C 2.6875 -6.828125 3.09375 -7 3.625 -7 C 4.34375 -7 4.914062 -6.816406 5.34375 -6.453125 C 5.78125 -6.085938 6 -5.597656 6 -4.984375 Z M 4 -1 L 4 0 L 3 0 L 3 -1 Z M 0 1 L 0 -8 L 7 -8 L 7 1 Z M 1 0 L 6 0 L 6 -7 L 1 -7 Z "/>
9 <path style="stroke:none;" d="M 1 0 L 1 -7 L 3.4375 -7 C 4.238281 -7 4.863281 -6.664062 5.3125 -6 C 5.769531 -5.34375 6 -4.507812 6 -3.5 C 6 -2.5 5.769531 -1.664062 5.3125 -1 C 4.851562 -0.332031 4.226562 0 3.4375 0 Z M 2 -1 L 3.3125 -1 C 3.863281 -1 4.28125 -1.210938 4.5625 -1.640625 C 4.851562 -2.066406 5 -2.6875 5 -3.5 C 5 -4.3125 4.851562 -4.929688 4.5625 -5.359375 C 4.28125 -5.785156 3.863281 -6 3.3125 -6 L 2 -6 Z "/>
12 <path style="stroke:none;" d="M 5 -7 L 5 0 L 4 0 L 4 -1.109375 C 3.78125 -0.710938 3.546875 -0.425781 3.296875 -0.25 C 3.054688 -0.0820312 2.765625 0 2.421875 0 C 1.671875 0 1.078125 -0.222656 0.640625 -0.671875 C 0.210938 -1.128906 0 -1.75 0 -2.53125 C 0 -3.28125 0.21875 -3.878906 0.65625 -4.328125 C 1.09375 -4.773438 1.671875 -5 2.390625 -5 C 3.109375 -5 3.644531 -4.660156 4 -3.984375 L 4 -7 Z M 2.53125 -4 C 2.070312 -4 1.703125 -3.859375 1.421875 -3.578125 C 1.140625 -3.304688 1 -2.945312 1 -2.5 C 1 -2.039062 1.140625 -1.675781 1.421875 -1.40625 C 1.703125 -1.132812 2.070312 -1 2.53125 -1 C 2.976562 -1 3.332031 -1.132812 3.59375 -1.40625 C 3.863281 -1.675781 4 -2.035156 4 -2.484375 C 4 -2.953125 3.863281 -3.320312 3.59375 -3.59375 C 3.332031 -3.863281 2.976562 -4 2.53125 -4 Z "/>
15 <path style="stroke:none;" d="M 0 -5 C 0.0507812 -6.332031 0.898438 -7 2.546875 -7 C 3.285156 -7 3.882812 -6.789062 4.34375 -6.375 C 4.8125 -5.96875 5.046875 -5.441406 5.046875 -4.796875 C 5.046875 -3.992188 4.484375 -3.335938 3.359375 -2.828125 L 2.296875 -2.34375 C 1.835938 -2.125 1.507812 -1.910156 1.3125 -1.703125 C 1.113281 -1.503906 0.988281 -1.269531 0.9375 -1 L 5 -1 L 5 0 L 1 0 C 1.019531 -0.769531 1.097656 -1.359375 1.234375 -1.765625 C 1.367188 -2.179688 1.625 -2.597656 2 -3.015625 L 2.984375 -3.5 C 3.660156 -3.832031 4 -4.257812 4 -4.78125 C 4 -5.125 3.859375 -5.410156 3.578125 -5.640625 C 3.296875 -5.878906 2.941406 -6 2.515625 -6 C 1.578125 -6 1.070312 -5.664062 1 -5 Z "/>
18 <path style="stroke:none;" d="M 4.25 -2 L 1.71875 -2 L 1.03125 0 L 0.140625 0 L 2.46875 -7 L 3.5625 -7 L 5.859375 0 L 4.921875 0 Z M 4.015625 -3 L 3 -6.078125 L 1.921875 -3 Z "/>
21 <path style="stroke:none;" d="M 1 -7 L 2 -7 L 2 -3.9375 C 2.25 -4.644531 2.609375 -5 3.078125 -5 C 3.671875 -5 4.140625 -4.78125 4.484375 -4.34375 C 4.828125 -3.90625 5 -3.304688 5 -2.546875 C 5 -1.773438 4.820312 -1.15625 4.46875 -0.6875 C 4.125 -0.226562 3.65625 0 3.0625 0 C 2.601562 0 2.25 -0.363281 2 -1.09375 L 2 0 L 1 0 Z M 2.984375 -4 C 2.679688 -4 2.441406 -3.863281 2.265625 -3.59375 C 2.085938 -3.320312 2 -2.957031 2 -2.5 C 2 -2.039062 2.085938 -1.675781 2.265625 -1.40625 C 2.441406 -1.132812 2.679688 -1 2.984375 -1 C 3.285156 -1 3.53125 -1.132812 3.71875 -1.40625 C 3.90625 -1.675781 4 -2.035156 4 -2.484375 C 4 -2.941406 3.90625 -3.304688 3.71875 -3.578125 C 3.53125 -3.859375 3.285156 -4 2.984375 -4 Z "/>
24 <path style="stroke:none;" d="M 0 -3 C 0.0390625 -4.332031 0.722656 -5 2.046875 -5 C 2.691406 -5 3.175781 -4.875 3.5 -4.625 C 3.832031 -4.375 4 -4.003906 4 -3.515625 L 4 -1.296875 C 4 -1.097656 4.132812 -1 4.40625 -1 C 4.457031 -1 4.507812 -1.003906 4.5625 -1.015625 L 4.5625 -0.125 C 4.351562 -0.0390625 4.179688 0 4.046875 0 C 3.742188 0 3.507812 -0.0820312 3.34375 -0.25 C 3.175781 -0.414062 3.070312 -0.679688 3.03125 -1.046875 C 2.5625 -0.347656 2.066406 0 1.546875 0 C 1.078125 0 0.703125 -0.144531 0.421875 -0.4375 C 0.140625 -0.726562 0 -1.117188 0 -1.609375 C 0 -1.703125 0.015625 -1.785156 0.046875 -1.859375 C 0.0859375 -1.941406 0.128906 -2.007812 0.171875 -2.0625 C 0.210938 -2.125 0.285156 -2.179688 0.390625 -2.234375 C 0.492188 -2.285156 0.582031 -2.328125 0.65625 -2.359375 C 0.726562 -2.390625 0.847656 -2.421875 1.015625 -2.453125 C 1.191406 -2.484375 1.3125 -2.507812 1.375 -2.53125 C 1.445312 -2.550781 1.570312 -2.578125 1.75 -2.609375 C 1.925781 -2.640625 2.054688 -2.660156 2.140625 -2.671875 C 2.234375 -2.679688 2.390625 -2.703125 2.609375 -2.734375 C 2.753906 -2.765625 2.851562 -2.8125 2.90625 -2.875 C 2.96875 -2.945312 3 -3.054688 3 -3.203125 L 3 -3.375 C 3 -3.570312 2.910156 -3.722656 2.734375 -3.828125 C 2.566406 -3.941406 2.332031 -4 2.03125 -4 C 1.707031 -4 1.460938 -3.914062 1.296875 -3.75 C 1.128906 -3.59375 1.03125 -3.34375 1 -3 Z M 1.6875 -1.03125 C 2.070312 -1.03125 2.382812 -1.117188 2.625 -1.296875 C 2.875 -1.472656 3 -1.660156 3 -1.859375 L 3 -2.53125 C 3.15625 -2.15625 3.082031 -1.941406 2.78125 -1.890625 C 2.488281 -1.835938 2.226562 -1.796875 2 -1.765625 C 1.78125 -1.734375 1.554688 -1.6875 1.328125 -1.625 C 1.109375 -1.5625 1 -1.472656 1 -1.359375 C 1 -1.253906 1.054688 -1.171875 1.171875 -1.109375 C 1.296875 -1.054688 1.46875 -1.03125 1.6875 -1.03125 Z "/>
27 <path style="stroke:none;" d="M 1 -2 C 1.03125 -1.695312 1.117188 -1.453125 1.265625 -1.265625 C 1.421875 -1.085938 1.691406 -1 2.078125 -1 C 2.359375 -1 2.582031 -1.039062 2.75 -1.125 C 2.914062 -1.207031 3 -1.320312 3 -1.46875 C 3 -1.570312 2.96875 -1.65625 2.90625 -1.71875 C 2.851562 -1.78125 2.757812 -1.832031 2.625 -1.875 L 1.921875 -2.046875 C 1.203125 -2.179688 0.703125 -2.347656 0.421875 -2.546875 C 0.140625 -2.742188 0 -3.023438 0 -3.390625 C 0 -3.878906 0.203125 -4.269531 0.609375 -4.5625 C 1.015625 -4.851562 1.492188 -5 2.046875 -5 C 2.609375 -5 3.070312 -4.820312 3.4375 -4.46875 C 3.8125 -4.125 4 -3.632812 4 -3 L 3 -3 C 2.976562 -3.664062 2.65625 -4 2.03125 -4 C 1.71875 -4 1.46875 -3.945312 1.28125 -3.84375 C 1.09375 -3.738281 1 -3.597656 1 -3.421875 C 1 -3.285156 1.085938 -3.175781 1.265625 -3.09375 C 1.441406 -3.007812 1.722656 -2.9375 2.109375 -2.875 L 2.828125 -2.703125 C 3.242188 -2.609375 3.539062 -2.476562 3.71875 -2.3125 C 3.90625 -2.15625 4 -1.9375 4 -1.65625 C 4 -1.144531 3.816406 -0.738281 3.453125 -0.4375 C 3.097656 -0.144531 2.617188 0 2.015625 0 C 0.710938 0 0.0390625 -0.664062 0 -2 Z "/>
30 <path style="stroke:none;" d="M 5 -2 L 1 -2 C 1.007812 -1.695312 1.148438 -1.453125 1.421875 -1.265625 C 1.703125 -1.085938 2.078125 -1 2.546875 -1 C 3.234375 -1 3.695312 -1.332031 3.9375 -2 L 4.875 -2 C 4.757812 -1.375 4.492188 -0.882812 4.078125 -0.53125 C 3.671875 -0.175781 3.15625 0 2.53125 0 C 1.75 0 1.128906 -0.234375 0.671875 -0.703125 C 0.222656 -1.171875 0 -1.753906 0 -2.453125 C 0 -3.160156 0.226562 -3.757812 0.6875 -4.25 C 1.15625 -4.75 1.773438 -5 2.546875 -5 C 4.179688 -5 5 -4 5 -2 Z M 1.03125 -3 L 4 -3 C 4 -3.28125 3.859375 -3.515625 3.578125 -3.703125 C 3.304688 -3.898438 2.957031 -4 2.53125 -4 C 2.113281 -4 1.765625 -3.90625 1.484375 -3.71875 C 1.210938 -3.539062 1.0625 -3.300781 1.03125 -3 Z "/>
33 <path styl
[all...]
/third_party/rust/crates/syn/src/
H A Dpat.rs35 /// A path pattern like `Color::Red`, optionally qualified with a
38 /// Unqualified path patterns can legally refer to variants, structs,
39 /// constants or associated constants. Qualified path patterns like
42 Path(PatPath),
165 pub path: Path,
188 pub path: Path,
233 use crate::path;
394 let (qself, path) in pat_path_or_macro_or_struct_or_range()
[all...]
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py76 Note that the "dir" option can also specify an absolute path:
231 option can be a relative or absolute path.
238 import os.path namespace
263 def on_rm_error( func, path, exc_info):
268 os.chmod( path, stat.S_IWRITE )
269 os.unlink( path )
271 def make_or_exist_dirs(path):
273 # Could use os.makedirs(path, exist_ok=True) if we drop python2
274 if not os.path.isdir(path)
[all...]
/foundation/ability/idl_tool/
H A DOAT.xml18 basedir: Root dir, the basedir + project path is the real source file location.
27 5. task project: Projects to be checked, the path field define the source root dir of the project.
32 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilter is optional,the default value is:
33 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
35 "compatibility" is used to check license compatibility in the specified path;
36 "license" is used to check source license header in the specified path;
37 "copyright" is used to check source copyright header in the specified path;
38 "import" is used to check source dependency in the specified path, such as import ... ,include ...
39 "filetype" is used to check file type in the specified path, supported file types: archive, binary
40 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]
/foundation/ai/intelligent_voice_framework/
H A DOAT.xml19 basedir: Root directory. the basedir + project path is the real source file location.
28 5. task project: Projects to be checked. The source root dir of the project is defined by the path field.
33 2. policyitem: The fields type, name, path, desc are mandatory, and the fields rule, group, filefilter are optional. The default value is:
34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
36 "compatibility" is used to check license compatibility in the specified path;
37 "license" is used to check source license header in the specified path;
38 "copyright" is used to check source copyright header in the specified path;
39 "import" is used to check source dependency in the specified path, such as import ... ,include ...
40 "filetype" is used to check file type in the specified path, supported file types: archive, binary
41 "filename" is used to check whether the specified file exists in the specified path(suppor
[all...]

Completed in 15 milliseconds

1...<<81828384858687888990>>...1397