/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
PhantomReferenceTest.java | 84 t.join();
|
SoftReferenceTest.java | 108 t.join(); 127 t.join();
|
/libcore/luni/src/test/java/tests/support/ |
ThreadPool.java | 73 public void join() { method in class:ThreadPool 83 threads[i].join(); method
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
thread.cpp | 39 thread::join() function in class:thread 44 throw system_error(error_code(ec, system_category()), "thread::join failed");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppRfcommListener.java | 218 //mSocketAcceptThread.join(JOIN_TIMEOUT_MS); 219 mSocketAcceptThread.join(); 224 if (V) Log.v(TAG, "Interrupted waiting for Accept Thread to join");
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageLoader.java | 167 t.join();
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PostalSplitter.java | 25 * Split and join {@link StructuredPostal} fields. 84 public String join(Postal postal) { method in class:PostalSplitter
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
Colors.java | 123 mRendererHandlerThread.join();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
debug_map_base.hpp | 113 join(PB_DS_CLASS_C_DEC& other); 336 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
debug_map_base.hpp | 117 join(PB_DS_CLASS_C_DEC& other); 327 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
debug_map_base.hpp | 117 join(PB_DS_CLASS_C_DEC& other); 327 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 113 join(PB_DS_CLASS_C_DEC& other); 336 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 113 join(PB_DS_CLASS_C_DEC& other); 336 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 113 join(PB_DS_CLASS_C_DEC& other); 336 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 113 join(PB_DS_CLASS_C_DEC& other); 336 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 117 join(PB_DS_CLASS_C_DEC& other); 327 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 115 join(PB_DS_CLASS_C_DEC&, bool with_cleanup = true); 327 join(PB_DS_CLASS_C_DEC& other, bool with_cleanup) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 117 join(PB_DS_CLASS_C_DEC& other); 327 join(PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 115 join(PB_DS_CLASS_C_DEC&, bool with_cleanup = true); 327 join(PB_DS_CLASS_C_DEC& other, bool with_cleanup) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 114 join(PB_DS_CLASS_C_DEC&, bool with_cleanup = true); 326 join(PB_DS_CLASS_C_DEC& other, bool with_cleanup) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
macpath.py | 9 __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)
|
ntpath.py | 16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 61 # Join two (or more) paths. 63 def join(a, *p): function 64 """Join two or more pathname components, inserting "\\" as needed. 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:/' 95 # Join, and ensure there's a separator [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 107 ':'.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/python/linux-x86/2.7.5/lib/python2.7/ |
macpath.py | 9 __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)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
process.py | 107 ':'.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'
|