HomeSort by relevance Sort by last modified time
    Searched full:poke (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DozeTrigger.java 22 * A dozer is a class that fires a trigger after it falls asleep. You can occasionally poke it to
62 /** Poke this dozer to wake it up for a little bit, if it is dozing. */
63 public void poke() { method in class:DozeTrigger
69 /** Poke this dozer to wake it up for a little bit. */
  /external/chromium_org/android_webview/renderer/
aw_render_frame_ext.h 13 // implementation of miscellaneous WebView functions that we need to poke
aw_render_view_ext.h 25 // implementation of miscellaneous WebView functions that we need to poke
  /external/vixl/examples/
swap-int32.cc 35 // as the stack pointer (via peek, poke, push, etc).
44 __ Poke(w0, 0);
45 __ Poke(w1, 4);
swap4.cc 36 __ Poke(x0, 0);
37 __ Poke(x1, 8);
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 10 /* Here we must cater to libcs that poke about in kernel headers. */
96 /* Here we must cater to libcs that poke about in kernel headers. */
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 13 /* Here we must cater to libcs that poke about in kernel headers. */
99 /* Here we must cater to libcs that poke about in kernel headers. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
signal.h 12 /* Here we must cater to libcs that poke about in kernel headers. */
102 /* Here we must cater to libcs that poke about in kernel headers. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
signal.h 12 /* Here we must cater to libcs that poke about in kernel headers. */
102 /* Here we must cater to libcs that poke about in kernel headers. */
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_test.h 19 // to poke at the bubble, icon, and controller's state.
  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
WakeUpCall.java 37 // poke the lock so the service side can be woken from waiting on the lock
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.c 19 /* poke around in the global array, so as to cause exp-ptrcheck
  /external/chromium_org/chrome/installer/linux/debian/
postinst 34 # not setting our priority below it. Anyone want to poke Firefox to raise
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerDataTest.java 97 // the context. Instead we'll just poke at a function that does all of
  /frameworks/base/tests/backup/
test_backup.sh 34 # run adb as root so we can poke at com.android.backuptest's data
test_restore.sh 48 # Make sure adb is root so we can poke at com.android.backuptest's data
  /frameworks/wilhelm/src/itf/
ILEDArray.c 71 // can't use poke because struct copy might not be atomic
  /frameworks/wilhelm/src/
locks.h 61 // Peek and poke are an optimization for small atomic fields that don't "matter".
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 114 poke(event);
134 public void poke(MotionEvent event) { method in class:DeadZone
  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java 72 * @param resources Resources, needed to poke around for the background
91 * @param resources Resources, needed to poke around for the background color value.
  /external/chromium_org/third_party/icu/source/test/intltest/
tsnmfmt.cpp 114 char* poke = (char*)&d; local
118 poke[i] = (char)(rand() & 0xFF);
136 char* poke = (char*)&d; local
139 poke[i] = (char)(rand() & 0xFF);
tsdate.cpp 225 char* poke = (char*)&d; local
230 poke[i] = (char)(rand() & 0xFF);
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 114 char* poke = (char*)&d; local
118 poke[i] = (char)(rand() & 0xFF);
136 char* poke = (char*)&d; local
139 poke[i] = (char)(rand() & 0xFF);
tsdate.cpp 225 char* poke = (char*)&d; local
230 poke[i] = (char)(rand() & 0xFF);
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 73 // poke the thread so it gets the new timeout.

Completed in 1351 milliseconds

1 2 3 4 5 6