Searched refs:man (Results 1 – 11 of 11) sorted by relevance
670 const uint16 man = x & 0x3ffu; // 10 bit mantissa in Uint16ToHalf() local672 const uint16 val = (exp << 10) | man; in Uint16ToHalf()688 const uint16 man = x & 0x7fu; // 7 bit mantissa in Uint16ToGfloat16() local690 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16()708 const uint32 man = x & 0x7fffffu; // 23 bit mantissa in Uint32ToFloat() local710 const uint32 val = (exp << 23) | man; in Uint32ToFloat()728 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble() local730 const uint64 val = (exp << 52) | man; in Uint64ToDouble()
101 public StrictJarManifest(StrictJarManifest man) { in StrictJarManifest() argument102 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest()103 entries = (HashMap<String, Attributes>) ((HashMap<String, Attributes>) man in StrictJarManifest()
74 MediaSessionManager man = (MediaSessionManager) mContext in createSession() local
1210 # configuration options related to the man page output1214 # generate man pages1218 # The MAN_OUTPUT tag is used to specify where the man pages will be put.1220 # put in front of it. If left blank `man' will be used as the default path.1222 MAN_OUTPUT = man1225 # the generated man pages (default is the subroutine's section .3)1229 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,1230 # then it will generate one additional man file for each entity1231 # documented in the real man page(s). These additional files1232 # only source the real man page, but without them the man command
1468 # configuration options related to the man page output1472 # generate man pages1476 # The MAN_OUTPUT tag is used to specify where the man pages will be put.1478 # put in front of it. If left blank `man' will be used as the default path.1480 MAN_OUTPUT = man1483 # the generated man pages (default is the subroutine's section .3)1487 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,1488 # then it will generate one additional man file for each entity1489 # documented in the real man page(s). These additional files1490 # only source the real man page, but without them the man command
1848 # Configuration options related to the man page output1851 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for1857 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a1861 # The default directory is: man.1864 MAN_OUTPUT = man1867 # man pages. In case the manual section does not start with a number, the number1876 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by1882 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it1883 # will generate one additional man file for each entity documented in the real1884 # man page(s). These additional files only source the real man page, but without[all …]
1898 # Configuration options related to the man page output1901 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for1907 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a1911 # The default directory is: man.1914 MAN_OUTPUT = man1917 # man pages. In case the manual section does not start with a number, the number1926 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by1932 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it1933 # will generate one additional man file for each entity documented in the real1934 # man page(s). These additional files only source the real man page, but without[all …]
1747 # Configuration options related to the man page output1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for1756 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a1760 # The default directory is: man.1763 MAN_OUTPUT = man1766 # man pages. In case the manual section does not start with a number, the number1774 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it1775 # will generate one additional man file for each entity documented in the real1776 # man page(s). These additional files only source the real man page, but without1777 # them the man command would be unable to find the correct page.
1738 # Configuration options related to the man page output1741 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for1747 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a1751 # The default directory is: man.1754 MAN_OUTPUT = man1757 # man pages. In case the manual section does not start with a number, the number1765 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it1766 # will generate one additional man file for each entity documented in the real1767 # man page(s). These additional files only source the real man page, but without1768 # them the man command would be unable to find the correct page.
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...