Searched refs:join (Results 151 - 175 of 3049) sorted by relevance

1234567891011>>

/external/chromium_org/media/tools/layout_tests/
H A Dtrend_graph.py11 DEFAULT_TREND_GRAPH_PATH = os.path.join('graph', 'graph.html')
55 datetime_string = ','.join(str_list)
58 joined_str += ','.join(data_map[key][1:]) + ','
H A Dtrend_graph_unittest.py16 test_graph_file_backup_path = os.path.join('test_data', 'graph.html.bak')
17 test_graph_file_path = os.path.join('test_data', 'graph.html')
/external/chromium_org/native_client_sdk/src/tools/lib/tests/
H A Dget_shared_deps_test.py17 DATA_DIR = os.path.join(SCRIPT_DIR, 'data')
18 BUILD_TOOLS_DIR = os.path.join(SDK_DIR, 'build_tools')
28 TOOLCHAIN_OUT = os.path.join(build_paths.OUT_DIR, 'sdk_tests', 'toolchain')
29 NACL_X86_GLIBC_TOOLCHAIN = os.path.join(TOOLCHAIN_OUT,
54 self.objdump = os.path.join(self.toolchain, 'bin', 'i686-nacl-objdump')
76 compiler = os.path.join(self.toolchain, 'bin', '%s-nacl-g++' % arch)
81 name = os.path.join(self.tempdir, name)
89 nexe = os.path.join(DATA_DIR, 'test_static_x86_32.nexe')
105 libdir = os.path.join(self.toolchain, 'x86_64-nacl', 'lib32')
119 libdir = os.path.join(sel
[all...]
/external/chromium_org/remoting/tools/
H A Drunclient.py16 auth_filepath = os.path.join(os.path.expanduser('~'), '.chromotingAuthToken')
28 client_path = os.path.join(script_path, client_path)
51 os.system(' '.join(command))
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-blink-deps45 root_dir = os.path.realpath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
47 start_dir = os.path.join(root_dir, 'Source')
49 check_deps = os.path.realpath(os.path.join(root_dir, os.pardir, os.pardir, 'buildtools', 'checkdeps', 'checkdeps.py'))
/external/chromium_org/third_party/ots/
H A Dgyp_ots15 gyp_dir = os.path.join('third_party', 'gyp')
21 sys.path.insert(0, os.path.abspath(os.path.join(gyp_dir, 'pylib')))
32 args.append(os.path.join(script_dir, 'ots-standalone.gyp'))
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_database.py57 '.'.join((package, enum.name))] = file_desc_proto
114 message_name = '.'.join((package, desc_proto.name))
120 yield '.'.join((message_name, enum_type.name))
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dbase_unittest.py18 TRUNK_DIR = os.path.abspath(os.path.join(PARENT_DIR, os.pardir, os.pardir))
26 TOOLS_DIR = os.path.join(TRUNK_DIR, 'tools')
38 self._testdata_dir = os.path.join(PARENT_DIR, 'testdata')
H A Dcompare_rendered_pictures_test.py60 setA_dir=os.path.join(self.temp_dir, setA_subdir),
61 setB_dir=os.path.join(self.temp_dir, setB_subdir),
80 os.path.join(self.output_dir_actual, 'compare_rendered_pictures.json'))
105 setA_dir=os.path.join(self.temp_dir, setA_subdir),
106 setB_dir=os.path.join(self.temp_dir, setB_subdir),
137 os.path.join(self.output_dir_actual,
144 setA_dir=posixpath.join(base_repo_url, 'expectations'),
145 setB_dir=posixpath.join(base_repo_url, 'actuals'),
164 os.path.join(self.output_dir_actual, 'compare_rendered_pictures.json'))
174 out_path = os.path.join(sel
[all...]
/external/chromium_org/tools/cr/cr/base/
H A Dclient.py26 CLIENT_CONFIG_FILE = os.path.join(CLIENT_CONFIG_PATH, 'config.py')
45 CR_ROOT_PATH=os.path.join('{GOOGLE_CODE}'),
47 CR_CLIENT_PATH=os.path.join('{CR_ROOT_PATH}', '{CR_CLIENT_NAME}'),
48 CR_SRC=os.path.join('{CR_CLIENT_PATH}', 'src'),
49 CR_BUILD_DIR=os.path.join('{CR_SRC}', '{CR_OUT_FULL}'),
58 not os.path.exists(os.path.join(client_path, GCLIENT_FILENAME))):
77 return os.path.realpath(os.path.join(path, CLIENT_CONFIG_FILE))
123 os.path.join('{CR_CLIENT_PATH}', GCLIENT_FILENAME))
140 os.path.join('{CR_CLIENT_PATH}', GCLIENT_FILENAME))
141 spec = '\n'.join('
[all...]
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dreg_writer_unittest.py13 sys.path.append(os.path.join(os.path.dirname(__file__), '../../../..'))
70 expected_output = self.NEWLINE.join([
102 expected_output = self.NEWLINE.join([
127 expected_output = self.NEWLINE.join([
152 expected_output = self.NEWLINE.join([
181 expected_output = self.NEWLINE.join([
212 expected_output = self.NEWLINE.join([
237 expected_output = self.NEWLINE.join([
268 expected_output = self.NEWLINE.join([
303 expected_output = self.NEWLINE.join([
[all...]
/external/chromium_org/tools/swig/
H A Dswig.py20 swig_dir = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]),
22 lib_dir = os.path.join(swig_dir, "Lib")
38 swig_bin = os.path.join(swig_dir, dir_map[sys.platform], 'swig')
/external/libcxx/test/
H A Dmakemake.py22 path = os.path.join(root, test)
27 with open(os.path.join(root, 'Android.mk'), 'w') as makefile:
28 makefile_path = os.path.normpath(os.path.join(
/external/markdown/
H A Dsetup.py16 script_dir = os.path.join(sys.prefix, 'Scripts')
17 script_path = os.path.join(script_dir, 'markdown')
19 bat_path = os.path.join(self.install_dir, 'markdown.bat')
/external/mockito/src/org/mockito/internal/debugging/
H A DLoggingListener.java11 import static org.mockito.internal.util.StringJoiner.join;
23 logger.log(join(
37 logger.log(join(
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_util.py45 _TEST_DATA_DIR = os.path.join(os.path.split(__file__)[0], 'testdata')
68 cygwin_perl = os.path.join(cygwin_path, 'perl')
70 os.path.join(_TEST_DATA_DIR, 'README')))
72 os.path.join(_TEST_DATA_DIR, 'README'), cygwin_path))
74 os.path.join(_TEST_DATA_DIR, 'hello.pl')))
76 os.path.join(_TEST_DATA_DIR, 'hello.pl'), cygwin_path))
/external/chromium_org/build/linux/
H A Dinstall-chromeos-fonts.py38 dest_dir = os.path.join(FONTS_DIR, 'chromeos')
42 stamp = os.path.join(dest_dir, ".stamp02")
55 tarball = os.path.join(dest_dir, URL_FILE)
61 readme = os.path.join(dest_dir, "README")
72 os.chmod(os.path.join(base, dir), 0755)
74 os.chmod(os.path.join(base, file), 0644)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_projects.py22 sys.path.append(os.path.join(SDK_SRC_DIR, 'tools'))
55 srcpath = os.path.join(srcdir, filename)
56 dstpath = os.path.join(dstdir, filename)
61 tools_dir = os.path.join(pepperdir, 'tools')
65 exampledir = os.path.join(pepperdir, 'examples')
76 buildbot_common.CopyDir(os.path.join(SDK_SRC_DIR, 'tools', '*.py'),
78 buildbot_common.CopyDir(os.path.join(SDK_SRC_DIR, 'tools', '*.mk'),
82 tools_lib_dir = os.path.join(pepperdir, 'tools', 'lib')
84 buildbot_common.CopyDir(os.path.join(SDK_SRC_DIR, 'tools', 'lib', '*.py'),
90 make_url = posixpath.join(GSTOR
[all...]
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Dgenerate_docs.py92 cmd = ['svn', 'co', url, os.path.join(doc_dirname, subdir)]
93 Trace('Checking out docs into %s:\n %s' % (doc_dirname, ' '.join(cmd)))
99 ply_dirname = os.path.join(doc_dirname, 'generators', 'ply')
101 Trace('Checking out PLY into %s:\n %s' % (ply_dirname, ' '.join(cmd)))
115 header_filename = os.path.join(root, filename)
146 script = os.path.join(os.pardir, 'generators', 'generator.py')
147 cwd = os.path.join(doc_dirname, 'api')
148 out_dirname = os.path.join(os.pardir, 'c')
152 pepper_version, ' '.join(cmd)))
178 Trace('Running Doxygen:\n %s' % ' '.join(cm
[all...]
/external/chromium_org/tools/ipc_fuzzer/
H A Dplay_testcase.py42 src_dir = os.path.abspath(os.path.join(ipc_fuzzer_dir, os.pardir, os.pardir))
43 out_dir = os.path.join(src_dir, args.out_dir)
44 build_dir = os.path.join(out_dir, args.build_type)
46 chrome_path = os.path.join(build_dir, chrome_binary)
51 fuzzer_path = os.path.join(build_dir, fuzzer_binary)
91 command_line = ' '.join(['\'' + arg + '\'' for arg in chrome_command])
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dlinux_based_platform_backend_unittest.py35 with open(os.path.join(util.GetUnittestDataDir(), 'stat')) as f:
37 with open(os.path.join(util.GetUnittestDataDir(), 'status')) as f:
39 with open(os.path.join(util.GetUnittestDataDir(), 'smaps')) as f:
54 with open(os.path.join(util.GetUnittestDataDir(), 'stat')) as f:
56 with open(os.path.join(util.GetUnittestDataDir(), 'status_nohwm')) as f:
58 with open(os.path.join(util.GetUnittestDataDir(), 'smaps')) as f:
/external/chromium_org/v8/tools/unittests/
H A Drun_perf_test.py20 TEST_WORKSPACE = path.join(tempfile.gettempdir(), "test-v8-run-perf")
88 include=([os.path.join(cls.base, "run_perf.py")]))
112 self._test_input = path.join(TEST_WORKSPACE, "test.json")
127 dirs = [path.join(TEST_WORKSPACE, arg) for arg in args[0]]
133 self._test_output = path.join(TEST_WORKSPACE, "results.json")
158 arg = [path.join(path.dirname(self.base), binary)]
166 a = [path.join(path.dirname(self.base), arg[0])]
180 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js")
197 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js")
215 self._VerifyMock(path.join("ou
[all...]
/external/chromium_org/chrome/tools/build/
H A Drepack_locales.py17 sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', '..',
65 return os.path.join(INT_DIR, 'repack', locale + '.pak')
73 inputs.append(os.path.join(GRIT_DIR, 'generated_resources_%s.pak' % locale))
76 inputs.append(os.path.join(GRIT_DIR, 'locale_settings_%s.pak' % locale))
79 inputs.append(os.path.join(GRIT_DIR,
84 inputs.append(os.path.join(SHARE_INT_DIR, 'components', 'strings',
89 inputs.append(os.path.join(SHARE_INT_DIR, 'ash', 'strings',
94 inputs.append(os.path.join(SHARE_INT_DIR, 'athena', 'strings',
98 inputs.append(os.path.join(SHARE_INT_DIR, 'ui', 'chromeos', 'strings',
104 inputs.append(os.path.join(SHARE_INT_DI
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/support/
H A Dfind_files.py7 from os.path import join namespace
17 matches.append(join(dirpath, filename))
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Duninstall.py15 logging.warn('Unknown bundle(s): %s\n' % (', '.join(invalid_bundles)))
23 bundle_dir = os.path.join(install_dir, bundle_name)

Completed in 655 milliseconds

1234567891011>>