HomeSort by relevance Sort by last modified time
    Searched refs:cdl (Results 1 - 10 of 10) 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)
  /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...]

Completed in 571 milliseconds