HomeSort by relevance Sort by last modified time
    Searched full:join (Results 276 - 300 of 5294) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 37 destination = os.path.join(builddir, "installation")
41 dist.script_name = os.path.join(builddir, "setup.py")
44 build_lib=os.path.join(builddir, "lib"),
59 libdir = os.path.join(destination, "lib", "python")
64 os.path.join(destination, "include", "python", "foopkg"))
65 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
77 self.user_base = os.path.join(self.tmpdir, 'B')
78 self.user_site = os.path.join(self.tmpdir, 'S')
186 cmd.record = os.path.join(project_dir, 'filelist')
216 cmd.record = os.path.join(project_dir, 'filelist'
    [all...]
test_archive_util.py 64 os.mkdir(os.path.join(tmpdir, 'sub'))
71 base_name = os.path.join(tmpdir2, target_name)
86 base_name = os.path.join(tmpdir2, target_name)
108 dist = os.path.join(tmpdir, 'dist')
112 os.mkdir(os.path.join(dist, 'sub'))
114 os.mkdir(os.path.join(dist, 'sub2'))
116 base_name = os.path.join(tmpdir2, 'archive')
136 tarball2 = os.path.join(tmpdir, 'archive2.tar.gz')
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 37 destination = os.path.join(builddir, "installation")
41 dist.script_name = os.path.join(builddir, "setup.py")
44 build_lib=os.path.join(builddir, "lib"),
59 libdir = os.path.join(destination, "lib", "python")
64 os.path.join(destination, "include", "python", "foopkg"))
65 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
77 self.user_base = os.path.join(self.tmpdir, 'B')
78 self.user_site = os.path.join(self.tmpdir, 'S')
186 cmd.record = os.path.join(project_dir, 'filelist')
216 cmd.record = os.path.join(project_dir, 'filelist'
    [all...]
test_archive_util.py 64 os.mkdir(os.path.join(tmpdir, 'sub'))
71 base_name = os.path.join(tmpdir2, target_name)
86 base_name = os.path.join(tmpdir2, target_name)
108 dist = os.path.join(tmpdir, 'dist')
112 os.mkdir(os.path.join(dist, 'sub'))
114 os.mkdir(os.path.join(dist, 'sub2'))
116 base_name = os.path.join(tmpdir2, 'archive')
136 tarball2 = os.path.join(tmpdir, 'archive2.tar.gz')
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive'
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 165 st.join();
184 st.join();
231 t.join();
251 st.join();
347 firstOne.join();
348 secondOne.join();
361 t.join();
418 st.join();
537 st.join();
590 * java.lang.Thread#join()
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 30 testbasedir = os.path.join(
67 baseDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
68 libDir = os.path.join(baseDir, 'lib')
70 jar = os.path.join(libDir, 'ST-4.0.1.jar')
78 jar = os.path.join(libDir, 'antlr-2.7.7.jar')
86 jar = os.path.join(libDir, 'junit-4.2.jar')
94 cp.append(os.path.join(baseDir, 'runtime', 'Python', 'build'))
96 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"'
125 raise AssertionError(''.join(difflib.unified_diff(a, b)))
150 self._baseDir = os.path.join(
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
project.py 19 x = os.path.abspath(os.path.join(dirpath, f))
52 n = os.path.abspath(os.path.join(basedir, filename))
60 n = os.path.abspath(os.path.join(basedir, filename))
82 tvcm_path = os.path.abspath(os.path.join(
218 node = "M%i [%s];" % (m.id, ','.join(attr_items))
231 """ % ('\n'.join(self.nodes), '\n'.join(self.edges))
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
test_utils.js 74 var srcFilePath = path.join(dataDirPath, dirName, 'src.html'),
75 expectedFilePath = path.join(dataDirPath, dirName, 'expected.html'),
98 var filePath = path.join(dataDirPath, fileName),
121 var fragmentContextTagName = descr['#document-fragment'] && descr['#document-fragment'].join('');
127 input: descr['#data'].join('\r\n'),
128 expected: descr['#document'].join('\n'),
214 str += serializedAttrs.sort().join('');
  /external/clang/test/Unit/
lit.cfg 21 config.test_exec_root = os.path.join(clang_obj_root, 'unittests')
70 clang_src_root = os.path.join(llvm_src_root, "tools", "clang")
71 clang_obj_root = os.path.join(llvm_obj_root, "tools", "clang")
75 this_src_root = os.path.join(os.path.dirname(__file__),'..','..')
80 site_cfg = os.path.join(clang_obj_root, 'test', 'Unit', 'lit.site.cfg')
101 shlibpath = os.path.pathsep.join((llvm_libs_dir,
106 shlibpath = os.path.pathsep.join((config.shlibdir, shlibpath))
  /external/deqp/scripts/
build_caselists.py 48 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}")
66 return os.path.join(buildCfg.getBuildDir(), "modules")
74 fullPath = os.path.join(modulesDir, entry)
84 return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseListType))
87 workDir = os.path.join(getModulesPath(buildCfg), module.dirName)
92 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
100 dstPath = os.path.join(dstDir, caseListFile)
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedIntsTest.java 247 assertEquals("", join());
248 assertEquals("1", join(1));
249 assertEquals("1,2", join(1, 2));
250 assertEquals("4294967295,2147483648", join(-1, Integer.MIN_VALUE));
252 assertEquals("123", UnsignedInts.join("", 1, 2, 3));
255 private static String join(int... values) { method in class:UnsignedIntsTest
256 return UnsignedInts.join(",", values);
  /external/sfntly/cpp/src/test/
lock_test.cc 94 PlatformThread::Join(handle);
136 PlatformThread::Join(handle);
150 PlatformThread::Join(handle);
200 PlatformThread::Join(handle);
223 PlatformThread::Join(handle1);
224 PlatformThread::Join(handle2);
225 PlatformThread::Join(handle3);
  /external/v8/test/webkit/
testcfg.py 58 testname = os.path.join(dirname[len(self.root) + 1:], filename[:-3])
79 files = [ os.path.normpath(os.path.join(self.root, '..', '..', f))
81 testfilename = os.path.join(self.root, testcase.path + self.suffix())
85 files.append(os.path.join(self.root, "resources/standalone-pre.js"))
87 files.append(os.path.join(self.root, "resources/standalone-post.js"))
97 filename = os.path.join(self.root, testcase.path + self.suffix())
117 file_name = os.path.join(self.root, testpath) + "-expected.txt"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 46 self.dir = os.path.join(tmpdir, 'dir')
47 self.dir_same = os.path.join(tmpdir, 'dir-same')
48 self.dir_diff = os.path.join(tmpdir, 'dir-diff')
58 output = open(os.path.join(dir, fn), 'w')
62 output = open(os.path.join(self.dir_diff, 'file2'), 'w')
89 output = open(os.path.join(self.dir, 'file2'), 'w')
122 output = open(os.path.join(self.dir, 'file2'), 'w')
test_pkgutil.py 31 package_dir = os.path.join(self.dirname, pkg)
34 f = open(os.path.join(package_dir, '__init__.py'), "wb")
37 f = open(os.path.join(package_dir, 'res.txt'), "wb")
40 os.mkdir(os.path.join(package_dir, 'sub'))
41 f = open(os.path.join(package_dir, 'sub', 'res.txt'), "wb")
61 zip_file = os.path.join(self.dirname, zip)
84 d = os.path.join(self.dirname, package_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 46 self.dir = os.path.join(tmpdir, 'dir')
47 self.dir_same = os.path.join(tmpdir, 'dir-same')
48 self.dir_diff = os.path.join(tmpdir, 'dir-diff')
58 output = open(os.path.join(dir, fn), 'w')
62 output = open(os.path.join(self.dir_diff, 'file2'), 'w')
89 output = open(os.path.join(self.dir, 'file2'), 'w')
122 output = open(os.path.join(self.dir, 'file2'), 'w')
test_pkgutil.py 31 package_dir = os.path.join(self.dirname, pkg)
34 f = open(os.path.join(package_dir, '__init__.py'), "wb")
37 f = open(os.path.join(package_dir, 'res.txt'), "wb")
40 os.mkdir(os.path.join(package_dir, 'sub'))
41 f = open(os.path.join(package_dir, 'sub', 'res.txt'), "wb")
61 zip_file = os.path.join(self.dirname, zip)
84 d = os.path.join(self.dirname, package_name)
  /external/compiler-rt/test/asan/
lit.cfg 25 new_ld_library_path = os.path.pathsep.join(
75 clang_wrapper = os.path.join(asan_lit_source_dir,
82 return " " + " ".join([clang_wrapper, config.clang] + compile_flags) + " "
106 os.path.join(config.compiler_rt_libdir, "clang_rt.asan_dll_thunk-i386.lib")))
109 asan_source_dir = os.path.join(
112 asan_symbolize = os.path.join(asan_source_dir, "scripts", "asan_symbolize.py")
118 sanitizer_common_source_dir = os.path.join(
120 sancov = os.path.join(sanitizer_common_source_dir, "scripts", "sancov.py")
164 libasan_dir = os.path.join(gcc_dir, "..", "lib" + config.bits)
  /external/skia/tools/
gen_bench_expectations_from_codereview.py 25 CHECKOUT_PATH = os.path.realpath(os.path.join(
27 TMP_BENCH_DATA_DIR = os.path.join(CHECKOUT_PATH, '.bench_data')
53 json_url = '/'.join(split_url)
135 step_url = '/'.join((try_build.json_url, 'steps', step_name))
196 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder)
213 output_file = os.path.join(CHECKOUT_PATH, 'expectations', 'bench',
217 os.path.join(CHECKOUT_PATH, 'bench',
226 failure += 'Failed to load data for: %s\n\n' % ','.join(failed_data_pull)
228 failure += 'Failed to generate expectations for: %s\n\n' % ','.join(
  /external/v8/build/
gyp_v8 41 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.*')):
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 31 path = os.path.join(platforms_root, dirname)
44 if os.path.isfile(os.path.join(root, filename)):
51 includes_root = os.path.join(root, 'include')
59 path = os.path.join(dirname, subdirname)
71 arch_root = os.path.join(root, arch)
78 platform_root = os.path.join(self.root, platform)
118 self.aosp_root = os.path.normpath(os.path.join(script_root, '../../..'))
119 self.platforms_root = os.path.join(self.aosp_root, 'development/ndk/platforms')
120 self.bionic_root = os.path.join(self.aosp_root, 'bionic/libc')
152 path_bionic = os.path.join(self.bionic_root, arch_root, 'include', root
    [all...]
  /external/boringssl/src/util/
generate_build_files.py 164 cmakefiles.append(os.path.join(path, filename))
202 cfiles.append(os.path.join(path, filename))
228 'input': os.path.join(os.path.dirname(cmakefile), params[1]),
229 'output': os.path.join(os.path.dirname(cmakefile), params[0]),
291 output = os.path.join(outDir, output[4:])
306 crypto_c_files = FindCFiles(os.path.join('src', 'crypto'), NoTests)
307 ssl_c_files = FindCFiles(os.path.join('src', 'ssl'), NoTests)
308 tool_cc_files = FindCFiles(os.path.join('src', 'tool'), NoTests)
313 cwd=os.path.join('src', 'crypto', 'err'),
317 test_support_cc_files = FindCFiles(os.path.join('src', 'crypto', 'test')
    [all...]
  /external/chromium-trace/trace-viewer/tracing/build/
generate_about_tracing_contents.py 12 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
42 o = codecs.open(os.path.join(options.out_dir, "about_tracing.html"), 'w',
56 o = codecs.open(os.path.join(options.out_dir, "about_tracing.js"), 'w',
vulcanize_trace_viewer.py 10 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
48 os.path.join(os.path.dirname(__file__), '..', '..'))
52 output_filename = os.path.join(
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/
gl-matrix.rb 27 File.expand_path GLMatrix.base_path.join('spec/jasmine.yml')
52 env.append_path base_path.join('src')
64 dest = base_path.join dest

Completed in 1161 milliseconds

<<11121314151617181920>>