Searched refs:_variable (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_extensions.py | 19 var = x._variable._name 67 self.assertRaises((ValueError, tkinter.TclError), x._variable.get) 77 self.assertEqual(x._variable._name, myvar._name) 221 self.assertEqual(optmenu._variable.get(), 'b') 260 self.assertEqual(optmenu._variable.get(), items[0]) 264 self.assertEqual(optmenu._variable.get(), items[0])
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 1499 self._variable = variable or tkinter.IntVar(master) 1500 self._variable.set(from_) 1504 self.scale = Scale(self, variable=self._variable, from_=from_, to=to) 1518 self.__tracecb = self._variable.trace_variable('w', self._adjust) 1526 self._variable.trace_vdelete('w', self.__tracecb) 1530 del self._variable 1553 newval = self._variable.get() 1566 return self._variable.get() 1571 self._variable.set(val) 1598 self._variable [all...] |
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_egd.c | 69 _variable
|
/third_party/openssl/crypto/rand/ |
H A D | rand_egd.c | 69 _variable
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.hpp | 1237 struct _variable struct in gl4cts::GPUShaderFP64Test7 1244 typedef std::vector<_variable> _variables;
|
H A D | gl4cGPUShaderFP64Tests.cpp | 8939 _variable& current_variable = variables[n_variable]; in buildTestProgram() 9019 const _variable& variable = *variables_iterator; in configureXFBBuffer() 9267 const _variable& variable = *variables_iterator; in generateXFBVaryingNames() 9277 const _variable& variable = *variables_iterator; in generateXFBVaryingNames() 9847 result_sstream << layout_qualifier << " " << variable_type_string << " " << prefix << "_variable" << n_variable; in getVariableDeclarations() 10159 _variable new_variable; in iterate() 10231 const _variable& variable = *variables_iterator; in logVariableContents() 10299 const _variable& variable = *variable_iterator; in setInputAttributeValues()
|
Completed in 24 milliseconds