Searched defs:join (Results 76 - 100 of 495) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
H A Dtest_email_torture.py23 from os.path import join, dirname, abspath namespace
24 path = abspath(join(dirname(testfile), os.pardir, 'moredata', filename))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
44 def join(a, *p): function
142 return prefix + '/'.join(comps)
153 path = join(cwd, path)
H A Dmacpath.py9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
42 def join(s, *p): function
61 The result (s, t) is such that join(s, t) yields the original argument."""
151 s = ":".join(comps)
181 name = join(top, name)
193 path = join(cwd, path)
208 path = join(path, c)
H A Dntpath.py16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
63 def join(a, *p): function
76 # 1. join('c:', '/a') == 'c:/a'
77 # 2. join('c:/', '/a') == 'c:/a'
79 # 3. join('c:/a', '/b') == '/b'
80 # 4. join('c:', 'd:/') = 'd:/'
81 # 5. join('c:/', 'd:/') = 'd:/'
112 # ('a', ''), it's best if join() adds a backslash in
161 # join(head, tail) == p holds.
261 name = join(to
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DQueue.py41 # drops to zero; thread waiting to join() is notified to resume
52 If a join() is currently blocking, it will resume when all items
70 def join(self): member in class:Queue
77 When the count of unfinished tasks drops to zero, join() unblocks.
H A Dos2emxpath.py14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
44 def join(a, *p): function
142 return prefix + '/'.join(comps)
153 path = join(cwd, path)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
H A Dtest_email_torture.py23 from os.path import join, dirname, abspath namespace
24 path = abspath(join(dirname(testfile), os.pardir, 'moredata', filename))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dmacpath.py9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
42 def join(s, *p): function
61 The result (s, t) is such that join(s, t) yields the original argument."""
151 s = ":".join(comps)
181 name = join(top, name)
193 path = join(cwd, path)
208 path = join(path, c)
H A Dntpath.py16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
63 def join(a, *p): function
76 # 1. join('c:', '/a') == 'c:/a'
77 # 2. join('c:/', '/a') == 'c:/a'
79 # 3. join('c:/a', '/b') == '/b'
80 # 4. join('c:', 'd:/') = 'd:/'
81 # 5. join('c:/', 'd:/') = 'd:/'
112 # ('a', ''), it's best if join() adds a backslash in
161 # join(head, tail) == p holds.
261 name = join(to
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dprocess.py107 ':'.join(str(i) for i in self._identity)
139 def join(self, timeout=None): member in class:Process
143 assert self._parent_pid == os.getpid(), 'can only join a child process'
144 assert self._popen is not None, 'can only join a started process'
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dmacpath.py9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
42 def join(s, *p): function
61 The result (s, t) is such that join(s, t) yields the original argument."""
151 s = ":".join(comps)
181 name = join(top, name)
193 path = join(cwd, path)
208 path = join(path, c)
H A Dntpath.py16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
63 def join(a, *p): function
76 # 1. join('c:', '/a') == 'c:/a'
77 # 2. join('c:/', '/a') == 'c:/a'
79 # 3. join('c:/a', '/b') == '/b'
80 # 4. join('c:', 'd:/') = 'd:/'
81 # 5. join('c:/', 'd:/') = 'd:/'
112 # ('a', ''), it's best if join() adds a backslash in
161 # join(head, tail) == p holds.
261 name = join(to
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dprocess.py107 ':'.join(str(i) for i in self._identity)
139 def join(self, timeout=None): member in class:Process
143 assert self._parent_pid == os.getpid(), 'can only join a child process'
144 assert self._popen is not None, 'can only join a started process'
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dthread.cpp47 thread::join() function in class:thread
52 throw system_error(error_code(ec, system_category()), "thread::join failed");
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dthread.cpp41 thread::join() function in class:thread
46 throw system_error(error_code(ec, system_category()), "thread::join failed");
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
96 _GLIBCXX_DEBUG_ONLY(debug_base::join(other, false);)
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
H A Dthread.cpp47 thread::join() function in class:thread
52 throw system_error(error_code(ec, system_category()), "thread::join failed");
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dprocess.py107 ':'.join(str(i) for i in self._identity)
139 def join(self, timeout=None): member in class:Process
143 assert self._parent_pid == os.getpid(), 'can only join a child process'
144 assert self._popen is not None, 'can only join a started process'

Completed in 750 milliseconds

1234567891011>>