Home
last modified time | relevance | path

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

12

/third_party/python/Lib/tkinter/
H A D__init__.py592 return self._tk.getint(value)
653 getint = int variable
762 def getint(self, s): member in Misc
764 return self.tk.getint(s)
1089 return self.tk.getint(self.tk.call(args))
1099 return self.tk.getint(
1134 return self.tk.getint(self.tk.call('winfo', 'depth', self._w))
1138 return self.tk.getint(
1153 return self.tk.getint(
1167 return self.tk.getint(
[all...]
H A Dfont.py161 return self._tk.getint(self._call("font", "measure", self.name, *args))
174 return self._tk.getint(
180 options[res[i][1:]] = self._tk.getint(res[i+1])
H A Ddialog.py15 self.num = self.tk.getint(
H A Dttk.py686 return self.tk.getint(self.tk.call(self._w, "current"))
841 return self.tk.getint(self.tk.call(self._w, "index", tab_id))
959 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 Dsimpledialog.py341 return self.getint(self.entry.get())
/third_party/python/Lib/test/
H A Dtest_tcl.py146 self.assertEqual(tcl.getint(' %d ' % i), i)
147 self.assertEqual(tcl.getint(' %#o ' % i), i)
150 self.assertEqual(tcl.getint((' %#o ' % i).replace('o', '')),
152 self.assertEqual(tcl.getint(' %#x ' % i), i)
153 self.assertEqual(tcl.getint(42), 42)
154 self.assertRaises(TypeError, tcl.getint)
155 self.assertRaises(TypeError, tcl.getint, '42', '10')
156 self.assertRaises(TypeError, tcl.getint, b'42')
157 self.assertRaises(TypeError, tcl.getint, 42.0)
158 self.assertRaises(TclError, tcl.getint, '
[all...]
H A Dtest_configparser.py128 eq(cf.getint('Types', 'int'), 42)
149 eq(cf.getint('Types', 'int', fallback=18), 42)
150 eq(cf.getint('Types', 'no-such-int', fallback=18), 18)
151 eq(cf.getint('Types', 'no-such-int', fallback="18"), "18") # sic!
153 cf.getint('Types', 'no-such-int')
210 eq(cf['Types'].getint('int', 18), 42)
211 eq(cf['Types'].getint('int', fallback=18), 42)
212 eq(cf['Types'].getint('no-such-int', 18), 18)
213 eq(cf['Types'].getint('no-such-int', fallback=18), 18)
214 eq(cf['Types'].getint('n
[all...]
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c63 static int getint(const char **p) in getint() function
81 int off = 3600*getint(p); in getoff()
84 off += 60*getint(p); in getoff()
87 off += getint(p); in getoff()
103 rule[1] = getint(p); in getrule()
106 rule[1] = getint(p); in getrule()
108 rule[2] = getint(p); in getrule()
110 rule[3] = getint(p); in getrule()
/third_party/musl/src/time/
H A D__tz.c54 static int getint(const char **p) in getint() function
70 int off = 3600*getint(p); in getoff()
73 off += 60*getint(p); in getoff()
76 off += getint(p); in getoff()
89 rule[1] = getint(p); in getrule()
91 ++*p; rule[1] = getint(p); in getrule()
92 ++*p; rule[2] = getint(p); in getrule()
93 ++*p; rule[3] = getint(p); in getrule()
/third_party/python/Lib/idlelib/
H A Dcodecontext.py104 # All values are passed through getint(), since some
114 padx += widget.tk.getint(info['padx'])
115 padx += widget.tk.getint(widget.cget('padx'))
116 border += widget.tk.getint(widget.cget('border'))
H A Dsidebar.py44 # All values are passed through getint(), since some
46 padx = sum(map(widget.tk.getint, [
51 pady = sum(map(widget.tk.getint, [
H A Dconfig.py63 return self.getint(section, option)
H A Deditor.py369 inner_padding = sum(map(text.tk.getint, [text.cget('border'),
/third_party/python/Tools/demo/
H A Dhanoi.py35 width, height = tk.getint(c['width']), tk.getint(c['height'])
/third_party/musl/src/stdio/
H A Dvfwprintf.c137 static int getint(wchar_t **s) { in getint() function
210 } else if ((w=getint(&s))<0) goto overflow; in wprintf_core()
225 p = getint(&s); in wprintf_core()
H A Dvfprintf.c430 static int getint(char **s) { in getint() function
505 } else if ((w=getint(&s))<0) goto overflow; in printf_core()
520 p = getint(&s); in printf_core()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dvfprintf.c426 static int getint(char **s) { in getint() function
503 } else if ((w=getint(&s))<0) goto overflow; in printf_core()
518 p = getint(&s); in printf_core()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfprintf.c432 static int getint(char **s) { in getint() function
507 } else if ((w=getint(&s))<0) goto overflow; in printf_core()
522 p = getint(&s); in printf_core()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfprintf.c427 static int getint(char **s) { in getint() function
504 } else if ((w=getint(&s))<0) goto overflow; in printf_core()
519 p = getint(&s); in printf_core()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfprintf.c427 static int getint(char **s) { in getint() function
504 } else if ((w=getint(&s))<0) goto overflow; in printf_core()
519 p = getint(&s); in printf_core()
/third_party/backends/backend/
H A Dhp-accessor.c175 int (*getint)(HpAccessor this, HpData data); member
198 assert (this->type->getint); in sanei_hp_accessor_getint()
199 return (*this->type->getint)(this, data); in sanei_hp_accessor_getint()
/third_party/mksh/
H A Dvar.c59 static int getint(struct tbl *, mksh_ari_u *, bool);
528 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint() function
631 if ((base = getint(vp, &num, arith)) == -1) in setint_v()
1414 if (getint(vp, &num, false) == -1) { in setspec()
/third_party/python/Lib/logging/
H A Dconfig.py240 propagate = section.getint("propagate", fallback=1)
/third_party/openssl/test/
H A Dbntest.c109 static int getint(STANZA *s, int *out, const char *attribute) in getint() function
1357 || !getint(s, &n, "N")) in file_lshift()
1382 || !getint(s, &n, "N")) in file_rshift()
/third_party/python/Lib/
H A Dconfigparser.py111 getint(section, options, raw=False, vars=None, fallback=_UNSET)
831 # getint, getfloat and getboolean provided directly for backwards compat
832 def getint(self, section, option, *, raw=False, vars=None, member in RawConfigParser

Completed in 30 milliseconds

12