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

1 2

  /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 54 PowerManager.WakeLock wl = mPm.newWakeLock(PowerManager.FULL_WAKE_LOCK, "FULL_WAKE_LOCK"); local
55 doTestWakeLock(wl);
57 wl = mPm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, "SCREEN_BRIGHT_WAKE_LOCK");
58 doTestWakeLock(wl);
60 wl = mPm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "SCREEN_DIM_WAKE_LOCK");
61 doTestWakeLock(wl);
63 wl = mPm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "PARTIAL_WAKE_LOCK");
64 doTestWakeLock(wl);
84 PowerManager.WakeLock wl = mPm.newWakeLock(badFlags, "foo"); local
94 * @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 31 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
348 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
349 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
350 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
351 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
352 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
353 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
354 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
355 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
356 &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 649 WakeLock wl; local
652 wl = new WakeLock(flags, lock, tag, uid);
653 switch (wl.flags & LOCK_MASK)
657 wl.minState = SCREEN_BRIGHT;
659 wl.minState = (mKeyboardVisible ? ALL_BRIGHT : SCREEN_BUTTON_BRIGHT);
663 wl.minState = SCREEN_BRIGHT;
666 wl.minState = SCREEN_DIM;
678 mLocks.addLock(wl);
681 wl = mLocks.get(index);
689 if ((wl.flags & PowerManager.ACQUIRE_CAUSES_WAKEUP) != 0)
754 WakeLock wl = mLocks.removeLock(lock); local
992 WakeLock wl = mLocks.get(i); local
2278 WakeLock wl = mLocks.get(i); local
2451 WakeLock wl = this.get(i); local
2466 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
192 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);
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;
  /frameworks/base/core/java/android/os/
BatteryStats.java 139 private static final String WAKELOCK_DATA = "wl";
813 Uid.Wakelock wl = ent.getValue(); local
815 Timer fullWakeTimer = wl.getWakeTime(WAKE_TYPE_FULL);
820 Timer partialWakeTimer = wl.getWakeTime(WAKE_TYPE_PARTIAL);
923 Uid.Wakelock wl = ent.getValue(); local
1115 Uid.Wakelock wl = ent.getValue(); local
1300 Uid.Wakelock wl = ent.getValue(); local
    [all...]
  /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/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 64 PowerManager.WakeLock wl =
66 wl.acquire();
77 wl.release();
583 PowerManager.WakeLock wl
586 wl.acquire();
  /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();
76 wl.release();
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 2612 Wakelock wl = mWakelockStats.get(name); local
3399 Uid.Wakelock wl = ent.getValue(); local
    [all...]

Completed in 1602 milliseconds

1 2