HomeSort by relevance Sort by last modified time
    Searched defs:join (Results 151 - 175 of 637) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mozilla/
testcfg.py 31 from os.path import join, exists namespace
78 [ '--expose-gc', join(self.root, 'mozilla-shell-emulation.js') ]
98 current_root = join(self.root, 'data', test_dir)
112 script = join(self.root, reduce(join, dir, ''), 'shell.js')
122 test = MozillaTestCase(join(root, file), full_path, self.context,
131 status_file = join(self.root, 'mozilla.status')
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 100 thread.join();
  /frameworks/base/services/java/com/android/server/
ShutdownActivity.java 65 thr.join();
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioStream.java 36 * AudioGroup by calling {@link #join(AudioGroup)} with {@code null} and put it
79 * Joins an {@link AudioGroup}. Each stream can join only one group at a
83 * @param group The AudioGroup to join or {@code null} to leave.
87 public void join(AudioGroup group) { method in class:AudioStream
  /libcore/luni/src/test/java/libcore/java/lang/
OldInheritableThreadLocalTest.java 44 thread.join();
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 95 t1.join();
96 t2.join();
97 t3.join();
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 90 t.join();
102 t.join();
115 t.join();
131 t1.join();
132 t2.join();
  /art/test/074-gc-thrash/src/
Main.java 126 robin.join();
127 deep.join();
128 large.join();
130 System.err.println("join was interrupted");
  /dalvik/tests/074-gc-thrash/src/
Main.java 126 robin.join();
127 deep.join();
128 large.join();
130 System.err.println("join was interrupted");
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 180 httpServer.join();
214 server.join();
215 proxy.join();
258 server.join();
259 proxy.join();
300 proxy.join();
  /cts/libs/deviceutil/src/android/cts/util/
WatchDog.java 64 mThread.join();
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 71 public static String join(String delimiter, Object... objects) { method in class:Strings
72 return join(Arrays.asList(objects), delimiter);
75 public static String join(Iterable<?> objects, String delimiter) { method in class:Strings
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewStartupTest.java 67 background.join();
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/
Test_monitor_exit.java 38 th.join();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerUTCTimeEDTest.java 128 workers[i].join(); method
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
PolicyQualifierInfoTest.java 159 workers[i].join(); method
177 workers[i].join(); method
  /external/chromium/base/memory/
linked_ptr.h 57 // Join an existing circle.
58 void join(linked_ptr_internal const* ptr) { function in class:linked_ptr_internal
64 // last member of the circle. Once this is done, you can join() another.
158 link_.join(&ptr->link_);
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 107 // Join an existing circle.
109 void join(linked_ptr_internal const* ptr) { function in class:testing::internal::linked_ptr_internal
119 // last member of the circle. Once this is done, you can join() another.
206 link_.join(&ptr->link_);
  /external/chromium_org/base/memory/
linked_ptr.h 56 // Join an existing circle.
57 void join(linked_ptr_internal const* ptr) { function in class:linked_ptr_internal
63 // last member of the circle. Once this is done, you can join() another.
157 link_.join(&ptr->link_);
  /external/chromium_org/media/cdm/ppapi/
linked_ptr.h 59 // Join an existing circle.
60 void join(linked_ptr_internal const* ptr) { function in class:linked_ptr_internal
66 // last member of the circle. Once this is done, you can join() another.
162 link_.join(&ptr->link_);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 107 // Join an existing circle.
109 void join(linked_ptr_internal const* ptr) { function in class:testing::internal::linked_ptr_internal
119 // last member of the circle. Once this is done, you can join() another.
206 link_.join(&ptr->link_);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 314 ir_expression_operation join; local
317 join = ir_binop_logic_and;
319 join = ir_binop_logic_or;
326 last = new(mem_ctx) ir_expression(join,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 58 inline GrGLenum join_to_gl_join(SkPaint::Join join) {
64 return gSkJoinsToGrGLJoins[join];
124 GrGLenum join = join_to_gl_join(stroke.getJoin()); local
125 GL_CALL(PathParameteri(fPathID, GR_GL_PATH_JOIN_STYLE, join));
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 107 // Join an existing circle.
109 void join(linked_ptr_internal const* ptr) { function in class:testing::internal::linked_ptr_internal
119 // last member of the circle. Once this is done, you can join() another.
206 link_.join(&ptr->link_);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 157 * {@code separator}. For example, {@code join(":", (byte) 1, (byte) 2,
164 public static String join(String separator, byte... array) { method in class:UnsignedBytes

Completed in 136 milliseconds

1 2 3 4 5 67 8 91011>>