/external/clang/lib/Format/ |
Format.cpp | 1796 void join(AnnotatedLine &A, const AnnotatedLine &B) { function in class:clang::format::__anon15844::Formatter [all...] |
/external/iputils/ |
rdisc.c | 87 static int join(int sock, struct sockaddr_in *sin); 454 if (join(s, &joinaddr) < 0) { 1228 join(int sock, struct sockaddr_in *sin) function [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 1291 Join join = new Join(); local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
Game.java | 392 mGame.join();
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
MultiUserChat.java | 150 * {@link #join(String) join} the chat room. On some server implementations, 192 * @param connection the connection used to join the rooms. 232 * Returns the discovered information of a given room without actually having to join the room. 238 * @return the discovered information of a given room without actually having to join the room. 277 * discover more detailed room information or join the room. 307 * the room (effectively "locking" the room). The requesting user will join the room 350 // Send create & join packet. 385 * re-join using the new nickname. The default timeout of Smack for a reply 386 * from the group chat server that the join succeeded will be used. Afte 397 public void join(String nickname) throws XMPPException { method in class:MultiUserChat 398 join(nickname, null, null, SmackConfiguration.getPacketReplyTimeout()); method 420 public void join(String nickname, String password) throws XMPPException { method in class:MultiUserChat 421 join(nickname, password, null, SmackConfiguration.getPacketReplyTimeout()); method 449 public synchronized void join( method in class:MultiUserChat [all...] |
/external/v8/tools/ |
test.py | 34 from os.path import join, dirname, abspath, basename, isdir, exists namespace 79 print "Path: %s" % "/".join(test.path) 96 thread.join(timeout=10000000) 148 return " ".join(parts) 471 if context.verbose: print "#", " ".join(args) 741 command_line = (['scons', '-Y', context.workspace, 'mode=' + ",".join(mode)] [all...] |
/external/valgrind/main/coregrind/ |
vgdb.c | 1731 int join; local [all...] |
/frameworks/base/core/java/android/text/ |
TextUtils.java | 278 public static CharSequence join(Iterable<CharSequence> list) { method in class:TextUtils 280 return join(delimiter, list); 288 public static String join(CharSequence delimiter, Object[] tokens) { method in class:TextUtils 307 public static String join(CharSequence delimiter, Iterable tokens) { method in class:TextUtils [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageRenderer.java | 794 join(); method
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphRunner.java | 890 mRunThread.join(); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
ServerSocketChannelTest.java | 393 writeThread.join(); 438 writeThread.join(); 461 writeThread.join(); 504 writeThread.join();
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramSocketTest.java | 1088 protected void join(InetAddress arg0) throws IOException {} method in class:OldDatagramSocketTest.testDatagramSocketImpl 2055 protected void join(InetAddress arg0) throws IOException { method in class:OldDatagramSocketTest.TestDatagramSocketImpl [all...] |
/libcore/luni/src/test/java/libcore/sqlite/ |
OldDatabaseTest.java | 259 threadPool.join(); 333 threadPool.join(); 364 // threadPool.join(); 423 threadPool.join(); 448 threadPool.join(); [all...] |
/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageRenderer.java | 794 join(); method
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageRenderer.java | 794 join(); method
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
NotificationUtils.java | 225 notificationSet.add(TextUtils.join(NOTIFICATION_PART_SEPARATOR, partValues)); [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | [all...] |
/prebuilts/misc/common/json/ |
json-prebuilt.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 57 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(results, '' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 57 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(results, '' [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 3700 int join; local [all...] |
p2p_supplicant.c | 39 * How many times to try to scan to find the GO before giving up on join 3645 int join = wpas_p2p_peer_go(wpa_s, local 3686 int join = wpas_p2p_peer_go(wpa_s, local [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 113 from os.path import isfile, split, join namespace 236 cfg_file2 = join(head, default_cfg) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 113 from os.path import isfile, split, join namespace 236 cfg_file2 = join(head, default_cfg) [all...] |