Searched refs:man (Results 1 – 12 of 12) sorted by relevance
/frameworks/ml/nn/common/random/ |
D | random_distributions.h | 670 const uint16 man = x & 0x3ffu; // 10 bit mantissa in Uint16ToHalf() local 672 const uint16 val = (exp << 10) | man; in Uint16ToHalf() 688 const uint16 man = x & 0x7fu; // 7 bit mantissa in Uint16ToGfloat16() local 690 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16() 708 const uint32 man = x & 0x7fffffu; // 23 bit mantissa in Uint32ToFloat() local 710 const uint32 val = (exp << 23) | man; in Uint32ToFloat() 728 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble() local 730 const uint64 val = (exp << 52) | man; in Uint64ToDouble()
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarManifest.java | 101 public StrictJarManifest(StrictJarManifest man) { in StrictJarManifest() argument 102 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest() 103 entries = (HashMap<String, Attributes>) ((HashMap<String, Attributes>) man in StrictJarManifest()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerSession.java | 74 MediaSessionManager man = (MediaSessionManager) mContext in createSession() local
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1210 # configuration options related to the man page output 1214 # generate man pages 1218 # 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 = man 1225 # 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 entity 1231 # documented in the real man page(s). These additional files 1232 # only source the real man page, but without them the man command
|
/frameworks/native/docs/ |
D | Doxyfile | 1468 # configuration options related to the man page output 1472 # generate man pages 1476 # 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 = man 1483 # 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 entity 1489 # documented in the real man page(s). These additional files 1490 # only source the real man page, but without them the man command
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTest.java | 765 public TestableStatusBar(StatusBarKeyguardViewManager man, in TestableStatusBar() argument 792 mStatusBarKeyguardViewManager = man; in TestableStatusBar()
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1848 # Configuration options related to the man page output 1851 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 1857 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1861 # The default directory is: man. 1864 MAN_OUTPUT = man 1867 # man pages. In case the manual section does not start with a number, the number 1876 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 1882 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it 1883 # will generate one additional man file for each entity documented in the real 1884 # man page(s). These additional files only source the real man page, but without [all …]
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1898 # Configuration options related to the man page output 1901 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 1907 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1911 # The default directory is: man. 1914 MAN_OUTPUT = man 1917 # man pages. In case the manual section does not start with a number, the number 1926 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 1932 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it 1933 # will generate one additional man file for each entity documented in the real 1934 # man page(s). These additional files only source the real man page, but without [all …]
|
D | Doxyfile | 1898 # Configuration options related to the man page output 1901 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 1907 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1911 # The default directory is: man. 1914 MAN_OUTPUT = man 1917 # man pages. In case the manual section does not start with a number, the number 1926 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 1932 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it 1933 # will generate one additional man file for each entity documented in the real 1934 # man page(s). These additional files only source the real man page, but without [all …]
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1747 # Configuration options related to the man page output 1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for 1756 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1760 # The default directory is: man. 1763 MAN_OUTPUT = man 1766 # man pages. In case the manual section does not start with a number, the number 1774 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it 1775 # will generate one additional man file for each entity documented in the real 1776 # man page(s). These additional files only source the real man page, but without 1777 # them the man command would be unable to find the correct page.
|
D | Doxyfile.orig | 1738 # Configuration options related to the man page output 1741 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for 1747 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1751 # The default directory is: man. 1754 MAN_OUTPUT = man 1757 # man pages. In case the manual section does not start with a number, the number 1765 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it 1766 # will generate one additional man file for each entity documented in the real 1767 # man page(s). These additional files only source the real man page, but without 1768 # them the man command would be unable to find the correct page.
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 110209 Ljava/util/jar/JarInputStream;->man:Ljava/util/jar/Manifest; 112863 Lsun/security/util/ManifestEntryVerifier;->man:Ljava/util/jar/Manifest;
|