Home
last modified time | relevance | path

Searched refs:getint (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dwin-catchpad-csrs.ll14 declare i32 @getint()
21 %a = call i32 @getint()
22 %b = call i32 @getint()
23 %c = call i32 @getint()
24 %d = call i32 @getint()
103 ; X64: callq getint
104 ; X64: callq getint
105 ; X64: callq getint
106 ; X64: callq getint
150 %a = call i32 @getint()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin-catchpad-csrs.ll14 declare i32 @getint()
21 %a = call i32 @getint()
22 %b = call i32 @getint()
23 %c = call i32 @getint()
24 %d = call i32 @getint()
103 ; X64: callq getint
104 ; X64: callq getint
105 ; X64: callq getint
106 ; X64: callq getint
150 %a = call i32 @getint()
[all …]
/external/autotest/client/cros/image_comparison/
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/python/cpython3/Lib/tkinter/
D__init__.py508 return self._tk.getint(value)
562 getint = int variable
658 def getint(self, s): member in Misc
660 return self.tk.getint(s)
945 return self.tk.getint(self.tk.call(args))
953 return self.tk.getint(
984 return self.tk.getint(self.tk.call('winfo', 'depth', self._w))
987 return self.tk.getint(
999 return self.tk.getint(
1010 return self.tk.getint(
[all …]
Dfont.py154 return self._tk.getint(self._call("font", "measure", self.name, *args))
167 return self._tk.getint(
173 options[res[i][1:]] = self._tk.getint(res[i+1])
Ddialog.py14 self.num = self.tk.getint(
/external/python/cpython3/Lib/test/
Dtest_tcl.py142 self.assertEqual(tcl.getint(' %d ' % i), i)
144 self.assertEqual(tcl.getint(' %#o ' % i), i)
145 self.assertEqual(tcl.getint((' %#o ' % i).replace('o', '')), 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, b'42')
153 self.assertRaises(TypeError, tcl.getint, 42.0)
[all …]
Dtest_configparser.py126 eq(cf.getint('Types', 'int'), 42)
146 eq(cf.getint('Types', 'int', fallback=18), 42)
147 eq(cf.getint('Types', 'no-such-int', fallback=18), 18)
148 eq(cf.getint('Types', 'no-such-int', fallback="18"), "18") # sic!
150 cf.getint('Types', 'no-such-int')
207 eq(cf['Types'].getint('int', 18), 42)
208 eq(cf['Types'].getint('int', fallback=18), 42)
209 eq(cf['Types'].getint('no-such-int', 18), 18)
210 eq(cf['Types'].getint('no-such-int', fallback=18), 18)
211 eq(cf['Types'].getint('no-such-int', "18"), "18") # sic!
[all …]
/external/python/cpython2/Lib/test/
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, 'a')
[all …]
/external/python/cpython2/Lib/lib-tk/
DTkinter.py376 return getint(self._tk.globalgetvar(self._name))
424 getint = int variable
519 getint = int variable in Misc
795 return getint(self.tk.call(args))
803 return getint(
834 return getint(self.tk.call('winfo', 'depth', self._w))
837 return getint(
849 return getint(
860 return getint(
878 return getint(
[all …]
DDialog.py17 self.num = self.tk.getint(
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))
/external/python/cpython2/Demo/tkinter/guido/
Delectrons.py27 width, height = tk.getint(c['width']), tk.getint(c['height'])
Dhanoi.py34 width, height = tk.getint(c['width']), tk.getint(c['height'])
/external/llvm/test/DebugInfo/COFF/
Dregister-variables.ll6 ; int getint(void);
15 ; int a = getint();
19 ; int c = getint();
33 ; ASM: callq getint
202 %call2 = tail call i32 @getint() #3, !dbg !32
226 declare i32 @getint() #1
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dregister-variables.ll6 ; int getint(void);
15 ; int a = getint();
19 ; int c = getint();
33 ; ASM: callq getint
203 %call2 = tail call i32 @getint() #3, !dbg !26
227 declare i32 @getint() #1
/external/python/cpython3/Lib/idlelib/
Dcodecontext.py110 padx += widget.tk.getint(widget.pack_info()['padx'])
111 padx += widget.tk.getint(widget.cget('padx'))
112 border += widget.tk.getint(widget.cget('border'))
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-08-25-ldmia_ret.ll12 declare i32 @getint()
73 %call28 = tail call i32 @getint() nounwind
86 %call50 = tail call i32 @getint() nounwind
/external/llvm/test/CodeGen/ARM/
D2011-08-25-ldmia_ret.ll12 declare i32 @getint()
73 %call28 = tail call i32 @getint() nounwind
86 %call50 = tail call i32 @getint() nounwind
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-08-25-ldmia_ret.ll12 declare i32 @getint()
73 %call28 = tail call i32 @getint() nounwind
86 %call50 = tail call i32 @getint() nounwind
/external/python/cpython3/Tools/demo/
Dhanoi.py35 width, height = tk.getint(c['width']), tk.getint(c['height'])
/external/python/cpython2/PC/
D_subprocess.c291 getint(PyObject* obj, char* name) in getint() function
462 si.dwFlags = getint(startup_info, "dwFlags"); in sp_CreateProcess()
463 si.wShowWindow = getint(startup_info, "wShowWindow"); in sp_CreateProcess()
/external/autotest/site_utils/rpm_control_system/
Dfrontend_server.py44 LRU_SIZE = rpm_config.getint('RPM_INFRASTRUCTURE', 'lru_size')
489 port = rpm_config.getint('RPM_INFRASTRUCTURE', 'frontend_port')
Drpm_dispatcher_unittest.py19 FRONT_END_PORT = rpm_config.getint('RPM_INFRASTRUCTURE', 'frontend_port')
Drpm_client.py19 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',

12