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

1 2

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h 51 ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 51 ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h 51 ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 51 ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified,
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 642 * is ATTRIBUTE_CHANGED_EVENT); onoff controls whether receiving this
653 Bool onoff
663 * XNVCtrlSelectTargetNotify() is TARGET_ATTRIBUTE_CHANGED_EVENT); onoff
676 Bool onoff
NVCtrl.c 917 Bool onoff
934 req->onoff = onoff;
946 Bool onoff
962 req->onoff = onoff;
    [all...]
nv_control.h 505 CARD16 onoff B16;
574 CARD16 onoff B16;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 232 def asyncevents(self, onoff):
240 if onoff:
246 self._doing_asyncevents = onoff
631 def enable(self, onoff):
632 if onoff:
674 def check(self, onoff):
675 self.menu.menu.CheckMenuItem(self.item, onoff)
677 def enable(self, onoff):
678 if onoff:
930 def do_activate(self, onoff, event)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 500 int sqlite3_enable_load_extension(sqlite3 *db, int onoff){
502 if( onoff ){
main.c 536 int onoff = va_arg(ap, int); local
539 if( onoff>0 ){
541 }else if( onoff==0 ){
    [all...]
sqlite.h.in     [all...]
test1.c 2074 int onoff; local
5441 int onoff; local
    [all...]
tclsqlite.c 2135 int onoff; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 658 Bool onoff
669 req->onoff = onoff;
681 Bool onoff
692 req->onoff = onoff;
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 712 Switch onoff; field in class:AlarmClockFragment.AlarmItemAdapter.ItemHolder
    [all...]
  /external/qemu-pc-bios/bochs/
bochs.h 265 // values of onoff: 0=ignore, 1=report, 2=ask, 3=fatal
271 int onoff[N_LOGLEV]; member in class:logfunctions
292 onoff[loglev] = value;
297 return onoff[level];
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 290 BOOL onoff; member in struct:__anon26848
301 BOOL onoff; member in struct:__anon26849
  /external/javasqlite/src/main/java/SQLite/
Database.java 884 * @param onoff boolean to enable or disable shared cache
888 protected static native boolean _enable_shared_cache(boolean onoff);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 107988 int onoff = va_arg(ap, int); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c 113020 int onoff = va_arg(ap, int); local
    [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
  /external/mksh/src/
edit.c     [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 1095 milliseconds

1 2