| /third_party/rust/crates/rust-openssl/openssl-sys/build/ |
| H A D | run_bindgen.rs | 107 .write_to_file(out_dir.join("bindgen.rs")) in run() 127 .wrap_static_fns_path(out_dir.join("boring_static_wrapper").display().to_string()) in run_boringssl() 140 .write_to_file(out_dir.join("bindgen.rs")) in run_boringssl() 143 fs::File::create(out_dir.join("boring_static_wrapper.h")) in run_boringssl() 149 .file(out_dir.join("boring_static_wrapper.c")) in run_boringssl() 154 .join("boring_static_wrapper.h") in run_boringssl() 165 fs::File::create(out_dir.join("boring_static_wrapper.h")) in run_boringssl() 173 .arg(out_dir.join("bindgen.rs")) in run_boringssl() 190 .arg(out_dir.join("boring_static_wrapper").display().to_string()) in run_boringssl() 192 .arg(out_dir.join("boring_static_wrappe in run_boringssl() [all...] |
| /kernel/linux/linux-6.6/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 32 QEMU_CONFIGS_DIR = os.path.join(ABS_TOOL_PATH, 'qemu_configs') 66 print('Populating config with:\n$', ' '.join(command)) 80 print('Building with:\n$', ' '.join(command)) 117 kernel_path = os.path.join(build_dir, self._kernel_path) 122 '-append', ' '.join(params + [self._kernel_command_line]), 126 # Note: shlex.join() does what we want, but requires python 3.8+. 127 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command)) 147 linux_bin = os.path.join(build_dir, 'linux') 156 return os.path.join(build_dir, KCONFIG_PATH) 159 return os.path.join(build_di [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | AALinearizingConvexPathRenderer.cpp | 93 SkPaint::Join join, in Make() 98 strokeWidth, style, join, miterLimit, in Make() 108 SkPaint::Join join, in AAFlatteningConvexPathOp() 113 PathData{viewMatrix, path, color, strokeWidth, miterLimit, style, join}); in AAFlatteningConvexPathOp() 123 if (SkPaint::kMiter_Join == join && w * maxScale > 1.f) { in AAFlatteningConvexPathOp() 310 "Color: 0x%08x, StrokeWidth: %.2f, Style: %d, Join: %d, " 327 SkPaint::Join fJoin; 375 stroke.getJoin() == SkPaint::Join in onCanDrawPath() 87 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) Make() argument 102 AAFlatteningConvexPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) AAFlatteningConvexPathOp() argument 404 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); onDrawPath() local 429 SkPaint::Join join = SkPaint::kMiter_Join; GR_DRAW_OP_TEST_DEFINE() local [all...] |
| /third_party/node/test/es-module/ |
| H A D | test-esm-symlink.js | 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');
|
| /third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/ |
| H A D | appdata.js | 29 const appSupport = path_1.default.join(homedir, 'Library', 'Application Support'); 30 return path_1.default.join(appSupport, name); 34 const localAppData = process.env.LOCALAPPDATA || path_1.default.join(homedir, 'AppData', 'Local'); 35 return path_1.default.join(localAppData, name, 'Data'); 39 const localData = process.env.XDG_DATA_HOME || path_1.default.join(homedir, '.local', 'share'); 40 return path_1.default.join(localData, name);
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | crashIntypeCheckInvocationExpression.types | 15 >task<number, number, any>(<P0, P1, P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number, number, any>(folder) return doCompile<number, number, any>(fileset, moduleType);}) : any
17 ><P0, P1, P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number, number, any>(folder) return doCompile<number, number, any>(fileset, moduleType);} : <P0, P1, P2>() => any
19 var folder = path.join(),
21 >path.join() : any
22 >path.join : any
24 >join : any
|
| H A D | declFileConstructors.symbols | 33 return a + rests.join("");
35 >rests.join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
37 >join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
119 return a + rests.join("");
121 >rests.join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
123 >join : Symbol(Array.join, Dec [all...] |
| H A D | typeGuardsOnClassProperty.symbols | 22 return typeof data === "string" ? data : data.join(" ");
25 >data.join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
27 >join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
33 return typeof this.data === "string" ? this.data : this.data.join(" ");
40 >this.data.join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
44 >join : Symbol(Array.join, Dec [all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | msvs_projects.py | 21 os.chdir(os.path.join(script_dir, '..')) 29 print('Running "' + ' '.join(args) + '"') 34 path = os.path.join(out_dir, potential_dir) 35 build_ninja_d = os.path.join(path, 'build.ninja.d') 40 args = ['python', os.path.join('build', 'win', 'gn_meta_sln.py')] 41 print('Running "' + ' '.join(args) + '"')
|
| /third_party/node/test/parallel/ |
| H A D | test-vfs.js | 10 const { join } = require('path'); 12 const directory = join(tmpdir.path, 'directory'); 13 const doesNotExist = join(tmpdir.path, 'does-not-exist'); 14 const file = join(tmpdir.path, 'file.js'); 24 const vfsDirectory = join(process.execPath, 'directory'); 25 const vfsDoesNotExist = join(process.execPath, 'does-not-exist'); 26 const vfsFile = join(process.execPath, 'file.js');
|
| H A D | test-fs-chmod-mask.js | 29 const file = path.join(tmpdir.path, `chmod-async-${suffix}.txt`); 38 const file = path.join(tmpdir.path, `chmodSync-${suffix}.txt`); 46 const file = path.join(tmpdir.path, `fchmod-async-${suffix}.txt`); 57 const file = path.join(tmpdir.path, `fchmodSync-${suffix}.txt`); 68 const link = path.join(tmpdir.path, `lchmod-src-${suffix}`); 69 const file = path.join(tmpdir.path, `lchmod-dest-${suffix}`); 79 const link = path.join(tmpdir.path, `lchmodSync-src-${suffix}`); 80 const file = path.join(tmpdir.path, `lchmodSync-dest-${suffix}`);
|
| /third_party/node/test/tools/ |
| H A D | test_checkimports.py | 5 sys.path.append(path.abspath(path.join(path.dirname(__file__), 27 fixturesDir = path.join(path.dirname(__file__), '..', '..', 32 self.assertEqual(is_valid(path.join(self.fixturesDir, 'invalid.cc')), 46 self.assertEqual(is_valid(path.join(self.fixturesDir, 'maybe.cc')), 53 self.assertEqual(is_valid(path.join(self.fixturesDir, 'unused.cc')), 60 self.assertEqual(is_valid(path.join(self.fixturesDir, 'unsorted.cc')), 71 self.assertEqual(is_valid(path.join(self.fixturesDir, 'valid.cc')),
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| H A D | find-node-directory.js | 17 const npmParentDirectory = path.join(scriptLocation, '../../../..') 26 nodeRootDir = path.join(npmParentDirectory, '..') 35 nodeRootDir = path.join(npmParentDirectory, '..') 37 nodeRootDir = path.join(npmParentDirectory, '../..') 47 nodeRootDir = path.join(nodeDir, '..') 53 nodeRootDir = path.join(nodeDir, '..') 55 nodeRootDir = path.join(nodeDir, '../..')
|
| /third_party/skia/tools/skqp/ |
| H A D | run_skqp_exe | 14 sys.stdout.write("adb '" + "' '".join(args) + "'\n") 20 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir)) 25 os.path.join(*'platform_tools/android/apps/skqp/src/main/assets/skqp'.split('/')), 28 os.path.join(*'out/skqp/gmkb'.split('/')), '/data/local/tmp/skqp/skqp_assets') 31 adb('push', os.path.join(build, 'skqp'), '/data/local/tmp/skqp/skqp') 41 return ret, os.path.join(tmpdir, 'report') 54 os.system("bin/sysopen " + os.path.join(report, 'report.html'))
|
| /third_party/skia/platform_tools/android/tradefed/ |
| H A D | upload_dm_results.py | 24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils")) 35 if not os.path.isfile(os.path.join(dm_dir, 'dm.json')): 40 shutil.move(os.path.join(dm_dir, 'dm.json'), 41 os.path.join(tmp, 'dm.json')) 55 summary_dest_dir = '/'.join(['dm-json-v1', 72 shutil.move(os.path.join(tmp, 'dm.json'), 73 os.path.join(dm_dir, 'dm.json'))
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_util.py | 35 source = '\r\n'.join([self.source, self.source]) 38 '\n'.join([self.source, self.source])) 567 path = os.path.join('foo', 'bar', 'baz', 'qux.py') 568 expect = os.path.join('foo', 'bar', 'baz', '__pycache__', 581 path = os.path.join('foo.bar', 'file') 582 expect = os.path.join('foo.bar', '__pycache__', 590 path = os.path.join('foo', 'bar', 'baz', 'qux.py') 606 expect = os.path.join('__pycache__', 'foo.{}.pyc'.format(self.tag)) 613 path = os.path.join('foo', 'bar', 'baz.py') 631 expect = os.path.join('__pycache_ [all...] |
| /base/security/selinux_adapter/scripts/ |
| H A D | build_ignore_cfg.py | 47 path = os.path.join(root_dir, i) 68 err = "".join((ignore_file, " : need an empty line at end ")) 74 err = "".join((ignore_file, " : must be unix format")) 77 err = "".join((ignore_file, " : line must not be only / or /*")) 80 err = "".join((ignore_file, " : line must end with / or /*")) 99 file_list_path = os.path.join(root, each_file) 103 err_str = "\n{}".format("\n".join(err_msg)) 138 line = "".join([line, "\n"]) 152 folder_list.append(os.path.join(root, dir_i)) 157 combined_ignore_cfg = os.path.join(output_pat [all...] |
| /foundation/ability/idl_tool/test/sa_test/ |
| H A D | test_base.py | 33 self.idl_file = os.path.join(self.working_dir, "foo", "IFoo.idl") 34 self.output_dir = os.path.join(self.working_dir, "out") 35 self.target_dir = os.path.join(self.working_dir, "target") 47 return os.path.join(current_path, os.path.splitext(os.path.basename(self._file_name))[0]) 56 self.output_dir = os.path.join(self.working_dir, output_dir) 59 self.target_dir = os.path.join(self.working_dir, target_dir) 62 self.idl_file = os.path.join(self.working_dir, "foo", idl_file) 120 if file_exists(os.path.join(self.target_dir, "output.txt")): 121 with open(os.path.join(self.target_dir, "output.txt"), 'r') as target_output: 173 with open(os.path.join(sel [all...] |
| /third_party/jerryscript/tools/runners/ |
| H A D | run-test-suite-test262.py | 50 args.test_dir = os.path.join(args.test_dir, 'es2015') 52 args.test_dir = os.path.join(args.test_dir, 'es51') 58 if os.path.isdir(os.path.join(args.test_dir, '.git')): 78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'), 79 os.path.join(args.test_dir, 'excludelist.xml')) 81 return_code = subprocess.call(['git', 'apply', os.path.join('..', '..', 'test262-es6.patch')], 88 path_to_remove = os.path.join(args.test_dir, 'test', 'suite', 'bestPractice') 92 path_to_remove = os.path.join(args.test_dir, 'test', 'suite', 'intl402') 109 [os.path.join(args.test_dir, 'tools/packaging/test262.py'), 117 with open(os.path.join(o [all...] |
| /third_party/node/deps/v8/third_party/test262-harness/src/ |
| H A D | _packagerConfig.py | 22 TEST262_ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)), "..") 27 TEST262_CASES_DIR = os.path.join(TEST262_ROOT, "test") 31 TEST262_HARNESS_DIR = os.path.join(TEST262_ROOT, "harness") 34 TEST262_WEB_CASES_DIR = os.path.join(TEST262_ROOT, WEBSITE_SHORT_NAME, "json") 35 TEST262_CONSOLE_CASES_DIR = os.path.join(TEST262_ROOT, CONSOLE_SHORT_NAME) 39 TEST262_WEB_HARNESS_DIR = os.path.join(TEST262_ROOT, WEBSITE_SHORT_NAME, 41 TEST262_CONSOLE_HARNESS_DIR = os.path.join(TEST262_ROOT, CONSOLE_SHORT_NAME, 51 EXCLUDED_FILENAME = os.path.join(TEST262_ROOT, "excludelist.xml") 74 with open(os.path.join(os.getcwd(), "templates", 77 fileName = os.path.join(TEST262_ROO [all...] |
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | AnyPathTest.java | 44 // This is not the same as joining SINGLE.join(OPTIONAL). in testExtend() 54 assertThat(EMPTY.join(SINGLE)).isEqualTo(SINGLE); in testJoin() 55 assertThat(EMPTY.join(OPTIONAL)).isEqualTo(OPTIONAL); in testJoin() 56 assertPath(SINGLE.join(SINGLE), 2); in testJoin() 57 assertPath(SINGLE.join(OPTIONAL), 1, 2); in testJoin() 58 assertPath(OPTIONAL.join(OPTIONAL), 0, 1, 2); in testJoin() 61 // "(x(x)?)?".join("(x(x)?)?") == "(x(x(x(x)?)?)?)?" == 11111 and matches 0 to 4. in testJoin() 62 assertThat(AnyPath.of(0x7).join(AnyPath.of(0x7))).isEqualTo(AnyPath.of(0x1F)); in testJoin() 66 // "xx(x)?".join("(xx)?") == "xx(xx)?" == 111100 and matches 2 to 5. in testJoin() 67 assertThat(AnyPath.of(0xC).join(AnyPat in testJoin() [all...] |
| /third_party/skia/src/effects/ |
| H A D | SkOpPathEffect.cpp | 74 bounds->join(b2); in computeFastBounds() 132 sk_sp<SkPathEffect> SkStrokePathEffect::Make(SkScalar width, SkPaint::Join join, SkPaint::Cap cap, in Make() argument 137 return sk_sp<SkPathEffect>(new SkStrokePE(width, join, cap, miter)); in Make() 140 SkStrokePE::SkStrokePE(SkScalar width, SkPaint::Join join, SkPaint::Cap cap, SkScalar miter) in SkStrokePE() argument 141 : fWidth(width), fMiter(miter), fJoin(join), fCap(cap) {} in SkStrokePE() 171 SkPaint::Join join = buffer.read32LE(SkPaint::kLast_Join); in CreateProc() local 173 return buffer.isValid() ? SkStrokePathEffect::Make(width, join, ca in CreateProc() [all...] |
| /third_party/gn/build/ |
| H A D | full_test.py | 22 bin_path = os.path.join('out', 'gntrial') 25 gn_to_run = os.path.join(bin_path, 'gn' + ('.exe' if IS_WIN else '')) 27 comp_dir = os.path.join('out', 'COMP') 42 subprocess.check_call([sys.executable, os.path.join('build', 'gen.py')]) 44 subprocess.check_call([os.path.join('out', 'gn_unittests')]) 48 our_gn = os.path.join(orig_dir, 'out', 'gn' + ('.exe' if IS_WIN else '')) 61 dir_a = os.path.join('out', 'a') 62 dir_b = os.path.join('out', 'b')
|
| /third_party/mesa3d/ohos/ |
| H A D | build_mesa3d.py | 37 mesa3d_install_dir = os.path.join(out_dir, 'packages', 'phone', 'mesa3d') 43 pkgconf_dir = os.path.join(mesa3d_dir, './pkgconfig') 49 path_new = ':'.join(filter(path_filter, path_old)) 79 build_lib = os.path.join(mesa3d_dir, 'build-ohos', 'install', 'lib') 80 build_lib_dri = os.path.join(build_lib, 'dri') 85 for item in glob.glob(os.path.join(build_lib, 'lib*.so.*.*.*')): 87 for item in glob.glob(os.path.join(build_lib_dri, '*_dri.so')): 89 shutil.copy(item, os.path.join(mesa3d_install_dir, 'libgallium_dri.so')) # consider create symlink or hardlink
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
| H A D | run_one.py | 22 FOOZZIE = os.path.join(BASE_PATH, 'workdir', 'app_dir', 'v8_foozzie.py') 23 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output') 38 test_dir = os.path.join(TEST_CASES, 'dir-%d' % dir_number) 56 cmd = ' '.join(args) 69 yield (os.path.join(test_dir, f), os.path.join(test_dir, ff)) 94 with open(os.path.join(test_dir, 'failures.json'), 'w') as f: 104 with open(os.path.join(test_dir, 'stats.json'), 'w') as f:
|