Home
last modified time | relevance | path

Searched refs:identify (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/third_party/eudev/src/ata_id/
Data_id.c279 static void disk_identify_get_string(uint8_t identify[512], in disk_identify_get_string()
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()
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()
311 p = (uint16_t *) identify; in disk_identify_fixup_uint16()
421 } identify; in main() local
474 if (disk_identify(udev, fd, identify.byte, &is_packet_device) == 0) { in main()
[all …]
/third_party/boost/libs/utility/test/
Dbase_from_member_test.cpp44 object_id identify( T &obj );
63 { this->register_object_imp( identify(obj) ); } in register_object()
66 { this->register_use_imp( identify(owner), identify(owned) ); } in register_use()
69 { this->unregister_use_imp( identify(owner), identify(owned) ); } in unregister_use()
72 { this->unregister_object_imp( identify(obj) ); } in unregister_object()
240 identify in identify() function
395 identify((o)) )
397 identify((o)) )
398 #define PRIVATE_REGISTER_USE(o, w) obj_reg.register_use_imp( identify((o)), \
399 identify((w)) )
[all …]
/third_party/boost/libs/mpl/doc/src/refmanual/
Dkey_type.rst25 Returns the |key| that would be used to identify ``X`` in ``Sequence``.
71 ``k`` is the |key| that would be used to identify ``x`` in ``s``.
DAssociativeSequence.rst24 * A *key* is a part of the element type used to identify and retrieve
82 | | used to identify ``x`` in ``s``; see |key_type|. |
/third_party/boost/libs/metaparse/doc/
Dtag.qbk5 to identify groups of values.
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dhccl_stub.cc28 HcclResult hcom_init(const char *rank_table, const char *identify) { return HCCL_SUCCESS; } in hcom_init() argument
31 HcclResult hcom_rank_info_init(const char *rank_table, const char *identify, u32 device_id) { retur… in hcom_rank_info_init() argument
/third_party/python/Lib/tkinter/
Dttk.py555 def identify(self, x, y): member in Widget
673 def identify(self, x, y): member in Entry
857 def identify(self, x, y): member in Notebook
1302 def identify(self, component, x, y): member in Treeview
1311 return self.identify("row", 0, y)
1318 return self.identify("column", x, 0)
1330 return self.identify("region", x, y)
1337 return self.identify("element", x, y)
/third_party/node/deps/npm/node_modules/sshpk/bin/
Dsshpk-conv122 if (opts.out && !opts.identify) {
175 if (!opts.identify) {
/third_party/boost/libs/beast/doc/qbk/01_intro/
D1a_bishop_fox.qbk31 combination with targeted source code review to thoroughly identify
35 thoroughly identify potential application security vulnerabilities. In
/third_party/boost/libs/asio/doc/overview/
Dhandler_tracking.qbk51 The `<tag>` is always `@asio`, and is used to identify and extract the handler
82 information to help identify where in the program the asynchronous operation
249 [A bitmask constant used to identify reactor read readiness events.]
253 [A bitmask constant used to identify reactor write readiness events.]
257 [A bitmask constant used to identify reactor error readiness events.]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedPredicates.td14 // A predicate used to identify dependency-breaking instructions that clear the
21 // A predicate used to identify VPERM that have bits 3 and 7 of their mask set.
/third_party/python/Tools/stringbench/
DREADME7 to identify which string methods could be sped up quickly and to
8 identify obvious places for improvement.
/third_party/python/Doc/library/
Ddebug.rst8 allowing you to identify bottlenecks in your programs. Auditing events
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py66 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, '')
331 self.assertEqual(self.entry.identify(5, 5), self.IDENTIFY_AS)
332 self.assertEqual(self.entry.identify(-1, -1), "")
334 self.assertRaises(tkinter.TclError, self.entry.identify, None, 5)
335 self.assertRaises(tkinter.TclError, self.entry.identify, 5, None)
336 self.assertRaises(tkinter.TclError, self.entry.identify, 5, '')
[all …]
/third_party/boost/libs/test/doc/testing_tools/
Dboost_test_reported_information.qbk28 * identify the test module that failed in case there are many
30 * identify the line of the code that failed,
Dtesting_output_streams.qbk60 identify possible source of failure.]
74 …rm checks as frequently as possible, because it allows you to more closely identify possible source
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-dist-tag.md67 By default, the `latest` tag is used by npm to identify the current version of
73 The `next` tag is used by some projects to identify the upcoming version.
/third_party/boost/libs/vmd/doc/
Dvmd_identifying.qbk13 the ability to identify emptiness using BOOST_VMD_IS_EMPTY.
38 within a Boost PP data type, such as a tuple, without attempting to identify
/third_party/protobuf/
DCONTRIBUTING.md96 pull request. This will make it easier to identify which languages the pull
97 request affects, allowing us to better identify appropriate reviewer, create
98 a better release note, and make it easier to identify issues in the future.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.14.txt27 identify newer Linux platforms.
/third_party/iptables/extensions/
Dlibxt_IDLETIMER.man1 This target can be used to identify when interfaces have been idle for a
/third_party/openGLES/extensions/AMD/
DAMD_shader_image_load_store_lod.txt106 | | <image>, <P>, <lod> identify |
121 | | <lod> identify a valid texel, |
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_image_load_store_lod.txt106 | | <image>, <P>, <lod> identify |
121 | | <lod> identify a valid texel, |
/third_party/tzdata/
Ddate.1.txt21 character after it are not output, but rather identify part of the date
22 or time to be output in a particular way (or identify a special
/third_party/mesa3d/src/gallium/tools/trace/
DREADME.txt39 identify the problem.

12345678910>>...29