Home
last modified time | relevance | path

Searched full:path (Results 3376 - 3400 of 34363) sorted by relevance

1...<<131132133134135136137138139140>>...1375

/applications/standard/printspooler/entry/src/main/resources/base/media/
H A Dic_select_button.svg5 <path d="M2.2482689,0.782555013 L2.28033009,0.812815665 L7.23007755,5.76256313 C7.8992572,6.43174278 7.91319844,7.50803537 7.27190128,8.19417806 L7.23007755,8.23743687 L2.28033009,13.1871843 C2.15145707,13.3160574 1.98735263,13.3882262 1.81902041,13.403691 L1.7730301,13.4065028 L1.7269699,13.4065028 C1.54277571,13.4008792 1.36025866,13.3277731 1.21966991,13.1871843 C0.937237167,12.9047516 0.927150284,12.4531048 1.18940926,12.1585854 L1.21966991,12.1265242 L5.81586399,7.53033009 C6.09829674,7.24789734 6.10838362,6.79625057 5.84612464,6.5017311 L5.81586399,6.46966991 L1.21966991,1.87347584 C0.926776695,1.58058262 0.926776695,1.10570888 1.21966991,0.812815665 C1.36088629,0.671599291 1.54440617,0.598469384 1.72943689,0.593425942 L1.77570243,0.593583549 C1.94528507,0.599362493 2.11328081,0.662352981 2.2482689,0.782555013 Z" id="path-1"></path>
10 <use xlink:href="#path-1"></use>
13 <path d="M-0.498984623,3.49976568 L7.49976568,3.49976568 C8.05205043,3.49976568 8.49976568,3.94748093 8.49976568,4.49976568 C8.49976568,4.72683718 8.42248493,4.94714768 8.28063449,5.12446073 L4.28125934,10.1236797 C3.93624979,10.5549416 3.30695742,10.624863 2.87569548,10.2798534 C2.81803078,10.2337217 2.76565348,10.1813444 2.71952172,10.1236797 L-1.27985343,5.12446073 C-1.62486298,4.69319879 -1.55494161,4.06390642 -1.12367967,3.71889687 C-0.946366622,3.57704643 -0.726056118,3.49976568 -0.498984623,3.49976568 Z" id="矩形备份-2" fill="#000000" transform="translate(3.500372, 6.999394) rotate(-270.000000) translate(-3.500372, -6.999394) "></path>
H A Dic_one.svg9 <path d="M2.66666667,0 L19.6183832,0 L19.6183832,0 L19.6058487,5.72749742 C19.6026256,7.20025323 20.7939173,8.39677053 22.2666731,8.39999361 C22.2686184,8.39999787 22.2705637,8.4 22.272509,8.4 L28,8.4 L28,8.4 L28,29.3333333 C28,30.8060927 26.8060927,32 25.3333333,32 L2.66666667,32 C1.19390733,32 -2.6372821e-16,30.8060927 0,29.3333333 L0,2.66666667 C-6.2445021e-16,1.19390733 1.19390733,1.15871992e-15 2.66666667,0 Z" id="矩形备份-122" fill="#B4C4D0"></path>
11 <path d="M0.68150889,10.1584771 L4.05699781,5.74279631 C4.24303838,5.49942542 4.59114514,5.45295 4.83451604,5.63899057 C4.87523598,5.67011821 4.91144492,5.70673966 4.9421093,5.74780959 L6.79481671,8.22920889 L6.79481671,8.22920889 L10.3465849,3.24403817 C10.5243372,2.99454952 10.8706845,2.93639577 11.1201732,3.11414812 C11.1726231,3.151517 11.2181647,3.19773459 11.2547566,3.25072953 L16.0394033,10.1801756 C16.2134601,10.4322563 16.1502092,10.7777091 15.8981285,10.9517659 C15.8054805,11.0157375 15.6955585,11.05 15.5829707,11.05 L1.12217087,11.05 C0.81583693,11.05 0.567504205,10.8016673 0.567504205,10.4953333 C0.567504205,10.3735787 0.607565736,10.2552066 0.68150889,10.1584771 Z" id="路径-8"></path>
14 <path d="M19.6,0 L28,8.4 L22.2666667,8.4 C20.7939073,8.4 19.6,7.20609267 19.6,5.73333333 L19.6,0 L19.6,0 Z" id="矩形备份-123" fill="#D2DDE6"></path>
/test/testfwk/developer_test/src/core/command/
H A Dgen.py35 helper_path = os.path.join("..", "libs", "fuzzlib", "fuzzer_helper.py")
36 fuzz_path = os.path.join(sys.source_code_root_path, options.dirpath)
38 if not os.path.exists(fuzz_path):
59 filepath = os.path.join(sys.source_code_root_path, "test",
61 LOG.info("The fuzzer list file path: %s" % filepath)
62 if os.path.exists(filepath):
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_seven_special/entry/src/main/ets/test/
H A DPath.test.ets25 url: 'MainAbility/pages/path',
30 console.info("get path state success " + JSON.stringify(pages));
31 if (!("path" == pages.name)) {
32 console.info("get path state success " + JSON.stringify(pages.name));
35 console.info("push path page success " + JSON.stringify(result));
38 console.error("push path page error: " + err);
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController_group/ace_ets_web_dev_cloudservice_webController_group_seven/entry/src/ohosTest/ets/testability/pages/
H A DwebViewJavaScriptPermission.ets82 permission: '{"javascriptProxyPermission":{"urlPermissionList":[{"scheme":"resource","host":"rawfile","port":"","path":""},' +
83 '{"scheme":"e","host":"f","port":"g","path":"h"}],"methodList":[{"methodName":"test","urlPermissionList":' +
84 '[{"scheme":"https","host":"xxx.com","port":"","path":""},{"scheme":"resource","host":"rawfile","port":"","path":""}]},' +
85 '{"methodName":"test11","urlPermissionList":[{"scheme":"q","host":"r","port":"","path":"t"},' +
86 '{"scheme":"u","host":"v","port":"","path":""}]}]}}'
/third_party/icu/icu4j/main/classes/collate/
H A Dbuild.xml14 <path id="javac.classpathref">
15 <path refid="javac.classpathref.${ant.project.name}"/>
16 </path>
36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU collation data files and copy them to the project's binary directory">
38 <patternset includes="${icu4j.data.path}/coll/**"/>
42 <param name="res.dir" value="${bin.dir}/${icu4j.data.path}/coll"/>
/third_party/icu/icu4j/main/classes/currdata/
H A Dbuild.xml14 <path id="javac.classpathref">
15 <path refid="javac.classpathref.${ant.project.name}"/>
16 </path>
36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU currency data files and copy them to the project's binary directory">
38 <patternset includes="${icu4j.data.path}/curr/**"/>
42 <param name="res.dir" value="${bin.dir}/${icu4j.data.path}/curr"/>
/third_party/icu/icu4j/main/classes/langdata/
H A Dbuild.xml14 <path id="javac.classpathref">
15 <path refid="javac.classpathref.${ant.project.name}"/>
16 </path>
37 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU language data files and copy them to the project's binary directory">
39 <patternset includes="${icu4j.data.path}/lang/**"/>
43 <param name="res.dir" value="${bin.dir}/${icu4j.data.path}/lang"/>
/third_party/icu/icu4j/main/classes/regiondata/
H A Dbuild.xml14 <path id="javac.classpathref">
15 <path refid="javac.classpathref.${ant.project.name}"/>
16 </path>
36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU region data files and copy them to the project's binary directory">
38 <patternset includes="${icu4j.data.path}/region/**"/>
42 <param name="res.dir" value="${bin.dir}/${icu4j.data.path}/region"/>
/third_party/icu/icu4j/main/classes/translit/
H A Dbuild.xml14 <path id="javac.classpathref">
15 <path refid="javac.classpathref.${ant.project.name}"/>
16 </path>
36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU transliteration data files and copy them to the project's binary directory">
38 <patternset includes="${icu4j.data.path}/translit/**"/>
42 <param name="res.dir" value="${bin.dir}/${icu4j.data.path}/translit"/>
/third_party/jsframework/
H A Dbuild_strip_native_min.js18 const path = require('path');
51 tsconfig: path.resolve(__dirname, 'tsconfig.json'),
61 input: path.resolve(__dirname, 'runtime/preparation/index.ts'),
77 file: path.resolve(__dirname, 'dist/strip.native.min.js'),
89 const file = path.relative(__dirname, filePath);
/third_party/jsoncpp/
H A Dinstall.py24 if os.path.exists(extract_path):
38 if not os.path.exists(target_dir):
58 file_path = os.path.join(args.source_file, patch)
64 libpng_path.add_argument('--gen-dir', help='generate path of jsoncpp')
67 tar_file_path = os.path.join(args.source_file, "jsoncpp-1.9.5.tar.gz")
68 target_dir = os.path.join(args.gen_dir, "jsoncpp-1.9.5")
/third_party/ltp/include/old/
H A Dold_device.h43 * Returns path to the device or NULL if it cannot be created.
67 * @dev: device path returned by the tst_acquire_device()
74 * @dev: device path returned by the tst_acquire_loop_device()
80 * @path: Path to umount
82 int tst_umount(const char *path);
/third_party/node/test/parallel/
H A Dtest-child-process-fork-abort-signal.js12 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
29 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
47 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
62 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
79 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
96 const cp = fork(fixtures.path('child-process-stay-alive-forever.js'), {
H A Dtest-fs-symlink-dir-junction-relative.js28 const path = require('path');
33 const linkPath1 = path.join(tmpdir.path, 'junction1');
34 const linkPath2 = path.join(tmpdir.path, 'junction2');
H A Dtest-heap-prof-invalid-args.js26 fixtures.path('workload', 'allocation.js'),
28 cwd: tmpdir.path,
47 fixtures.path('workload', 'allocation.js'),
49 cwd: tmpdir.path,
68 fixtures.path('workload', 'allocation.js'),
70 cwd: tmpdir.path,
H A Dtest-zlib-from-gzip.js29 const path = require('path');
39 const fixture = fixtures.path('person.jpg.gz');
40 const unzippedFixture = fixtures.path('person.jpg');
41 const outputFile = path.resolve(tmpdir.path, 'person.jpg');
/third_party/node/test/sequential/
H A Dtest-cpu-prof-invalid-options.js24 fixtures.path('workload', 'fibonacci.js'),
26 cwd: tmpdir.path,
45 fixtures.path('workload', 'fibonacci.js'),
47 cwd: tmpdir.path,
66 fixtures.path('workload', 'fibonacci.js'),
68 cwd: tmpdir.path,
/third_party/node/test/wasi/
H A Dtest-wasi.js8 const path = require('path');
15 const wasmDir = path.join(__dirname, 'wasm');
20 '/sandbox': fixtures.path('wasi'),
21 '/tmp': tmpdir.path,
25 const modulePath = path.join(wasmDir, `${process.argv[3]}.wasm`);
/third_party/node/deps/v8/tools/
H A Ddump-cpp.py19 return os.path.isfile(fPath) and os.access(fPath, os.X_OK)
23 tools_path = os.path.dirname(os.path.realpath(__file__))
25 JS_FILES = [os.path.join(tools_path, f) for f in JS_FILES]
48 print('d8 binary path found in {} is not executable.'.format(log_file))
51 print('No d8 binary path found in {}.'.format(log_file))
/third_party/node/benchmark/http/
H A Dcheck_invalid_header_char.js12 'sessionid=; Path=/', 'text/html; charset=utf-8',
15 'OK', 'Express', 'X-HTTP-Method-Override', 'sessionid=; Path=/', 'Express',
16 'sessionid=; Path=/,sessionid=6b059402-d62f-4e6f-b3dd-ce5b9e487c39; Path=/',
18 'sessionid=; Path=/', 'text/html; charset=utf-8',
20 'Express', 'X-HTTP-Method-Override', 'sessionid=; Path=/',
/third_party/node/deps/npm/node_modules/bin-links/lib/
H A Dshim-bin.js1 const { resolve, dirname } = require('path')
20 const failEEXIST = ({ path, to, from }) =>
22 path: to,
33 const shimBin = ({ path, to, from, absFrom, force }) => {
67 if (target.indexOf(resolve(path)) !== 0) {
68 return failEEXIST({ from, to, path })
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
H A Dtargets.js24 this.targets[target.path] = target;
61 return Object.entries(targets).reduce((acc, [path, target]) => ({
63 [path]: target.toJSON(),
73 targets = Object.entries(data).reduce((acc, [path, target]) => ({
75 [path]: file_1.TargetFile.fromJSON(path, target),
/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dtype-defs.js2 const path = require('path')
26 data[k] = path.resolve(home, val.slice(2))
28 data[k] = path.resolve(val)
87 path: { type: path, validate: validatePath },
/third_party/node/deps/npm/test/lib/commands/
H A Ddedupe.js2 const path = require('path')
80 '1.0.0': path.join(npm.prefix, 'node_modules', 'test-dep-a', 'node_modules', 'test-sub'),
86 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-sub')),
90 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-dep-a', 'node_modules', 'test-sub')),
94 fs.existsSync(path.join(npm.prefix, 'node_modules', 'test-dep-b', 'node_modules', 'test-sub')),

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...1375