Home
last modified time | relevance | path

Searched full:path (Results 1151 - 1175 of 40523) sorted by relevance

1...<<41424344454647484950>>...1621

/third_party/elfio/doc/images/colorsvg/
H A Dprev.svg10 <path fill="#FFFFFF" stroke="#FFFFFF" stroke-width="7.5901" stroke-linejoin="round" d="M25.659,6.898c0-0.301-0.3-0.301-0.5-0.2
14 <path fill="#0033CC" d="M25.659,6.898c0-0.301-0.3-0.301-0.5-0.2l-16.6,16.9c-0.5,0.5-0.4,0.7,0,1l16.6,16.7
16 <path fill="#0134CC" d="M25.648,6.925c0-0.3-0.299-0.3-0.498-0.2L8.575,23.6c-0.499,0.499-0.4,0.698,0,1L25.15,41.271
19 <path fill="#0235CD" d="M25.641,6.953c0-0.3-0.3-0.3-0.498-0.2L8.588,23.601c-0.499,0.498-0.399,0.697,0,0.997l16.553,16.647
22 <path fill="#0336CD" d="M25.63,6.979c0-0.299-0.299-0.299-0.498-0.199L8.603,23.601c-0.498,0.498-0.399,0.696,0,0.997
25 <path fill="#0437CE" d="M25.622,7.005c0-0.299-0.299-0.299-0.498-0.199L8.619,23.602c-0.498,0.497-0.398,0.695,0,0.994
28 <path fill="#0538CE" d="M25.611,7.033c0-0.298-0.299-0.298-0.498-0.199L8.633,23.602c-0.497,0.496-0.398,0.694,0,0.994
31 <path fill="#0639CF" d="M25.602,7.06c0-0.298-0.297-0.298-0.496-0.199L8.646,23.603c-0.496,0.496-0.396,0.693,0,0.99
34 <path fill="#073ACF" d="M25.592,7.085c0-0.298-0.298-0.298-0.494-0.199L8.662,23.603c-0.495,0.495-0.396,0.692,0,0.989
37 <path fil
[all...]
H A Dnext.svg10 <path fill="#FFFFFF" stroke="#FFFFFF" stroke-width="7.5901" stroke-linejoin="round" d="M22.34,41.101c0,0.301,0.3,0.301,0.5,0.2
14 <path fill="#0033CC" d="M22.34,41.101c0,0.301,0.3,0.301,0.5,0.2l16.6-16.899c0.5-0.5,0.4-0.7,0-1l-16.6-16.7
16 <path fill="#0134CC" d="M22.351,41.074c0,0.3,0.3,0.3,0.5,0.2L39.427,24.4c0.5-0.499,0.4-0.699,0-0.999L22.85,6.729
19 <path fill="#0235CD" d="M22.359,41.047c0,0.3,0.299,0.3,0.499,0.2l16.553-16.848c0.5-0.498,0.399-0.697,0-0.997L22.858,6.755
22 <path fill="#0336CD" d="M22.369,41.021c0,0.301,0.299,0.301,0.498,0.199l16.53-16.82c0.498-0.498,0.397-0.696,0-0.995
25 <path fill="#0437CE" d="M22.378,40.994c0,0.299,0.298,0.299,0.497,0.198l16.506-16.794c0.496-0.497,0.397-0.695,0-0.994
28 <path fill="#0538CE" d="M22.389,40.968c0,0.299,0.298,0.299,0.496,0.198l16.483-16.769c0.496-0.496,0.397-0.694,0-0.992
31 <path fill="#0639CF" d="M22.398,40.94c0,0.299,0.298,0.299,0.496,0.199l16.46-16.742c0.495-0.496,0.396-0.694,0-0.991
34 <path fill="#073ACF" d="M22.407,40.914c0,0.298,0.298,0.298,0.495,0.198l16.437-16.716c0.494-0.495,0.396-0.692,0-0.989
37 <path fil
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_uri.cpp180 static void ParsePathWithExtrPara(std::string &path) in ParsePathWithExtrPara() argument
182 auto index = path.rfind('/'); in ParsePathWithExtrPara()
184 MEDIA_ERR_LOG("find split for last string failed, %{private}s", path.c_str()); in ParsePathWithExtrPara()
187 auto lastStr = path.substr(index + 1); in ParsePathWithExtrPara()
188 auto uriTempNext = path.substr(0, index); in ParsePathWithExtrPara()
197 path = uriTempNext.substr(0, index); in ParsePathWithExtrPara()
203 path = uriTempNext; in ParsePathWithExtrPara()
206 path = preStr; in ParsePathWithExtrPara()
212 std::string path = uri->GetPath(); in CalFileId() local
214 ParsePathWithExtrPara(path); in CalFileId()
423 HandleOldUriPath(std::string &path) HandleOldUriPath() argument
432 RemovePrecedSlash(std::string &path) RemovePrecedSlash() argument
439 GetValidPath(Uri &uri, std::string &path) GetValidPath() argument
453 std::string path; GetPathFirstDentry() local
466 std::string path; GetPathSecondDentry() local
598 string path = ROOT_MEDIA_DIR; GetPathFromUri() local
[all...]
/third_party/gn/src/base/files/
H A Dfile_path.cc47 StringViewType::size_type FindDriveLetter(StringViewType path) { in FindDriveLetter() argument
51 if (path.length() >= 2 && path[1] == L':' && in FindDriveLetter()
52 ((path[0] >= L'A' && path[0] <= L'Z') || in FindDriveLetter()
53 (path[0] >= L'a' && path[0] <= L'z'))) { in FindDriveLetter()
79 bool IsPathAbsolute(StringViewType path) { in IsPathAbsolute() argument
81 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute()
84 return path in IsPathAbsolute()
108 FinalExtensionSeparatorPosition(const StringType& path) FinalExtensionSeparatorPosition() argument
120 ExtensionSeparatorPosition(const StringType& path) ExtensionSeparatorPosition() argument
158 IsEmptyOrSpecialCase(const StringType& path) IsEmptyOrSpecialCase() argument
175 FilePath(StringViewType path) FilePath() argument
[all...]
/third_party/node/deps/npm/node_modules/tar/lib/
H A Dwrite-entry.js6 const path = require('path')
7 const normPath = require('./normalize-windows-path.js')
10 const prefixPath = (path, prefix) => {
12 return normPath(path)
14 path = normPath(path).replace(/^\.(\/|$)/, '')
15 return stripSlash(prefix) + '/' + path
40 const stripAbsolutePath = require('./strip-absolute-path.js')
49 throw new TypeError('path i
[all...]
H A Dstrip-absolute-path.js2 const { isAbsolute, parse } = require('path').win32
10 module.exports = path => {
13 let parsed = parse(path)
14 while (isAbsolute(path) || parsed.root) {
16 // but strip the //?/C:/ off of //?/C:/path
17 const root = path.charAt(0) === '/' && path.slice(0, 4) !== '//?/' ? '/'
19 path = path.slice(root.length)
21 parsed = parse(path)
[all...]
/test/testfwk/xdevice/src/xdevice/_core/report/
H A D__init__.py22 sys.path.insert(0, os.path.join(
23 os.path.dirname(os.path.dirname(os.path.dirname(__file__)))))
24 sys.path.insert(1, os.path.join(os.path.dirname(
25 os.path.dirname(os.path
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DRbPathSubject.java26 /** Asserts the value of the path, as segments (use this if a segment can contain '/'). */
32 checkArgument(n >= 0, "invalid path length: %s", n); in hasLength()
36 public final BooleanSubject startsWith(RbPath path) { in startsWith() argument
37 return check("startsWith('%s')", path).that(actual.startsWith(path)); in startsWith()
40 public final BooleanSubject endsWith(RbPath path) { in endsWith() argument
41 return check("endsWith('%s')", path).that(actual.endsWith(path)); in endsWith()
44 public final BooleanSubject contains(RbPath path) { in contains() argument
45 return check("contains('%s')", path) in contains()
[all...]
/third_party/node/test/es-module/
H A Dtest-esm-symlink.js6 const path = require('path');
11 const tmpDir = tmpdir.path;
13 const entry = path.join(tmpDir, 'entry.mjs');
14 const real = path.join(tmpDir, 'index.mjs');
15 const link_absolute_path = path.join(tmpDir, 'absolute.mjs');
16 const link_relative_path = path.join(tmpDir, 'relative.mjs');
17 const link_ignore_extension = path.join(tmpDir,
19 const link_directory = path.join(tmpDir, 'directory');
36 fs.symlinkSync(path
[all...]
/third_party/python/Lib/test/
H A Dregrtest.py21 # Remove regrtest.py's own directory from the module search path. Despite
26 mydir = os.path.abspath(os.path.normpath(os.path.dirname(sys.argv[0])))
27 i = len(sys.path) - 1
29 if os.path.abspath(os.path.normpath(sys.path[i])) == mydir:
30 del sys.path[i]
38 __file__ = os.path
[all...]
/third_party/rust/crates/nix/test/
H A Dtest_nmount.rs6 use std::{ffi::CString, fs::File, path::Path};
15 let _sentry = File::create(target.path().join("sentry")).unwrap(); in ok()
21 .str_opt_owned("fspath", mountpoint.path().to_str().unwrap()) in ok()
22 .str_opt_owned("target", target.path().to_str().unwrap()) in ok()
27 let exists = Path::exists(&mountpoint.path().join("sentry")); in ok()
30 unmount(mountpoint.path(), MntFlags::empty()).unwrap(); in ok()
39 let _sentry = File::create(target.path().join("sentry")).unwrap(); in bad_fstype()
42 .str_opt_owned("fspath", mountpoint.path() in bad_fstype()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h40 * - "ref:1234-5678-9abc-deff/$Name": absolute path to object, object's "Name" property
41 * - "ref:1234-5678-9abc-deff//$Name": absolute path to object, object's hierarchy's root object's "Name"
49 * - "ref:1234-5678-9abc-deff/@Context/$Name": absolute path to object, object's context's "Name" property
75 * @brief Construct RefUri using baseObject as starting point and parse path.
77 RefUri(const InstanceId& baseObject, BASE_NS::string_view path = "/");
105 * @brief Sets the base object UID, can be used to replace the existing UID to re-root the path.
121 * @brief Removes and returns the first segment in the path.
125 * @brief Removes and returns the last segment in the path.
170 bool ParsePath(BASE_NS::string_view path);
171 bool ParseSegment(BASE_NS::string_view& path);
194 RefUri(const InstanceId& baseObject, BASE_NS::string_view path) RefUri() argument
379 ParseSegment(BASE_NS::string_view& path) ParseSegment() argument
395 ParsePath(BASE_NS::string_view path) ParsePath() argument
420 ParseUid(BASE_NS::string_view& path) ParseUid() argument
[all...]
/test/testfwk/developer_test/src/core/command/
H A Drun.py61 target_out_path = os.path.join(
65 target_out_path = os.path.abspath(target_out_path)
102 testcase_path = os.path.abspath(os.path.join(
106 testcase_path = os.path.abspath(os.path.join(
110 testcase_path = os.path.join(
119 xts_testcase_path = os.path.abspath(os.path.join(
129 external_deps_path = os.path
[all...]
/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs8 use std::path::{Path, PathBuf};
23 fn add_command_error(name: &str, path: &str, arguments: &[&str], message: String) { in add_command_error()
29 "couldn't execute `{} {}` (path={}) ({})", in add_command_error()
32 path, in add_command_error()
68 a full path to valid `llvm-config` executable it will be used \ in drop()
81 times, if a valid instance of this executable is on your PATH \ in drop()
96 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
97 let output = match Command::new(path).args(arguments).output() { in run_command()
101 add_command_error(name, path, argument in run_command()
[all...]
/third_party/skia/include/private/
H A DSkPathRef.h51 * Holds the path verbs and points. It is versioned by a generation ID. None of its public methods
131 * Concatenates all verbs from 'path' onto the pathRef's verbs array. Increases the point
132 * count by the number of points in 'path', and the conic weight count by the number of
133 * conics in 'path'.
137 std::tuple<SkPoint*, SkScalar*> growForVerbsInPath(const SkPathRef& path) { in growForVerbsInPath() argument
138 return fPathRef->growForVerbsInPath(path); in growForVerbsInPath()
142 * Resets the path ref to a new verb and point count. The new verbs and points are
150 * Gets the path ref that is wrapped in the Editor.
175 /** Return the next verb in this iteration of the path. When all
178 If any point in the path i
[all...]
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/
H A Dhks_storage_util_test.cpp97 ASSERT_EQ(strlen(fileInfo.mainPath.path), strlen(expectPath)) << fileInfo.mainPath.path; in HWTEST_F()
98 ASSERT_EQ(EOK, HksMemCmp(fileInfo.mainPath.path, expectPath, strlen(expectPath))); in HWTEST_F()
126 ASSERT_EQ(strlen(fileInfo.mainPath.path), strlen(expectPath)) << fileInfo.mainPath.path; in HWTEST_F()
127 ASSERT_EQ(EOK, HksMemCmp(fileInfo.mainPath.path, expectPath, strlen(expectPath))); in HWTEST_F()
155 ASSERT_EQ(strlen(fileInfo.mainPath.path), strlen(expectPath)) << fileInfo.mainPath.path; in HWTEST_F()
156 ASSERT_EQ(EOK, HksMemCmp(fileInfo.mainPath.path, expectPath, strlen(expectPath))); in HWTEST_F()
184 ASSERT_EQ(strlen(fileInfo.mainPath.path), strle in HWTEST_F()
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeFactorizer.java52 * Paths are processed longest-first, and a path belongs in particular "factor" if it can be
56 * <li>The path "12[3-6]" can be added, since it is a prefix of one of the existing paths in
58 * <li>The path "13xx" can be added since it forms a new branch in the DFA, which does not
60 * <li>The path "12[34]" cannot be added since it would "split" the existing path
62 * <li>Depending on the merge strategy, the path "12[0-6]x" might be added ("[0-6]" is a
114 void recursivelyMerge(DfaNode srcNode, DfaNode dstNode, RangeSpecification path) { in recursivelyMerge() argument
116 factor = factor.union(RangeTree.from(path)); in recursivelyMerge()
118 srcNode.accept(new FactoringVisitor(dstNode, path)); in recursivelyMerge()
123 private final RangeSpecification path; field in RangeTreeFactorizer.FactoringVisitor
138 FactoringVisitor(DfaNode dstNode, RangeSpecification path) FactoringVisitor() argument
174 private final RangeSpecification path; global() field in RangeTreeFactorizer.MergingVisitor
176 MergingVisitor(RangeSpecification path) MergingVisitor() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPath.java37 * The special empty path which matches zero length input. This is useful as an identity value
38 * when constructing other paths but should never be a path in the graph.
42 /** The path matching exactly one input of any digit. */
45 /** The path matching one or zero inputs of any digit. */
50 Preconditions.checkArgument(mask > 1, "invalid path mask: %s", mask); in of()
55 * Returns a bit-mask representing the lengths of any-digit sequences accepted by this path.
56 * If bit-N is set, then this path accepts an N-length sequence of any digits.
60 /** Returns whether this path accepts an any-digit sequence of length {@code n}.*/
62 Preconditions.checkArgument(n >= 0 && n < 32, "invalid path length: %s", n); in acceptsLength()
66 /** Returns the maximum length any-sequence that this path wil
[all...]
/third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/
H A DBuild-Debian9-Clang-x86_64-Release-Chromebook_GLES_Docker.json8 "/path/to/tmp/json",
11 "/path/to/tmp/"
44 "/path/to/tmp/json",
111 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
119 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path
[all...]
H A DBuild-Debian9-Clang-x86_64-Debug-Chromebook_GLES_Docker.json8 "/path/to/tmp/json",
11 "/path/to/tmp/"
44 "/path/to/tmp/json",
111 "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
119 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path
[all...]
/third_party/skia/infra/bots/assets/skp/
H A Dcreate.py21 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
22 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
23 sys.path.insert(0, INFRA_BOTS_DIR)
32 SKIA_TOOLS = os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir, 'tools')
57 original_file_name = os.path.splitext(f)[0]
61 os.rename(os.path.join('skps', f),
62 os.path.join('skps', new_file_name + '.skp'))
83 browser_executable = os.path
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/test/
H A DcommonComponentJsApi.test.js67 expect("pages/stepper/router/").assertEqual(pages.path);
93 expect("pages/button/router/").assertEqual(pages.path)
118 expect("pages/input/router/").assertEqual(pages.path);
142 expect("pages/slider/router/").assertEqual(pages.path);
163 expect("pages/text/router/").assertEqual(pages.path);
185 expect("pages/label/router/").assertEqual(pages.path);
206 expect("pages/marquee/router/").assertEqual(pages.path);
227 expect("pages/divider/router/").assertEqual(pages.path);
248 expect("pages/image/router/").assertEqual(pages.path);
269 expect("pages/menu/router/").assertEqual(pages.path);
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/test/
H A DcommonComponentJsApi.test.js67 expect("pages/stepper/router/").assertEqual(pages.path);
93 expect("pages/button/router/").assertEqual(pages.path)
118 expect("pages/input/router/").assertEqual(pages.path);
142 expect("pages/slider/router/").assertEqual(pages.path);
163 expect("pages/text/router/").assertEqual(pages.path);
185 expect("pages/label/router/").assertEqual(pages.path);
206 expect("pages/marquee/router/").assertEqual(pages.path);
227 expect("pages/divider/router/").assertEqual(pages.path);
248 expect("pages/image/router/").assertEqual(pages.path);
269 expect("pages/menu/router/").assertEqual(pages.path);
[all...]
/third_party/node/
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/mesa3d/src/intel/ci/
H A Dtraces-iris.yml5 # - path: 0ad/0ad-v2.trace
19 - path: behdad-glyphy/glyphy-v2.trace
33 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace
47 - path: glmark2/jellyfish-v2.trace
61 - path: glxgears/glxgears-2-v2.trace
75 - path: 0ad/0ad-v2.trace
89 - path: pathfinder/demo-v2.trace
103 - path: pathfinder/canvas_moire-v2.trace
117 - path: pathfinder/canvas_text_v2-v2.trace
131 - path
[all...]

Completed in 32 milliseconds

1...<<41424344454647484950>>...1621