Searched refs:getint (Results 1 - 22 of 22) sorted by relevance

/external/autotest/client/cros/image_comparison/
H A Dimage_comparison_factory.py38 self.pixel_thres = parser.getint('rgb', 'rgb_pixel_threshold')
39 self.pixel_count_thres = parser.getint('all', 'pixel_count_threshold')
40 self.desired_comp_h = parser.getint('all', 'desired_comp_h')
41 self.desired_comp_w = parser.getint('all', 'desired_comp_w')
/external/autotest/site_utils/suite_scheduler/
H A Dforgiving_config_parser.py66 def getint(self, section, option): member in class:ForgivingConfigParser
67 return ConfigParser.SafeConfigParser.getint(self, section, option)
H A Dtask.py235 timeout_value = config.getint(section, 'timeout')
248 num = config.getint(section, 'num')
256 hour = config.getint(section, 'hour')
274 day = config.getint(section, 'day')
H A Dtimed_event.py201 event_time = config.getint(section, 'hour') or cls._DEFAULT_HOUR
/external/python/cpython2/Lib/lib-tk/
H A DDialog.py17 self.num = self.tk.getint(
H A DTkinter.py373 return getint(self._tk.globalgetvar(self._name))
421 getint = int variable
516 getint = int variable in class:Misc
789 return getint(self.tk.call(args))
797 return getint(
828 return getint(self.tk.call('winfo', 'depth', self._w))
831 return getint(
843 return getint(
847 return self.tk.getint(
855 return getint(
[all...]
H A Dttk.py714 return self.tk.getint(self.tk.call(self._w, "current"))
869 return self.tk.getint(self.tk.call(self._w, "index", tab_id))
987 return self.tk.getint(self.tk.call(self._w, "sashpos", index, newpos))
1318 return self.tk.getint(self.tk.call(self._w, "index", item))
H A DCanvas.py173 return self.canvas.tk.getint(self._do('index', index))
H A DTix.py256 z = z + (self.tk.getint(x),)
/external/python/cpython2/Demo/tkinter/guido/
H A Delectrons.py27 width, height = tk.getint(c['width']), tk.getint(c['height'])
H A Dhanoi.py34 width, height = tk.getint(c['width']), tk.getint(c['height'])
H A DManPage.py66 height = self.getint(self['height'])
/external/python/cpython2/Lib/test/
H A Dtest_tcl.py140 result = tcl.getint(' %d ' % i)
144 self.assertEqual(tcl.getint(' {:#o} '.format(i)), i)
145 self.assertEqual(tcl.getint(' %#o ' % i), i)
146 self.assertEqual(tcl.getint(' %#x ' % i), i)
148 self.assertRaises(TclError, tcl.getint, str(2**1000))
149 self.assertEqual(tcl.getint(42), 42)
150 self.assertRaises(TypeError, tcl.getint)
151 self.assertRaises(TypeError, tcl.getint, '42', '10')
152 self.assertRaises(TypeError, tcl.getint, 42.0)
153 self.assertRaises(TclError, tcl.getint, '
[all...]
/external/autotest/site_utils/rpm_control_system/
H A Drpm_client.py20 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',
H A Dfrontend_server.py44 LRU_SIZE = rpm_config.getint('RPM_INFRASTRUCTURE', 'lru_size')
369 port = rpm_config.getint('RPM_INFRASTRUCTURE', 'frontend_port')
H A Drpm_controller.py24 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',
26 SET_POWER_STATE_TIMEOUT_SECONDS = rpm_config.getint(
/external/python/cpython2/PC/
H A D_subprocess.c291 getint(PyObject* obj, char* name) function
446 si.dwFlags = getint(startup_info, "dwFlags");
447 si.wShowWindow = getint(startup_info, "wShowWindow");
/external/autotest/tko/parsers/test/
H A Dscenario_base.py218 self.expected_status_version = self.config.getint(
/external/mksh/src/
H A Dvar.c58 static int getint(struct tbl *, mksh_ari_u *, bool);
516 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) function
619 if ((base = getint(vp, &num, arith)) == -1)
1359 if (getint(vp, &num, false) == -1) {
/external/python/cpython2/Lib/
H A DConfigParser.py62 getint(section, options)
358 def getint(self, section, option): member in class:RawConfigParser
/external/python/cpython2/Lib/idlelib/
H A DconfigHandler.py58 return self.getint(section, option)
/external/python/cpython2/Lib/logging/
H A Dconfig.py231 propagate = cp.getint(sectname, "propagate")

Completed in 7458 milliseconds