/third_party/eudev/src/ata_id/ |
H A D | ata_id.c | 272 * @identify: A block of IDENTIFY data 277 * Copies the ATA string from @identify located at @offset_words into @dest. 279 static void disk_identify_get_string(uint8_t identify[512], in disk_identify_get_string() argument 288 c1 = identify[offset_words * 2 + 1]; in disk_identify_get_string() 289 c2 = identify[offset_words * 2]; in disk_identify_get_string() 299 static void disk_identify_fixup_string(uint8_t identify[512], in disk_identify_fixup_string() argument 303 disk_identify_get_string(identify, offset_words, in disk_identify_fixup_string() 304 (char *) identify + offset_words * 2, len); in disk_identify_fixup_string() 307 static void disk_identify_fixup_uint16 (uint8_t identify[512], unsigned int offset_words) in disk_identify_fixup_uint16() argument 311 p = (uint16_t *) identify; in disk_identify_fixup_uint16() 421 } identify; main() local [all...] |
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 530 def identify(self, x, y): member in Widget 535 return self.tk.call(self._w, "identify", x, y) 648 def identify(self, x, y): member in Entry 651 return self.tk.call(self._w, "identify", x, y) 832 def identify(self, x, y): member in Notebook 835 return self.tk.call(self._w, "identify", x, y) 1277 def identify(self, component, x, y): member in Treeview 1281 return self.tk.call(self._w, "identify", component, x, y) 1286 return self.identify("row", 0, y) 1293 return self.identify("colum [all...] |
H A D | __init__.py | 1843 """Return a tuple of column and row which identify the cell 3542 def identify(self, x, y): member in Scale 3545 return self.tk.call(self._w, 'identify', x, y) 3582 def identify(self, x, y): member in Scrollbar 3585 return self.tk.call(self._w, 'identify', x, y) 4294 def identify(self, x, y): member in Spinbox 4299 return self.tk.call(self._w, 'identify', x, y) 4465 def identify(self, x, y): member in PanedWindow 4475 return self.tk.call(self._w, 'identify', x, y)
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 66 self.assertEqual(self.widget.identify( 70 self.assertEqual(self.widget.identify(-1, -1), "") 72 self.assertRaises(tkinter.TclError, self.widget.identify, None, 5) 73 self.assertRaises(tkinter.TclError, self.widget.identify, 5, None) 74 self.assertRaises(tkinter.TclError, self.widget.identify, 5, '') 346 self.assertEqual(self.entry.identify(5, 5), self.IDENTIFY_AS) 347 self.assertEqual(self.entry.identify(-1, -1), "") 349 self.assertRaises(tkinter.TclError, self.entry.identify, None, 5) 350 self.assertRaises(tkinter.TclError, self.entry.identify, 5, None) 351 self.assertRaises(tkinter.TclError, self.entry.identify, [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflib.py | 277 # identify actual page start/end/description boundaries, if 299 pi.Warning = 'Can\'t identify begin of ref page open block' 304 pi.Warning = 'Can\'t identify end of ref page open block' 424 # skip past the '--' block delimiter on the next line; and identify the
|
/third_party/node/deps/v8/tools/vim/ |
H A D | ninja-build.vim | 35 # This is a list of files that need to identify the src directory. The shorter
|
/third_party/tzdata/ |
H A D | tzselect.ksh | 386 echo >&2 'Please identify a location' \
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 1107 These keys are used to identify metadata to collect. If a walked target
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 291 to identify this kind.
|
/third_party/libevdev/ |
H A D | configure | 6397 *--identify-strict*)
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 5888 *--identify-strict*)
|
/third_party/eudev/ |
H A D | configure | 6577 *--identify-strict*)
|
/third_party/lame/ |
H A D | configure | 6306 *--identify-strict*)
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 5786 *--identify-strict*)
|
/third_party/node/deps/cares/ |
H A D | configure | 7987 *--identify-strict*)
|