HomeSort by relevance Sort by last modified time
    Searched refs:wl (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManager_WifiLockTest.java 34 WifiLock wl = wm.createWifiLock(WIFI_TAG); local
36 wl.setReferenceCounted(true);
37 assertFalse(wl.isHeld());
38 wl.acquire();
39 assertTrue(wl.isHeld());
40 wl.release();
41 assertFalse(wl.isHeld());
42 wl.acquire();
43 wl.acquire();
44 assertTrue(wl.isHeld())
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
PowerManager_WakeLockTest.java 35 WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, TAG); local
36 assertNotNull(wl.toString());
38 wl.acquire();
39 assertTrue(wl.isHeld());
40 wl.release();
41 assertFalse(wl.isHeld());
44 wl.setReferenceCounted(true);
45 wl.acquire();
46 assertTrue(wl.isHeld());
47 wl.acquire()
    [all...]
PowerManagerTest.java 39 WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, TAG); local
40 wl.acquire(TIME);
41 assertTrue(wl.isHeld());
43 assertFalse(wl.isHeld());
  /external/bison/build-aux/
config.rpath 52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
66 wl='-Wl,'
71 wl='-Wl,
    [all...]
  /external/e2fsprogs/config/
config.rpath 47 wl=
49 wl='-Wl,'
53 wl='-Wl,'
56 wl='-Wl,'
59 wl='-Wl,'
68 wl='-Qoption,ld,
    [all...]
  /external/libexif/
config.rpath 55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
config.rpath 52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,
    [all...]
ltmain.sh     [all...]
  /external/jpeg/
ansi2knr.c 384 goto wl;
386 goto wl;
413 wl: fputs(buf, out);
ltconfig 446 wl=
451 wl='-Wl,'
482 wl='-Wl,'
483 link_static_flag="${wl}-a ${wl}archive"
488 wl='-Wl,'
499 wl='-Wl,
    [all...]