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

1 2 3

  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManager_WifiLockTest.java 67 WifiLock wl = wm.createWifiLock(WIFI_TAG); local
69 wl.setReferenceCounted(true);
70 assertFalse(wl.isHeld());
71 wl.acquire();
72 assertTrue(wl.isHeld());
73 wl.release();
74 assertFalse(wl.isHeld());
75 wl.acquire();
76 wl.acquire();
77 assertTrue(wl.isHeld())
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
PowerManagerTest.java 53 PowerManager.WakeLock wl = mPm.newWakeLock(PowerManager.FULL_WAKE_LOCK, "FULL_WAKE_LOCK"); local
54 doTestWakeLock(wl);
56 wl = mPm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, "SCREEN_BRIGHT_WAKE_LOCK");
57 doTestWakeLock(wl);
59 wl = mPm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "SCREEN_DIM_WAKE_LOCK");
60 doTestWakeLock(wl);
62 wl = mPm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "PARTIAL_WAKE_LOCK");
63 doTestWakeLock(wl);
83 PowerManager.WakeLock wl = mPm.newWakeLock(badFlags, "foo"); local
93 * @param wl The wakelock to be tested
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
PowerManager_WakeLockTest.java 78 WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, TAG); local
79 assertNotNull(wl.toString());
81 wl.acquire();
82 assertTrue(wl.isHeld());
83 wl.release();
84 assertFalse(wl.isHeld());
87 wl.setReferenceCounted(true);
88 wl.acquire();
89 assertTrue(wl.isHeld());
90 wl.acquire()
    [all...]
PowerManagerTest.java 70 WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, TAG); local
71 wl.acquire(TIME);
72 assertTrue(wl.isHeld());
74 assertFalse(wl.isHeld());
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 122 static int32 wl_create_event_handler(struct wl_priv *wl);
123 static void wl_destroy_event_handler(struct wl_priv *wl);
125 static void wl_init_eq(struct wl_priv *wl);
126 static void wl_flush_eq(struct wl_priv *wl);
127 static void wl_lock_eq(struct wl_priv *wl);
128 static void wl_unlock_eq(struct wl_priv *wl);
129 static void wl_init_eq_lock(struct wl_priv *wl);
131 static struct wl_event_q *wl_deq_event(struct wl_priv *wl);
132 static int32 wl_enq_event(struct wl_priv *wl, uint32 type, const wl_event_msg_t *msg, void *data);
134 static void wl_wakeup_event(struct wl_priv *wl);
589 struct wl_priv *wl = wiphy_to_wl(wiphy); local
758 struct wl_priv *wl = ndev_to_wl(ndev); local
975 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1020 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1087 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1105 struct wl_priv *wl = ndev_to_wl(dev); local
1135 struct wl_priv *wl = ndev_to_wl(dev); local
1180 struct wl_priv *wl = ndev_to_wl(dev); local
1250 struct wl_priv *wl = ndev_to_wl(dev); local
1310 struct wl_priv *wl = ndev_to_wl(dev); local
1377 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1439 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1470 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1524 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1821 struct wl_priv *wl = wiphy_to_wl(wiphy); local
1889 struct wl_priv *wl = wiphy_to_wl(wiphy); local
2157 struct wl_priv *wl = wiphy_to_wl(wiphy); local
2212 struct wl_priv *wl = wiphy_to_wl(wiphy); local
2255 struct wl_priv *wl = wiphy_to_wl(wiphy); local
2306 struct wl_priv *wl = wiphy_to_wl(wiphy); local
2651 struct wl_priv *wl = ndev_to_wl(dev); local
2663 struct wl_priv *wl = ndev_to_wl(dev); local
3107 struct wl_priv *wl = iscan_to_wl(iscan); local
3264 struct wl_priv *wl = iscan_to_wl(iscan); local
3446 struct wl_priv *wl; local
3500 struct wl_priv *wl; local
3527 struct wl_priv *wl = (struct wl_priv *)data; local
3558 struct wl_priv *wl = ndev_to_wl(ndev); local
4123 struct wl_priv *wl; local
4143 struct wl_priv *wl; local
4374 struct wl_priv *wl; local
4397 struct wl_priv *wl; local
4413 struct wl_priv *wl; local
4464 struct wl_priv *wl; local
4480 struct wl_priv *wl; local
    [all...]
wl_cfg80211.h 174 int32 (*handler[WLC_E_LAST])(struct wl_priv *wl, struct net_device *ndev,
180 struct wl_priv *wl; member in struct:wl_iface
246 int32 (*handler[WL_SCAN_ERSULTS_LAST])(struct wl_priv *wl);
297 struct wireless_dev *wdev; /* representing wl cfg80211 device */
335 #define wl_to_dev(w) (wiphy_dev(wl->wdev->wiphy))
342 #define ci_to_wl(c) (ci->wl)
  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 32 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
349 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
350 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
351 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
352 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
353 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
354 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
355 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
356 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
357 &RIP1($C,$D,$E,$A,$B,$wl[ 8],$sl[ 8],0)
    [all...]
  /external/srec/srec/include/
word_lattice.h 50 void destroy_word_lattice(srec_word_lattice* wl);
51 void initialize_word_lattice(srec_word_lattice* wl);
52 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
54 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID ifr);
  /external/srec/srec/crec/
word_lattice.c 56 srec_word_lattice *wl; local
58 wl = (srec_word_lattice*) CALLOC_CLR(1, sizeof(srec_word_lattice), "search.word_lattice.base");
59 wl->max_frames = max_frames;
60 wl->words_for_frame = (wtokenID*) CALLOC_CLR(max_frames, sizeof(wtokenID), "search.word_lattice.words");
62 wl->whether_sorted = (asr_int16_t*)CALLOC_CLR(max_frames, sizeof(asr_int16_t), "search.word_lattice.sflag");
64 return wl;
67 void destroy_word_lattice(srec_word_lattice* wl)
69 FREE(wl->words_for_frame);
70 FREE(wl->whether_sorted);
71 FREE(wl);
354 srec_word_lattice *wl; local
413 srec_word_lattice* wl; local
449 srec_word_lattice* wl; local
490 srec_word_lattice* wl; local
536 srec_word_lattice* wl = rec->word_lattice; local
    [all...]
  /external/bison/build-aux/
config.rpath 52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,
    [all...]
  /external/libffi/
ltcf-cxx.sh 81 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
82 archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
84 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
85 export_dynamic_flag_spec='${wl}--export-dynamic'
90 wlarc='${wl}'
    [all...]
ltcf-c.sh 56 wlarc='${wl}'
95 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
171 $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
173 $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
175 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
183 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib
    [all...]
ltcf-gcj.sh 59 wlarc='${wl}'
98 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
174 $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
176 $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
178 $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
186 archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib
    [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/elfutils/config/
config.rpath 47 wl=
49 wl='-Wl,'
53 wl='-Wl,'
56 wl='-Wl,'
59 wl='-Wl,'
68 wl='-Qoption,ld,
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 737 void noteStartWakeLocked(WakeLock wl, WorkSource ws) {
738 if (wl.monitorType >= 0) {
742 mBatteryStats.noteStartWakelockFromSource(ws, wl.pid, wl.tag,
743 wl.monitorType);
745 mBatteryStats.noteStartWakelock(wl.uid, wl.pid, wl.tag, wl.monitorType);
755 void noteStopWakeLocked(WakeLock wl, WorkSource ws)
784 WakeLock wl; local
909 WakeLock wl = mLocks.get(index); local
929 WakeLock wl = mLocks.removeLock(lock); local
1155 WakeLock wl = mLocks.get(i); local
2494 WakeLock wl = mLocks.get(i); local
2678 WakeLock wl = this.get(i); local
2693 WakeLock wl = this.get(i); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 61 vpath %.c $(SRCBASE)/shared $(SRCBASE)/bcmsdio/sys $(SRCBASE)/wl/sys
72 IFLAGS := -I$(LINUXDIR)/include -I$(LINUXDIR)/include/asm/mach-default -I. -I$(SRCBASE)/include -I$(SRCBASE)/shared -I$(SRCBASE)/dongle -I$(SRCBASE)/wl/sys
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 73 vpath %.c $(SRCBASE)/dhd/sys $(SRCBASE)/shared $(SRCBASE)/bcmsdio/sys $(SRCBASE)/wl/sys $(SRCBASE)/crypto
124 IFLAGS += -I$(SRCBASE)/wl/sys
198 IFLAGS += -I$(SRCBASE)/dongle/rte/wl/builds/$(DNGL_IMAGE_NAME)
  /external/jpeg/
ansi2knr.c 384 goto wl;
386 goto wl;
413 wl: fputs(buf, out);
  /external/chromium/third_party/icu/source/test/perf/ustrperf/
stringperf.h 244 int32_t wl; local
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
251 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
252 wlines_[i].len = wl;
255 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
256 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
257 wlines_[i].len = wl;
  /external/icu4c/test/perf/ustrperf/
stringperf.h 244 int32_t wl; local
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
251 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
252 wlines_[i].len = wl;
255 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
256 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
257 wlines_[i].len = wl;
  /external/clearsilver/mod_ecs/
mod_ecs.c 195 int wl; local
203 wl = header_write (&(wrap->hbuf), buf, len);
204 if (wl == 0)
218 if (len >= wl)
220 len = len - wl;
221 buf = buf + wl;
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 163 PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, local
165 wl.acquire(5000);
  /frameworks/base/core/java/android/os/
BatteryStats.java 130 private static final String WAKELOCK_DATA = "wl";
1064 Uid.Wakelock wl = ent.getValue(); local
1185 Uid.Wakelock wl = ent.getValue(); local
1376 Uid.Wakelock wl = ent.getValue(); local
1576 Uid.Wakelock wl = ent.getValue(); local
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 66 PowerManager.WakeLock wl =
68 wl.acquire();
79 wl.release();
657 PowerManager.WakeLock wl
660 wl.acquire();

Completed in 884 milliseconds

1 2 3