Searched defs:join (Results 151 - 175 of 495) sorted by relevance

1234567891011>>

/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
H A Dtest_all.py374 def join(self, cursor_list) : member in class:DB_py3k
376 return dup_cursor_py3k(self._db.join(cursor_list))
504 path=os.path.join(get_new_path.prefix,
531 get_new_path.prefix=os.path.join(os.environ.get("TMPDIR",
532 os.path.join(os.sep,"tmp")), "z-Berkeley_DB")
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_os.py182 self.fname = os.path.join(test_support.TESTFN, "f1")
388 from os.path import join namespace
402 walk_path = join(test_support.TESTFN, "TEST1")
403 sub1_path = join(walk_path, "SUB1")
404 sub11_path = join(sub1_path, "SUB11")
405 sub2_path = join(walk_path, "SUB2")
406 tmp1_path = join(walk_path, "tmp1")
407 tmp2_path = join(sub1_path, "tmp2")
408 tmp3_path = join(sub2_path, "tmp3")
409 link_path = join(sub2_pat
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dthreading.py651 # allowing .join() to return.
866 # notify anyway (join() is forbidden on them).
909 def join(self, timeout=None): member in class:Thread
912 This blocks the calling thread until the thread whose join() method is
918 (or fractions thereof). As join() always returns None, you must call
919 isAlive() after join() to decide whether a timeout happened -- if the
920 thread is still alive, the join() call timed out.
925 A thread can be join()ed many times.
927 join() raises a RuntimeError if an attempt is made to join th
1144 def join(self, timeout=None): member in class:_DummyThread
[all...]
H A Dpydoc.py57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
92 return lines[0], join(lines[2:], '\n')
93 return '', join(lines, '\n')
111 text = join(split(text, pairs[0]), pairs[1])
191 if os.path.isfile(os.path.join(path, '__init__' + ext)):
355 basedir = os.path.join(sys.exec_prefix, "lib",
362 not file.startswith(os.path.join(basedir, 'site-packages')))) and
367 docloc = os.path.join(docloc, object.__name__ + ".html")
390 methodname = 'repr_' + join(split(type(x).__name__), '_')
560 return join(result
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbobj.py170 def join(self, *args, **kwargs): member in class:DB
171 return self._cobj.join(*args, **kwargs)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_all.py374 def join(self, cursor_list) : member in class:DB_py3k
376 return dup_cursor_py3k(self._db.join(cursor_list))
504 path=os.path.join(get_new_path.prefix,
531 get_new_path.prefix=os.path.join(os.environ.get("TMPDIR",
532 os.path.join(os.sep,"tmp")), "z-Berkeley_DB")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_os.py182 self.fname = os.path.join(test_support.TESTFN, "f1")
388 from os.path import join namespace
402 walk_path = join(test_support.TESTFN, "TEST1")
403 sub1_path = join(walk_path, "SUB1")
404 sub11_path = join(sub1_path, "SUB11")
405 sub2_path = join(walk_path, "SUB2")
406 tmp1_path = join(walk_path, "tmp1")
407 tmp2_path = join(sub1_path, "tmp2")
408 tmp3_path = join(sub2_path, "tmp3")
409 link_path = join(sub2_pat
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dthreading.py651 # allowing .join() to return.
866 # notify anyway (join() is forbidden on them).
909 def join(self, timeout=None): member in class:Thread
912 This blocks the calling thread until the thread whose join() method is
918 (or fractions thereof). As join() always returns None, you must call
919 isAlive() after join() to decide whether a timeout happened -- if the
920 thread is still alive, the join() call timed out.
925 A thread can be join()ed many times.
927 join() raises a RuntimeError if an attempt is made to join th
1144 def join(self, timeout=None): member in class:_DummyThread
[all...]
H A Dpydoc.py57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
92 return lines[0], join(lines[2:], '\n')
93 return '', join(lines, '\n')
111 text = join(split(text, pairs[0]), pairs[1])
191 if os.path.isfile(os.path.join(path, '__init__' + ext)):
355 basedir = os.path.join(sys.exec_prefix, "lib",
362 not file.startswith(os.path.join(basedir, 'site-packages')))) and
367 docloc = os.path.join(docloc, object.__name__ + ".html")
390 methodname = 'repr_' + join(split(type(x).__name__), '_')
560 return join(result
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbobj.py170 def join(self, *args, **kwargs): member in class:DB
171 return self._cobj.join(*args, **kwargs)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_all.py374 def join(self, cursor_list) : member in class:DB_py3k
376 return dup_cursor_py3k(self._db.join(cursor_list))
504 path=os.path.join(get_new_path.prefix,
531 get_new_path.prefix=os.path.join(os.environ.get("TMPDIR",
532 os.path.join(os.sep,"tmp")), "z-Berkeley_DB")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_os.py182 self.fname = os.path.join(test_support.TESTFN, "f1")
388 from os.path import join namespace
402 walk_path = join(test_support.TESTFN, "TEST1")
403 sub1_path = join(walk_path, "SUB1")
404 sub11_path = join(sub1_path, "SUB11")
405 sub2_path = join(walk_path, "SUB2")
406 tmp1_path = join(walk_path, "tmp1")
407 tmp2_path = join(sub1_path, "tmp2")
408 tmp3_path = join(sub2_path, "tmp3")
409 link_path = join(sub2_pat
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dthreading.py651 # allowing .join() to return.
866 # notify anyway (join() is forbidden on them).
909 def join(self, timeout=None): member in class:Thread
912 This blocks the calling thread until the thread whose join() method is
918 (or fractions thereof). As join() always returns None, you must call
919 isAlive() after join() to decide whether a timeout happened -- if the
920 thread is still alive, the join() call timed out.
925 A thread can be join()ed many times.
927 join() raises a RuntimeError if an attempt is made to join th
1144 def join(self, timeout=None): member in class:_DummyThread
[all...]
H A Dpydoc.py57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
92 return lines[0], join(lines[2:], '\n')
93 return '', join(lines, '\n')
111 text = join(split(text, pairs[0]), pairs[1])
191 if os.path.isfile(os.path.join(path, '__init__' + ext)):
355 basedir = os.path.join(sys.exec_prefix, "lib",
362 not file.startswith(os.path.join(basedir, 'site-packages')))) and
367 docloc = os.path.join(docloc, object.__name__ + ".html")
390 methodname = 'repr_' + join(split(type(x).__name__), '_')
560 return join(result
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dmanagers.py331 return '\n'.join(result)
363 p.join()
522 ident = ':'.join(str(i) for i in self._process._identity)
572 def join(self, timeout=None): member in class:BaseManager
576 self._process.join(timeout)
620 process.join(timeout=0.2)
626 process.join(timeout=0.1)
945 return 'Namespace(%s)' % str.join(', ', temp)
1073 'apply', 'apply_async', 'close', 'imap', 'imap_unordered', 'join',
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dmanagers.py331 return '\n'.join(result)
363 p.join()
522 ident = ':'.join(str(i) for i in self._process._identity)
572 def join(self, timeout=None): member in class:BaseManager
576 self._process.join(timeout)
620 process.join(timeout=0.2)
626 process.join(timeout=0.1)
945 return 'Namespace(%s)' % str.join(', ', temp)
1073 'apply', 'apply_async', 'close', 'imap', 'imap_unordered', 'join',
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dmanagers.py331 return '\n'.join(result)
363 p.join()
522 ident = ':'.join(str(i) for i in self._process._identity)
572 def join(self, timeout=None): member in class:BaseManager
576 self._process.join(timeout)
620 process.join(timeout=0.2)
626 process.join(timeout=0.1)
945 return 'Namespace(%s)' % str.join(', ', temp)
1073 'apply', 'apply_async', 'close', 'imap', 'imap_unordered', 'join',
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dmanagers.py331 return '\n'.join(result)
363 p.join()
522 ident = ':'.join(str(i) for i in self._process._identity)
572 def join(self, timeout=None): member in class:BaseManager
576 self._process.join(timeout)
620 process.join(timeout=0.2)
626 process.join(timeout=0.1)
945 return 'Namespace(%s)' % str.join(', ', temp)
1073 'apply', 'apply_async', 'close', 'imap', 'imap_unordered', 'join',
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpydoc.py57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
92 return lines[0], join(lines[2:], '\n')
93 return '', join(lines, '\n')
111 text = join(split(text, pairs[0]), pairs[1])
191 if os.path.isfile(os.path.join(path, '__init__' + ext)):
355 basedir = os.path.join(sys.exec_prefix, "lib",
362 not file.startswith(os.path.join(basedir, 'site-packages')))) and
367 docloc = os.path.join(docloc, object.__name__ + ".html")
390 methodname = 'repr_' + join(split(type(x).__name__), '_')
560 return join(result
[all...]
/prebuilts/misc/common/json/
H A Djson-prebuilt.jar ... .json.JSONException public java.lang.String join (java.lang.String) throws org.json. ...
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A Dturtle.py113 from os.path import isfile, split, join namespace
236 cfg_file2 = join(head, default_cfg)
3814 argText1 = ", ".join(items1)
3816 argText2 = ", ".join(items2)
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A Dturtle.py113 from os.path import isfile, split, join namespace
236 cfg_file2 = join(head, default_cfg)
3814 argText1 = ", ".join(items1)
3816 argText2 = ", ".join(items2)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py113 from os.path import isfile, split, join namespace
236 cfg_file2 = join(head, default_cfg)
3814 argText1 = ", ".join(items1)
3816 argText2 = ", ".join(items2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py113 from os.path import isfile, split, join namespace
236 cfg_file2 = join(head, default_cfg)
3814 argText1 = ", ".join(items1)
3816 argText2 = ", ".join(items2)
/prebuilts/tools/common/fest/
H A Dfest-util-1.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/fest/ org/fest/util/ org/fest/util/ArrayFormatter ...

Completed in 728 milliseconds

1234567891011>>