Searched refs:join (Results 101 - 125 of 3049) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/msvs/shared_output/
H A Dgyptest-shared_output.py26 test.must_exist(os.path.join(test.workdir, 'foo', 'there.exe'))
27 test.must_exist(os.path.join(test.workdir, 'foo', 'bar', 'there.obj'))
30 test.must_exist(os.path.join(test.workdir, 'foo', 'hello.exe'))
31 test.must_exist(os.path.join(test.workdir, 'foo', 'bar', 'hello.obj'))
/external/chromium_org/tools/gyp/test/ninja/action_dependencies/
H A Dgyptest-action-dependencies.py33 os.path.join('obj', 'b.b' + objext),
40 test.built_file_must_exist(os.path.join('obj', 'b.b' + objext), chdir=chdir)
43 os.path.join('obj', 'c.c' + objext),
50 test.built_file_must_exist(os.path.join('obj', 'c.c' + objext), chdir=chdir)
/external/chromium_org/tools/gyp/test/ninja/chained-dependency/
H A Dgyptest-chained-dependency.py24 os.path.join('obj', 'chained.chained' + objext))
/external/chromium_org/tools/gyp/test/rules-dirname/
H A Dgyptest-dirname.py38 os.path.join('foo', 'bar'))
40 os.path.join('a', 'b'))
46 os.path.join('foo', 'bar', 'baz.printvars'))
48 os.path.join('a', 'b', 'c.printvars'))
/external/chromium_org/tools/linux/
H A DPRESUBMIT.py14 def join(*args): function in function:CommonChecks
15 return input_api.os_path.join(input_api.PresubmitLocalPath(), *args)
21 join('..', 'linux'),
30 input_api.os_path.join(input_api.PresubmitLocalPath(), 'tests'),
/external/chromium_org/tools/profile_chrome/
H A D__init__.py9 sys.path.append(os.path.join(os.path.dirname(__file__),
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-103259.js36 assertEquals(test, a.join(uc16));
H A Dregress-1160.js30 // Array.prototype.join uses a temporary array internally. Verify it
41 assertEquals("0,1,2,3,4,5,6,7,8,9", array.join(","));
H A Dregress-crbug-40931.js44 assertEquals("0,1,2,3", forInNames.join());
/external/skia/src/utils/
H A DSkThreadUtils.h33 void join();
/external/chromium_org/content/shell/tools/
H A Dbreakpad_integration_test.py59 breakpad_tools_dir = os.path.join(
62 generate_symbols = os.path.join(
64 symbols_dir = os.path.join(crash_dir, 'symbols')
72 print ' '.join(cmd)
83 print ' '.join(cmd)
92 dmp_files = glob.glob(os.path.join(crash_dir, '*.dmp'))
97 minidump = os.path.join(crash_dir, 'minidump')
99 dmp_to_minidump = os.path.join(breakpad_tools_dir, 'dmp2minidump.py')
102 print ' '.join(cmd)
107 minidump_stackwalk = os.path.join(option
[all...]
/external/chromium_org/native_client_sdk/src/tools/lib/tests/
H A Delf_test.py12 DATA_DIR = os.path.join(SCRIPT_DIR, 'data')
21 static_nexe = os.path.join(DATA_DIR, 'test_static_arm.nexe')
25 dyn_nexe = os.path.join(DATA_DIR, 'test_dynamic_x86_32.nexe')
26 static_nexe = os.path.join(DATA_DIR, 'test_static_x86_32.nexe')
31 dyn_nexe = os.path.join(DATA_DIR, 'test_dynamic_x86_64.nexe')
32 static_nexe = os.path.join(DATA_DIR, 'test_static_x86_64.nexe')
43 static_nexe = os.path.join(DATA_DIR, 'test_static_arm.nexe')
50 dyn_nexe = os.path.join(DATA_DIR, 'test_dynamic_x86_32.nexe')
51 static_nexe = os.path.join(DATA_DIR, 'test_static_x86_32.nexe')
63 dyn_nexe = os.path.join(DATA_DI
[all...]
/external/chromium_org/build/android/pylib/utils/
H A Dhost_path_finder.py15 out_dir = os.path.join(
18 lambda build_type: os.path.join(out_dir, build_type, file_name),
/external/chromium_org/chrome/browser/
H A DPRESUBMIT.py30 resources = path.join(cwd, 'resources')
31 webui = path.join(cwd, 'ui', 'webui')
35 path.join(cwd, 'PRESUBMIT.py'),
36 path.join(cwd, 'test_presubmit.py'),
37 path.join(cwd, 'web_dev_style', 'css_checker.py'),
38 path.join(cwd, 'web_dev_style', 'html_checker.py'),
39 path.join(cwd, 'web_dev_style', 'js_checker.py'),
42 tests = [path.join(cwd, 'test_presubmit.py')]
/external/chromium_org/mojo/
H A DPRESUBMIT.py17 third_party_path = os.path.join(
20 mojo_public_bindings_pylib_path = os.path.join(
/external/chromium_org/mojo/tools/
H A Drun_mojo_python_tests.py10 sys.path.insert(0, os.path.join(_script_dir, "pylib"))
16 runner = MojoPythonTestRunner(os.path.join('mojo', 'public', 'tools',
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dgrammar.py53 return only_two_separator.join(list_of_strings)
54 return "%s%s%s" % (separator.join(list_of_strings[:-1]), last_separator, list_of_strings[-1])
/external/chromium_org/third_party/cython/src/pyximport/test/
H A Dtest_pyximport.py7 tempdir = os.path.join(tempfile.gettempdir(), "pyrex_temp")
27 filename = os.path.join(tempdir, "dummy.pyx")
32 depend_filename = os.path.join(tempdir, "dummy.pyxdep")
37 build_filename = os.path.join(tempdir, "dummy.pyxbld")
46 open(os.path.join(tempdir, "foo.bar"), "w").write(" ")
47 open(os.path.join(tempdir, "1.txt"), "w").write(" ")
48 open(os.path.join(tempdir, "abc.txt"), "w").write(" ")
54 open(os.path.join(tempdir, "abc.txt"), "w").write(" ")
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dprofile_generator_unittest.py28 plain_filename = os.path.join(sandbox_directory, 'plain_file')
32 directory_filename = os.path.join(sandbox_directory, 'directory')
37 symlink_filename = os.path.join(sandbox_directory, 'symlink')
41 nonexistant_filename = os.path.join(sandbox_directory, 'i_dont_exist')
42 broken_symlink_filename = os.path.join(sandbox_directory,
48 socket_filename = os.path.join(sandbox_directory, 'named_socket')
53 sandbox_dir = os.path.join(self.test_directory, "sandbox")
57 sandbox_dir_copy = os.path.join(self.test_directory, "sandbox_copy")
/external/compiler-rt/test/tsan/libcxx/
H A Dstd_shared_ptr.cc18 t1.join();
19 t2.join();
/external/skia/gm/rebaseline_server/
H A Dfix_pythonpath.py16 GM_DIRECTORY = os.path.join(TRUNK_DIRECTORY, 'gm')
17 TOOLS_DIRECTORY = os.path.join(TRUNK_DIRECTORY, 'tools')
/external/chromium_org/build/
H A Ddownload_nacl_toolchains.py19 nacl_dir = os.path.join(src_dir, 'native_client')
20 nacl_build_dir = os.path.join(nacl_dir, 'build')
21 package_version_dir = os.path.join(nacl_build_dir, 'package_version')
22 package_version = os.path.join(package_version_dir, 'package_version.py')
60 toolchain_dir = os.path.join(nacl_dir, 'toolchain')
62 toolchain_path = os.path.join(toolchain_dir, toolchain_item)
H A Dvs_toolchain.py14 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
16 sys.path.insert(1, os.path.join(chrome_src, 'tools'))
17 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
18 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
56 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
61 runtime_path = ';'.join(vs2013_runtime_dll_dirs)
93 target = os.path.join(target_dir, dll)
94 source = os.path.join(source_dir, dll)
98 out_debug = os.path.join(output_dir, 'Debug')
99 out_debug_nacl64 = os.path.join(output_di
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dimport-w3c-performance-wg-tests48 source_directory = os.path.join(sys.argv[1], 'tests')
49 destination_directory = os.path.join(sys.argv[2], 'LayoutTests', 'http', 'tests', 'w3c', 'webperf')
71 os.makedirs(os.path.join(destination_directory, directory_to_copy))
78 os.makedirs(os.path.join(destination_directory, root, dirname))
80 with open(os.path.join(source_directory, root, filename), 'r') as in_file:
81 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
/external/chromium_org/third_party/skia/experimental/webtry/
H A Dgyp_for_webtry7 skia_src = os.path.abspath(os.environ.get('SKIA_SRC', os.path.join( script_dir, "..", "..")))
8 gyp_source_dir = os.path.join(skia_src, 'third_party', 'externals', 'gyp')
10 WEBTRY_CACHE_DEFAULT = os.path.join(script_dir, "..", "..", "..", "cache")
11 WEBTRY_INOUT_DEFAULT = os.path.join(script_dir, "..", "..", "..", "inout")
13 sys.path.insert(0, os.path.abspath(os.path.join(gyp_source_dir, 'pylib')))
34 args.append(os.path.join(webtry_cache_dir, '%s.gyp' % sys.argv[1]))

Completed in 1030 milliseconds

1234567891011>>