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

1 2 3 4 5 6

  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 99 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map",
103 "While allocating touched block bitmap");
169 * Verify the touched map
178 printf("Bad block was touched --- %u\n", test_vec[i]);
  /sdk/templates/
build.alias.template 8 <!-- The build.properties file can be created by you and is never touched
build.template 9 <!-- The build.properties file can be created by you and is never touched
  /external/kernel-headers/original/asm-generic/
local.h 36 /* Non-atomic variants, ie. preemption disabled and won't be touched
54 /* Non-atomic increments, ie. preemption disabled and won't be touched
  /development/simulator/wrapsim/
SimMgr.h 24 kCommandTouch, // finger touched/lifted/dragged
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 135 * @param touchX the x coordinate the user touched in screen coordinates
136 * @param touchY the y coordinate the user touched in screen coordinates
168 * @param touchX the x coordinate the user touched in screen coordinates
169 * @param touchY the y coordinate the user touched in screen coordinates
  /external/quake/quake/src/QW/progs/
buttons.qc 72 When a button is touched, it moves some distance in the direction of it's angle, triggers all of it's targets, waits some time, then returns to it's original position where it can be triggered again.
79 "health" if set, the button must be killed instead of touched
  /development/simulator/app/
SimRuntime.h 43 kCommandTouch, // finger touched/lifted/dragged
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusChangeTest.java 80 assertFalse("button should not have focus when touched",
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 139 void ARMAssembler::epilog(uint32_t touched)
141 touched &= LSAVED;
142 if (touched) {
146 STM(AL, FD, SP, 1, touched | LLR);
149 LDM(AL, FD, SP, 1, touched | LLR);
ARMAssemblerProxy.cpp 61 void ARMAssemblerProxy::epilog(uint32_t touched) {
62 mTarget->epilog(touched);
ARMAssembler.h 57 virtual void epilog(uint32_t touched);
ARMAssemblerProxy.h 47 virtual void epilog(uint32_t touched);
  /external/e2fsprogs/debugfs/
icheck.c 124 * To handle filesystems touched by 0.3c extfs; can be
ncheck.c 113 * To handle filesystems touched by 0.3c extfs; can be
  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.h 60 // the address space next time they are touched, which can impact
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 135 * can be touched.
141 * the content insets can be touched.
147 * the visible insets can be touched.
152 * Set which parts of the window can be touched: either
  /external/freetype/src/autofit/
afhints.c 1159 /* find first touched point */
1162 if ( point > end_point ) /* no touched point in contour */
1179 /* skip any touched neighbhours */
1185 /* find the next touched point, if any */
1204 /* special case: only one point was touched */
  /bootable/recovery/applypatch/
main.c 140 // (the original file is not touched until we have the desired
  /dalvik/vm/alloc/
HeapSource.h 48 * pages subsequently touched by the zygote process.
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 59 destroyed in this method. As a general rule, objects must not be touched
adb_winusb_io_completion.h 67 destroyed in this method. As a general rule, objects must not be touched
  /external/freetype/include/freetype/
ftsystem.h 308 * internally by FreeType and shouldn't be touched by stream
  /external/icu4c/test/threadtest/
stringtest.cpp 29 // cleanStrings are never touched after in any remotely unsafe way.
  /frameworks/base/cmds/runtime/
SignalHandler.h 86 // signal processing thread. Because these are touched

Completed in 1215 milliseconds

1 2 3 4 5 6