HomeSort by relevance Sort by last modified time
    Searched full:turn (Results 51 - 75 of 2982) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
watchdog.h 50 #define WDIOS_DISABLECARD 0x0001 /* Turn off the watchdog timer */
51 #define WDIOS_ENABLECARD 0x0002 /* Turn on the watchdog timer */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 50 #define WDIOS_DISABLECARD 0x0001 /* Turn off the watchdog timer */
51 #define WDIOS_ENABLECARD 0x0002 /* Turn on the watchdog timer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 50 #define WDIOS_DISABLECARD 0x0001 /* Turn off the watchdog timer */
51 #define WDIOS_ENABLECARD 0x0002 /* Turn on the watchdog timer */
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/6/platforms/android-9/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)
  /prebuilts/ndk/7/platforms/android-14/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)
  /prebuilts/ndk/7/platforms/android-9/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 13 # --no-verify -- turn off verification (on by default)
14 # --no-optimize -- turn off optimization (on by default)
15 # --no-precise -- turn off precise GC (on by default)
  /external/chromium/chrome/browser/ui/cocoa/
task_manager_mac_unittest.mm 45 // Releases the controller, which in turn deletes |bridge|.
76 // Releases the controller, which in turn deletes |bridge|.
111 // Releases the controller, which in turn deletes |bridge|.
  /external/webkit/Tools/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.
  /bionic/libc/kernel/arch-x86/asm/
tlbflush_32.h 29 #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)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
tlbflush_32.h 29 #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)
  /external/chromium/chrome/browser/debugger/manual_tests/
element-styles.html 29 <li>Double-click the "background" rule and alter the color to "#FFF". The text background should turn white.
30 <li>Double-click the "color" rule and alter the color to "black". The text background should turn black.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.pl 31 #turn warnings on during dev; generates a few spurious uninitialised var access warnings
34 #and set $debug to 1 to turn on trace info (currently unused)
  /packages/apps/Calendar/res/values/
config.xml 15 <!-- turn on/off the mini-calendar and calendar picker -->
18 <!-- turn on/off month with agenda view -->
  /packages/apps/Calendar/res/values-w600dp-h879dp/
config.xml 15 <!-- turn on/off the mini-calendar and calendar picker -->
18 <!-- turn on/off month with agenda view -->
  /packages/apps/Calendar/res/values-w960dp-h527dp/
config.xml 15 <!-- turn on/off the mini-calendar and calendar picker -->
18 <!-- turn on/off month with agenda view -->
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h 29 #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)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 29 #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)
  /sdk/files/
proguard-android-optimize.txt 8 # ProGuard works on all versions of Dalvik. The following flags turn
20 # flags to turn off optimization).
  /development/host/windows/usb/adb_winapi_test/
SOURCES 39 # Turn on all warnings, and treat warnings as errors
  /external/ant-glob/
README.txt 25 brought Condition). In turn this brought in BuildException which was trimmed
  /external/bison/lib/
msvc-nothrow.h 25 This file defines wrappers that turn such an invalid parameter notification
stripslash.c 37 /* last_component returns "" for file system roots, but we need to turn

Completed in 4316 milliseconds

1 23 4 5 6 7 8 91011>>