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

  /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/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 

Completed in 1671 milliseconds