Home
last modified time | relevance | path

Searched full:join (Results 26 - 50 of 8860) sorted by relevance

12345678910>>...355

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/
H A DSConstruct29 sys.path.append(os.path.join(os.getcwd(), 'build'))
53 log_file = os.path.join(env_cfg.log_path,'scons_trace.log')
68 libs = [env.SConscript(os.path.join(env_cfg.get_module_dir(module), 'SConscript'), {'env':env, 'env_cfg':env_cfg, 'module':module},
69 variant_dir=os.path.join(env_cfg.lib_path, env_cfg.get_module_dir(module)), duplicate=0) for module in env_cfg.get_build_modules()]
76 env.Append(LIBPATH=os.path.join('-Lbuild', 'libs', 'hi3861', 'debug', 'factory'))
78 env.Append(LIBPATH=os.path.join('-Lbuild', 'libs', 'hi3861', 'debug', 'no_mesh_quick_start'))
80 env.Append(LIBPATH=os.path.join('-Lbuild', 'libs', 'hi3861', 'debug', 'mesh'))
82 env.Append(LIBPATH=os.path.join('-Lbuild', 'libs', 'hi3861', 'debug', 'no_mesh'))
85 env.Append(LIBPATH=os.path.join('-Lbuild', 'libs', 'hi3861', 'release', 'factory'))
87 env.Append(LIBPATH=os.path.join('
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_install_data.py17 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
22 one = os.path.join(pkg_dir, 'one')
24 inst2 = os.path.join(pkg_dir, 'inst2')
25 two = os.path.join(pkg_dir, 'two')
38 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
40 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
50 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
51 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
55 cmd.root = os.path.join(pkg_dir, 'root')
56 inst3 = os.path.join(cm
[all...]
H A Dtest_build_py.py21 f = open(os.path.join(sources, "__init__.py"), "w")
26 f = open(os.path.join(sources, "README.txt"), "w")
37 dist.script_name = os.path.join(sources, "setup.py")
56 pkgdest = os.path.join(destination, "pkg")
58 pycache_dir = os.path.join(pkgdest, "__pycache__")
71 open(os.path.join(sources, "__init__.py"), "w").close()
73 testdir = os.path.join(sources, "doc")
75 open(os.path.join(testdir, "testfile"), "w").close()
82 dist.script_name = os.path.join(sources, "setup.py")
105 found = os.listdir(os.path.join(cm
[all...]
/third_party/typescript/scripts/
H A DproduceLKG.mjs10 const root = path.join(__dirname, "..");
11 const source = path.join(root, "built/local");
12 const dest = path.join(root, "lib");
13 const copyright = fs.readFileSync(path.join(__dirname, "../CopyrightNotice.txt"), "utf-8");
35 const fileName = path.join(source, d);
40 await fs.copy(fileName, path.join(dest, d));
50 const protocolScript = path.join(__dirname, "buildProtocol.mjs");
55 const protocolInput = path.join(__dirname, "../src/server/protocol.ts");
56 const protocolServices = path.join(source, "typescriptServices.d.ts");
57 const protocolOutput = path.join(des
[all...]
/third_party/skia/infra/bots/assets/valgrind/
H A Dcreate.py24 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
32 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
33 INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install')
58 if os.path.isfile(os.path.join(INSTALL_DIR, 'bin', 'valgrind')):
60 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
67 with utils.chdir(os.path.join(TEMP_DIR, VALGRIND)):
68 os.mkdir(os.path.join(target_dir, 'bin'))
69 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'),
70 os.path.join(target_dir, 'bin', 'valgrind'))
71 os.mkdir(os.path.join(target_di
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dprepare.py24 proj_top_dir = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
26 sys.path.append(os.path.join(proj_top_dir, 'build'))
68 cfg_list.extend([os.path.join(os.path.relpath(env_cfg.os_root, env_cfg.root), y) for y in inc_path])
76 line = '%sDEFINES := %s\n'%(line, ' \\\n\t'.join(defines))
78 line = '%sINCLUDE := -I$(MAIN_TOPDIR)/%s\n'%(line, ' \\\n\t-I$(MAIN_TOPDIR)/'.join(flg_cfg))
80 line = '\n'.join([
82 '%s := -I$(MAIN_TOPDIR)/%s'%(flg, ' -I$(MAIN_TOPDIR)/'.join([x[2:] for x in flg_cfg if x.startswith('-I')])),
83 '%s += %s'%(flg, ' '.join([x for x in flg_cfg if not x.startswith('-I')]))
86 line = '%s%s := %s\n'%(line, flg, ' '.join(flg_cfg))
90 config_file = os.path.join(proj_top_di
[all...]
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py92 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
104 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h')
120 DEPSRC = os.path.join(WORKDIR, 'third-party')
288 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
306 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
355 shellQuote(os.path.join(WORKDIR, 'libraries')),
356 shellQuote(os.path.join(WORKDIR, 'libraries')),
579 libfw = os.path.join('/', fwpth)
580 usrfw = os.path.join(os.getenv('HOME'), fwpth)
762 return os.path.join(builddi
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-rm.js17 path.join(tmpdir.path, `${name}-${count++}`);
30 fs.writeFileSync(path.join(dirname, 'text.txt'), 'hello', 'utf8');
35 fs.writeFileSync(path.join(dirname, `f-${depth}-${f}`), '', options);
42 path.join(dirname, `link-${depth}-good`),
49 path.join(dirname, `link-${depth}-bad`),
57 path.join(dirname, `link-${depth}-loop-${y}`),
64 fs.writeFileSync(path.join(dirname, '[a-z0-9].txt'), '', options);
73 path.join(dirname, `folder-${depth}-${f}`),
80 path.join(dirname, `d-${depth}-${f}`),
131 path.join(tmpdi
[all...]
H A Dtest-module-loading-globalpaths.js21 const prefixPath = path.join(tmpdir.path, 'install');
25 testExecPath = path.join(prefixPath, path.basename(process.execPath));
27 const prefixBinPath = path.join(prefixPath, 'bin');
29 testExecPath = path.join(prefixBinPath, path.basename(process.execPath));
49 const noPkgHomeDir = path.join(tmpdir.path, 'home-no-pkg');
60 const modHomeDir = path.join(testFixturesDir, 'home-pkg-in-node_modules');
65 const libHomeDir = path.join(testFixturesDir, 'home-pkg-in-node_libraries');
70 const bothHomeDir = path.join(testFixturesDir, 'home-pkg-in-both');
77 const prefixLibPath = path.join(prefixPath, 'lib');
79 const prefixLibNodePath = path.join(prefixLibPat
[all...]
H A Dtest-fs-mkdir.js38 const pathname = path.join(tmpdir.path, nextdir());
48 const pathname = path.join(tmpdir.path, nextdir());
58 const pathname = path.join(tmpdir.path, nextdir());
68 const pathname = path.join(tmpdir.path, nextdir());
77 const pathname = path.join(tmpdir.path, nextdir());
106 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
117 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
139 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
157 const filename = path.join(tmpdir.path, nextdir(), nextdir());
158 const pathname = path.join(filenam
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_predicates.cpp36 * Adds a {@code cross join} condition to a SQL statement.
40 return Join(JoinType::CROSS, tableName); in CrossJoin()
44 * Adds an {@code inner join} condition to a SQL statement.
48 return Join(JoinType::INNER, tableName); in InnerJoin()
52 * Adds a {@code left outer join} condition to a SQL statement.
56 return Join(JoinType::LEFT, tableName); in LeftOuterJoin()
61 RdbPredicates *RdbPredicates::Join(int join, const std::string &tableName) in Join() argument
64 LOG_WARN("RdbPredicates join failed: table name is null or empty."); in Join()
68 joinTypes.push_back(GetGrammar(join)); in Join()
[all...]
/third_party/unity/test/
H A Drakefile_helper.rb70 "\"#{strings.join}\""
100 [ File.join('..','src') ].each do |f|
106 [ $extra_paths, 'src', File.join('tests'), File.join('testdata'), $cfg[:paths][:support] ].flatten.uniq.compact.each do |f|
138 out_file = File.join('build', File.basename(file, C_EXTENSION)) + $cfg[:extension][:object]
145 exe_name = File.join('build', File.basename(exe_name))
151 bin_name = File.join('build', File.basename(bin_name))
184 results_glob = File.join('build','*.test*')
192 test_results = File.join('build',test_base)
206 src_files = Dir[File.join('
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dmake_distribution_archives.py14 _TOP_DIR = os.path.abspath(os.path.join(__file__, "..", "..", ".."))
15 _SCRIPT_DIR = os.path.dirname(os.path.join(_TOP_DIR, "builds", "meson", ""))
91 os.path.join(_SCRIPT_DIR, "extract_freetype_version.py"),
92 os.path.join(_TOP_DIR, "include", "freetype", "freetype.h"),
107 file_path = os.path.join(build_dir, item)
130 tmp_src_dir = os.path.join(build_dir, freetype_dir)
134 dst = os.path.join(tmp_src_dir, src)
138 shutil.copy(os.path.join(git_dir, src), dst)
143 os.path.join(tmp_src_dir, "builds", "unix", "autom4te.cache")
150 os.path.join(arg
[all...]
/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_baseline.py152 baseline_file_list = [os.path.join(script_path, "config/glb_def.txt")]
160 output_baseline = os.path.join(output_path, domain + BASELINE_SUFFIX)
173 expect_perm = ''.join(['(', ' '.join(set(baseline_map.get(diff, ''))), ')))'])
174 expect = ' '.join(['expect rule: (allow', domain, ' ('.join(diff), expect_perm])
175 actual_perm = ''.join(['(', ' '.join(set(domain_policy.get(diff, ''))), ')))'])
176 actual = ' '.join(['actual rule: (allow', domain, ' ('.join(dif
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A DtypedArray-set-with-typedArray.js27 assert(b.join() === '1,2,3,4,5');
36 assert(b.join() === '1,2,99,98,5');
39 assert(b.join() === '1,2,99,98,97');
66 assert(a1.join() === '0,1,4,5,6,7,6,7');
67 assert(a2.join() === '6,7,6,7');
71 assert(a1.join() === '0,1,6,5,6,7,6,7');
72 assert(a3.join() === '117835526');
76 assert(a1.join() === '0,1,0,1,6,5,6,7');
77 assert(a4.join() === '0,1,0,1');
81 assert(a1.join()
[all...]
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js4 const { dirname, join } = require('path')
69 global: options.global || join(tempDir, 'global'),
70 home: options.home || join(tempDir, 'home'),
71 project: options.project || join(tempDir, 'project'),
72 cache: options.cache || join(tempDir, 'cache'),
116 return this[_output].map((line) => line.join(' ')).join('\n')
138 .split(normalize(this[_proxy].execPath)).join('{EXECPATH}')
139 .split(normalize(_process.execPath)).join('{REALEXECPATH}')
140 .split(normalize(this.global)).join('{GLOBALPREFI
[all...]
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Ddefault.py45 resource_dir=self.m.path['start_dir'].join('skia', 'resources'),
46 images_dir=self.m.path['start_dir'].join('skimage'),
47 lotties_dir=self.m.path['start_dir'].join('lottie-samples'),
48 skp_dir=self.m.path['start_dir'].join('skp'),
49 svg_dir=self.m.path['start_dir'].join('svg'),
50 mskp_dir=self.m.path['start_dir'].join('mskp'),
52 texttraces_dir=self.m.path['start_dir'].join('text_blob_traces'))
56 """Like os.path.join(), but for paths on a connected device."""
57 return self.m.path.join(*args)
124 app = self.device_dirs.bin_dir.join(cm
[all...]
/third_party/skia/infra/bots/task_drivers/recreate_skps/
H A Drecreate_skps.go72 specPath := filepath.Join(checkoutRoot, ".gclient")
77 botUpdateScript := filepath.Join(depotToolsDir, "recipes", "recipe_modules", "bot_update", "resources", "bot_update.py")
82 outputJson := filepath.Join(tmp, "bot_update.json")
83 revMapFile := filepath.Join(tmp, "revmap")
88 cleanupDir := filepath.Join(tmp, "cleanup")
115 if _, err := exec.RunCwd(ctx, checkoutRoot, "vpython", "-u", filepath.Join(depotToolsDir, "gclient.py"), "runhooks"); err != nil {
160 skiaDir := filepath.Join(cwd, "skia")
163 gitCacheDir = filepath.Join(cwd, *gitCacheDirFlag)
167 checkoutRoot = filepath.Join(cwd, *checkoutRootFlag)
172 dmPath := filepath.Join(cw
[all...]
/third_party/node/deps/openssl/openssl/Configurations/
H A Ddescrip.mms.tmpl3 ## {- join("\n## ", @autowarntext) -}
108 join(',', @{$target{lib_defines}}, @{$target{shared_defines}},
118 join(' ', $target{lib_asflags} || (), @{$config{lib_asflags}},
121 join('', $target{lib_cppflags} || (), $target{shared_cppflags} || (),
129 our $lib_cflags = join('', @lib_cflags, @lib_cflags_cont );
130 our $lib_cflags_no_inst = join('', @lib_cflags_no_inst, @lib_cflags_cont );
132 join('', $target{lib_lflags} || (), $target{shared_ldflag} || (),
135 our $lib_ex_libs = join('', @cnf_ex_libs, '$(EX_LIBS)');
144 join(',', @{$target{dso_defines}}, @{$target{module_defines}},
151 join(' ',
[all...]
/third_party/openssl/Configurations/
H A Ddescrip.mms.tmpl3 ## {- join("\n## ", @autowarntext) -}
108 join(',', @{$target{lib_defines}}, @{$target{shared_defines}},
118 join(' ', $target{lib_asflags} || (), @{$config{lib_asflags}},
121 join('', $target{lib_cppflags} || (), $target{shared_cppflags} || (),
129 our $lib_cflags = join('', @lib_cflags, @lib_cflags_cont );
130 our $lib_cflags_no_inst = join('', @lib_cflags_no_inst, @lib_cflags_cont );
132 join('', $target{lib_lflags} || (), $target{shared_ldflag} || (),
135 our $lib_ex_libs = join('', @cnf_ex_libs, '$(EX_LIBS)');
144 join(',', @{$target{dso_defines}}, @{$target{module_defines}},
151 join(' ',
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_vk_gl_cts_build.py18 dataDirectories.append(os.path.join("data", "gles2"))
19 dataDirectories.append(os.path.join("data", "gles3"))
20 dataDirectories.append(os.path.join("data", "gles31"))
21 dataDirectories.append(os.path.join("external", "graphicsfuzz", "data", "gles3"))
22 dataDirectories.append(os.path.join("external", "openglcts", "data", "gles3"))
27 pathToReplace = os.path.join("external", "graphicsfuzz", "") # Include trailing slash
30 pathToReplace = os.path.join("external", "openglcts", "") # Include trailing slash
31 pathReplacements[pathToReplace] = os.path.join("data", "gl_cts", "")
81 cmakeLists.append(os.path.join(relativeDirectory, filename))
103 deqpSourceDirectory = os.path.join("
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_env_cfg.py41 self.root = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
42 self.os_root = os.path.realpath(os.path.join(self.root, 'platform', 'os', 'Huawei_LiteOS'))
46 tmp_dir = os.path.join('build', 'build_tmp')
48 self.log_path = os.path.join(tmp_dir, 'logs')
49 self.obj_path = os.path.join(tmp_dir, 'objs')
50 self.lib_path = os.path.join(tmp_dir, 'libs')
51 self.cache_path = os.path.join(tmp_dir, 'cache')
52 self.link_path = os.path.join(tmp_dir, 'scripts')
53 self.nv_path = os.path.join(tmp_dir, 'nv')
54 self.bin_path = os.path.join(final_di
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_env_cfg.py41 self.root = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
42 self.os_root = os.path.realpath(os.path.join(self.root, 'platform', 'os', 'Huawei_LiteOS'))
46 tmp_dir = os.path.join('build', 'build_tmp')
48 self.log_path = os.path.join(tmp_dir, 'logs')
49 self.obj_path = os.path.join(tmp_dir, 'objs')
50 self.lib_path = os.path.join(tmp_dir, 'libs')
51 self.cache_path = os.path.join(tmp_dir, 'cache')
52 self.link_path = os.path.join(tmp_dir, 'scripts')
53 self.nv_path = os.path.join(tmp_dir, 'nv')
54 self.bin_path = os.path.join(final_di
[all...]
/test/xts/tools/build/
H A Dsuite.py56 resource_reldir = ''.join(chr(ord(ch) - 1) for ch in XTS_RESOURCE_ROOT)
57 return os.path.join(xts_root, resource_reldir)
79 ohos_dir = os.path.join(self.args.source_dir, 'plugins', 'ohos')
80 devicetest_dir = os.path.join(self.args.source_dir, 'plugins', 'devicetest')
81 gen_dir0 = os.path.join(self.args.source_dir, 'dist')
82 gen_dir1 = os.path.join(ohos_dir, 'dist')
83 gen_dir2 = os.path.join(devicetest_dir, 'dist')
97 run_scripts = ",".join(
98 [os.path.join(self.args.source_dir, "run.bat"),
99 os.path.join(sel
[all...]
/third_party/skia/infra/bots/recipe_modules/build/
H A Ddefault.py11 script=skia_dir.join('tools', 'build_command_buffer.py'),
35 cmake_bin = str(api.vars.workdir.join('cmake_linux', 'bin'))
56 clang_linux = str(api.vars.workdir.join('clang_linux'))
58 cflags = ' '.join([
88 skia_dir = checkout_root.join('skia')
95 clang_linux = str(api.vars.workdir.join('clang_linux'))
96 win_toolchain = str(api.vars.workdir.join('win_toolchain'))
115 mac_toolchain_cmd = api.vars.workdir.join(
117 xcode_app_path = api.vars.cache_dir.join('Xcode.app')
152 ccache = api.vars.workdir.join('ccache_linu
[all...]

Completed in 9 milliseconds

12345678910>>...355