Home
last modified time | relevance | path

Searched full:path (Results 1926 - 1950 of 39697) sorted by relevance

1...<<71727374757677787980>>...1588

/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsOtherTest.cpp100 int FtwCheckDirTree(const char *path, const struct stat *sb, int flag) in FtwCheckDirTree() argument
109 if (strncmp(path, file0, sizeof(file0)) == 0) { in FtwCheckDirTree()
111 } else if (strncmp(path, file1, sizeof(file1)) == 0) { in FtwCheckDirTree()
114 LOG("> File error %s", path); in FtwCheckDirTree()
118 if (strncmp(path, dir0, sizeof(dir0)) == 0) { in FtwCheckDirTree()
120 } else if (strncmp(path, dir1, sizeof(dir1)) == 0) { in FtwCheckDirTree()
122 } else if (strncmp(path, dir2, sizeof(dir2)) == 0) { in FtwCheckDirTree()
124 } else if (strncmp(path, dir3, sizeof(dir3)) == 0) { in FtwCheckDirTree()
127 LOG("> File error %s", path); in FtwCheckDirTree()
145 int NftwCheckDirTree(const char *path, cons argument
[all...]
/third_party/curl/winbuild/
H A DREADME.md65 See also: [Set the Path and Environment Variables for Command-Line Builds](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line)
83 - `WITH_DEVEL=<path>` - Paths for the development files (SSL, zlib, etc.)
108 - `CARES_PATH=<path>` - Custom path for c-ares
109 - `MBEDTLS_PATH=<path>` - Custom path for mbedTLS
110 - `NGHTTP2_PATH=<path>` - Custom path for nghttp2
111 - `MSH3_PATH=<path>` - Custom path fo
[all...]
/third_party/gn/src/gn/
H A Dlabel_pattern.cc123 // Extract path and name.
124 std::string_view path;
140 path = std::string_view(str);
142 path = str.substr(0, colon);
146 // The path can have these forms:
153 if (path.empty()) {
156 } else if (path[path.size() - 1] == '*') {
160 // Adjust path to contain everything but the star.
161 path
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py50 # The environment variable for specifying the path to the premature-exit file.
72 _flag_map = {'source_dir': os.path.dirname(sys.argv[0]),
73 'build_dir': os.path.dirname(sys.argv[0])}
118 """Returns the absolute path of the directory where the .py files are."""
120 return os.path.abspath(GetFlag('source_dir'))
124 """Returns the absolute path of the directory where the test binaries are."""
126 return os.path.abspath(GetFlag('build_dir'))
146 """Returns the absolute path of the test binary given its name.
157 The absolute path of the test binary.
160 path
[all...]
/third_party/ltp/
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/deps/v8/tools/sanitizers/
H A Dsancov_merger.py38 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(
39 os.path.abspath(__file__))))
42 SANCOV_TOOL = os.path.join(
84 with open(os.path.join(coverage_dir, result_file_name), "wb") as f:
88 os.remove(os.path.join(coverage_dir, f))
112 # Keep-files option, base path, executable name, index of bucket,
169 input_file = os.path.join(swarming_output_dir, f)
170 output_file = os.path
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Drebuild.js1 // Arborist.rebuild({path = this.path}) will do all the binlinks and
11 const { resolve } = require('path')
20 (a.depth - b.depth) || localeCompare(a.path, b.path)
219 // the node path. Otherwise a package can have a preinstall script
225 const { path, package: pkg } = node
226 await binLinks.checkBins({ pkg, path, top: true, global: true })
254 const pkg = await rpj(node.path + '/package.json').catch(() => ({}))
268 await isNodeGypPackage(node.path)
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dconfigure.js4 const path = require('path')
17 const buildDir = path.resolve('build')
56 nodeDir = path.resolve(gyp.devDir, release.versionDir)
76 process.env.GYP_MSVS_OVERRIDE_PATH = vsInfo.path
89 const fullPath = path.resolve(name)
123 // For AIX and z/OS we need to set up the path to the exports file
164 // For z/OS we need to set up the path to zoslib include directory,
176 'to the correct path, or unset it to search %s', process.env.ZOSLIB_INCLUDES, nodeRootDir)
188 'environmant variable ZOSLIB_INCLUDES to the path '
[all...]
/third_party/musl/libc-test/src/functional/
H A Ddlopen_ns.c158 // current ns can load the so by absolute path. in dlopen_seperated()
163 t_error("%s can load %s by absolute path but failed : %s \n", dlns1.name, absolute_path_1, dlerror()); in dlopen_seperated()
168 // current ns can't load the so by absolute path if it has inaccessible dependent so. in dlopen_seperated()
173 t_error("%s can't load %s by absolute path because but it has inaccessible dependent so but succeed : %s \n", dlns1.name, absolute_path_2, dlerror()); in dlopen_seperated()
187 // inherit_A can't load the so because search path is NULL. in dlopen_inherit()
269 char buf[512],path[512]; in main() local
273 t_error("failed to obtain relative path to libdlopen_ns_dso.so\n"); in main()
277 if (!t_pathrel(path, sizeof path, argv[0], "")) { in main()
278 t_error("failed to obtain relative path t in main()
[all...]
/third_party/rust/crates/clang-sys/build/
H A Ddynamic.rs6 use std::path::{Path, PathBuf};
15 fn parse_elf_header(path: &Path) -> io::Result<u8> { in parse_elf_header()
16 let mut file = File::open(path)?; in parse_elf_header()
27 fn parse_pe_header(path: &Path) -> io::Result<u16> { in parse_pe_header()
28 let mut file = File::open(path)?; in parse_pe_header()
52 fn validate_library(path: &Path)
[all...]
/third_party/python/Lib/idlelib/
H A Dbrowser.py29 def is_browseable_extension(path):
30 _, ext = os.path.splitext(path)
31 ext = os.path.normcase(ext)
74 def __init__(self, master, path, *, _htest=False, _utest=False):
79 path: full path of file to browse.
88 file: Full path and module with supported extension.
93 self.path = path
[all...]
/third_party/openssl/test/
H A Dhttp_test.c20 #define RPATH "/path/result.crt"
37 const char *req, *path; in mock_http_server() local
43 /* first line should contain "<GET or POST> <path> HTTP/1.x" */ in mock_http_server()
51 path = hdr; in mock_http_server()
68 if (strncmp(path, RPATH, strlen(RPATH)) != 0) { in mock_http_server()
206 char *user, *host, *port, *path, *query, *frag; in test_http_url_ok() local
213 &path, &query, &frag)) in test_http_url_ok()
217 && TEST_str_eq(path, exp_path) in test_http_url_ok()
228 OPENSSL_free(path); in test_http_url_ok()
236 char *host, *path; in test_http_url_path_query_ok() local
277 char *host = "1", *port = "1", *path = "1"; test_http_url_invalid() local
[all...]
/third_party/skia/docs/examples/
H A Dbugoftheday.cpp7 SkPath path; in REG_FIDDLE() local
8 path.moveTo(10, 10); in REG_FIDDLE()
9 path.moveTo(75, 75); in REG_FIDDLE()
10 path.lineTo(150, 75); in REG_FIDDLE()
11 path.lineTo(150, 150); in REG_FIDDLE()
12 path.lineTo(75, 150); in REG_FIDDLE()
13 canvas->drawPath(path, p); in REG_FIDDLE()
/third_party/libabigail/doc/vizualization/graph/svg/
H A Dsa-base.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 -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 "/>
12 <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 "/>
15 <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 "/>
18 <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 "/>
21 <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 "/>
24 <path style="stroke:none;" d="M 6 -2 C 6 -1.394531 5.816406 -0.910156 5.453125 -0.546875 C 5.097656 -0.179688 4.625 0 4.03125 0 L 1 0 L 1 -7 L 3.890625 -7 C 4.285156 -7 4.628906 -6.9375 4.921875 -6.8125 C 5.210938 -6.6875 5.429688 -6.523438 5.578125 -6.328125 C 5.734375 -6.128906 5.84375 -5.925781 5.90625 -5.71875 C 5.96875 -5.519531 6 -5.316406 6 -5.109375 C 6 -4.421875 5.640625 -3.929688 4.921875 -3.640625 C 5.296875 -3.472656 5.566406 -3.257812 5.734375 -3 C 5.910156 -2.738281 6 -2.40625 6 -2 Z M 3.65625 -4 C 4.550781 -4 5 -4.332031 5 -5 C 5 -5.664062 4.550781 -6 3.65625 -6 L 2 -6 L 2 -4 Z M 3.90625 -1 C 4.175781 -1 4.394531 -1.054688 4.5625 -1.171875 C 4.738281 -1.285156 4.851562 -1.410156 4.90625 -1.546875 C 4.96875 -1.679688 5 -1.832031 5 -2 C 5 -2.300781 4.90625 -2.539062 4.71875 -2.71875 C 4.53125 -2.90625 4.257812 -3 3.90625 -3 L 2 -3 L 2 -1 Z "/>
27 <path style="stroke:none;" d="M 0 -3.46875 C 0 -3.769531 0.0234375 -4.070312 0.078125 -4.375 C 0.140625 -4.675781 0.25 -4.988281 0.40625 -5.3125 C 0.5625 -5.632812 0.753906 -5.914062 0.984375 -6.15625 C 1.210938 -6.394531 1.523438 -6.59375 1.921875 -6.75 C 2.316406 -6.914062 2.757812 -7 3.25 -7 C 4.800781 -7 5.71875 -6.332031 6 -5 L 5 -5 C 4.894531 -5.332031 4.695312 -5.582031 4.40625 -5.75 C 4.113281 -5.914062 3.695312 -6 3.15625 -6 C 2.488281 -6 1.960938 -5.773438 1.578125 -5.328125 C 1.191406 -4.878906 1 -4.265625 1 -3.484375 C 1 -2.722656 1.195312 -2.117188 1.59375 -1.671875 C 2 -1.222656 2.539062 -1 3.21875 -1 C 3.75 -1 4.148438 -1.078125 4.421875 -1.234375 C 4.703125 -1.398438 4.894531 -1.65625 5 -2 L 6 -2 C 5.789062 -0.664062 4.863281 0 3.21875 0 C 2.726562 0 2.289062 -0.078125 1.90625 -0.234375 C 1.519531 -0.390625 1.207031 -0.585938 0.96875 -0.828125 C 0.738281 -1.066406 0.546875 -1.34375 0.390625 -1.65625 C 0.242188 -1.976562 0.140625 -2.285156 0.078125 -2.578125 C 0.0234375 -2.867188 0 -3.164062 0 -3.46875 Z "/>
30 <path style="stroke:none;" d="M 2 -5 L 1 -5 L 1 -6 C 1.363281 -6.0625 1.597656 -6.144531 1.703125 -6.25 C 1.816406 -6.363281 1.914062 -6.613281 2 -7 L 3 -7 L 3 0 L 2 0 Z "/>
33 <path styl
[all...]
H A Dsa-DD4.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 3 -1 L 1 -1 L 1 -2.15625 L 3.265625 -7 L 4 -7 L 4 -2 L 5 -2 L 5 -1 L 4 -1 L 4 0 L 3 0 Z M 3 -2 L 3 -5.375 L 1 -2 Z "/>
18 <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 "/>
21 <path style="stroke:none;" d="M 2.5625 0 L 1.75 0 L 0.09375 -5 L 0.9375 -5 L 2.203125 -0.9375 L 3.53125 -5 L 4.375 -5 Z "/>
24 <path style="stroke:none;" d="M 0 -3.46875 C 0 -3.769531 0.0234375 -4.070312 0.078125 -4.375 C 0.140625 -4.675781 0.25 -4.988281 0.40625 -5.3125 C 0.5625 -5.632812 0.753906 -5.914062 0.984375 -6.15625 C 1.210938 -6.394531 1.523438 -6.59375 1.921875 -6.75 C 2.316406 -6.914062 2.757812 -7 3.25 -7 C 4.800781 -7 5.71875 -6.332031 6 -5 L 5 -5 C 4.894531 -5.332031 4.695312 -5.582031 4.40625 -5.75 C 4.113281 -5.914062 3.695312 -6 3.15625 -6 C 2.488281 -6 1.960938 -5.773438 1.578125 -5.328125 C 1.191406 -4.878906 1 -4.265625 1 -3.484375 C 1 -2.722656 1.195312 -2.117188 1.59375 -1.671875 C 2 -1.222656 2.539062 -1 3.21875 -1 C 3.75 -1 4.148438 -1.078125 4.421875 -1.234375 C 4.703125 -1.398438 4.894531 -1.65625 5 -2 L 6 -2 C 5.789062 -0.664062 4.863281 0 3.21875 0 C 2.726562 0 2.289062 -0.078125 1.90625 -0.234375 C 1.519531 -0.390625 1.207031 -0.585938 0.96875 -0.828125 C 0.738281 -1.066406 0.546875 -1.34375 0.390625 -1.65625 C 0.242188 -1.976562 0.140625 -2.285156 0.078125 -2.578125 C 0.0234375 -2.867188 0 -3.164062 0 -3.46875 Z "/>
27 <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 "/>
30 <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 "/>
33 <path styl
[all...]
/third_party/python/Doc/library/
H A Dos.rst13 you want to manipulate paths, see the :mod:`os.path` module, and if you want to
23 interface; for example, the function ``os.stat(path)`` returns stat
24 information about *path* in the same format (which happens to have originated
31 * All functions accepting path or file names accept both bytes and string
32 objects, and result in an object of the same type, if a path or file name is
245 .. function:: chdir(path)
255 Encode :term:`path-like <path-like object>` *filename* to the
270 Decode the :term:`path-like <path
[all...]
/third_party/libinput/doc/
H A Dbutton-debouncing-state-machine.svg3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1931px" height="1911px" viewBox="-0.5 -0.5 1931 1911" content="&lt;mxfile modified=&quot;2021-05-19T08:09:55.674Z&quot; host=&quot;app.diagrams.net&quot; agent=&quot;5.0 (Windows)&quot; etag=&quot;ujlTX8OeloT0gFxk9wTV&quot; version=&quot;14.6.13&quot; type=&quot;device&quot;&gt;&lt;diagram id=&quot;27c35eac-9917-780f-69cd-550de3271581&quot; name=&quot;Page-1&quot;&gt;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&lt;/diagram&gt;&lt;/mxfile&gt;"><defs/><g><path d="M 1700 1327 Q 1700 1390 1591.5 1390 Q 1483 1390 1483 1260 Q 1483 1130 1350.25 1130 Q 1217.5 1130 1217.5 1143.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 1217.5 1148.88 L 1214 1141.88 L 1217.5 1143.63 L 1221 1141.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><rect x="1035.5" y="10" width="440" height="190" fill="none" stroke="none" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; justify-content: unsafe flex-start; width: 432px; height: 1px; padding-top: 0px; margin-left: 1041px;"><div style="box-sizing: border-box; font-size: 0; text-align: left; max-height: 200px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; "><h1>Entry states: IS_UP, IS_DOWN<br /></h1><p>Assumption: state is stored per-button, and OTHER BUTTON events are always processed before the actual button. Stored state per button is a single bit (up/down), a single state for the state machine across the device is sufficient.</p><p>Start the state machine with IS_UP or IS_DOWN based on the button's bit, any OTHER BUTTON event will reset it to that state anyway, so the state can be re-used for the new button.<br /></p></div></div></div></foreignObject><text x="1041" y="12" fill="#000000" font-family="Helvetica" font-size="12px">Entry states: IS_UP, IS_DOWN...</text></switch></g><rect x="0" y="10" width="440" height="180" fill="none" stroke="none" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; justify-content: unsafe flex-start; width: 432px; height: 1px; padding-top: 0px; margin-left: 5px;"><div style="box-sizing: border-box; font-size: 0; text-align: left; max-height: 190px; overflow: hidden; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; "><h1>Entry state: DISABLED<br /></h1>Only set on devices that have button debouncing disabled. This state is effectively a noop, it just forwards the events as they come in and returns back to the same state.</div></div></div></foreignObject><text x="5" y="12" fill="#000000" font-family="Helvetica" font-size="12px">Entry state: DISABLED...</text></switch></g><path d="M 659.62 1645 L 659.04 1683.65" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 658.97 1688.9 L 655.57 1681.85 L 659.04 1683.65 L 662.57 1681.96 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path d="M 645 1595 L 675 1595 L 690 1620 L 675 1645 L 645 1645 L 630 1620 Z" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 1620px; margin-left: 631px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">button<br />press</div></div></div></foreignObject><text x="660" y="1624" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">button...</text></switch></g><path d="M 645 1277 L 675 1277 L 690 1302 L 675 1327 L 645 1327 L 630 1302 Z" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 1302px; margin-left: 631px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">button<br />release</div></div></div></foreignObject><text x="660" y="1306" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">button...</text></switch></g><rect x="150" y="269" width="160" height="40" rx="6" ry="6" fill="#d5e8d4" stroke="#82b366" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 289px; margin-left: 151px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">DISABLED</div></div></div></foreignObject><text x="230" y="293" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">DISABLED</text></switch></g><path d="M 99 368 L 129 368 L 144 393 L 129 418 L 99 418 L 84 393 Z" fill="#ffffff" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 58px; height: 1px; padding-top: 393px; margin-left: 85px;"><div style="box-sizing: border-box; font-size: 0; text-align: center; "><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">button<br />press</div></div></div></foreignObject><text x="114" y="397" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">button...</text></switch></g><path d="M 200.63 309 L 119.26 364.42" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 114.92 367.37 L 118.74 360.54 L 119.26 364.42 L 122.68 366.32 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/><path
[all...]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
H A Dindex.txt22 { "cov-analysis-reachable-from-many.amber", "cov-analysis-reachable-from-many", "A fragment shader that covers a specific LLVM analysis code path." },
24 { "cov-apfloat-acos-ldexp.amber", "cov-apfloat-acos-ldexp", "A fragment shader that covers a specific AP float code path." },
26 { "cov-apfloat-mix-nan.amber", "cov-apfloat-mix-nan", "A fragment shader that covers a specific floating point code path" },
27 { "cov-apfloat-mod-zero.amber", "cov-apfloat-mod-zero", "A fragment shader that covers a specific floating point code path" },
28 { "cov-apfloat-module-small-number.amber", "cov-apfloat-module-small-number", "A fragment shader that covers a specific floating point code path" },
29 { "cov-apfloat-negative-step-func.amber", "cov-apfloat-negative-step-func", "A fragment shader that covers a specific floating point code path" },
30 { "cov-apfloat-sinh-negative-log2.amber", "cov-apfloat-sinh-negative-log2", "A fragment shader that covers a specific floating point code path" },
32 { "cov-apfloat-undefined-matrix-mul.amber", "cov-apfloat-undefined-matrix-mul", "A fragment shader that covers a specific floating point code path" },
33 { "cov-apfloat-determinant-for-if.amber", "cov-apfloat-determinant-for-if", "A fragment shader that covers a specific APFloat code path" },
34 { "cov-apfloat-reflect-denorm.amber", "cov-apfloat-reflect-denorm", "A fragment shader that covers a specific floating point code path" },
[all...]
/third_party/python/Lib/test/
H A Dtest_cmd_line_script.py10 import os.path namespace
51 import os.path
55 expected_spec_name = os.path.splitext(os.path.basename(__file__))[0]
74 print('sys.path[0]==%a' % sys.path[0])
105 printed_path0 = 'sys.path[0]==%a' % expected_path0
119 # PYTHONSAFEPATH=1 changes the default sys.path[0]
162 # interactive REPL, since that code path only gets executed when
229 # pass the script using the relative path, expec
[all...]
H A Dtest_tarfile.py43 TEMPDIR = os.path.abspath(os_helper.TESTFN) + "-tardir"
46 gzipname = os.path.join(TEMPDIR, "testtar.tar.gz")
47 bz2name = os.path.join(TEMPDIR, "testtar.tar.bz2")
48 xzname = os.path.join(TEMPDIR, "testtar.tar.xz")
49 tmpname = os.path.join(TEMPDIR, "tmp.tar")
50 dotlessname = os.path.join(TEMPDIR, "testtar")
118 with open(os.path.join(TEMPDIR, "ustar/regtype"), "r") as fobj1:
136 with open(os.path.join(TEMPDIR, "ustar/regtype"), "r") as fobj1:
146 with open(os.path.join(TEMPDIR, "ustar/regtype"), "rb") as fobj:
366 # is_tarfile works on path
[all...]
/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/test/unittest/src/
H A Dsandbox_manager_kit_test.cpp87 char *path = nullptr; member
100 static void SetDeny(const std::string& path) in SetDeny() argument
103 string infoPath = path; in SetDeny()
104 info.path = const_cast<char *>(infoPath.c_str()); in SetDeny()
160 .path = "/A/B", in HWTEST_F()
200 .path = "/A/B", in HWTEST_F()
233 * @tc.desc: PersistPolicy with invalid path.
240 .path = "", in HWTEST_F()
251 info.path = "/A/B/"; in HWTEST_F()
271 .path in HWTEST_F()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java247 * Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
293 * @param path The path to the required resource key
297 public ICUResourceBundle getWithFallback(String path) throws MissingResourceException { in getWithFallback() argument
301 ICUResourceBundle result = findResourceWithFallback(path, actualBundle, null); in getWithFallback()
307 path, getKey()); in getWithFallback()
311 throw new MissingResourceException("Encountered NO_INHERITANCE_MARKER", path, getKey()); in getWithFallback()
342 * @param path the path to the resource
345 public ICUResourceBundle findWithFallback(String path) { in findWithFallback() argument
348 findStringWithFallback(String path) findStringWithFallback() argument
353 getStringWithFallback(String path) getStringWithFallback() argument
371 getValueWithFallback(String path) getValueWithFallback() argument
391 getAllItemsWithFallbackNoFail(String path, UResource.Sink sink) getAllItemsWithFallbackNoFail() argument
406 getAllItemsWithFallback(String path, UResource.Sink sink) getAllItemsWithFallback() argument
444 getAllChildrenWithFallback(final String path, final UResource.Sink sink) getAllChildrenWithFallback() argument
933 findResourceWithFallback(String path, UResourceBundle actualBundle, UResourceBundle requested) findResourceWithFallback() argument
995 findStringWithFallback(String path, UResourceBundle actualBundle, UResourceBundle requested) findStringWithFallback() argument
1116 countPathKeys(String path) countPathKeys() argument
1137 getResPathKeys(String path, int num, String[] keys, int start) getResPathKeys() argument
[all...]
/third_party/node/test/fixtures/wpt/url/resources/
H A Dsetters_tests.json172 "href": "file://hi/path",
175 "href": "file://hi/path",
710 "comment": "Path-only URLs can gain a host",
797 "href": "http://example.net/path",
800 "href": "http://example.com/path",
808 "href": "http://example.net/path",
811 "href": "http://example.com:8080/path",
819 "href": "http://example.net/path",
822 "href": "http://example.com/path",
830 "href": "http://example.net/path",
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py138 """Normalize the path.
144 source: The path to be normalize.d
147 The normalized path.
149 normalized = os.path.normpath(source)
155 def _FixPath(path, separator="\\"):
159 path: The path to convert, may contain / etc.
161 The path with all slashes made into backslashes.
165 and path
166 and not os.path
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py138 """Normalize the path.
144 source: The path to be normalize.d
147 The normalized path.
149 normalized = os.path.normpath(source)
155 def _FixPath(path, separator="\\"):
159 path: The path to convert, may contain / etc.
161 The path with all slashes made into backslashes.
165 and path
166 and not os.path
[all...]

Completed in 43 milliseconds

1...<<71727374757677787980>>...1588