HomeSort by relevance Sort by last modified time
    Searched refs:cdl (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 112 private final CountDownLatch cdl; field in class:OldAndroidMonitorTest.Waiter
115 public Waiter(Object lock, CountDownLatch cdl) {
117 this.cdl = cdl;
125 cdl.countDown();
144 final CountDownLatch cdl = new CountDownLatch(1); local
145 final Waiter waiter = new Waiter(lock, cdl);
151 cdl.await();
EnumTest.java 54 public static final CountDownLatch cdl = new CountDownLatch(1); field in class:EnumTest
67 cdl.await();
108 cdl.countDown();
  /libcore/luni/src/test/java/libcore/java/lang/ref/
ReferenceQueueTest.java 97 final CountDownLatch cdl = new CountDownLatch(1); local
102 cdl.countDown();
111 countedDown = cdl.await(1000, TimeUnit.MILLISECONDS);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MenuExecutor.java 317 ConfirmDialogListener cdl = new ConfirmDialogListener(action, listener); local
320 .setOnCancelListener(cdl)
321 .setPositiveButton(R.string.ok, cdl)
322 .setNegativeButton(R.string.cancel, cdl)
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 257 private final CountDownLatch cdl = new CountDownLatch(1); field in class:AsynchronousFileChannelTest.RecordingHandler
264 cdl.countDown();
274 return cdl.await(10, TimeUnit.SECONDS);
  /art/test/125-gc-and-classloading/src/
Main.java 23 CountDownLatch cdl = new CountDownLatch(1); local
24 GcThread gcThread = new GcThread(cdl);
25 ClassLoadingThread classLoadingThread = new ClassLoadingThread(cdl);
34 CountDownLatch cdl; field in class:Main.GcThread
36 GcThread(CountDownLatch cdl) {
37 this.cdl = cdl;
44 cdl.countDown();
51 CountDownLatch cdl; field in class:Main.ClassLoadingThread
53 ClassLoadingThread(CountDownLatch cdl) {
    [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 678 void cdl(const std::string &cdl_);
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 171 image_.cdl( _cdl.c_str() );
    [all...]
Image.cpp 2147 void Magick::Image::cdl(const std::string &cdl_) function in class:Magick::Image
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 172 CountDownLatch cdl = new CountDownLatch(1); local
177 cdl.countDown();
179 cdl.await(1, TimeUnit.SECONDS);
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 

Completed in 685 milliseconds