/cts/tests/tests/media/src/android/media/cts/ |
EqualizerTest.java | 453 mEffectListenerLooper.join();
|
VirtualizerTest.java | 400 mEffectListenerLooper.join();
|
MediaRandomTest.java | 109 * w.join(); // join the thread. 255 watchdog.join(); 346 watchdog.join();
|
PresentationSyncTest.java | 254 th.join();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 81 return self.abspath(self.join(self.cwd, path)) 182 return re.sub(re.escape(os.path.sep), self.sep, os.path.join(*comps)) 184 def join(self, *comps): member in class:MockFileSystem 238 self.last_tmpdir = self.join(dir, '%s_%u_%s' % (prefix, curno, suffix)) 265 norm_path = self.normpath(self.join(*path)) 396 destination_path = self.join(destination, self.relpath(source_file, source))
|
/external/guava/guava-tests/test/com/google/common/base/ |
SuppliersTest.java | 325 t.join(); 365 t.join();
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractServiceTest.java | 260 executionThread.join();
|
ThreadFactoryBuilderTest.java | 71 thread.join(); 196 thread.join();
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpKernel.java | 269 join(); method
|
/frameworks/base/libs/hwui/ |
PathCache.h | 111 SkPaint::Join join; member in struct:android::uirenderer::PathDescription
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
BinTree.h | 436 /// join - create a leaf node and merge it in the tree. 437 // This version of join determines the direction on compilation time. 442 BinaryTree& join(Pos position, const DataType& value) { function in class:mcld::BinaryTree
|
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
ReferenceTest.java | 214 t.join(); 321 t.join();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserString.py | 100 def join(self, seq): return self.data.join(seq) member in class:UserString
|
string.py | 39 _idmap = str('').join(l) 49 word using capitalize, and join the capitalized words using 50 join. If the optional second argument sep is absent or None, 53 sep is used to split and join the words. 56 return (sep or ' ').join(x.capitalize() for x in s.split(sep)) 78 return ''.join(L) 143 colno = i - len(''.join(lines[:-1])) 307 # Join fields with optional separator 308 def join(words, sep = ' '): function 309 """join(list [,sep]) -> strin [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 100 def join(self, seq): return self.data.join(seq) member in class:UserString
|
string.py | 39 _idmap = str('').join(l) 49 word using capitalize, and join the capitalized words using 50 join. If the optional second argument sep is absent or None, 53 sep is used to split and join the words. 56 return (sep or ' ').join(x.capitalize() for x in s.split(sep)) 78 return ''.join(L) 143 colno = i - len(''.join(lines[:-1])) 307 # Join fields with optional separator 308 def join(words, sep = ' '): function 309 """join(list [,sep]) -> strin [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 739 t.join(); [all...] |
DatabaseStatementTest.java | 291 thread.join();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
SSLSocketTest.java | 374 reader.join(30000); 376 closer.join(30000); 440 threads[i].join(); method [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PipedInputStreamTest.java | 380 worker.join();
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLSocketImplTest.java | 795 thread.join(); 894 thread.join(); [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | 378 return '{' . ( @res ? $pre : '' ) . ( @res ? join( ",$pre", @res ) . $post : '' ) . '}'; 398 return '[' . ( @res ? $pre : '' ) . ( @res ? join( ",$pre", @res ) . $post : '' ) . ']'; 545 join('', 557 join('', 1295 sub join { subroutine [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 378 return '{' . ( @res ? $pre : '' ) . ( @res ? join( ",$pre", @res ) . $post : '' ) . '}'; 398 return '[' . ( @res ? $pre : '' ) . ( @res ? join( ",$pre", @res ) . $post : '' ) . ']'; 545 join('', 557 join('', 1295 sub join { subroutine [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 378 return '{' . ( @res ? $pre : '' ) . ( @res ? join( ",$pre", @res ) . $post : '' ) . '}'; 398 return '[' . ( @res ? $pre : '' ) . ( @res ? join( ",$pre", @res ) . $post : '' ) . ']'; 545 join('', 557 join('', 1295 sub join { subroutine [all...] |