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

1 2

  /system/extras/perfprofd/
cpuconfig.h 43 void OnlineCore(int whichCore, int onoff);
cpuconfig.cc 77 void HardwireCpuHelper::OnlineCore(int i, int onoff)
83 fprintf(fp, onoff ? "1\n" : "0\n");
  /external/autotest/client/profilers/powertop/src/
config.c 89 void suggest_kernel_config(char *string, int onoff, char *comment, int weight)
102 if (onoff && strstr(configlines[i], searchon))
104 if (onoff==0 && strstr(configlines[i], searchoff))
106 if (onoff==0 && strstr(configlines[i], searchon))
109 if (onoff || found)
powertop.h 47 void suggest_kernel_config(char *string, int onoff, char *comment, int weight);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
AlarmTimeViewHolder.java 42 public final CompoundButton onoff; field in class:AlarmTimeViewHolder
56 onoff = (CompoundButton) itemView.findViewById(R.id.onoff);
67 onoff.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
91 onoff.setChecked(alarm.enabled);
92 ((SwitchCompat) onoff).setTextOn(context.getString(R.string.on_switch));
93 ((SwitchCompat) onoff).setTextOff(context.getString(R.string.off_switch));
  /external/libpng/scripts/
options.awk 263 onoff = option[opt] # records current (and the default is "", enabled)
287 if (onoff != val) {
289 if (onoff == "" || (onoff == "disabled" || onoff == "enabled") &&
293 if (onoff == "" && (val == "on" || val == "off")) {
299 onoff = val
303 print "option", opt ": currently", onoff ": attempt to turn", val
330 if (onoff == "") onoff = "enabled
    [all...]
  /external/curl/lib/
connect.c 100 u_long onoff; member in struct:tcp_keepalive
121 vals.onoff = 1;
876 curl_socklen_t onoff = (curl_socklen_t) 1; local
896 if(setsockopt(sockfd, level, TCP_NODELAY, (void *)&onoff,
897 sizeof(onoff)) < 0)
917 int onoff = 1; local
918 if(setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, (void *)&onoff,
919 sizeof(onoff)) < 0)
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 151 BOOL onoff; local
154 DPMSInfo((Display *)ctx->native_dpy, &state, &onoff);
155 drv_debug_msg(VIDEO_DEBUG_GENERAL, "DPMS is %s, monitor state=%s\n", onoff ? "enabled" : "disabled",
160 if (onoff)
571 BOOL onoff; local
574 DPMSInfo((Display *)ctx->native_dpy, &state, &onoff);
575 drv_debug_msg(VIDEO_DEBUG_GENERAL, "DPMS is %s, monitor state=%s\n", onoff ? "enabled" : "disabled",
580 if (onoff && (state != DPMSModeOn)) {
  /prebuilts/gdb/darwin-x86/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...]
  /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/avahi/avahi-compat-howl/include/salt/
socket.h 222 sw_bool onoff,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 12 u_long onoff; member in struct:tcp_keepalive
  /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/opencv3/modules/core/include/opencv2/core/
utility.hpp 361 @param onoff The boolean flag specifying whether the optimized code should be used (onoff=true)
362 or not (onoff=false).
364 CV_EXPORTS_W void setUseOptimized(bool onoff);
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
  /external/netperf/src/
nettest_omni.c 3092 int onoff = 1; local
    [all...]
  /external/avahi/avahi-compat-howl/
unsupported.c 399 AVAHI_GCC_UNUSED sw_bool onoff,
  /external/mksh/src/
edit.c     [all...]
  /external/libpng/
png.c     [all...]
png.h     [all...]
  /external/pdfium/third_party/lpng_v163/
png.c     [all...]
png.h     [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 

Completed in 949 milliseconds

1 2