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

1 2 3 4 5 6 7 8 91011>>

  /hardware/libhardware_legacy/include/hardware_legacy/
vibrator.h 25 * Turn on vibrator
34 * Turn off vibrator
  /external/webkit/WebCore/html/
FormDataList.cpp 46 // Turn CR into CRLF.
50 // Turn LF into CRLF.
69 // Turn CR into CRLF.
74 // Turn LF into CRLF.
  /frameworks/base/core/java/android/os/
Vibrator.java 37 * Turn the vibrator on.
53 * Pass in an array of ints that are the times at which to turn on or off
58 * @param pattern an array of longs of times to turn the vibrator on or off.
78 * Turn the vibrator off.
INetworkManagementService.aidl 154 * Turn on USB RNDIS support - this will turn off thinks like adb/mass-storage
159 * Turn off USB RNDIS support
Power.java 75 * Turn the screen on or off
84 * Low-level function turn the device off immediately, without trying
  /development/samples/TicTacToeLib/res/values/
strings.xml 22 <string name="player2_turn">Player 2\'s turn (that\'s the computer)</string>
23 <string name="player1_turn">Player 1\'s turn -- that\'s you!</string>
  /external/netcat/data/
rip.d 17 #define RIPCMD_TRACEON 3 /* turn tracing on */
18 #define RIPCMD_TRACEOFF 4 /* turn it off */
  /external/webkit/WebCore/manual-tests/
custom-cursors.html 2 Move the cursor over the blue box - it should not turn into a missing image icon, and should turn into an I-beam over text.
form-value-restore.html 2 To test, use the Debug menu to turn off "Use Back/Forward Cache".
  /external/easymock/src/org/easymock/
IMocksControl.java 47 * Removes all expectations for the mock objects of this control and turn
53 * Removes all expectations for the mock objects of this control and turn
59 * Removes all expectations for the mock objects of this control and turn
  /frameworks/base/graphics/jni/
Android.mk 4 # from the simulator as well, and so in turn librs_jni needs to be
  /packages/apps/Settings/assets/html/en_us/
tethering_wifi_help.html 21 <span class="style1">You can turn your phone into a portable Wi-Fi hotspot, to share your phone's internet connection with one or more computers or other devices</span>
  /bionic/libc/kernel/arch-x86/asm/
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
tlbflush_32.h 24 #define __native_flush_tlb_global() do { unsigned int tmpreg, cr4, cr4_orig; __asm__ __volatile__( "movl %%cr4, %2; # turn off PGE \n" "movl %2, %1; \n" "andl %3, %1; \n" "movl %1, %%cr4; \n" "movl %%cr3, %0; \n" "movl %0, %%cr3; # flush TLB \n" "movl %2, %%cr4; # turn PGE back on \n" : "=&r" (tmpreg), "=&r" (cr4), "=&r" (cr4_orig) : "i" (~X86_CR4_PGE) : "memory"); } while (0)
  /dalvik/tests/etc/
push-and-run-test-jar 14 # --no-verify -- turn off verification (on by default)
15 # --no-optimize -- turn off optimization (on by default)
16 # --no-precise -- turn off precise GC (on by default)
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 111 // If the WebView has gone into compositing mode, turn on window autodisplay. This is necessary for CA
113 // We only ever turn autodisplay on here, because we turn it off before every test.
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 41 // Legacy behavior. Perhaps turn this into an error at some
91 // proc, which will in turn unlock the pixels
  /development/host/windows/usb/adb_winapi_test/
SOURCES 39 # Turn on all warnings, and treat warnings as errors
  /external/dropbear/libtomcrypt/notes/
tech0005.txt 10 You can disable whole classes of algorithms on the command line with the LTC_NO_* defines. From there you can manually turn on what you want to enable.
  /external/iptables/extensions/
libip6t_LOG.man 0 Turn on kernel logging of matching packets. When this option is set
libipt_LOG.man 0 Turn on kernel logging of matching packets. When this option is set
  /external/kernel-headers/original/linux/
debug_locks.h 10 * Generic 'turn off all lock debugging' function:
  /external/skia/include/core/
SkLineClipper.h 15 right, turn those into vertical line segments that are aligned to the
SkRasterizer.h 32 /** Turn the path into a mask, respecting the specified local->device matrix.

Completed in 591 milliseconds

1 2 3 4 5 6 7 8 91011>>