Searched refs:join (Results 301 - 325 of 3049) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/build/
H A Dgyp_v841 v8_root = os.path.abspath(os.path.join(script_dir, os.pardir))
43 sys.path.insert(0, os.path.join(v8_root, 'build', 'gyp', 'pylib'))
48 1, os.path.abspath(os.path.join(v8_root, 'tools', 'generate_shim_headers')))
99 AddInclude(os.path.join(v8_root, 'build', 'standalone.gypi'))
102 supplements = glob.glob(os.path.join(v8_root, '*', 'supplement.gypi'))
117 [sys.executable, os.path.join(script_dir, 'landmines.py')])
129 gyp_env_path = os.path.join(os.path.dirname(v8_root), 'v8.gyp_env')
149 args.append(os.path.join(script_dir, 'all.gyp'))
173 for f in glob.glob(os.path.join(v8_root, 'out', 'Makefile.*')):
H A Dlandmines.py43 ret = os.path.join(SRC_DIR, 'xcodebuild', target)
45 ret = os.path.join(SRC_DIR, 'out', target)
47 ret = os.path.join(SRC_DIR, 'build', target)
57 landmines_path = os.path.join(out_dir, '.landmines')
70 triggered = os.path.join(out_dir, '.landmines_triggered')
95 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py68 self.testroot = os.path.join(root, "data")
73 current_root = os.path.join(self.testroot, testdir)
84 testname = os.path.join(dirname[len(self.testroot) + 1:],
94 result += [os.path.join(self.root, "mozilla-shell-emulation.js")]
98 script = os.path.join(self.testroot,
99 reduce(os.path.join, testfilepath[:i], ""),
103 result.append(os.path.join(self.testroot, testfilename))
107 filename = os.path.join(self.testroot, testcase.path + ".js")
156 os.rename(os.path.join("mozilla", "js", "tests"), directory_name)
/external/deqp/android/scripts/
H A Dcommon.py36 fullPath = os.path.join(path, binName)
141 if os.path.exists(os.path.join(ndkPath, "prebuilt", name)):
147 ANDROID_DIR = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
181 os.path.join(ANDROID_SDK_PATH, "tools", "android"),
182 os.path.join(ANDROID_SDK_PATH, "tools", "android.bat"),
187 os.path.join(ANDROID_SDK_PATH, "platform-tools", "adb"),
188 os.path.join(ANDROID_SDK_PATH, "platform-tools", "adb.exe"),
191 os.path.join(ANDROID_SDK_PATH, "tools", "zipalign"),
192 os.path.join(ANDROID_SDK_PATH, "tools", "zipalign.exe"),
/external/lldb/test/functionalities/process_launch/
H A DTestProcessLaunch.py12 mydir = os.path.join("functionalities", "process_launch")
36 exe = os.path.join (os.getcwd(), "a.out")
41 in_file = os.path.join (os.getcwd(), "input-file.txt")
42 out_file = os.path.join (os.getcwd(), "output-test.out")
43 err_file = os.path.join (os.getcwd(), "output-test.err")
132 exe = os.path.join (os.getcwd(), "a.out")
139 my_working_dir_path = os.path.join(os.getcwd(), mywd)
140 out_file_path = os.path.join(my_working_dir_path, out_file_name)
141 err_file_path = os.path.join(my_working_dir_path, err_file_name)
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers_unittest.py37 file_path = os.path.join('test_data', 'base')
46 file_path = os.path.join('test_data', 'less')
49 file_path = os.path.join('test_data', 'base')
55 file_path = os.path.join('test_data', 'more')
60 file_path = os.path.join('test_data', 'base')
70 file_path = os.path.join('test_data', 'more_te_info')
74 file_path = os.path.join('test_data', 'base')
78 file_path = os.path.join('test_data', 'less')
87 file_path = os.path.join('test_data', 'more')
95 file_path = os.path.join('test_dat
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dsdktools_test.py18 TOOLS_DIR = os.path.join(os.path.dirname(BUILD_TOOLS_DIR), 'tools')
42 self.cache_dir = os.path.join(self.basedir, 'nacl_sdk', 'sdk_cache')
58 manifest_filename = os.path.join(BUILD_TOOLS_DIR, 'json',
65 config_filename = os.path.join(self.cache_dir, 'naclsdk_config.json')
74 manifest_filename = os.path.join(self.cache_dir, MANIFEST_BASENAME)
80 manifest_filename = os.path.join(self.cache_dir, MANIFEST_BASENAME)
87 with open(os.path.join(self.basedir, MANIFEST_BASENAME), 'w') as stream:
91 build_updater_py = os.path.join(BUILD_TOOLS_DIR, 'build_updater.py')
110 self._BuildUpdater(os.path.join(self.basedir, rel_path), revision)
112 new_sdk_tools_tgz = os.path.join(sel
[all...]
/external/lldb/test/functionalities/load_unload/
H A DTestLoadUnload.py17 mydir = os.path.join("functionalities", "load_unload")
40 new_dir = os.path.join(os.getcwd(), "hidden")
42 old_dylib = os.path.join(os.getcwd(), dylibName)
43 new_dylib = os.path.join(new_dir, dylibName)
45 exe = os.path.join(os.getcwd(), "a.out")
90 exe = os.path.join(os.getcwd(), "a.out")
99 new_dir = os.path.join(os.getcwd(), special_dir)
101 old_dylib = os.path.join(os.getcwd(), dylibName)
102 new_dylib = os.path.join(new_dir, dylibName)
103 old_dSYM = os.path.join(o
[all...]
/external/owasp/sanitizer/tools/
H A Dcut_release.py23 trunk_directory_path = os.path.realpath(os.path.join(
26 maven_directory_path = os.path.realpath(os.path.join(
33 maven_metadata_path = os.path.join(
36 version_template_directory_path = os.path.join(
39 jar_path = os.path.join(
44 src_jar_path = os.path.join(
49 doc_jar_path = os.path.join(
78 return "".join([inner_text(child) for child in node.childNodes])
101 dest_path = os.path.join(
110 os.path.join(src_pat
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dgesture_parser_test.js99 var m = new tracing.TraceModel(lines.join('\n'), false);
172 var m = new tracing.TraceModel(lines.join('\n'), false);
197 var m = new tracing.TraceModel(lines.join('\n'), false);
/external/chromium_org/build/
H A Dcopy_test_data_ios.py36 full_path = os.path.join(path, item)
53 output_dir = os.path.join(output_basedir, relative_dirname)
54 output_filename = os.path.join(output_basedir, file)
82 return '\n'.join(escaped_files)
88 outputs = [os.path.join(options.output_dir, x) for x in escaped_files]
89 return '\n'.join(outputs)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dcheck_chromevox.py27 os.path.join(_SCRIPT_DIR, *[os.path.pardir] * 6))
34 return os.path.relpath(os.path.join(_SCRIPT_DIR, '..', path))
75 os.path.join(
93 print 'Compiling %s' % ','.join(tl_files)
102 ret_output += '\nFrom compiling %s:\n%s\n' % (','.join(tl_files),
110 work_pool.join()
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
H A Dinstall-debian.wheezy.sysroot.py85 os.path.join(SCRIPT_DIR, '..', '..', '..', '..'))
86 sys.path.append(os.path.join(SRC_DIR, 'build'))
102 sysroot = os.path.join(linux_dir, SYSROOT_DIR_AMD64)
106 sysroot = os.path.join(linux_dir, SYSROOT_DIR_I386)
111 stamp = os.path.join(sysroot, '.stamp')
123 tarball = os.path.join(sysroot, tarball_filename)
/external/chromium_org/chromecast/tools/build/
H A Dchromecast_repack_locales.py17 sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', '..',
38 return os.path.join(INT_DIR, locale + '.pak')
45 inputs.append(os.path.join(GRIT_DIR, 'app_strings_%s.pak' % locale))
46 inputs.append(os.path.join(GRIT_DIR, 'chromecast_settings_%s.pak' % locale))
61 return " ".join(['"%s"' % x for x in outputs])
75 return " ".join(['"%s"' % x for x in inputs])
/external/chromium_org/remoting/tools/build/
H A Dremoting_copy_locales.py17 sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', '..',
42 return os.path.join(INT_DIR, 'remoting', 'resources',
45 return os.path.join(INT_DIR, 'remoting_locales', locale + '.pak')
53 inputs.append(os.path.join(GRIT_DIR, 'remoting/resources/%s.pak' % locale))
73 return " ".join(['"%s"' % x for x in outputs])
87 return " ".join(['"%s"' % x for x in inputs])
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dwebkit_finder.py66 return self._filesystem.join(self.webkit_base(), *comps)
69 return self._filesystem.join(self.chromium_base(), *comps)
75 return self._filesystem.join("Tools", "Scripts", script_name)
103 if fs.exists(fs.join(current_dir, 'depot_tools', 'pylint.py')):
104 return fs.join(current_dir, 'depot_tools')
109 return self._filesystem.join(self.depot_tools_base(), *comps)
/external/chromium_org/third_party/mesa/src/scons/
H A Dllvm.py57 llvm_bin_dir = os.path.join(llvm_dir, llvm_subdir, 'bin')
59 llvm_bin_dir = os.path.join(llvm_dir, 'bin')
72 llvm_config = os.path.join(llvm_dir, 'include/llvm/Config/config.h')
88 env.Prepend(CPPPATH = [os.path.join(llvm_dir, 'include')])
94 env.Prepend(LIBPATH = [os.path.join(llvm_dir, 'lib')])
186 env.ParseConfig('llvm-config --libs ' + ' '.join(components))
/external/chromium_org/third_party/webrtc/build/
H A Dgyp_webrtc20 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
22 sys.path.insert(0, os.path.join(checkout_root, 'build'))
27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
35 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi'))
47 gyp_env_path = os.path.join(os.path.dirname(checkout_root),
105 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
/external/chromium_org/tools/generate_library_loader/
H A Dgenerate_library_loader.py164 os.path.join(os.path.dirname(__file__), '..', '..'))
222 'member_decls': ''.join(member_decls),
230 'member_init': ''.join(member_init),
231 'member_cleanup': ''.join(member_cleanup),
234 header_file = open(os.path.join(source_tree_root, options.output_h), 'w')
240 impl_file = open(os.path.join(source_tree_root, options.output_cc), 'w')
/external/chromium_org/tools/grit/grit/tool/
H A Dbuild_unittest.py13 sys.path.append(os.path.join(os.path.dirname(__file__), '../..'))
44 expected_dep_file = os.path.join(output_dir, 'substitute.grd.d')
74 os.path.join(output_dir, 'en_generated_resources.rc'))]))
82 os.path.join(output_dir, 'en_generated_resources.rc')),
84 os.path.join(output_dir, 'sv_generated_resources.rc')),
86 os.path.join(output_dir, 'resource.h'))]))
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dcf_package_builder.py37 src_dir = os.path.join(self.mutate_dir, os.pardir, os.pardir, os.pardir)
39 out_dir = os.path.join(src_dir, self.args.out_dir)
40 self.build_dir = os.path.join(out_dir, self.args.build_type)
53 fuzzer_src_path = os.path.join(self.mutate_dir, fuzzer + '.py')
54 fuzzer_dst_path = os.path.join(fuzzer, 'run.py')
59 final_package_path = os.path.join(self.build_dir, package_name)
H A Dipc_fuzzer_mut.py32 return ''.join(random.choice(chars) for x in range(size))
35 return os.path.join(ipcdump_dir, 'fuzz-' + random_id() + '.ipcdump')
57 self.util_path = os.path.join(out_dir, self.util_binary)
58 self.mutate_path = os.path.join(out_dir, self.mutate_binary)
64 self.corpus = [os.path.join(input_dir, entry) for entry in entries]
67 ipcdumps = ','.join(random.sample(self.corpus, NUM_IPCDUMPS))
/external/chromium_org/v8/test/webkit/fast/js/
H A Darray-functions-non-arrays.js75 propertyString += "(" + flags.join(", ") + ")";
79 return propertyStrings.join(", ");
105 shouldBe("Array.prototype.toString.call({join: function() { return 'join' }})", '"join"');
108 shouldBe("Array.prototype.toString.call({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3, join: function() { return 'join' }})", '"join"');
109 shouldBe("({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3, join: function() { return 'join' }})
[all...]
/external/lldb/test/api/check_public_api_headers/
H A DTestPublicAPIHeaders.py13 mydir = os.path.join("api", "check_public_api_headers")
35 temp = os.path.join(os.getcwd(), self.template)
39 public_api_dir = os.path.join(os.environ["LLDB_SRC"], "include", "lldb", "API")
46 include_stmt = "'#include <%s>' % os.path.join('LLDB', header)"
48 include_stmt = "'#include <%s>' % os.path.join(public_api_dir, header)"
51 includes = '\n'.join(list)
53 src = os.path.join(os.getcwd(), self.source)
62 exe = os.path.join(os.getcwd(), exe_name)
/external/lldb/test/warnings/uuid/
H A DTestAddDsymCommand.py12 mydir = os.path.join("warnings", "uuid")
59 temp = os.path.join(os.getcwd(), self.template)
65 src = os.path.join(os.getcwd(), self.source)
78 wrong_path = os.path.join("%s.dSYM" % exe_name, "Contents")
82 right_path = os.path.join("%s.dSYM" % exe_name, "Contents", "Resources", "DWARF", exe_name)
91 right_path = os.path.join("%s.dSYM" % exe_name, "Contents", "Resources", "DWARF", exe_name)

Completed in 799 milliseconds

<<11121314151617181920>>