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

1 2 3

  /system/extras/perfprofd/
cpuconfig.h 43 void OnlineCore(int whichCore, int onoff);
cpuconfig.cc 81 void HardwireCpuHelper::OnlineCore(int i, int onoff)
87 fprintf(fp, onoff ? "1\n" : "0\n");
  /external/linux-kselftest/tools/testing/selftests/rcutorture/configs/lock/
ver_functions.sh 25 # Adds onoff locktorture module parameters to kernels having it.
29 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
  /external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcu/
ver_functions.sh 37 # Adds onoff rcutorture module parameters to kernels having it.
41 echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
  /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);
  /external/python/cpython2/Mac/Modules/res/
resedit.py 88 int onoff, old = 0;
89 if (!PyArg_ParseTuple(_args, "i", &onoff))
93 if ( onoff )
  /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/python/cpython2/Mac/Modules/snd/
_Sndihooks.c 157 short onoff; local
163 if( (err=SPBGetDeviceInfo(inRefNum, siContinuous, (Ptr)&onoff)) != noErr )
165 return Py_BuildValue("h", onoff);
178 short onoff; local
181 if (!PyArg_ParseTuple(args, "lh", &inRefNum, &onoff))
184 if( (err=SPBSetDeviceInfo(inRefNum, siContinuous, (Ptr)&onoff)) != noErr )
264 short onoff; local
270 if( (err=SPBGetDeviceInfo(inRefNum, siPlayThruOnOff, (Ptr)&onoff)) != noErr )
272 return Py_BuildValue("h", onoff);
285 short onoff; local
    [all...]
  /external/lisa/libs/utils/analysis/
frequency_analysis.py 206 onoff = freq.loc[freq.state != -1, :]
208 if len(onoff):
210 onoff['statechange'] = onoff['state'].diff()
211 onoff = onoff[onoff.statechange != 0]
214 onoff['delta'] = (onoff['timestamp'] - onoff['timestamp'].shift()).fillna(0).shift(-1
    [all...]
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 79 def do_activate(self, onoff, evt):
80 print "ACTIVATE", onoff
81 ScrolledWindow.do_activate(self, onoff, evt)
82 if onoff:
  /external/curl/lib/
connect.c 102 u_long onoff; member in struct:tcp_keepalive
123 vals.onoff = 1;
889 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)) {
  /external/python/cpython2/Lib/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/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...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
AlarmItemViewHolder.java 53 public final CompoundButton onOff;
61 onOff = (CompoundButton) itemView.findViewById(R.id.onoff);
74 onOff.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
93 if (onOff.isChecked() != alarm.enabled) {
94 onOff.setChecked(alarm.enabled);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 19 u_long onoff; member in struct:tcp_keepalive
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 43 def do_activate(self, onoff, evt):
44 if onoff:
  /external/python/cpython2/Modules/
svmodule.c 476 boolean onoff; local
479 if (!PyArg_Parse(args, "(ii)", &onoff, &mode))
482 if (svUseExclusive(self->ob_svideo, onoff, mode))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 1042 int onoff; local
1048 if (!PyArg_ParseTuple(args, "i", &onoff)) {
1052 rc = sqlite3_enable_load_extension(self->db, onoff);
    [all...]
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 756 int onoff, old; local
757 if (!PyArg_ParseTuple(_args, "i", &onoff))
760 _self->ob_owned = onoff;
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 1057 int onoff; local
1063 if (!PyArg_ParseTuple(args, "i", &onoff)) {
1067 rc = sqlite3_enable_load_extension(self->db, onoff);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 1078 int onoff; local
1084 if (!PyArg_ParseTuple(args, "i", &onoff)) {
1088 rc = sqlite3_enable_load_extension(self->db, onoff);
    [all...]
  /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);

Completed in 1236 milliseconds

1 2 3