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

<<11121314151617181920>>

  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/
path_utils.js 49 join: function(a, b) {
73 var res = this.join(this.currentWorkingDirectory, a);
94 var prefix = parts.join('/');
  /external/chromium-trace/
update.py 10 trace_viewer_dir = os.path.join(script_dir, 'trace-viewer')
32 trace_viewer_git_dir = os.path.join(trace_viewer_dir, '.git')
54 build_dir = os.path.join(trace_viewer_dir)
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex.pass.cpp 70 t.join();
78 t.join();
79 q.join();
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock_shared.pass.cpp 66 t.join();
74 t.join();
75 q.join();
  /external/libcxxabi/test/libcxxabi/test/
config.py 22 os.path.join(self.libcxxabi_src_root, '/../libcxx'))
37 os.path.join(self.libcxx_src_root, '/include'))
45 os.path.join(self.libcxxabi_src_root, 'include'))
  /external/libvpx/libvpx/tools/
intersect-diffs.py 37 return "".join(r)
41 """Join two hunk lists on filename."""
57 # Join the right hand side of the older diff with the left hand side of the
  /external/lldb/test/api/multithreaded/
TestMultithreaded.py 11 mydir = os.path.join("api", "multithreaded")
62 exe = [os.path.join(os.getcwd(), test_name), self.inferior]
65 print "Running test %s" % " ".join(exe)
  /external/lldb/test/macosx/debug-info/apple_types/
TestAppleTypesIsProduced.py 13 mydir = os.path.join("macosx", "debug-info", "apple_types")
40 exe = os.path.join(os.getcwd(), "main.o")
42 exe = os.path.join(os.getcwd(), "a.out.dSYM/Contents/Resources/DWARF/a.out")
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 40 print ' || '.join('Mnemonic == "%s"' % m
42 print ' || '.join('Mnemonic == "%s"' % m
51 file = os.path.join(llvm_obj_root,
  /external/ltrace/testsuite/lib/
compiler.c 48 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
50 set compiler_info [join {gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
57 set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
  /external/markdown/
setup.py 16 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/skia/platform_tools/android/tests/
android_framework_gyp_tests.py 45 os.rename(f[1], os.path.join(self.__tmp_dir, basename))
51 full_name = os.path.join(self.__tmp_dir, basename)
57 full_name = os.path.join(self.__tmp_dir, basename)
  /external/skia/src/c/
sk_paint.cpp 26 SkPaint::Join fSK;
39 #define SKType SkPaint::Join
127 SkPaint::Join skjoin;
  /external/skia/tools/
generate_includes_cpp.py 39 full_path = posixpath.join(top_dir, filename)
45 headers.append(os.path.join(filename, nested_header))
55 with open(os.path.join(os.getcwd(), output_file), "w+") as output:
  /external/v8/src/base/platform/
platform-unittest.cc 36 virtual void Run() OVERRIDE { Join(); }
45 thread.Join();
106 Join();
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
lit.cfg 32 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP',
38 config.test_exec_root = os.path.join(config.build_top, 'out', 'host',
47 os.path.join(config.base_build_path, 'lib') + ":" + \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
intersect-diffs.py 37 return "".join(r)
41 """Join two hunk lists on filename."""
57 # Join the right hand side of the older diff with the left hand side of the
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex.pass.cpp 68 t.join();
76 t.join();
77 q.join();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock_shared.pass.cpp 64 t.join();
72 t.join();
73 q.join();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 51 file = os.path.join(self.dir, name)
61 item = ModuleBrowserTreeItem(os.path.join(self.dir, name))
68 init = os.path.join(file, "__init__.py")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 23 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), "data")
24 FIXER_DIR = os.path.join(TEST_DATA_DIR, "fixers")
192 test_file = os.path.join(tmpdir, os.path.basename(test_file))
215 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
219 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
248 os.mkdir(os.path.join(dir, "a_dir"))
250 open(os.path.join(dir, fn), "wb").close()
256 [os.path.join(dir, path) for path in expected])
267 os.path.join("a_dir", "stuff.py")]
271 fn = os.path.join(TEST_DATA_DIR, "different_encoding.py"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 24 _dir = os.path.join(_dir, 'Resources')
41 __file__ = os.path.join(_dir, '__main__.py')
50 __file__ = os.path.join(_dir, '__main__.pyc')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dircache.py 22 f = open(os.path.join(self.tempdir, fname), 'w')
26 os.mkdir(os.path.join(self.tempdir, fname))
29 fname = os.path.join(self.tempdir, fname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 51 file = os.path.join(self.dir, name)
61 item = ModuleBrowserTreeItem(os.path.join(self.dir, name))
68 init = os.path.join(file, "__init__.py")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 23 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), "data")
24 FIXER_DIR = os.path.join(TEST_DATA_DIR, "fixers")
192 test_file = os.path.join(tmpdir, os.path.basename(test_file))
215 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
219 test_file = os.path.join(FIXER_DIR, "parrot_example.py")
248 os.mkdir(os.path.join(dir, "a_dir"))
250 open(os.path.join(dir, fn), "wb").close()
256 [os.path.join(dir, path) for path in expected])
267 os.path.join("a_dir", "stuff.py")]
271 fn = os.path.join(TEST_DATA_DIR, "different_encoding.py"
    [all...]

Completed in 399 milliseconds

<<11121314151617181920>>