/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());
|
/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...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmInitReceiver.java | 36 final WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context); local 37 wl.acquire(); 49 wl.release();
|
AlarmReceiver.java | 44 final WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context); local 45 wl.acquire(); 50 wl.release();
|
/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...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
dhdu_linux.c | 61 extern int wl_get(void *wl, int cmd, void *buf, int len); 62 extern int wl_set(void *wl, int cmd, void *buf, int len); 97 /* By default try to execute wl commands */ 125 * the initial set of wl commands for wifi transport (e.g slow_timer, fast_timer etc) 127 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) 129 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */ 132 /* Search if dhd adapter or wl adapter is present 133 * This is called by dhd_find to check if it supports wl or dhd 134 * The reason for checking wl adapter is that we can still send remote dhd commands over 173 * So we make use of wl pipes to execute this [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_linux.c | 61 extern int wl_get(void *wl, int cmd, void *buf, int len); 62 extern int wl_set(void *wl, int cmd, void *buf, int len); 97 /* By default try to execute wl commands */ 125 * the initial set of wl commands for wifi transport (e.g slow_timer, fast_timer etc) 127 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) 129 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */ 132 /* Search if dhd adapter or wl adapter is present 133 * This is called by dhd_find to check if it supports wl or dhd 134 * The reason for checking wl adapter is that we can still send remote dhd commands over 173 * So we make use of wl pipes to execute this [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...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
config.rpath | 52 wl= 54 wl='-Wl,' 58 wl='-Wl,' 63 wl='-Wl,' 70 wl='-Wl,' 73 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/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 | 749 void noteStartWakeLocked(WakeLock wl, WorkSource ws) { 750 if (wl.monitorType >= 0) { 754 mBatteryStats.noteStartWakelockFromSource(ws, wl.pid, wl.tag, 755 wl.monitorType); 757 mBatteryStats.noteStartWakelock(wl.uid, wl.pid, wl.tag, wl.monitorType); 767 void noteStopWakeLocked(WakeLock wl, WorkSource ws) 796 WakeLock wl; local 929 WakeLock wl = mLocks.get(index); local 949 WakeLock wl = mLocks.removeLock(lock); local 1179 WakeLock wl = mLocks.get(i); local 2628 WakeLock wl = mLocks.get(i); local 2809 WakeLock wl = this.get(i); local 2824 WakeLock wl = this.get(i); local [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...] |
/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;
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
PushReceiver.java | 162 PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, local 164 wl.acquire(5000);
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 132 private static final String WAKELOCK_DATA = "wl"; 1236 Uid.Wakelock wl = ent.getValue(); local 1357 Uid.Wakelock wl = ent.getValue(); local 1548 Uid.Wakelock wl = ent.getValue(); local 1750 Uid.Wakelock wl = ent.getValue(); local [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 49 private WakeLock wl; field in class:ConnectivityManagerMobileTest 64 wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, "CMWakeLock"); 65 wl.acquire(); 88 wl.release();
|